贵族图标替换

This commit is contained in:
ningwenqiang
2024-09-23 13:33:53 +08:00
parent 98fc9f61c3
commit 31c8365696
9 changed files with 27 additions and 7 deletions

View File

@@ -58,6 +58,16 @@ public class UserBean implements Parcelable {
private String is_bind;
private String mobile;
private String front_task;
public String getNoble_img() {
return noble_img;
}
public void setNoble_img(String noble_img) {
this.noble_img = noble_img;
}
private String noble_img;
private String is_admin;
@SerializedName("user_love_num")
private int praise;

View File

@@ -268,7 +268,7 @@
<string name="live_cover">Live cover</string>
<string name="live_cover_2">Change cover</string>
<string name="live_title">Live broadcast title</string>
<string name="live_title_hint">Please write a title for the live broadcast room</string>
<string name="live_title_hint">Enter the title of the live broadcast~</string>
<string name="live_class">Select Channel</string>
<string name="live_class_choose">Select live channel</string>
<string name="live_class_tip">During the live broadcast, if the operator finds that the selected channel does not match the live content, he / she will adjust your live channel.</string>

View File

@@ -214,7 +214,7 @@
<string name="live_cover">Live cover</string>
<string name="live_cover_2">Change cover</string>
<string name="live_title">Live broadcast title</string>
<string name="live_title_hint">Please write a title for the live broadcast room</string>
<string name="live_title_hint">Enter the title of the live broadcast~</string>
<string name="live_class">Select Channel</string>
<string name="live_class_choose">Select live channel</string>
<string name="live_class_tip">During the live broadcast, if the operator finds that the selected channel does not match the live content, he / she will adjust your live channel.</string>