diff --git a/lua_probject/base_project/Game/View/LobbyView.lua b/lua_probject/base_project/Game/View/LobbyView.lua
index 23eb25e7..eb974844 100644
--- a/lua_probject/base_project/Game/View/LobbyView.lua
+++ b/lua_probject/base_project/Game/View/LobbyView.lua
@@ -448,7 +448,7 @@ function M:InitClip()
local taohua = self._view:GetChild('clip_bg')
local taohuaIndex = 0
- local renwuEnd = 143
+ local renwuEnd = 142
local renwuName = "ui://Lobby/renwu-AE_00"
local renwu = self._view:GetChild('clip_renwu')
local renwuIndex = 0
@@ -458,7 +458,7 @@ function M:InitClip()
local puke = self._view:GetChild('btn_ChuangJian')
local pukeIndex = 0
- local jiangbeiEnd = 149
+ local jiangbeiEnd = 180
local jiangbeiName = "ui://Lobby/jiangbei_00"
local jiangbei = self._view:GetChild('btn_more_group')
local jiangbeiIndex = 0
@@ -471,11 +471,11 @@ function M:InitClip()
coroutine.start(
function()
while true do
- -- taohuaIndex = self:ReplaceClip1(taohuaEnd, taohua, taohuaIndex, taohuaName)
+ taohuaIndex = self:ReplaceClip1(taohuaEnd, taohua, taohuaIndex, taohuaName)
renwuIndex = self:ReplaceClip1(renwuEnd, renwu, renwuIndex, renwuName)
- -- pukeIndex = self:ReplaceClip2(pukeEnd, puke, pukeIndex, pukeName)
- -- jiangbeiIndex = self:ReplaceClip2(jiangbeiEnd, jiangbei, jiangbeiIndex, jiangbeiName)
- -- hechengIndex = self:ReplaceClip2(hechengEnd, hecheng, hechengIndex, hechengName)
+ pukeIndex = self:ReplaceClip2(pukeEnd, puke, pukeIndex, pukeName)
+ jiangbeiIndex = self:ReplaceClip2(jiangbeiEnd, jiangbei, jiangbeiIndex, jiangbeiName)
+ hechengIndex = self:ReplaceClip2(hechengEnd, hecheng, hechengIndex, hechengName)
coroutine.wait(0.060)
end
end
@@ -495,5 +495,5 @@ function M:ReplaceClip2(e, t, i, n)
i = 0
end
t.icon = string.format("%s%03d", n, i)
- return i + 1
+ return i + 2
end
diff --git a/lua_probject/base_project/Game/View/NewGroup/GroupManagerView.lua b/lua_probject/base_project/Game/View/NewGroup/GroupManagerView.lua
index 0f419dea..4ee53ab7 100644
--- a/lua_probject/base_project/Game/View/NewGroup/GroupManagerView.lua
+++ b/lua_probject/base_project/Game/View/NewGroup/GroupManagerView.lua
@@ -147,10 +147,10 @@ function M:init(url, btn_type)
anchor:AddChild(tem._view)
-- tem._view.parent = anchor
- local offset = get_offset(self._full_offset)
- tem._view.width = GRoot.inst.width - 2 * offset - page_info.anchorOffset
- tem._view.height = GRoot.inst.height
- tem._view.x = 0 --offset
+ -- local offset = get_offset(self._full_offset)
+ -- tem._view.width = GRoot.inst.width - 2 * offset - page_info.anchorOffset
+ -- tem._view.height = GRoot.inst.height
+ -- tem._view.x = 0 --offset
--tem._view:AddRelation(self._root_view, RelationType.Size)
-- tem._view:MakeFullScreen()
diff --git a/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngMemberHpListView.lua b/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngMemberHpListView.lua
index f0de9f91..916c69d1 100644
--- a/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngMemberHpListView.lua
+++ b/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngMemberHpListView.lua
@@ -423,7 +423,7 @@ function M:FillItem(obj, member, refresh, index)
)
local superBtn = obj:GetChild('super_btn')
- superBtn.visible = group.lev == 1
+ -- superBtn.visible = group.lev == 1
-- obj:GetChild("super_btn").onClick:Set(
-- function()
-- ViewUtil.ShowModalWait(nil)
diff --git a/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngMemberListView1.lua b/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngMemberListView1.lua
index 1474a2a8..0e86a816 100644
--- a/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngMemberListView1.lua
+++ b/lua_probject/base_project/Game/View/NewGroup/MngView/GroupMngMemberListView1.lua
@@ -4,7 +4,7 @@ local GroupMemberFagLogView = import('.GroupMemberFagLogView')
local GroupSetPermissionView = import('.GroupSetPermissionView')
local GroupBanSameTableView = import('.GroupBanSameTableView')
local GroupMemberOperateView = import('.GroupMemberOperateView')
-local GroupAddMemberInfoView=import('.GroupAddMemberInfoView')
+local GroupAddMemberInfoView = import('.GroupAddMemberInfoView')
local GroupStatMember = import('.GroupStatMember')
local GroupMngFagPackView = import('../GroupMngFagPackView')
@@ -64,16 +64,15 @@ function M:FillView()
local rtype = self._view:GetChild("n132")
rtype.visible = false
- rtype.onChanged:Set(function ()
+ rtype.onChanged:Set(function()
if tostring(self.online) == rtype.value then
return
end
self.online = tonumber(rtype.value)
self:GetMemberData(0)
--printlog("aaaaaaaa222222222222222222222222222222")
-
end)
-
+
-- 初始化成员列表
self.lst_member = self._view:GetChild('lst_member')
self.lst_member:SetVirtual()
@@ -86,11 +85,11 @@ function M:FillView()
self:GetMemberData(self.lst_member.numItems)
end
)
-
- --local n50=self._view:GetChild('n50')
- --print(n50)
- --n50.displayObject.gameObject.transform.localPosition.x=214
- --print(n50.displayObject.gameObject.transform.localPosition.x)
+
+ --local n50=self._view:GetChild('n50')
+ --print(n50)
+ --n50.displayObject.gameObject.transform.localPosition.x=214
+ --print(n50.displayObject.gameObject.transform.localPosition.x)
-- 搜索玩家
local ctr_search = self._view:GetController('search')
self._view:GetChild('btn_search').onClick:Set(
@@ -123,8 +122,8 @@ function M:FillView()
item_result:RemoveChildrenToPool()
for j = 1, #res.Data.members do
- local tem = item_result:AddItemFromPool()
- self:FillItem(tem, res.Data.members[j], true)
+ local tem = item_result:AddItemFromPool()
+ self:FillItem(tem, res.Data.members[j], true)
end
end
end,
@@ -167,11 +166,11 @@ function M:FillView()
self.group_id,
tonumber(self._texnum_str),
function(response)
- printlog("响应获取添加玩家==》》》")
- pt(response)
+ printlog("响应获取添加玩家==》》》")
+ pt(response)
ViewUtil.CloseModalWait()
if (response.ReturnCode and response.ReturnCode == 0) then
- GroupAddMemberInfoView.new(self.group_id,tonumber(self._texnum_str)):SetAddMember(response.Data)
+ GroupAddMemberInfoView.new(self.group_id, tonumber(self._texnum_str)):SetAddMember(response.Data)
self:ClearNumTex()
--ViewUtil.ShowBannerOnScreenCenter('添加成功!', 1)
else
@@ -195,18 +194,15 @@ function M:FillView()
--ctr_page.selectedIndex = 1
--self.stype = 2
end
-
-
+
+
--self._view:GetChild("n50").selected = true
ctr_page.onChanged:Set(
function()
-
self.stype = ctr_page.selectedIndex + 1
self:initData()
end
)
-
-
end
-- 快速访问
@@ -217,8 +213,8 @@ end
-- 获取成员数据
function M:GetMemberData(index)
- --print("11111111111111111111")
- --print(debug.traceback())
+ --print("11111111111111111111")
+ --print(debug.traceback())
-- local iClear = false
-- local rtype = self._view:GetChild("n132").value
-- if tostring(self.online) ~= rtype then
@@ -258,32 +254,32 @@ end
local function __change_fag(gid, pid, is_add, cur_hp, callback)
local gniv =
GroupNumberInputView.new(
- nil,
- function(num)
- num = ad2d((is_add and num or -num))
- ViewUtil.ShowModalWait()
- local fgCtr = ControllerManager.GetController(NewGroupController)
- fgCtr:FG_ChangeFag(
- gid,
- pid,
- num,
- function(res1)
- ViewUtil.CloseModalWait()
- -- if gniv._is_destroy then
- -- return
- -- end
- if (res1.ReturnCode == 0) then
- callback(res1.Data)
- else
- ViewUtil.ErrorTip(res1.ReturnCode, '更改积分失败!')
+ nil,
+ function(num)
+ num = ad2d((is_add and num or -num))
+ ViewUtil.ShowModalWait()
+ local fgCtr = ControllerManager.GetController(NewGroupController)
+ fgCtr:FG_ChangeFag(
+ gid,
+ pid,
+ num,
+ function(res1)
+ ViewUtil.CloseModalWait()
+ -- if gniv._is_destroy then
+ -- return
+ -- end
+ if (res1.ReturnCode == 0) then
+ callback(res1.Data)
+ else
+ ViewUtil.ErrorTip(res1.ReturnCode, '更改积分失败!')
+ end
end
- end
- )
- -- item:GetChild("tex_fag").text = (self_user or show_fag) and num or show_fag_str
- end,
- is_add and 1 or 2,
- cur_hp and d2ad(cur_hp) or nil
- )
+ )
+ -- item:GetChild("tex_fag").text = (self_user or show_fag) and num or show_fag_str
+ end,
+ is_add and 1 or 2,
+ cur_hp and d2ad(cur_hp) or nil
+ )
gniv:Show()
end
@@ -296,7 +292,7 @@ function M:FillItem(obj, member, refresh)
-- obj.data = member.id
-- 显示玩家标签,合伙人、管理员
local ctr_type = obj:GetController('type')
-
+
if member.lev < 3 then
ctr_type.selectedIndex = member.lev
elseif member.partnerLev ~= 0 then
@@ -313,36 +309,36 @@ function M:FillItem(obj, member, refresh)
--obj:GetChild("tex_cost_count").text = d2ad(member.last_hp_cost)
--if member.online == 1 then
- -- obj:GetChild('tex_last_login').text = '在线'
- -- else
- if member.last_time ~= 0 then
- -- local now_time = os.date("*t",now)
- -- local today = os.time({year=now_time.year, month=now_time.month, day=now_time.day, hour=0,min=0,sec=0})
- -- local cha = math.ceil((today - member.last_time) / (24 * 60 *60))
- -- if (cha > 0) then
- -- obj:GetChild('tex_last_login').text = cha.."天前" --'最近登录\n' .. os.date('%Y/%m/%d', member.last_time)
- -- else
- -- obj:GetChild('tex_last_login').text = os.date('%Y/%m/%d', member.last_time)
- -- end
- --print("11111aaaaaaaaaaaaaaaaaaaa ",os.date('%Y/%m/%d', member.last_time))
- obj:GetChild('tex_last_login').text = "最近登录:"..os.date('%Y/%m/%d', member.last_time)
- else
- obj:GetChild('tex_last_login').text = '加入时间\n' .. os.date('%Y/%m/%d', member.join_time)
- end
- -- end
-
-
+ -- obj:GetChild('tex_last_login').text = '在线'
+ -- else
+ if member.last_time ~= 0 then
+ -- local now_time = os.date("*t",now)
+ -- local today = os.time({year=now_time.year, month=now_time.month, day=now_time.day, hour=0,min=0,sec=0})
+ -- local cha = math.ceil((today - member.last_time) / (24 * 60 *60))
+ -- if (cha > 0) then
+ -- obj:GetChild('tex_last_login').text = cha.."天前" --'最近登录\n' .. os.date('%Y/%m/%d', member.last_time)
+ -- else
+ -- obj:GetChild('tex_last_login').text = os.date('%Y/%m/%d', member.last_time)
+ -- end
+ --print("11111aaaaaaaaaaaaaaaaaaaa ",os.date('%Y/%m/%d', member.last_time))
+ obj:GetChild('tex_last_login').text = "最近登录:" .. os.date('%Y/%m/%d', member.last_time)
+ else
+ obj:GetChild('tex_last_login').text = '加入时间\n' .. os.date('%Y/%m/%d', member.join_time)
+ end
+ -- end
+
+
obj:GetChild('tex_zongchangci').text = member.total_round
obj:GetChild('tex_ruhui').text = os.date('%Y/%m/%d %H:%M:%S', member.join_time)
-
- --上级
- obj:GetChild('tex_shangjiName').text=member.parentId_nick or ""
- if member.parentId==0 then
- obj:GetChild('tex_shangjiID').text=""
- else
- obj:GetChild('tex_shangjiID').text=member.parentId
- end
-
+
+ --上级
+ obj:GetChild('tex_shangjiName').text = member.parentId_nick or ""
+ if member.parentId == 0 then
+ obj:GetChild('tex_shangjiID').text = ""
+ else
+ obj:GetChild('tex_shangjiID').text = member.parentId
+ end
+
local perm_array = MngPermission.getPermData(group.permission)
-- 体力值操作按钮事件
@@ -427,40 +423,41 @@ function M:FillItem(obj, member, refresh)
function()
local mflv =
GroupMemberOperateView.new(
- self.group_id,
- member,
- function(delete)
- if delete ~= nil and delete == true then
- local group = DataManager.groups:get(self.group_id)
- self.member_data = group.members
- self.lst_member.numItems = #self.member_data
- self._view:GetController('search').selectedIndex = 0
- else
- self.lst_member.numItems = self.lst_member.numItems
- if refresh then
- self:FillItem(obj, member)
+ self.group_id,
+ member,
+ function(delete)
+ if delete ~= nil and delete == true then
+ local group = DataManager.groups:get(self.group_id)
+ self.member_data = group.members
+ self.lst_member.numItems = #self.member_data
+ self._view:GetController('search').selectedIndex = 0
+ else
+ self.lst_member.numItems = self.lst_member.numItems
+ if refresh then
+ self:FillItem(obj, member)
+ end
end
+ end,
+ function()
+ self:GetMemberData(0)
end
- end,
- function()
- self:GetMemberData(0)
- end
- )
+ )
mflv:Show()
end
)
local btnBxx = obj:GetChild('btn_bxx')
- btnBxx.visible = (not (member.lev == 3 and member.partnerLev == 0)) and not (DataManager.SelfUser.account_id == member.uid)
+ btnBxx.visible = (not (member.lev == 3 and member.partnerLev == 0)) and
+ not (DataManager.SelfUser.account_id == member.uid)
--btnBxx.visible = not (DataManager.SelfUser.account_id == member.uid)
obj:GetChild('btn_bxx').onClick:Set(
function()
- local ctrNum=1
+ local ctrNum = 1
-- if not (member.lev == 3 and member.partnerLev == 0) then
-- ctrNum = 2
-- end
- ctrNum=2
- local gmv = GroupMngFagPackView.new(self.curGroup.id, self._root_view,ctrNum,member.uid)
+ ctrNum = 2
+ local gmv = GroupMngFagPackView.new(self.curGroup.id, self._root_view, ctrNum, member.uid)
gmv:SetCallback(
function()
btnBxx.selected = false
@@ -471,7 +468,7 @@ function M:FillItem(obj, member, refresh)
)
local superBtn = obj:GetChild('super_btn')
- superBtn.visible = group.lev == 1
+ -- superBtn.visible = group.lev == 1
obj:GetChild("super_btn").onClick:Set(
function()
ViewUtil.ShowModalWait(nil)
@@ -502,8 +499,8 @@ function M:FillItem(obj, member, refresh)
item_result:RemoveChildrenToPool()
for j = 1, #res.Data.members do
- local tem = item_result:AddItemFromPool()
- self:FillItem(tem, res.Data.members[j], true)
+ local tem = item_result:AddItemFromPool()
+ self:FillItem(tem, res.Data.members[j], true)
end
end
end,
diff --git a/wb_new_ui/.objs/metas/2d9xdj6z/fn7fao.info b/wb_new_ui/.objs/metas/2d9xdj6z/fn7fao.info
index 1bc7c77d..2982f257 100644
--- a/wb_new_ui/.objs/metas/2d9xdj6z/fn7fao.info
+++ b/wb_new_ui/.objs/metas/2d9xdj6z/fn7fao.info
@@ -21,6 +21,9 @@
"n140_csp4": {
"hidden": true
},
+ "n108_ker3": {
+ "hidden": true
+ },
"n50_lwcl": {
"hidden": true
},
@@ -30,9 +33,15 @@
"n100_lumr": {
"hidden": true
},
+ "n138_csp4": {
+ "hidden": true
+ },
"n49_lwcl": {
"hidden": true
},
+ "n110_ker3": {
+ "hidden": true
+ },
"n119_g8kk": {
"hidden": true
},
diff --git a/wb_new_ui/.objs/metas/m7iejg46/cioeho9.info b/wb_new_ui/.objs/metas/m7iejg46/cioeho9.info
index 79530278..63e79497 100644
--- a/wb_new_ui/.objs/metas/m7iejg46/cioeho9.info
+++ b/wb_new_ui/.objs/metas/m7iejg46/cioeho9.info
@@ -9,10 +9,10 @@
"n78_nk4v": {
"hidden": true
},
- "n111_myu9": {
+ "n98_yetw": {
"hidden": true
},
- "n98_yetw": {
+ "n108_sbng": {
"hidden": true
}
},
diff --git a/wb_new_ui/.objs/metas/m7iejg46/cioehoa.info b/wb_new_ui/.objs/metas/m7iejg46/cioehoa.info
index d844b294..e5ec0083 100644
--- a/wb_new_ui/.objs/metas/m7iejg46/cioehoa.info
+++ b/wb_new_ui/.objs/metas/m7iejg46/cioehoa.info
@@ -1,9 +1,4 @@
{
- "objectStatus": {
- "n44_myu9": {
- "hidden": true
- }
- },
"adaptiveTest": true,
"fitScreen": "FitSize"
}
\ No newline at end of file
diff --git a/wb_new_ui/.objs/metas/m7iejg46/iaes7idj.info b/wb_new_ui/.objs/metas/m7iejg46/iaes7idj.info
new file mode 100644
index 00000000..a8b21149
--- /dev/null
+++ b/wb_new_ui/.objs/metas/m7iejg46/iaes7idj.info
@@ -0,0 +1,7 @@
+{
+ "objectStatus": {
+ "n12_n96g": {
+ "hidden": true
+ }
+ }
+}
\ No newline at end of file
diff --git a/wb_new_ui/.objs/metas/m7iejg46/iaes7idk.info b/wb_new_ui/.objs/metas/m7iejg46/iaes7idk.info
new file mode 100644
index 00000000..a8b21149
--- /dev/null
+++ b/wb_new_ui/.objs/metas/m7iejg46/iaes7idk.info
@@ -0,0 +1,7 @@
+{
+ "objectStatus": {
+ "n12_n96g": {
+ "hidden": true
+ }
+ }
+}
\ No newline at end of file
diff --git a/wb_new_ui/.objs/metas/m7iejg46/tqi8hwa.info b/wb_new_ui/.objs/metas/m7iejg46/tqi8hwa.info
index 9e26dfee..dc5fdc09 100644
--- a/wb_new_ui/.objs/metas/m7iejg46/tqi8hwa.info
+++ b/wb_new_ui/.objs/metas/m7iejg46/tqi8hwa.info
@@ -1 +1,10 @@
-{}
\ No newline at end of file
+{
+ "objectStatus": {
+ "n68_tqi8": {
+ "hidden": true
+ },
+ "n83_cvc8": {
+ "hidden": true
+ }
+ }
+}
\ No newline at end of file
diff --git a/wb_new_ui/.objs/metas/m7iejg46/z3847i6m.info b/wb_new_ui/.objs/metas/m7iejg46/z3847i6m.info
index 1a5adc8c..6a79376a 100644
--- a/wb_new_ui/.objs/metas/m7iejg46/z3847i6m.info
+++ b/wb_new_ui/.objs/metas/m7iejg46/z3847i6m.info
@@ -15,9 +15,6 @@
"n35_rpaz": {
"hidden": true
},
- "n89_t1hq": {
- "collapsed": true
- },
"n88_t1hq": {
"hidden": true
}
diff --git a/wb_new_ui/.objs/metas/m7iejg46/z3847i6q.info b/wb_new_ui/.objs/metas/m7iejg46/z3847i6q.info
index 0f129b89..90c959bb 100644
--- a/wb_new_ui/.objs/metas/m7iejg46/z3847i6q.info
+++ b/wb_new_ui/.objs/metas/m7iejg46/z3847i6q.info
@@ -6,9 +6,6 @@
"n57_ocx0": {
"hidden": true
},
- "n26_kwi0": {
- "collapsed": true
- },
"n44_rpaz": {
"collapsed": true
},
diff --git a/wb_new_ui/.objs/metas/m7iejg46/z3847i6r.info b/wb_new_ui/.objs/metas/m7iejg46/z3847i6r.info
index f0ac32ee..5765b7a7 100644
--- a/wb_new_ui/.objs/metas/m7iejg46/z3847i6r.info
+++ b/wb_new_ui/.objs/metas/m7iejg46/z3847i6r.info
@@ -1,18 +1,21 @@
{
"objectStatus": {
+ "n130_yre9": {
+ "hidden": true
+ },
"n79_nk4v": {
"hidden": true
},
+ "n13_gls1": {
+ "hidden": true
+ },
"n78_nk4v": {
"hidden": true
},
"n73_cioe": {
"hidden": true
},
- "n13_gls1": {
- "hidden": true
- },
- "n130_yre9": {
+ "n20_gls1": {
"hidden": true
}
}
diff --git a/wb_new_ui/assets/Hotupdate/Version.xml b/wb_new_ui/assets/Hotupdate/Version.xml
index d3a50aa7..060a4fa7 100644
--- a/wb_new_ui/assets/Hotupdate/Version.xml
+++ b/wb_new_ui/assets/Hotupdate/Version.xml
@@ -2,7 +2,7 @@
-
+
@@ -11,11 +11,14 @@
-
-
-
+
+
+
-
+
+
+
+
diff --git a/wb_new_ui/assets/Hotupdate/commpoent/Slider1.xml b/wb_new_ui/assets/Hotupdate/commpoent/Slider1.xml
index bc9ddfc4..c645b00b 100644
--- a/wb_new_ui/assets/Hotupdate/commpoent/Slider1.xml
+++ b/wb_new_ui/assets/Hotupdate/commpoent/Slider1.xml
@@ -1,10 +1,10 @@
-
+
-
+
-
+
-
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Hotupdate/denglu_bg_01.png b/wb_new_ui/assets/Hotupdate/denglu_bg_01.png
index bc426a9d..c30aa7c0 100644
Binary files a/wb_new_ui/assets/Hotupdate/denglu_bg_01.png and b/wb_new_ui/assets/Hotupdate/denglu_bg_01.png differ
diff --git a/wb_new_ui/assets/Hotupdate/images/Ellipse 91.png b/wb_new_ui/assets/Hotupdate/images/Ellipse 91.png
new file mode 100644
index 00000000..7047fb3d
Binary files /dev/null and b/wb_new_ui/assets/Hotupdate/images/Ellipse 91.png differ
diff --git a/wb_new_ui/assets/Hotupdate/images/Union.png b/wb_new_ui/assets/Hotupdate/images/Union.png
new file mode 100644
index 00000000..2735a36e
Binary files /dev/null and b/wb_new_ui/assets/Hotupdate/images/Union.png differ
diff --git a/wb_new_ui/assets/Hotupdate/package.xml b/wb_new_ui/assets/Hotupdate/package.xml
index c72ed12b..908fd5e4 100644
--- a/wb_new_ui/assets/Hotupdate/package.xml
+++ b/wb_new_ui/assets/Hotupdate/package.xml
@@ -21,6 +21,8 @@
+
+
diff --git a/wb_new_ui/assets/Lobby/Main.xml b/wb_new_ui/assets/Lobby/Main.xml
index 08a7a706..343a3bbc 100644
--- a/wb_new_ui/assets/Lobby/Main.xml
+++ b/wb_new_ui/assets/Lobby/Main.xml
@@ -10,43 +10,63 @@
-
+
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
-
-
+
+
+
-
+
-
+
-
+
-
-
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -61,19 +81,19 @@
-
-
+
+
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/wb_new_ui/assets/Lobby/component/button/Head.xml b/wb_new_ui/assets/Lobby/component/button/Head.xml
index 9ca86daa..39be5e24 100644
--- a/wb_new_ui/assets/Lobby/component/button/Head.xml
+++ b/wb_new_ui/assets/Lobby/component/button/Head.xml
@@ -4,7 +4,9 @@
-
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/group/Button8.xml b/wb_new_ui/assets/Lobby/component/group/Button8.xml
index b3f64307..46e39cdc 100644
--- a/wb_new_ui/assets/Lobby/component/group/Button8.xml
+++ b/wb_new_ui/assets/Lobby/component/group/Button8.xml
@@ -1,10 +1,10 @@
-
+
-
-
-
+
+
+
-
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/index/Btn_join_room.xml b/wb_new_ui/assets/Lobby/component/index/Btn_join_room.xml
index c286813d..a28cfdd4 100644
--- a/wb_new_ui/assets/Lobby/component/index/Btn_join_room.xml
+++ b/wb_new_ui/assets/Lobby/component/index/Btn_join_room.xml
@@ -1,10 +1,10 @@
-
+
-
-
-
+
+
+
-
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/index/Btn_menu.xml b/wb_new_ui/assets/Lobby/component/index/Btn_menu.xml
index 347b90e7..1c519693 100644
--- a/wb_new_ui/assets/Lobby/component/index/Btn_menu.xml
+++ b/wb_new_ui/assets/Lobby/component/index/Btn_menu.xml
@@ -2,7 +2,9 @@
-
+
+
+
-
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/index/Btn_menu_top.xml b/wb_new_ui/assets/Lobby/component/index/Btn_menu_top.xml
index cdc5021a..89c6355a 100644
--- a/wb_new_ui/assets/Lobby/component/index/Btn_menu_top.xml
+++ b/wb_new_ui/assets/Lobby/component/index/Btn_menu_top.xml
@@ -1,7 +1,7 @@
-
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/index/Btn_more_group.xml b/wb_new_ui/assets/Lobby/component/index/Btn_more_group.xml
index c03b88c6..9958b628 100644
--- a/wb_new_ui/assets/Lobby/component/index/Btn_more_group.xml
+++ b/wb_new_ui/assets/Lobby/component/index/Btn_more_group.xml
@@ -1,10 +1,10 @@
-
+
-
-
-
+
+
+
-
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/index/Btn_teamwork.xml b/wb_new_ui/assets/Lobby/component/index/Btn_teamwork.xml
index 36840ff2..1c231553 100644
--- a/wb_new_ui/assets/Lobby/component/index/Btn_teamwork.xml
+++ b/wb_new_ui/assets/Lobby/component/index/Btn_teamwork.xml
@@ -2,7 +2,7 @@
-
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/index/Cgm_gold.xml b/wb_new_ui/assets/Lobby/component/index/Cgm_gold.xml
index 9c8f1b2e..8f55749f 100644
--- a/wb_new_ui/assets/Lobby/component/index/Cgm_gold.xml
+++ b/wb_new_ui/assets/Lobby/component/index/Cgm_gold.xml
@@ -1,9 +1,9 @@
-
+
-
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/index/images/Group 443.png b/wb_new_ui/assets/Lobby/component/index/images/Group 443.png
deleted file mode 100644
index 5b675fac..00000000
Binary files a/wb_new_ui/assets/Lobby/component/index/images/Group 443.png and /dev/null differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/Group 444.png b/wb_new_ui/assets/Lobby/component/index/images/Group 444.png
index 71510cbb..5f66ebe4 100644
Binary files a/wb_new_ui/assets/Lobby/component/index/images/Group 444.png and b/wb_new_ui/assets/Lobby/component/index/images/Group 444.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/Group 444@2x.png b/wb_new_ui/assets/Lobby/component/index/images/Group 444@2x.png
new file mode 100644
index 00000000..1d0e8e9f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/Group 444@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/Group 445.png b/wb_new_ui/assets/Lobby/component/index/images/Group 445.png
new file mode 100644
index 00000000..0a3e0209
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/Group 445.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/Group 445@2x.png b/wb_new_ui/assets/Lobby/component/index/images/Group 445@2x.png
new file mode 100644
index 00000000..3062f99f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/Group 445@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/Group 5582.png b/wb_new_ui/assets/Lobby/component/index/images/Group 5582.png
deleted file mode 100644
index 58a2276d..00000000
Binary files a/wb_new_ui/assets/Lobby/component/index/images/Group 5582.png and /dev/null differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/Group 5583.png b/wb_new_ui/assets/Lobby/component/index/images/Group 5583.png
deleted file mode 100644
index 17f21a19..00000000
Binary files a/wb_new_ui/assets/Lobby/component/index/images/Group 5583.png and /dev/null differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/Rectangle 25.png b/wb_new_ui/assets/Lobby/component/index/images/Rectangle 25.png
new file mode 100644
index 00000000..795d856b
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/Rectangle 25.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/Rectangle 25@2x.png b/wb_new_ui/assets/Lobby/component/index/images/Rectangle 25@2x.png
new file mode 100644
index 00000000..94f124c2
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/Rectangle 25@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/button_cjfj.png b/wb_new_ui/assets/Lobby/component/index/images/button_cjfj.png
deleted file mode 100644
index a40b2f7f..00000000
Binary files a/wb_new_ui/assets/Lobby/component/index/images/button_cjfj.png and /dev/null differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/club_more.png b/wb_new_ui/assets/Lobby/component/index/images/club_more.png
deleted file mode 100644
index 2e8c101a..00000000
Binary files a/wb_new_ui/assets/Lobby/component/index/images/club_more.png and /dev/null differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/createtitle.png b/wb_new_ui/assets/Lobby/component/index/images/createtitle.png
new file mode 100644
index 00000000..53a4aafa
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/createtitle.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/createtitle@2x.png b/wb_new_ui/assets/Lobby/component/index/images/createtitle@2x.png
new file mode 100644
index 00000000..cc2a6651
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/createtitle@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/game_item_bg.png b/wb_new_ui/assets/Lobby/component/index/images/game_item_bg.png
deleted file mode 100644
index 38a183aa..00000000
Binary files a/wb_new_ui/assets/Lobby/component/index/images/game_item_bg.png and /dev/null differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/groupTitle.png b/wb_new_ui/assets/Lobby/component/index/images/groupTitle.png
new file mode 100644
index 00000000..f9d444d4
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/groupTitle.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/groupTitle@2x.png b/wb_new_ui/assets/Lobby/component/index/images/groupTitle@2x.png
new file mode 100644
index 00000000..bd956c2c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/groupTitle@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/joinTitle.png b/wb_new_ui/assets/Lobby/component/index/images/joinTitle.png
new file mode 100644
index 00000000..275b5b5f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/joinTitle.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/joinTitle@2x.png b/wb_new_ui/assets/Lobby/component/index/images/joinTitle@2x.png
new file mode 100644
index 00000000..b55558e3
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/joinTitle@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/join_room_horizen.png b/wb_new_ui/assets/Lobby/component/index/images/join_room_horizen.png
deleted file mode 100644
index 47a6f9a6..00000000
Binary files a/wb_new_ui/assets/Lobby/component/index/images/join_room_horizen.png and /dev/null differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/亲友圈.png b/wb_new_ui/assets/Lobby/component/index/images/亲友圈.png
deleted file mode 100644
index f54c5aa8..00000000
Binary files a/wb_new_ui/assets/Lobby/component/index/images/亲友圈.png and /dev/null differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/创建房间.png b/wb_new_ui/assets/Lobby/component/index/images/创建房间.png
deleted file mode 100644
index f9c06478..00000000
Binary files a/wb_new_ui/assets/Lobby/component/index/images/创建房间.png and /dev/null differ
diff --git a/wb_new_ui/assets/Lobby/images/bj.png b/wb_new_ui/assets/Lobby/images/bj.png
index ce18c004..166a3803 100644
Binary files a/wb_new_ui/assets/Lobby/images/bj.png and b/wb_new_ui/assets/Lobby/images/bj.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00000.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00000.png
index be6682bf..5b012047 100644
Binary files a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00000.png and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00000.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00002.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00002.png
new file mode 100644
index 00000000..74158b05
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00002.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00004.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00004.png
new file mode 100644
index 00000000..02ddb2b2
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00004.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00006.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00006.png
new file mode 100644
index 00000000..6eb54ee8
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00006.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00008.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00008.png
new file mode 100644
index 00000000..26b4a9bf
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00008.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00010.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00010.png
new file mode 100644
index 00000000..9faf4115
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00010.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00012.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00012.png
new file mode 100644
index 00000000..0940ec94
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00012.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00014.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00014.png
new file mode 100644
index 00000000..ee0e8272
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00014.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00016.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00016.png
new file mode 100644
index 00000000..6bed6656
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00016.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00018.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00018.png
new file mode 100644
index 00000000..b8d834d5
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00018.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00020.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00020.png
new file mode 100644
index 00000000..1d84c5b6
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00020.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00022.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00022.png
new file mode 100644
index 00000000..283e1725
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00022.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00024.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00024.png
new file mode 100644
index 00000000..cb66f46e
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00024.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00026.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00026.png
new file mode 100644
index 00000000..09212f9d
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00026.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00028.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00028.png
new file mode 100644
index 00000000..d189fd2e
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00028.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00030.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00030.png
new file mode 100644
index 00000000..64b2eb0f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00030.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00032.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00032.png
new file mode 100644
index 00000000..67d04341
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00032.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00034.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00034.png
new file mode 100644
index 00000000..081babb3
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00034.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00036.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00036.png
new file mode 100644
index 00000000..f521f8b0
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00036.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00038.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00038.png
new file mode 100644
index 00000000..2c363c73
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00038.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00040.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00040.png
new file mode 100644
index 00000000..65ab0638
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00040.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00042.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00042.png
new file mode 100644
index 00000000..0e12f667
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00042.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00044.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00044.png
new file mode 100644
index 00000000..7f6f0d92
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00044.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00046.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00046.png
new file mode 100644
index 00000000..a492e003
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00046.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00048.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00048.png
new file mode 100644
index 00000000..b12573de
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00048.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00050.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00050.png
new file mode 100644
index 00000000..d1d89fa7
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00050.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00052.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00052.png
new file mode 100644
index 00000000..d5ba9f05
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00052.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00054.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00054.png
new file mode 100644
index 00000000..40e67bf7
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00054.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00056.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00056.png
new file mode 100644
index 00000000..6d69a1eb
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00056.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00058.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00058.png
new file mode 100644
index 00000000..0f6de6e9
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00058.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00060.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00060.png
new file mode 100644
index 00000000..bc2680c8
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00060.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00062.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00062.png
new file mode 100644
index 00000000..c6189274
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00062.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00064.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00064.png
new file mode 100644
index 00000000..c1503659
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00064.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00066.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00066.png
new file mode 100644
index 00000000..832b96ef
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00066.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00068.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00068.png
new file mode 100644
index 00000000..79ba1cf0
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00068.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00070.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00070.png
new file mode 100644
index 00000000..fb8eb02a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00070.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00072.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00072.png
new file mode 100644
index 00000000..f8b64bf9
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00072.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00074.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00074.png
new file mode 100644
index 00000000..80331fdb
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00074.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00076.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00076.png
new file mode 100644
index 00000000..799aa71a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00076.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00078.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00078.png
new file mode 100644
index 00000000..680d8505
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00078.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00080.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00080.png
new file mode 100644
index 00000000..7bcc283d
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00080.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00082.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00082.png
new file mode 100644
index 00000000..29fbeb6a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00082.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00084.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00084.png
new file mode 100644
index 00000000..69a78b51
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00084.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00086.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00086.png
new file mode 100644
index 00000000..66adf002
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00086.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00088.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00088.png
new file mode 100644
index 00000000..6c5caf20
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00088.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00090.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00090.png
new file mode 100644
index 00000000..54726f6e
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00090.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00092.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00092.png
new file mode 100644
index 00000000..885e69f1
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00092.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00094.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00094.png
new file mode 100644
index 00000000..2447dc7b
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00094.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00096.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00096.png
new file mode 100644
index 00000000..56dfff36
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00096.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00098.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00098.png
new file mode 100644
index 00000000..08154075
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00098.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00100.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00100.png
new file mode 100644
index 00000000..07db4b76
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00100.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00102.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00102.png
new file mode 100644
index 00000000..9acd1cd1
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00102.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00104.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00104.png
new file mode 100644
index 00000000..60fb01bd
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00104.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00106.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00106.png
new file mode 100644
index 00000000..9b6029a8
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00106.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00108.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00108.png
new file mode 100644
index 00000000..05d1ecbe
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00108.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00110.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00110.png
new file mode 100644
index 00000000..b06a622b
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00110.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00112.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00112.png
new file mode 100644
index 00000000..0009f547
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00112.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00114.png b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00114.png
new file mode 100644
index 00000000..ca2c2aa4
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_bg/taohua_00114.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00000.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00000.png
index 8d84c4ee..6e519fc5 100644
Binary files a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00000.png and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00000.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00002.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00002.png
new file mode 100644
index 00000000..52169408
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00002.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00004.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00004.png
new file mode 100644
index 00000000..fe2099a7
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00004.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00006.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00006.png
new file mode 100644
index 00000000..a757e422
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00006.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00008.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00008.png
new file mode 100644
index 00000000..12f40a79
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00008.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00010.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00010.png
new file mode 100644
index 00000000..7457c2b4
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00010.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00012.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00012.png
new file mode 100644
index 00000000..80f640cb
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00012.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00014.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00014.png
new file mode 100644
index 00000000..5e2a300e
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00014.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00016.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00016.png
new file mode 100644
index 00000000..c90ba8e2
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00016.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00018.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00018.png
new file mode 100644
index 00000000..0ba3d5f7
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00018.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00020.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00020.png
new file mode 100644
index 00000000..deaa5532
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00020.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00022.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00022.png
new file mode 100644
index 00000000..8bfa278b
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00022.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00024.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00024.png
new file mode 100644
index 00000000..e89a0569
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00024.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00026.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00026.png
new file mode 100644
index 00000000..f5991246
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00026.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00028.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00028.png
new file mode 100644
index 00000000..67c7131d
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00028.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00030.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00030.png
new file mode 100644
index 00000000..e3d700e9
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00030.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00032.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00032.png
new file mode 100644
index 00000000..67c7131d
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00032.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00034.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00034.png
new file mode 100644
index 00000000..f5991246
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00034.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00036.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00036.png
new file mode 100644
index 00000000..e89a0569
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00036.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00038.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00038.png
new file mode 100644
index 00000000..8bfa278b
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00038.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00040.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00040.png
new file mode 100644
index 00000000..deaa5532
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00040.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00042.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00042.png
new file mode 100644
index 00000000..0ba3d5f7
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00042.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00044.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00044.png
new file mode 100644
index 00000000..c90ba8e2
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00044.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00046.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00046.png
new file mode 100644
index 00000000..5e2a300e
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00046.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00048.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00048.png
new file mode 100644
index 00000000..80f640cb
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00048.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00050.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00050.png
new file mode 100644
index 00000000..7457c2b4
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00050.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00052.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00052.png
new file mode 100644
index 00000000..12f40a79
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00052.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00054.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00054.png
new file mode 100644
index 00000000..a757e422
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00054.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00056.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00056.png
new file mode 100644
index 00000000..fe2099a7
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00056.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00058.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00058.png
new file mode 100644
index 00000000..52169408
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00058.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00060.png b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00060.png
new file mode 100644
index 00000000..6e519fc5
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_createRoom/puke_00060.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00000.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00000.png
index ad1374f7..82a40475 100644
Binary files a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00000.png and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00000.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00002.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00002.png
new file mode 100644
index 00000000..82a40475
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00002.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00004.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00004.png
new file mode 100644
index 00000000..82a40475
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00004.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00006.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00006.png
new file mode 100644
index 00000000..82a40475
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00006.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00008.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00008.png
new file mode 100644
index 00000000..82a40475
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00008.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00010.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00010.png
new file mode 100644
index 00000000..82a40475
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00010.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00012.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00012.png
new file mode 100644
index 00000000..82a40475
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00012.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00014.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00014.png
new file mode 100644
index 00000000..82a40475
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00014.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00016.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00016.png
new file mode 100644
index 00000000..5955d338
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00016.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00018.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00018.png
new file mode 100644
index 00000000..e06ec315
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00018.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00020.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00020.png
new file mode 100644
index 00000000..652c1ca6
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00020.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00022.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00022.png
new file mode 100644
index 00000000..3aa2220e
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00022.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00024.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00024.png
new file mode 100644
index 00000000..6631beff
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00024.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00026.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00026.png
new file mode 100644
index 00000000..3a39c9ad
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00026.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00028.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00028.png
new file mode 100644
index 00000000..73ef491e
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00028.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00030.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00030.png
new file mode 100644
index 00000000..7e1abd59
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00030.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00032.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00032.png
new file mode 100644
index 00000000..81e52574
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00032.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00034.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00034.png
new file mode 100644
index 00000000..d309bbea
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00034.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00036.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00036.png
new file mode 100644
index 00000000..4c22f6a8
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00036.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00038.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00038.png
new file mode 100644
index 00000000..1ed4f027
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00038.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00040.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00040.png
new file mode 100644
index 00000000..1b3c7c7a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00040.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00042.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00042.png
new file mode 100644
index 00000000..500cf5ba
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00042.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00044.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00044.png
new file mode 100644
index 00000000..5a2ddac7
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00044.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00046.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00046.png
new file mode 100644
index 00000000..5934431a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00046.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00048.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00048.png
new file mode 100644
index 00000000..4349985e
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00048.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00050.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00050.png
new file mode 100644
index 00000000..c03cbe99
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00050.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00052.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00052.png
new file mode 100644
index 00000000..b4e7b2f2
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00052.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00054.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00054.png
new file mode 100644
index 00000000..a8b9715c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00054.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00056.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00056.png
new file mode 100644
index 00000000..ceabd614
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00056.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00058.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00058.png
new file mode 100644
index 00000000..083247d3
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00058.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00060.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00060.png
new file mode 100644
index 00000000..95e15cba
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00060.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00062.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00062.png
new file mode 100644
index 00000000..da87323c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00062.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00064.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00064.png
new file mode 100644
index 00000000..ce7bbab1
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00064.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00066.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00066.png
new file mode 100644
index 00000000..f2586781
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00066.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00068.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00068.png
new file mode 100644
index 00000000..57b0ef75
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00068.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00070.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00070.png
new file mode 100644
index 00000000..e84276c6
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00070.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00072.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00072.png
new file mode 100644
index 00000000..eceb461c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00072.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00074.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00074.png
new file mode 100644
index 00000000..b4605883
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00074.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00076.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00076.png
new file mode 100644
index 00000000..8fa6ac8f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00076.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00078.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00078.png
new file mode 100644
index 00000000..9f9cb0e2
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00078.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00080.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00080.png
new file mode 100644
index 00000000..eeb3323c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00080.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00082.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00082.png
new file mode 100644
index 00000000..144fa884
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00082.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00084.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00084.png
new file mode 100644
index 00000000..a868ae44
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00084.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00086.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00086.png
new file mode 100644
index 00000000..f95d06e1
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00086.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00088.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00088.png
new file mode 100644
index 00000000..f6114331
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00088.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00090.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00090.png
new file mode 100644
index 00000000..243373d8
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00090.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00092.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00092.png
new file mode 100644
index 00000000..31ea1da9
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00092.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00094.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00094.png
new file mode 100644
index 00000000..f25bd0bb
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00094.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00096.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00096.png
new file mode 100644
index 00000000..906bcca3
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00096.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00098.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00098.png
new file mode 100644
index 00000000..21b7427d
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00098.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00100.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00100.png
new file mode 100644
index 00000000..03c28969
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00100.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00102.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00102.png
new file mode 100644
index 00000000..f0ee070e
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00102.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00104.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00104.png
new file mode 100644
index 00000000..af15a325
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00104.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00106.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00106.png
new file mode 100644
index 00000000..ec96ad24
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00106.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00108.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00108.png
new file mode 100644
index 00000000..59adfa97
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00108.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00110.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00110.png
new file mode 100644
index 00000000..9a938a8c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00110.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00112.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00112.png
new file mode 100644
index 00000000..8ce1a969
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00112.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00114.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00114.png
new file mode 100644
index 00000000..72fcee1f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00114.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00116.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00116.png
new file mode 100644
index 00000000..5f7fbb0e
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00116.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00118.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00118.png
new file mode 100644
index 00000000..ae4784b2
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00118.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00120.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00120.png
new file mode 100644
index 00000000..05dddbe5
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00120.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00122.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00122.png
new file mode 100644
index 00000000..df07f00e
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00122.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00124.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00124.png
new file mode 100644
index 00000000..6a541964
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00124.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00126.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00126.png
new file mode 100644
index 00000000..4915b2f0
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00126.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00128.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00128.png
new file mode 100644
index 00000000..5dd170d6
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00128.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00130.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00130.png
new file mode 100644
index 00000000..4ab6217e
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00130.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00132.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00132.png
new file mode 100644
index 00000000..42691aa7
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00132.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00134.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00134.png
new file mode 100644
index 00000000..019c723e
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00134.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00136.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00136.png
new file mode 100644
index 00000000..301e0f26
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00136.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00138.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00138.png
new file mode 100644
index 00000000..ca6d93a7
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00138.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00140.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00140.png
new file mode 100644
index 00000000..64e02b2b
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00140.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00142.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00142.png
new file mode 100644
index 00000000..d579aed7
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00142.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00144.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00144.png
new file mode 100644
index 00000000..2c0169e4
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00144.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00146.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00146.png
new file mode 100644
index 00000000..615209e8
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00146.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00148.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00148.png
new file mode 100644
index 00000000..c3330801
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00148.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00150.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00150.png
new file mode 100644
index 00000000..6b183129
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00150.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00152.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00152.png
new file mode 100644
index 00000000..29194f9c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00152.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00154.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00154.png
new file mode 100644
index 00000000..3ad8200a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00154.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00156.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00156.png
new file mode 100644
index 00000000..795071e5
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00156.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00158.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00158.png
new file mode 100644
index 00000000..f9f61ffc
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00158.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00160.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00160.png
new file mode 100644
index 00000000..f2970444
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00160.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00162.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00162.png
new file mode 100644
index 00000000..505ea882
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00162.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00164.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00164.png
new file mode 100644
index 00000000..81c54d0c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00164.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00166.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00166.png
new file mode 100644
index 00000000..4ba86e4b
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00166.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00168.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00168.png
new file mode 100644
index 00000000..667d16dd
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00168.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00170.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00170.png
new file mode 100644
index 00000000..67ffbc5a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00170.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00172.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00172.png
new file mode 100644
index 00000000..838c2afe
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00172.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00174.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00174.png
new file mode 100644
index 00000000..646defd7
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00174.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00176.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00176.png
new file mode 100644
index 00000000..5def5e99
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00176.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00178.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00178.png
new file mode 100644
index 00000000..6dfc8d32
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00178.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00180.png b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00180.png
new file mode 100644
index 00000000..02a3ad14
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_group/jiangbei_00180.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00000.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00000.png
index 18ab82f4..90e90e5e 100644
Binary files a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00000.png and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00000.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00002.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00002.png
new file mode 100644
index 00000000..368d40a1
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00002.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00004.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00004.png
new file mode 100644
index 00000000..b80735f6
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00004.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00006.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00006.png
new file mode 100644
index 00000000..4f436c25
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00006.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00008.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00008.png
new file mode 100644
index 00000000..9da0c9e9
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00008.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00010.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00010.png
new file mode 100644
index 00000000..6e98d592
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00010.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00012.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00012.png
new file mode 100644
index 00000000..7a215b9f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00012.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00014.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00014.png
new file mode 100644
index 00000000..195361d8
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00014.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00016.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00016.png
new file mode 100644
index 00000000..a0ea7d53
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00016.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00018.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00018.png
new file mode 100644
index 00000000..836d17c4
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00018.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00020.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00020.png
new file mode 100644
index 00000000..1394d81d
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00020.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00022.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00022.png
new file mode 100644
index 00000000..92e08086
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00022.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00024.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00024.png
new file mode 100644
index 00000000..96002854
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00024.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00026.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00026.png
new file mode 100644
index 00000000..0d943e5a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00026.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00028.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00028.png
new file mode 100644
index 00000000..ebc646fa
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00028.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00030.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00030.png
new file mode 100644
index 00000000..9185211c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00030.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00032.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00032.png
new file mode 100644
index 00000000..4ecfab9a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00032.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00034.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00034.png
new file mode 100644
index 00000000..842dd1e9
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00034.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00036.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00036.png
new file mode 100644
index 00000000..590e02db
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00036.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00038.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00038.png
new file mode 100644
index 00000000..9b1db702
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00038.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00040.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00040.png
new file mode 100644
index 00000000..993f9ff8
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00040.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00042.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00042.png
new file mode 100644
index 00000000..bf359a7f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00042.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00044.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00044.png
new file mode 100644
index 00000000..f66cc4e1
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00044.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00046.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00046.png
new file mode 100644
index 00000000..4ed8a3e3
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00046.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00048.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00048.png
new file mode 100644
index 00000000..c902e426
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00048.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00050.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00050.png
new file mode 100644
index 00000000..2146149f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00050.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00052.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00052.png
new file mode 100644
index 00000000..9c9e1aab
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00052.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00054.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00054.png
new file mode 100644
index 00000000..dff5f870
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00054.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00056.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00056.png
new file mode 100644
index 00000000..0b2c8cf8
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00056.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00058.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00058.png
new file mode 100644
index 00000000..4bc21d35
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00058.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00060.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00060.png
new file mode 100644
index 00000000..32a6acff
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00060.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00062.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00062.png
new file mode 100644
index 00000000..391c54ac
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00062.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00064.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00064.png
new file mode 100644
index 00000000..fbe61887
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00064.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00066.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00066.png
new file mode 100644
index 00000000..b43342e6
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00066.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00068.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00068.png
new file mode 100644
index 00000000..338acfc2
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00068.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00070.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00070.png
new file mode 100644
index 00000000..203f11d6
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00070.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00072.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00072.png
new file mode 100644
index 00000000..7dcd7c6a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00072.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00074.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00074.png
new file mode 100644
index 00000000..d7c860f7
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00074.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00076.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00076.png
new file mode 100644
index 00000000..9b3f671a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00076.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00078.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00078.png
new file mode 100644
index 00000000..487488b9
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00078.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00080.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00080.png
new file mode 100644
index 00000000..08824e31
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00080.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00082.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00082.png
new file mode 100644
index 00000000..d8961cca
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00082.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00084.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00084.png
new file mode 100644
index 00000000..1b8448d0
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00084.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00086.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00086.png
new file mode 100644
index 00000000..a63aad74
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00086.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00088.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00088.png
new file mode 100644
index 00000000..066d2b77
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00088.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00090.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00090.png
new file mode 100644
index 00000000..a9e0ffdb
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00090.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00092.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00092.png
new file mode 100644
index 00000000..1149edb0
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00092.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00094.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00094.png
new file mode 100644
index 00000000..d09d9cf2
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00094.png differ
diff --git a/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00096.png b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00096.png
new file mode 100644
index 00000000..90e90e5e
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/clip_joinRoom/hecheng 1_00096.png differ
diff --git a/wb_new_ui/assets/Lobby/images/index/Group 440.png b/wb_new_ui/assets/Lobby/images/index/Group 440.png
new file mode 100644
index 00000000..a116770a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/index/Group 440.png differ
diff --git a/wb_new_ui/assets/Lobby/images/index/Group 440@2x.png b/wb_new_ui/assets/Lobby/images/index/Group 440@2x.png
new file mode 100644
index 00000000..a00226c1
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/index/Group 440@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/images/index/Group 634.png b/wb_new_ui/assets/Lobby/images/index/Group 634.png
new file mode 100644
index 00000000..0d31ef3b
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/index/Group 634.png differ
diff --git a/wb_new_ui/assets/Lobby/images/index/Group 634@2x.png b/wb_new_ui/assets/Lobby/images/index/Group 634@2x.png
new file mode 100644
index 00000000..17f98336
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/index/Group 634@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/images/index/Group 635.png b/wb_new_ui/assets/Lobby/images/index/Group 635.png
new file mode 100644
index 00000000..2de360a6
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/index/Group 635.png differ
diff --git a/wb_new_ui/assets/Lobby/images/index/Group 635@2x.png b/wb_new_ui/assets/Lobby/images/index/Group 635@2x.png
new file mode 100644
index 00000000..24af8f97
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/index/Group 635@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/images/index/Group 636.png b/wb_new_ui/assets/Lobby/images/index/Group 636.png
new file mode 100644
index 00000000..a22084f3
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/index/Group 636.png differ
diff --git a/wb_new_ui/assets/Lobby/images/index/Group 636@2x.png b/wb_new_ui/assets/Lobby/images/index/Group 636@2x.png
new file mode 100644
index 00000000..89e86d7d
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/index/Group 636@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/images/index/Group 637.png b/wb_new_ui/assets/Lobby/images/index/Group 637.png
new file mode 100644
index 00000000..ecd1e752
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/index/Group 637.png differ
diff --git a/wb_new_ui/assets/Lobby/images/index/Group 637@2x.png b/wb_new_ui/assets/Lobby/images/index/Group 637@2x.png
new file mode 100644
index 00000000..35ae9fa6
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/index/Group 637@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/images/index/Group 638.png b/wb_new_ui/assets/Lobby/images/index/Group 638.png
new file mode 100644
index 00000000..80ac82f3
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/index/Group 638.png differ
diff --git a/wb_new_ui/assets/Lobby/images/index/Group 638@2x.png b/wb_new_ui/assets/Lobby/images/index/Group 638@2x.png
new file mode 100644
index 00000000..6aa8594b
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/index/Group 638@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/images/index/Group 639.png b/wb_new_ui/assets/Lobby/images/index/Group 639.png
new file mode 100644
index 00000000..6e54497a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/index/Group 639.png differ
diff --git a/wb_new_ui/assets/Lobby/images/index/Group 639@2x.png b/wb_new_ui/assets/Lobby/images/index/Group 639@2x.png
new file mode 100644
index 00000000..1c691faa
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/index/Group 639@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/images/index/Rectangle 22.png b/wb_new_ui/assets/Lobby/images/index/Rectangle 22.png
new file mode 100644
index 00000000..bd365c5e
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/index/Rectangle 22.png differ
diff --git a/wb_new_ui/assets/Lobby/images/index/Rectangle 22@2x.png b/wb_new_ui/assets/Lobby/images/index/Rectangle 22@2x.png
new file mode 100644
index 00000000..db9738cb
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/index/Rectangle 22@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/images/index/Rectangle 23.png b/wb_new_ui/assets/Lobby/images/index/Rectangle 23.png
new file mode 100644
index 00000000..a6959f52
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/index/Rectangle 23.png differ
diff --git a/wb_new_ui/assets/Lobby/images/index/Rectangle 23@2x.png b/wb_new_ui/assets/Lobby/images/index/Rectangle 23@2x.png
new file mode 100644
index 00000000..2a30fdc3
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/index/Rectangle 23@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/images/index/Rectangle 29.png b/wb_new_ui/assets/Lobby/images/index/Rectangle 29.png
new file mode 100644
index 00000000..272ee1f1
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/index/Rectangle 29.png differ
diff --git a/wb_new_ui/assets/Lobby/images/index/Rectangle 29@2x.png b/wb_new_ui/assets/Lobby/images/index/Rectangle 29@2x.png
new file mode 100644
index 00000000..2f3f9e22
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/index/Rectangle 29@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/package.xml b/wb_new_ui/assets/Lobby/package.xml
index 192b02e9..714e1202 100644
--- a/wb_new_ui/assets/Lobby/package.xml
+++ b/wb_new_ui/assets/Lobby/package.xml
@@ -60,10 +60,8 @@
-
-
@@ -97,7 +95,6 @@
-
@@ -282,7 +279,6 @@
-
@@ -326,18 +322,12 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
@@ -410,6 +400,263 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wb_new_ui/assets/NewGroup/Main_GroupInfo.xml b/wb_new_ui/assets/NewGroup/Main_GroupInfo.xml
index 5f9e0ef1..3f0826be 100644
--- a/wb_new_ui/assets/NewGroup/Main_GroupInfo.xml
+++ b/wb_new_ui/assets/NewGroup/Main_GroupInfo.xml
@@ -14,8 +14,8 @@
-
-
+
+
@@ -37,66 +37,65 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
-
+
-
+
-
-
-
-
-
-
-
+
@@ -154,14 +153,14 @@
-
-
+
+
-
-
+
+
-
-
+
+
@@ -189,25 +188,25 @@
-
+
-
+
-
-
+
+
-
+
-
+
-
+
diff --git a/wb_new_ui/assets/NewGroup/Win_PlayerInfo.xml b/wb_new_ui/assets/NewGroup/Win_PlayerInfo.xml
index 9a559fd6..b55ed761 100644
--- a/wb_new_ui/assets/NewGroup/Win_PlayerInfo.xml
+++ b/wb_new_ui/assets/NewGroup/Win_PlayerInfo.xml
@@ -1,38 +1,45 @@
-
+
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
-
+
-
+
-
+
-
+
@@ -40,7 +47,7 @@
-
+
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_Invite.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_Invite.xml
index 7f9648d7..bc2b5e7f 100644
--- a/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_Invite.xml
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_Invite.xml
@@ -2,7 +2,7 @@
-
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_start.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_start.xml
index 0c81a3c1..5a99830d 100644
--- a/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_start.xml
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_start.xml
@@ -1,15 +1,15 @@
-
+
-
+
-
+
-
+
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/Button3.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/Button3.xml
index 72a396f8..e2509a29 100644
--- a/wb_new_ui/assets/NewGroup/component/Lst_info/Button3.xml
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/Button3.xml
@@ -1,10 +1,10 @@
-
+
-
-
+
+
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_Play_desk1.xml b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_Play_desk1.xml
index dc30c651..1349b611 100644
--- a/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_Play_desk1.xml
+++ b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_Play_desk1.xml
@@ -1,13 +1,13 @@
-
+
-
+
-
-
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_Play_desk2.xml b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_Play_desk2.xml
index 7d18d468..f0bed38b 100644
--- a/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_Play_desk2.xml
+++ b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_Play_desk2.xml
@@ -1,13 +1,13 @@
-
+
-
+
-
-
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_Play_desk3.xml b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_Play_desk3.xml
index 188f0ae8..33fab0a9 100644
--- a/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_Play_desk3.xml
+++ b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_Play_desk3.xml
@@ -1,13 +1,13 @@
-
+
-
+
-
-
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_head.xml b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_head.xml
index 3dfbbdd9..6616bd77 100644
--- a/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_head.xml
+++ b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_head.xml
@@ -2,9 +2,13 @@
-
+
+
+
-
+
+
+
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/Play_room1.xml b/wb_new_ui/assets/NewGroup/component/Lst_room/Play_room1.xml
index 9c52eecf..72b041c4 100644
--- a/wb_new_ui/assets/NewGroup/component/Lst_room/Play_room1.xml
+++ b/wb_new_ui/assets/NewGroup/component/Lst_room/Play_room1.xml
@@ -7,16 +7,18 @@
-
+
-
+
-
+
-
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/Play_room2.xml b/wb_new_ui/assets/NewGroup/component/Lst_room/Play_room2.xml
index f3caf019..bd20590f 100644
--- a/wb_new_ui/assets/NewGroup/component/Lst_room/Play_room2.xml
+++ b/wb_new_ui/assets/NewGroup/component/Lst_room/Play_room2.xml
@@ -2,21 +2,23 @@
-
-
+
+
-
+
-
+
-
+
-
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/Play_room3.xml b/wb_new_ui/assets/NewGroup/component/Lst_room/Play_room3.xml
index c41ae9e9..cc4e1e30 100644
--- a/wb_new_ui/assets/NewGroup/component/Lst_room/Play_room3.xml
+++ b/wb_new_ui/assets/NewGroup/component/Lst_room/Play_room3.xml
@@ -2,21 +2,23 @@
-
+
-
+
-
+
-
+
-
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/images/Button10.xml b/wb_new_ui/assets/NewGroup/images/Button10.xml
index cd94e4a2..02cbb718 100644
--- a/wb_new_ui/assets/NewGroup/images/Button10.xml
+++ b/wb_new_ui/assets/NewGroup/images/Button10.xml
@@ -10,7 +10,9 @@
-
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/images/allNumber/Frame 118.png b/wb_new_ui/assets/NewGroup/images/allNumber/Frame 118.png
new file mode 100644
index 00000000..e9c39c69
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/allNumber/Frame 118.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/allNumber/Frame 191.png b/wb_new_ui/assets/NewGroup/images/allNumber/Frame 191.png
new file mode 100644
index 00000000..54a9bc48
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/allNumber/Frame 191.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/allNumber/Group 518.png b/wb_new_ui/assets/NewGroup/images/allNumber/Group 518.png
new file mode 100644
index 00000000..158d4312
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/allNumber/Group 518.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/allNumber/Group 618.png b/wb_new_ui/assets/NewGroup/images/allNumber/Group 618.png
new file mode 100644
index 00000000..e85d391c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/allNumber/Group 618.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/allNumber/Group 626.png b/wb_new_ui/assets/NewGroup/images/allNumber/Group 626.png
new file mode 100644
index 00000000..77d69485
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/allNumber/Group 626.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/bg_02.png b/wb_new_ui/assets/NewGroup/images/bg_02.png
index 238a24bd..158d4312 100644
Binary files a/wb_new_ui/assets/NewGroup/images/bg_02.png and b/wb_new_ui/assets/NewGroup/images/bg_02.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 522.png b/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 522.png
new file mode 100644
index 00000000..537e6e65
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 522.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 523.png b/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 523.png
new file mode 100644
index 00000000..2b761cb9
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 523.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 548.png b/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 548.png
new file mode 100644
index 00000000..01430967
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 548.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 585.png b/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 585.png
new file mode 100644
index 00000000..7cd8f64a
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 585.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 586.png b/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 586.png
new file mode 100644
index 00000000..e109c344
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 586.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 587.png b/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 587.png
new file mode 100644
index 00000000..c25451e5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 587.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 588.png b/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 588.png
new file mode 100644
index 00000000..a2819184
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 588.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 589.png b/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 589.png
new file mode 100644
index 00000000..9d362c4c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 589.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 590.png b/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 590.png
new file mode 100644
index 00000000..ff6f23c3
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 590.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 591.png b/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 591.png
new file mode 100644
index 00000000..642f74b8
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/caoZuoSheZhi/Group 591.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/index/Group 633.png b/wb_new_ui/assets/NewGroup/images/index/Group 633.png
new file mode 100644
index 00000000..ea2cb9a6
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/index/Group 633.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/index/Group 633@2x.png b/wb_new_ui/assets/NewGroup/images/index/Group 633@2x.png
new file mode 100644
index 00000000..d582ca8b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/index/Group 633@2x.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/Group 593.png b/wb_new_ui/assets/NewGroup/images/info/Group 593.png
new file mode 100644
index 00000000..5485f35b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/Group 593.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/Group 593@2x.png b/wb_new_ui/assets/NewGroup/images/info/Group 593@2x.png
new file mode 100644
index 00000000..b8b70501
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/Group 593@2x.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/Group 594.png b/wb_new_ui/assets/NewGroup/images/info/Group 594.png
new file mode 100644
index 00000000..15e75f43
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/Group 594.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/Group 594@2x.png b/wb_new_ui/assets/NewGroup/images/info/Group 594@2x.png
new file mode 100644
index 00000000..a961130c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/Group 594@2x.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/Group 595.png b/wb_new_ui/assets/NewGroup/images/info/Group 595.png
new file mode 100644
index 00000000..8e7f8430
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/Group 595.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/Group 595@2x.png b/wb_new_ui/assets/NewGroup/images/info/Group 595@2x.png
new file mode 100644
index 00000000..ef18789f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/Group 595@2x.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/Group 596.png b/wb_new_ui/assets/NewGroup/images/info/Group 596.png
new file mode 100644
index 00000000..e7bf9a51
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/Group 596.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/Group 596@2x.png b/wb_new_ui/assets/NewGroup/images/info/Group 596@2x.png
new file mode 100644
index 00000000..ef97c147
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/Group 596@2x.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/Group 597.png b/wb_new_ui/assets/NewGroup/images/info/Group 597.png
new file mode 100644
index 00000000..015a170c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/Group 597.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/Group 597@2x.png b/wb_new_ui/assets/NewGroup/images/info/Group 597@2x.png
new file mode 100644
index 00000000..2564985f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/Group 597@2x.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/Group 598.png b/wb_new_ui/assets/NewGroup/images/info/Group 598.png
new file mode 100644
index 00000000..7016f640
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/Group 598.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/Group 598@2x.png b/wb_new_ui/assets/NewGroup/images/info/Group 598@2x.png
new file mode 100644
index 00000000..994667e6
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/Group 598@2x.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/Group 627.png b/wb_new_ui/assets/NewGroup/images/info/Group 627.png
new file mode 100644
index 00000000..52c10b4d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/Group 627.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/Group 627@2x.png b/wb_new_ui/assets/NewGroup/images/info/Group 627@2x.png
new file mode 100644
index 00000000..2418be9f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/Group 627@2x.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/Group 628.png b/wb_new_ui/assets/NewGroup/images/info/Group 628.png
new file mode 100644
index 00000000..af10684f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/Group 628.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/Group 628@2x.png b/wb_new_ui/assets/NewGroup/images/info/Group 628@2x.png
new file mode 100644
index 00000000..8a9b604b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/Group 628@2x.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/Group 629.png b/wb_new_ui/assets/NewGroup/images/info/Group 629.png
new file mode 100644
index 00000000..240cd4a5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/Group 629.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/Group 629@2x.png b/wb_new_ui/assets/NewGroup/images/info/Group 629@2x.png
new file mode 100644
index 00000000..1d6fbd51
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/Group 629@2x.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/match.png b/wb_new_ui/assets/NewGroup/images/info/match.png
index 12a65be0..52c10b4d 100644
Binary files a/wb_new_ui/assets/NewGroup/images/info/match.png and b/wb_new_ui/assets/NewGroup/images/info/match.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/zuoziMajiang.png b/wb_new_ui/assets/NewGroup/images/room/zuoziMajiang.png
new file mode 100644
index 00000000..b50fee1d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/zuoziMajiang.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/zuoziMajiang@2x.png b/wb_new_ui/assets/NewGroup/images/room/zuoziMajiang@2x.png
new file mode 100644
index 00000000..ea7f4b1a
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/zuoziMajiang@2x.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/zuoziPuke.png b/wb_new_ui/assets/NewGroup/images/room/zuoziPuke.png
new file mode 100644
index 00000000..5ebcf47c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/zuoziPuke.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/zuoziPuke@2x.png b/wb_new_ui/assets/NewGroup/images/room/zuoziPuke@2x.png
new file mode 100644
index 00000000..3b490ec3
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/zuoziPuke@2x.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/zuoziZipai.png b/wb_new_ui/assets/NewGroup/images/room/zuoziZipai.png
new file mode 100644
index 00000000..bdc81dc6
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/zuoziZipai.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/zuoziZipai@2x.png b/wb_new_ui/assets/NewGroup/images/room/zuoziZipai@2x.png
new file mode 100644
index 00000000..6894684e
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/zuoziZipai@2x.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupMemberList1.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupMemberList1.xml
index 451035f0..205bd86e 100644
--- a/wb_new_ui/assets/NewGroup/mgr/View_GroupMemberList1.xml
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupMemberList1.xml
@@ -1,10 +1,10 @@
-
+
-
+
-
+
@@ -18,11 +18,7 @@
-
-
-
-
-
+
@@ -40,9 +36,9 @@
-
+
-
+
@@ -52,7 +48,7 @@
-
+
@@ -63,6 +59,10 @@
+
+
+
+
@@ -91,7 +91,7 @@
-
+
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupPartnerList.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupPartnerList.xml
index ba70fb1e..889565a2 100644
--- a/wb_new_ui/assets/NewGroup/mgr/View_GroupPartnerList.xml
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupPartnerList.xml
@@ -1,9 +1,12 @@
-
+
-
+
+
+
+
@@ -12,38 +15,28 @@
-
-
-
-
-
-
-
-
-
-
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -56,7 +49,7 @@
-
+
@@ -72,50 +65,78 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
-
-
+
+
+
+
+
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupPartnerList1.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupPartnerList1.xml
index 83d00406..776d08bc 100644
--- a/wb_new_ui/assets/NewGroup/mgr/View_GroupPartnerList1.xml
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupPartnerList1.xml
@@ -1,9 +1,12 @@
-
+
-
+
+
+
+
@@ -12,35 +15,35 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
+
-
+
-
+
-
+
-
-
-
+
+
+
@@ -53,7 +56,7 @@
-
+
@@ -72,47 +75,47 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
-
-
+
+
+
+
+
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/btn_mng_mem.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/btn_mng_mem.xml
index 75dd074b..a8c02b93 100644
--- a/wb_new_ui/assets/NewGroup/mgr/component/member/btn_mng_mem.xml
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/btn_mng_mem.xml
@@ -1,11 +1,11 @@
-
+
-
+
-
+
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/item_member1.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/item_member1.xml
index 112ca60d..4cec0aee 100644
--- a/wb_new_ui/assets/NewGroup/mgr/component/member/item_member1.xml
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/item_member1.xml
@@ -1,31 +1,32 @@
-
+
-
+
-
+
-
+
+
-
+
-
+
-
+
-
+
@@ -37,20 +38,20 @@
-
-
+
+
-
-
-
-
-
+
+
+
+
+
-
+
-
+
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_mng_partner.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_mng_partner.xml
index e4b2ea0b..9e820576 100644
--- a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_mng_partner.xml
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_mng_partner.xml
@@ -1,52 +1,46 @@
-
+
-
+
-
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
+
+
-
-
+
+
+
+
+
-
+
-
-
+
+
-
+
-
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_mng_partner1.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_mng_partner1.xml
index e71a08b0..a6b8c43f 100644
--- a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_mng_partner1.xml
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_mng_partner1.xml
@@ -1,51 +1,52 @@
-
+
-
+
-
+
+
-
-
+
+
-
+
-
-
-
+
+
+
-
+
-
-
-
+
+
+
-
+
-
+
-
+
-
+
-
-
+
+
-
-
+
+
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/numberHpAlone/Button4.xml b/wb_new_ui/assets/NewGroup/mgr/component/numberHpAlone/Button4.xml
index 61abd691..8bfc9de2 100644
--- a/wb_new_ui/assets/NewGroup/mgr/component/numberHpAlone/Button4.xml
+++ b/wb_new_ui/assets/NewGroup/mgr/component/numberHpAlone/Button4.xml
@@ -2,7 +2,9 @@
-
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/numberHpAlone/Button5.xml b/wb_new_ui/assets/NewGroup/mgr/component/numberHpAlone/Button5.xml
index 624c87a7..c0fe81c5 100644
--- a/wb_new_ui/assets/NewGroup/mgr/component/numberHpAlone/Button5.xml
+++ b/wb_new_ui/assets/NewGroup/mgr/component/numberHpAlone/Button5.xml
@@ -2,7 +2,9 @@
-
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban.png
index 56109a69..e109c344 100644
Binary files a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban.png and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban_group.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban_group.png
index 24330736..c25451e5 100644
Binary files a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban_group.png and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban_group.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban_table.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban_table.png
index 223d4484..a2819184 100644
Binary files a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban_table.png and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban_table.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_del.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_del.png
index 2184b589..7cd8f64a 100644
Binary files a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_del.png and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_del.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_fag.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_fag.png
index 24ee24e4..ff6f23c3 100644
Binary files a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_fag.png and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_fag.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_move.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_move.png
index fb9f7b90..642f74b8 100644
Binary files a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_move.png and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_move.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_qiangzhi.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_qiangzhi.png
index 68ce9354..2b761cb9 100644
Binary files a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_qiangzhi.png and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_qiangzhi.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_set_tag.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_set_tag.png
index e5708747..537e6e65 100644
Binary files a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_set_tag.png and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_set_tag.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/zhengzu.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/zhengzu.png
index 882ff503..9d362c4c 100644
Binary files a/wb_new_ui/assets/NewGroup/mgr/imgs/member/zhengzu.png and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/zhengzu.png differ
diff --git a/wb_new_ui/assets/NewGroup/package.xml b/wb_new_ui/assets/NewGroup/package.xml
index 95e60213..2f37a2c2 100644
--- a/wb_new_ui/assets/NewGroup/package.xml
+++ b/wb_new_ui/assets/NewGroup/package.xml
@@ -839,10 +839,6 @@
-
-
-
-
@@ -917,6 +913,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/settings/Publish.json b/wb_new_ui/settings/Publish.json
index 2e671b76..e20a6bf8 100644
--- a/wb_new_ui/settings/Publish.json
+++ b/wb_new_ui/settings/Publish.json
@@ -17,7 +17,7 @@
"getMemberByName": false,
"codeType": ""
},
- "includeHighResolution": 0,
+ "includeHighResolution": 1,
"branchProcessing": 0,
"seperatedAtlasForBranch": false,
"atlasSetting": {
@@ -28,7 +28,7 @@
"allowRotation": false,
"trimImage": false
},
- "include2x": false,
+ "include2x": true,
"include3x": false,
"include4x": false,
"fileName": "Publish"