将小PD 改成小熊

This commit is contained in:
Martin
2024-10-23 16:13:01 +08:00
parent 2c0816ea28
commit d17bb8cf50
4 changed files with 4 additions and 4 deletions

View File

@@ -838,7 +838,7 @@ public class SocketRyClient {
stringBuffer.append(sendQuickGiftModel.getUserNicename())
.append(WordUtil.isNewZh() ? " 送出了 " : " sent ")
.append(sendQuickGiftModel.getQuickGiftNumber())
.append(WordUtil.isNewZh() ? " 個小PD " : " small pandas ");
.append(WordUtil.isNewZh() ? " 個小 " : " small pandas ");
systemChatMessage2(stringBuffer.toString());
Bus.get().post(new QuickGiftingEvent().setHotNum(sendQuickGiftModel.getHotNum()));
break;

View File

@@ -113,7 +113,7 @@
android:layout_marginStart="11dp"
android:layout_marginEnd="11dp"
android:layout_marginBottom="11dp"
android:text="親愛的用戶昵稱恭喜你獲得23年7月1日-23年7月31日的xx禮物冠名權冠名生效期間您可使用專屬禮物冠名皮膚。小PD已給您佩戴了專屬送禮特效,也可在個性裝扮中取消佩戴。"
android:text="親愛的用戶昵稱恭喜你獲得23年7月1日-23年7月31日的xx禮物冠名權冠名生效期間您可使用專屬禮物冠名皮膚。小已給您佩戴了專屬送禮特效,也可在個性裝扮中取消佩戴。"
android:textColor="#040404"
android:textSize="15sp" />
</LinearLayout>

View File

@@ -48,7 +48,7 @@
android:layout_marginTop="10dp"
android:layout_marginEnd="20dp"
android:gravity="center"
android:text="來自小PD的獎勵,齊心協力連成目標"
android:text="來自小的獎勵,齊心協力連成目標"
android:textColor="@color/white"
android:textSize="13sp"
android:textStyle="bold" />