mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-02 06:45:08 +08:00
👽️ UIGFv4.1适配
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user