新增 next-chat.mdc 文件以定义对话上下文的规则;在 Assets.xcassets 中添加多个图像资源及其对应的 Contents.json 文件;更新 AttachmentModel.h 中的枚举值以修正飘屏消息类型;在 SessionViewController.h 和 SessionViewController.m 中添加 userInfo 属性并调整相关逻辑;在 SessionListViewController.h 和 SessionListViewController.m 中优化会话列表的展示逻辑;在多个模型和视图文件中进行小幅调整以提升代码可读性和一致性。
This commit is contained in:
@@ -2549,6 +2549,8 @@
|
||||
|
||||
"MvpViewController0" = "Logoff time: %@";
|
||||
"MvpViewController1" = "%@\n\nPlease contact customer service (WeChat: mxyz2050) for inquiries.";
|
||||
"MvpViewController1.1" = "%@\n\nPlease contact customer service (WeChat: mxyz2050) for inquiries.";
|
||||
"MvpViewController1.2" = "Please contact customer service (WeChat: mxyz2050) for inquiries.";
|
||||
"MvpViewController2" = "This account has been logged off";
|
||||
"MvpViewController3" = "In order to create a safer online environment\nand protect the property safety of you and others,\nplease complete real-name authentication first";
|
||||
|
||||
@@ -3991,3 +3993,24 @@
|
||||
"20.20.59_text_34" = "Submission Successful";
|
||||
"20.20.59_text_35" = "Sub successful";
|
||||
"20.20.59_text_36" = "Cancel successful";
|
||||
|
||||
"20.20.61_text_1" = "My Medals";
|
||||
"20.20.61_text_2" = "Medal Wearing";
|
||||
"20.20.61_text_3" = "Task Medals";
|
||||
"20.20.61_text_4" = "Activity Medals";
|
||||
"20.20.61_text_5" = "Glory Medals";
|
||||
"20.20.61_text_6" = "You are not wearing any medals";
|
||||
"20.20.61_text_7.1" = "You have not received any medals";
|
||||
"20.20.61_text_7.2" = "You have not received any medals\nGo to the medal square and check it out!";
|
||||
"20.20.61_text_8" = "Expiration time:%@";
|
||||
"20.20.61_text_9" = "Forever";
|
||||
"20.20.61_text_10" = "Medal Square";
|
||||
"20.20.61_text_11" = "Medal Hall of Fame";
|
||||
"20.20.61_text_12" = "Powerful Owner";
|
||||
"20.20.61_text_13" = "View his medals";
|
||||
"20.20.61_text_14" = "%@'s medal";
|
||||
"20.20.61_text_15" = "Upgrade VIP to get more medal display slots!";
|
||||
"20.20.61_text_16" = "Your medals are full!\nAdjust first and then add more!";
|
||||
"20.20.61_text_17" = "Medal Seat Tip";
|
||||
"20.20.61_text_18" = "Upgrade now!";
|
||||
"20.20.61_text_19" = "Bonus";
|
||||
|
Reference in New Issue
Block a user