refactor: rm dead code

This commit is contained in:
GyDi
2022-11-17 22:52:22 +08:00
Unverified
parent 4f3751b7ce
commit bb669acf95
5 changed files with 1 additions and 412 deletions

View File

@@ -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");