整蛊修改

This commit is contained in:
18401019693
2023-12-15 17:17:18 +08:00
parent f10657f89c
commit 0b3ebdfc30
2 changed files with 6 additions and 6 deletions

View File

@@ -4,14 +4,14 @@ ext {
buildToolsVersion: "29.0.2", buildToolsVersion: "29.0.2",
minSdkVersion : 21, minSdkVersion : 21,
targetSdkVersion : 33, targetSdkVersion : 33,
versionCode : 459, versionCode : 460,
versionName : "6.6.3" versionName : "6.6.3"
] ]
manifestPlaceholders = [ manifestPlaceholders = [
//正式、 //正式、
// serverHost : "https://napi.yaoulive.com", serverHost : "https://napi.yaoulive.com",
// 测试 // 测试
serverHost : " https://ceshi.yaoulive.com", // serverHost : " https://ceshi.yaoulive.com",
//百度语音识别 //百度语音识别
@@ -21,10 +21,10 @@ ext {
baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S", baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S",
// true表示谷歌支付 false 0 链接包 1 谷歌包 2华为包 // true表示谷歌支付 false 0 链接包 1 谷歌包 2华为包
isGooglePlay : 0, isGooglePlay : 1,
//是否上报异常日志 //是否上报异常日志
isUploadLog : true, isUploadLog : true,
//是否打包成插件包模式 //是否打包成插件包模式
isPluginModel : true, isPluginModel : false,
] ]
} }

View File

@@ -309,7 +309,7 @@ public class LiveChatAdapter extends RecyclerView.Adapter {
SpannableStringBuilder builder = new SpannableStringBuilder(); SpannableStringBuilder builder = new SpannableStringBuilder();
if (bean.getType() == -3) { if (bean.getType() == -3) {
String str1 = WordUtil.isNewZh() ? "整蠱來了! " : "Pranks are coming"; String str1 = WordUtil.isNewZh() ? "整蠱來了! " : "Pranks are coming";
String str2 = WordUtil.isNewZh() ? "" : "too"; String str2 = WordUtil.isNewZh() ? "" : "to";
builder.append(str1); builder.append(str1);
int length = builder.length(); int length = builder.length();
builder.append(bean.getUserNiceName()); builder.append(bean.getUserNiceName());