修复游戏房发言重复/不显示问题

修复贵族不显示英文问题
This commit is contained in:
2024-06-07 14:50:39 +08:00
parent c91947ce71
commit 73847c46a3
7 changed files with 13 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ ext {
//正式、
serverHost : "https://napi.yaoulive.com",
// 测试
//serverHost : "https://ceshi.yaoulive.com",
// serverHost : "https://ceshi.yaoulive.com",
buildTime : new Date().format("MM-dd HH:mm", TimeZone.getTimeZone("GMT+8")),
@@ -29,6 +29,6 @@ ext {
//是否上报异常日志
isUploadLog : true,
//是否打包成插件包模式
isPluginModel : true,
isPluginModel : false,
]
}