mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
refactor: rm dead code
This commit is contained in:
@@ -158,14 +158,6 @@ export async function openWebUrl(url: string) {
|
||||
|
||||
/// service mode
|
||||
|
||||
export async function startService() {
|
||||
return invoke<void>("start_service");
|
||||
}
|
||||
|
||||
export async function stopService() {
|
||||
return invoke<void>("stop_service");
|
||||
}
|
||||
|
||||
export async function checkService() {
|
||||
try {
|
||||
const result = await invoke<any>("check_service");
|
||||
|
||||
Reference in New Issue
Block a user