refactor: replace naive-ui with vuetify

This commit is contained in:
2026-02-04 22:41:22 +08:00
parent a4173c327d
commit f7a881358f
26 changed files with 2853 additions and 1379 deletions

View File

@@ -0,0 +1,24 @@
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore: Unused imports
import { Call as $Call, CancellablePromise as $CancellablePromise, Create as $Create } from "@wailsio/runtime";
export function GetSavePath(): $CancellablePromise<string> {
return $Call.ByID(4081533263);
}
/**
* Save 保存配置到磁盘
*/
export function Save(): $CancellablePromise<void> {
return $Call.ByID(3089450934);
}
/**
* SetSavePath 修改配置
*/
export function SetSavePath(savePath: string): $CancellablePromise<void> {
return $Call.ByID(3805718491, savePath);
}

View File

@@ -0,0 +1,7 @@
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
import * as Config from "./config.js";
export {
Config
};