chore: init project

This commit is contained in:
GyDi
2021-12-04 14:31:26 +08:00
commit 1afaa4c51e
38 changed files with 4617 additions and 0 deletions

4
src-tauri/src/cmd.rs Normal file
View File

@@ -0,0 +1,4 @@
use tauri::api::process::CommandChild;
#[tauri::command]
fn set_clash_port(process: Option<CommandChild>, port: i32) {}