mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
feat: add put_profiles cmd
This commit is contained in:
@@ -61,7 +61,8 @@ fn main() -> std::io::Result<()> {
|
||||
cmd::get_clash_info,
|
||||
cmd::import_profile,
|
||||
cmd::get_profiles,
|
||||
cmd::set_profiles
|
||||
cmd::set_profiles,
|
||||
cmd::put_profiles,
|
||||
])
|
||||
.build(tauri::generate_context!())
|
||||
.expect("error while running tauri application");
|
||||
|
||||
Reference in New Issue
Block a user