合并直播

This commit is contained in:
2023-11-10 15:17:33 +08:00
parent f15c609f1c
commit 37d2f0b975
27 changed files with 653 additions and 354 deletions

View File

@@ -14,11 +14,11 @@ ext {
serverHost : "https://ceshi.yaoulive.com",
//1v1社交正式服
otoServerHost : "https://mo.yomochat.com",
//otoServerHost : "https://mo.yomochat.com",
//1v1社交测试服
//otoServerHost : "https://ceshi.yyouou.com",
// otoServerHost : "https://ceshi.yyouou.com",
otoServerHost : "https://ceshi.yaoulive.com",
@@ -30,8 +30,8 @@ ext {
// true表示谷歌支付 false
isGooglePlay : false,
//是否上报异常日志
isUploadLog : true,
isUploadLog : false,
//是否打包成插件包模式
isPluginModel : true,
isPluginModel : false,
]
}