👽️ UIGFv4.1适配

This commit is contained in:
BTMuli
2025-08-09 16:17:38 +08:00
parent 9bb8109c2c
commit b65d60eae9
2 changed files with 6 additions and 6 deletions

View File

@@ -83,7 +83,7 @@ watch(
async function getDefaultSavePath(): Promise<string> {
const tsNow = new Date().getTime();
return `${await path.downloadDir()}${path.sep()}UIGF4_${tsNow}.json`;
return `${await path.downloadDir()}${path.sep()}UIGFv4.1_${tsNow}.json`;
}
async function refreshData(): Promise<void> {