Skip to content
Snippets Groups Projects
Commit 9ad8f71d authored by GyDi's avatar GyDi
Browse files

refactor: rename

parent e369311f
No related branches found
No related tags found
No related merge requests found
use crate::{
config::{ClashInfo, ProfileItem, ProfilesConfig, VergeConfig},
core::{ClashInfo, ProfileItem, ProfilesConfig, VergeConfig},
states::{ClashState, ProfilesState, VergeState},
utils::{
config::{read_clash, save_clash},
......
File moved
File moved
File moved
File moved
......@@ -6,7 +6,7 @@
extern crate tauri;
mod cmds;
mod config;
mod core;
mod states;
mod utils;
......
use crate::config::{Clash, ProfilesConfig, Verge};
use crate::core::{Clash, ProfilesConfig, Verge};
use std::sync::{Arc, Mutex};
#[derive(Default)]
......
use crate::config::{ProfileExtra, ProfileResponse};
use crate::core::{ProfileExtra, ProfileResponse};
use std::{
str::FromStr,
time::{SystemTime, UNIX_EPOCH},
......
use super::{init, server};
use crate::{config::ProfilesConfig, states};
use crate::{core::ProfilesConfig, states};
use tauri::{App, AppHandle, Manager};
/// handle something when start app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment