feat: support web ui

This commit is contained in:
GyDi
2022-08-06 21:56:54 +08:00
parent 2b0880af80
commit 54b18d15b6
12 changed files with 361 additions and 52 deletions

View File

@@ -113,6 +113,10 @@ export async function openLogsDir() {
);
}
export async function openWebUrl(url: string) {
return invoke<void>("open_web_url", { url });
}
/// service mode
export async function startService() {