diff --git a/assets/Scripts/chat18x/config/env/dev.ts b/assets/Scripts/chat18x/config/env/dev.ts index 3282a673..8db0641b 100644 --- a/assets/Scripts/chat18x/config/env/dev.ts +++ b/assets/Scripts/chat18x/config/env/dev.ts @@ -11,4 +11,5 @@ export const devConfig: AppConfigShape = { bgm: "http://127.0.0.1:8081/BGM/", }, }, -}; \ No newline at end of file + appVersion: "0.8.3", +}; diff --git a/assets/Scripts/chat18x/config/env/test.ts b/assets/Scripts/chat18x/config/env/test.ts index ba54ae5c..66a19b21 100644 --- a/assets/Scripts/chat18x/config/env/test.ts +++ b/assets/Scripts/chat18x/config/env/test.ts @@ -11,4 +11,5 @@ export const testConfig: AppConfigShape = { bgm: "https://test-cdn.example.com/BGM/", }, }, -}; \ No newline at end of file + appVersion: "0.8.3", +};