mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 01:13:44 +08:00
feat: add some commands
This commit is contained in:
parent
9f2534af3d
commit
d8b9c3b832
@ -105,3 +105,21 @@ export async function openLogsDir() {
|
||||
Notice.error(err?.message || err.toString(), 1500)
|
||||
);
|
||||
}
|
||||
|
||||
/// service mode
|
||||
|
||||
export async function startService() {
|
||||
return invoke<void>("start_service");
|
||||
}
|
||||
|
||||
export async function checkService() {
|
||||
return invoke<any>("check_service");
|
||||
}
|
||||
|
||||
export async function installService() {
|
||||
return invoke<void>("install_service");
|
||||
}
|
||||
|
||||
export async function uninstallService() {
|
||||
return invoke<void>("uninstall_service");
|
||||
}
|
||||
|
@ -130,6 +130,7 @@ export namespace CmdType {
|
||||
traffic_graph?: boolean;
|
||||
enable_tun_mode?: boolean;
|
||||
enable_auto_launch?: boolean;
|
||||
enable_service_mode?: boolean;
|
||||
enable_silent_start?: boolean;
|
||||
enable_system_proxy?: boolean;
|
||||
enable_proxy_guard?: boolean;
|
||||
|
Loading…
x
Reference in New Issue
Block a user