自测修复,全服添加主播端

This commit is contained in:
18401019693 2024-04-07 15:32:42 +08:00
parent 490c558e03
commit f35b547c0d

View File

@ -219,17 +219,17 @@ public class LiveGuardDialog extends AbsDialogPopupWindow {
stringBuffer.append(WordUtil.isNewZh() ? "您是當前主播的" : "You are the ");
switch (data.getGuardType()) {
case 1:
stringBuffer.append(WordUtil.isNewZh() ? "【星之守護】" : "star guardian")
stringBuffer.append(WordUtil.isNewZh() ? "【星之守護】" : "star guardian")
.append(WordUtil.isNewZh() ? " " :" of the current streamer");
guard_hint.setText(stringBuffer.toString());
break;
case 2:
stringBuffer.append(WordUtil.isNewZh() ? "【王之守護】" : "king guardian")
stringBuffer.append(WordUtil.isNewZh() ? "【王之守護】" : "king guardian")
.append(WordUtil.isNewZh() ? " " :" of the current streamer");
guard_hint.setText(stringBuffer.toString());
break;
case 3:
stringBuffer.append(WordUtil.isNewZh() ? "【神之守護】" : "god guardian")
stringBuffer.append(WordUtil.isNewZh() ? "【神之守護】" : "god guardian")
.append(WordUtil.isNewZh() ? " " :" of the current streamer");
guard_hint.setText(stringBuffer.toString());
break;