This commit is contained in:
2026-02-05 00:47:48 +08:00
parent e862f8deec
commit 3588c49d7d
11 changed files with 90 additions and 59 deletions

View File

@@ -25,6 +25,10 @@ export function GetSavePath(): $CancellablePromise<string> {
return $Call.ByID(4081533263);
}
export function GetVersion(): $CancellablePromise<string> {
return $Call.ByID(3578438023);
}
/**
* Save 保存配置到磁盘
*/