From e231f4c6ebab31b0c725502b456311cc1ecbf452 Mon Sep 17 00:00:00 2001 From: xlj <543978819@qq.com> Date: Thu, 25 Sep 2025 11:55:14 +0800 Subject: [PATCH] update --- assets/Scripts/chat18x/config/env/dev.ts | 3 ++- assets/Scripts/chat18x/config/env/test.ts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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", +};