This commit is contained in:
2025-09-25 11:55:14 +08:00
parent 9850d59522
commit e231f4c6eb
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -11,4 +11,5 @@ export const devConfig: AppConfigShape = {
bgm: "http://127.0.0.1:8081/BGM/",
},
},
};
appVersion: "0.8.3",
};
+2 -1
View File
@@ -11,4 +11,5 @@ export const testConfig: AppConfigShape = {
bgm: "https://test-cdn.example.com/BGM/",
},
},
};
appVersion: "0.8.3",
};