refactor: 测试页面结构重构和配置文件清理

- 删除空的 TestPage.ets 文件
- 移除旧的 app_config.json 配置文件
- 为 test-pages 下的 lobby 和 game 模块添加版本配置文件
- 完善测试页面的自包含结构,每个模块都有独立的版本管理

这些更改是测试页面重构的一部分,确保每个测试模块都是独立完整的。
This commit is contained in:
2025-07-21 20:41:13 +08:00
parent 2907962bf1
commit c4f6fe0e64
4 changed files with 14 additions and 5 deletions

View File

@@ -1,5 +0,0 @@
{
"comment": "TSGame 动态配置 - 可运行时更新的配置项",
"app_version": 1,
"remote_config_url": "http://tsgames.daoqikj.cn/config/ho_update_jsonv2.txt"
}

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<game>
<agent id="00bA05haB0d9ZC0fwGD09Q2OA30insbQ" name="天盛网络"/>
<game id="G2hw0ubng0zcoI0r4mx3H2yr4GejidwO" name="友乐游戏"/>
<channel id="frdt0C1GG0t91P0McFo0rbA1he5yurbS" name="友乐互动游戏"/>
<version value="1" name="1.1"/>
</game>

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<game>
<agent id="00bA05haB0d9ZC0fwGD09Q2OA30insbQ" name="天盛网络"/>
<game id="G2hw0ubng0zcoI0r4mx3H2yr4GejidwO" name="友乐游戏"/>
<channel id="frdt0C1GG0t91P0McFo0rbA1he5yurbS" name="友乐互动游戏"/>
<version value="1" name="1.1"/>
</game>