🐛 Fixed version generation issues

This commit is contained in:
2025-09-05 22:40:09 +08:00
parent a257d30dba
commit 1f8e8981ce
4 changed files with 34 additions and 1 deletions

View File

@@ -50,6 +50,14 @@ export function GetSettingsPath(): Promise<string> & { cancel(): void } {
return $resultPromise;
}
/**
* MigrateConfig 执行配置迁移
*/
export function MigrateConfig(): Promise<void> & { cancel(): void } {
let $resultPromise = $Call.ByID(434292783) as any;
return $resultPromise;
}
/**
* ResetConfig 强制重置所有配置为默认值
*/