diff --git a/lua_probject/extend_project/extend/majiang/hechi/EXClearingView.lua b/lua_probject/extend_project/extend/majiang/hechi/EXClearingView.lua
index 7f086ce9..09a54ceb 100644
--- a/lua_probject/extend_project/extend/majiang/hechi/EXClearingView.lua
+++ b/lua_probject/extend_project/extend/majiang/hechi/EXClearingView.lua
@@ -444,15 +444,15 @@ function M:FillItemData(room, data, item, active_player, niao)
end
end
-
-
-
-
+ --鸟牌总数量
+ if data["zhong_jiang"] and data["zhong_jiang"] > 0 then
+ str1 = str1 .. "x" .. data["zhong_jiang"]
+ end
item:GetChild("score3").text=str1
item:GetChild("score4").text=str1
local paixingCtr=item:GetController("detail")
- -- table.insert(self.PaiXingXiangQingCtrList,paixingCtr)
+ -- table.insert(self.PaiXingXiangQingCtrList,paixingCtr)+
-------------------------
local hp_nonnegative = room:checkHpNonnegative()
diff --git a/lua_probject/extend_project/extend/majiang/hechi/EXMainView.lua b/lua_probject/extend_project/extend/majiang/hechi/EXMainView.lua
index aca2c082..84dcb0dc 100644
--- a/lua_probject/extend_project/extend/majiang/hechi/EXMainView.lua
+++ b/lua_probject/extend_project/extend/majiang/hechi/EXMainView.lua
@@ -75,27 +75,31 @@ end
function M:__BuGang(card1,card2, callback)
- local _gang_tip_choice = UIPackage.CreateObject("Extend_MJ_HeChi", "Gang_tip_choice")
- _gang_tip_choice.visible = true
+ -- local _gang_tip_choice = UIPackage.CreateObject("Extend_MJ_HeChi", "Gang_tip_choice")
+ -- _gang_tip_choice.visible = true
- local gangcard1 = _gang_tip_choice:GetChild("card1")
- -- local gangcard2 = _gang_tip_choice:GetChild("card2")
+ -- local gangcard1 = _gang_tip_choice:GetChild("card1")
+ -- -- local gangcard2 = _gang_tip_choice:GetChild("card2")
- gangcard1.icon = UIPackage.GetItemURL("Main_Majiang", self:GetPrefix() .. "202_"..card1)
- -- gangcard2.icon = UIPackage.GetItemURL("Main_Majiang", self:GetPrefix() .. "202_"..card2)
+ if callback then
+ callback(card1)
+ end
- gangcard1.onClick:Add(function()
- callback(card1)
- end)
+ -- gangcard1.icon = UIPackage.GetItemURL("Main_Majiang", self:GetPrefix() .. "202_"..card1)
+ -- -- gangcard2.icon = UIPackage.GetItemURL("Main_Majiang", self:GetPrefix() .. "202_"..card2)
- -- gangcard2.onClick:Add(function()
- -- callback(card2)
+ -- gangcard1.onClick:Add(function()
+ -- callback(card1)
-- end)
- _gang_tip_choice.xy = Vector2((self._view.width - _gang_tip_choice.width)/2, (self._view.height - _gang_tip_choice.height)/2)
- self._view:AddChild(_gang_tip_choice)
- self._gang_tip_choice = _gang_tip_choice
+ -- -- gangcard2.onClick:Add(function()
+ -- -- callback(card2)
+ -- -- end)
+
+ -- _gang_tip_choice.xy = Vector2((self._view.width - _gang_tip_choice.width)/2, (self._view.height - _gang_tip_choice.height)/2)
+ -- self._view:AddChild(_gang_tip_choice)
+ --self._gang_tip_choice = _gang_tip_choice
end
diff --git a/lua_probject/main_project/main/majiang/MJMainView.lua b/lua_probject/main_project/main/majiang/MJMainView.lua
index c4be7e19..d328eeed 100644
--- a/lua_probject/main_project/main/majiang/MJMainView.lua
+++ b/lua_probject/main_project/main/majiang/MJMainView.lua
@@ -458,11 +458,15 @@ function M:CountCardLeftNum(card)
end
for j = 1, #p.fz_list do
local fz = p.fz_list[j]
- if fz.type == FZType.Chi then
- for k = 1, #fz.opcard do
- if card == fz.opcard[k] then
- count = count - 1
- break
+ -- 修改开始:增加对 fz 和 fz.opcard 的空值检查
+ if fz.type == FZType.Chi then
+ -- 确保 opcard 存在且是一个表
+ if fz.opcard and type(fz.opcard) == "table" then
+ for k = 1, #fz.opcard do
+ if card == fz.opcard[k] then
+ count = count - 1
+ break
+ end
end
end
else
diff --git a/wb_new_ui/.objs/metas/27vd145b/cvc87i5t.info b/wb_new_ui/.objs/metas/27vd145b/cvc87i5t.info
new file mode 100644
index 00000000..0c12ff44
--- /dev/null
+++ b/wb_new_ui/.objs/metas/27vd145b/cvc87i5t.info
@@ -0,0 +1,7 @@
+{
+ "objectStatus": {
+ "n19_ik9v": {
+ "hidden": true
+ }
+ }
+}
\ No newline at end of file
diff --git a/wb_new_ui/.objs/metas/2d9xdj6z/fn7fao.info b/wb_new_ui/.objs/metas/2d9xdj6z/fn7fao.info
index 66492f08..2f29def0 100644
--- a/wb_new_ui/.objs/metas/2d9xdj6z/fn7fao.info
+++ b/wb_new_ui/.objs/metas/2d9xdj6z/fn7fao.info
@@ -2,8 +2,13 @@
"objectStatus": {
"n100_lumr": {
"hidden": true
+ },
+ "n157_btip": {
+ "hidden": true
+ },
+ "n160_ik9v": {
+ "hidden": true
}
},
- "adaptiveTest": true,
"fitScreen": "FitSize"
}
\ No newline at end of file
diff --git a/wb_new_ui/.objs/metas/2d9xdj6z/lwcl5m.info b/wb_new_ui/.objs/metas/2d9xdj6z/lwcl5m.info
new file mode 100644
index 00000000..6356b5d5
--- /dev/null
+++ b/wb_new_ui/.objs/metas/2d9xdj6z/lwcl5m.info
@@ -0,0 +1,7 @@
+{
+ "objectStatus": {
+ "n13_sqe0": {
+ "hidden": true
+ }
+ }
+}
\ No newline at end of file
diff --git a/wb_new_ui/.objs/metas/m7iejg46/10snh5j.info b/wb_new_ui/.objs/metas/m7iejg46/10snh5j.info
index b6dfaa9d..e99c2420 100644
--- a/wb_new_ui/.objs/metas/m7iejg46/10snh5j.info
+++ b/wb_new_ui/.objs/metas/m7iejg46/10snh5j.info
@@ -8,8 +8,10 @@
},
"n251_ilon": {
"hidden": true
+ },
+ "n290_ik9v": {
+ "hidden": true
}
},
- "adaptiveTest": true,
"fitScreen": "FitSize"
}
\ No newline at end of file
diff --git a/wb_new_ui/.objs/metas/m7iejg46/10xl7i1w.info b/wb_new_ui/.objs/metas/m7iejg46/10xl7i1w.info
index 9e26dfee..a7afb294 100644
--- a/wb_new_ui/.objs/metas/m7iejg46/10xl7i1w.info
+++ b/wb_new_ui/.objs/metas/m7iejg46/10xl7i1w.info
@@ -1 +1,34 @@
-{}
\ No newline at end of file
+{
+ "objectStatus": {
+ "n118_l7wn": {
+ "hidden": true
+ },
+ "n112_l7wn": {
+ "hidden": true
+ },
+ "n117_l7wn": {
+ "hidden": true
+ },
+ "n114_l7wn": {
+ "hidden": true
+ },
+ "n113_l7wn": {
+ "hidden": true
+ },
+ "n116_l7wn": {
+ "hidden": true
+ },
+ "n119_l7wn": {
+ "hidden": true
+ },
+ "n115_l7wn": {
+ "hidden": true
+ },
+ "n111_l7wn": {
+ "hidden": true
+ },
+ "n110_l7wn": {
+ "hidden": true
+ }
+ }
+}
\ No newline at end of file
diff --git a/wb_new_ui/.objs/metas/m7iejg46/csp47i3z.info b/wb_new_ui/.objs/metas/m7iejg46/csp47i3z.info
new file mode 100644
index 00000000..b39317f1
--- /dev/null
+++ b/wb_new_ui/.objs/metas/m7iejg46/csp47i3z.info
@@ -0,0 +1,7 @@
+{
+ "objectStatus": {
+ "n2_n6w8": {
+ "hidden": true
+ }
+ }
+}
\ No newline at end of file
diff --git a/wb_new_ui/.objs/metas/m7iejg46/h22dp7isu.info b/wb_new_ui/.objs/metas/m7iejg46/h22dp7isu.info
new file mode 100644
index 00000000..a6d0f289
--- /dev/null
+++ b/wb_new_ui/.objs/metas/m7iejg46/h22dp7isu.info
@@ -0,0 +1,7 @@
+{
+ "objectStatus": {
+ "n53_n96g": {
+ "hidden": true
+ }
+ }
+}
\ No newline at end of file
diff --git a/wb_new_ui/.objs/metas/m7iejg46/h22dp7isv.info b/wb_new_ui/.objs/metas/m7iejg46/h22dp7isv.info
new file mode 100644
index 00000000..a6d0f289
--- /dev/null
+++ b/wb_new_ui/.objs/metas/m7iejg46/h22dp7isv.info
@@ -0,0 +1,7 @@
+{
+ "objectStatus": {
+ "n53_n96g": {
+ "hidden": true
+ }
+ }
+}
\ No newline at end of file
diff --git a/wb_new_ui/.objs/metas/m7iejg46/hwww2f.info b/wb_new_ui/.objs/metas/m7iejg46/hwww2f.info
index 8b9bcfe8..c4008630 100644
--- a/wb_new_ui/.objs/metas/m7iejg46/hwww2f.info
+++ b/wb_new_ui/.objs/metas/m7iejg46/hwww2f.info
@@ -2,6 +2,9 @@
"objectStatus": {
"n17_ik9v": {
"hidden": true
+ },
+ "n18_h46p": {
+ "hidden": true
}
}
}
\ No newline at end of file
diff --git a/wb_new_ui/.objs/metas/m7iejg46/ilon7ibl.info b/wb_new_ui/.objs/metas/m7iejg46/ilon7ibl.info
index 839671a7..690a9bb2 100644
--- a/wb_new_ui/.objs/metas/m7iejg46/ilon7ibl.info
+++ b/wb_new_ui/.objs/metas/m7iejg46/ilon7ibl.info
@@ -9,10 +9,10 @@
"n96_imp5": {
"hidden": true
},
- "n104_nunk": {
+ "n91_j5s5": {
"hidden": true
},
- "n91_j5s5": {
+ "n105_hz87": {
"hidden": true
},
"n81_jr1l": {
diff --git a/wb_new_ui/.objs/metas/m7iejg46/imp57igy.info b/wb_new_ui/.objs/metas/m7iejg46/imp57igy.info
index 2512902f..4a5666fd 100644
--- a/wb_new_ui/.objs/metas/m7iejg46/imp57igy.info
+++ b/wb_new_ui/.objs/metas/m7iejg46/imp57igy.info
@@ -2,6 +2,21 @@
"objectStatus": {
"n69_jd7v": {
"hidden": true
+ },
+ "n132_z384": {
+ "hidden": true
+ },
+ "n168_hz87": {
+ "hidden": true
+ },
+ "n35_rpaz": {
+ "hidden": true
+ },
+ "n33_rpaz": {
+ "hidden": true
+ },
+ "n169_hz87": {
+ "hidden": true
}
}
}
\ No newline at end of file
diff --git a/wb_new_ui/.objs/metas/m7iejg46/imp57ih1.info b/wb_new_ui/.objs/metas/m7iejg46/imp57ih1.info
index e1485f0f..1533f2ec 100644
--- a/wb_new_ui/.objs/metas/m7iejg46/imp57ih1.info
+++ b/wb_new_ui/.objs/metas/m7iejg46/imp57ih1.info
@@ -3,19 +3,35 @@
"n47_rpaz": {
"collapsed": true
},
+ "n67_z384": {
+ "hidden": true
+ },
"n51_t1hq": {
+ "hidden": true,
"collapsed": true
},
"n44_rpaz": {
"collapsed": true
},
+ "n68_z384": {
+ "hidden": true
+ },
+ "n58_ocx0": {
+ "hidden": true
+ },
"n72_mtk5": {
"hidden": true
},
+ "n41_utix": {
+ "hidden": true
+ },
"n26_kwi0": {
"hidden": true,
"collapsed": true
},
+ "n57_ocx0": {
+ "hidden": true
+ },
"n77_m16m": {
"hidden": true
}
diff --git a/wb_new_ui/.objs/metas/m7iejg46/imp57ih3.info b/wb_new_ui/.objs/metas/m7iejg46/imp57ih3.info
index cb31a427..0f9330e9 100644
--- a/wb_new_ui/.objs/metas/m7iejg46/imp57ih3.info
+++ b/wb_new_ui/.objs/metas/m7iejg46/imp57ih3.info
@@ -9,6 +9,9 @@
"n20_kwi0": {
"hidden": true
},
+ "n175_hz87": {
+ "hidden": true
+ },
"n153_imp5": {
"hidden": true
},
diff --git a/wb_new_ui/.objs/metas/m7iejg46/lf2qhju.info b/wb_new_ui/.objs/metas/m7iejg46/lf2qhju.info
index 39323f02..33e2f19c 100644
--- a/wb_new_ui/.objs/metas/m7iejg46/lf2qhju.info
+++ b/wb_new_ui/.objs/metas/m7iejg46/lf2qhju.info
@@ -1,15 +1,20 @@
{
"objectStatus": {
- "n55_g21o": {
- "collapsed": true
+ "n122_sqe0": {
+ "locked": true
+ },
+ "n119_sqe0": {
+ "locked": true
},
"n94_jj65": {
"hidden": true
},
"n104_vyn3": {
"hidden": true
+ },
+ "n102_vyn3": {
+ "hidden": true
}
},
- "adaptiveTest": true,
"fitScreen": "FitSize"
}
\ No newline at end of file
diff --git a/wb_new_ui/.objs/metas/m7iejg46/ozazhxs.info b/wb_new_ui/.objs/metas/m7iejg46/ozazhxs.info
index 76876725..0fa9fd8d 100644
--- a/wb_new_ui/.objs/metas/m7iejg46/ozazhxs.info
+++ b/wb_new_ui/.objs/metas/m7iejg46/ozazhxs.info
@@ -3,6 +3,12 @@
"n84_zgn4": {
"hidden": true
},
+ "n90_hz87": {
+ "hidden": true
+ },
+ "n88_hz87": {
+ "hidden": true
+ },
"n86_cpin": {
"hidden": true
}
diff --git a/wb_new_ui/.objs/metas/m7iejg46/r0qx7i6u.info b/wb_new_ui/.objs/metas/m7iejg46/r0qx7i6u.info
index 7b05fc42..690dbfcd 100644
--- a/wb_new_ui/.objs/metas/m7iejg46/r0qx7i6u.info
+++ b/wb_new_ui/.objs/metas/m7iejg46/r0qx7i6u.info
@@ -1,5 +1,8 @@
{
"objectStatus": {
+ "n65_hz87": {
+ "hidden": true
+ },
"n62_r0qx": {
"hidden": true
},
diff --git a/wb_new_ui/.objs/metas/m7iejg46/r0qx7i6v.info b/wb_new_ui/.objs/metas/m7iejg46/r0qx7i6v.info
index 8b6fe231..eb18e22a 100644
--- a/wb_new_ui/.objs/metas/m7iejg46/r0qx7i6v.info
+++ b/wb_new_ui/.objs/metas/m7iejg46/r0qx7i6v.info
@@ -1,12 +1,18 @@
{
"objectStatus": {
+ "n11_nk4v": {
+ "hidden": true
+ },
+ "n67_joap": {
+ "hidden": true
+ },
"n68_joap": {
"hidden": true
},
"n51_r0qx": {
"hidden": true
},
- "n67_joap": {
+ "n71_hz87": {
"hidden": true
}
}
diff --git a/wb_new_ui/.objs/metas/m7iejg46/tt6k7ika.info b/wb_new_ui/.objs/metas/m7iejg46/tt6k7ika.info
new file mode 100644
index 00000000..48d90b09
--- /dev/null
+++ b/wb_new_ui/.objs/metas/m7iejg46/tt6k7ika.info
@@ -0,0 +1,7 @@
+{
+ "objectStatus": {
+ "n96_l7wn": {
+ "hidden": true
+ }
+ }
+}
\ No newline at end of file
diff --git a/wb_new_ui/.objs/metas/v0j9abjy/gq7m8f.info b/wb_new_ui/.objs/metas/v0j9abjy/gq7m8f.info
index d8846dca..5362bc70 100644
--- a/wb_new_ui/.objs/metas/v0j9abjy/gq7m8f.info
+++ b/wb_new_ui/.objs/metas/v0j9abjy/gq7m8f.info
@@ -1,5 +1,8 @@
{
"objectStatus": {
+ "n56_cnxs": {
+ "locked": true
+ },
"n117_kmwu": {
"collapsed": true
},
@@ -12,6 +15,9 @@
"n85_l2u4": {
"collapsed": true
},
+ "n82_l2u4": {
+ "collapsed": true
+ },
"n107_go7q": {
"hidden": true
},
diff --git a/wb_new_ui/.objs/metas/v0j9abjy/gq7med.info b/wb_new_ui/.objs/metas/v0j9abjy/gq7med.info
index 057aff3b..c39b12b1 100644
--- a/wb_new_ui/.objs/metas/v0j9abjy/gq7med.info
+++ b/wb_new_ui/.objs/metas/v0j9abjy/gq7med.info
@@ -1,19 +1,22 @@
{
"objectStatus": {
- "n109_nlef": {
- "hidden": true
- },
- "n34_piv9": {
- "hidden": true
- },
"n41_ona1": {
"hidden": true
},
+ "n79_uwvl": {
+ "collapsed": true
+ },
"n22_xtwh": {
"hidden": true
},
"n40_ona1": {
"hidden": true
+ },
+ "n109_nlef": {
+ "hidden": true
+ },
+ "n34_piv9": {
+ "hidden": true
}
}
}
\ No newline at end of file
diff --git a/wb_new_ui/.objs/workspace.json b/wb_new_ui/.objs/workspace.json
index b65e51f1..d6e54632 100644
--- a/wb_new_ui/.objs/workspace.json
+++ b/wb_new_ui/.objs/workspace.json
@@ -1,17 +1,74 @@
{
- "libview.firstColumnWidth": 356,
+ "libview.firstColumnWidth": 384,
"libview.iconScale": 0,
"doc.openedDocs": [
"ui://m7iejg46kwi0hma",
"ui://m7iejg46m16m7igb",
"ui://v0j9abjygq7med",
+ "ui://v0j9abjygq7ms2",
+ "ui://lkq9ne9speuq8b",
+ "ui://v0j9abjygq7mdj",
"ui://v0j9abjygq7m8f",
+ "ui://hrxsdiixla4e24",
"ui://v0j9abjygq7men",
+ "ui://m7iejg46imp57ih3",
+ "ui://27vd145bcvc87i5t",
+ "ui://m7iejg46ilon7ibl",
+ "ui://m7iejg46imp57igy",
+ "ui://m7iejg46ozazhxs",
+ "ui://m7iejg46tt6k7ika",
+ "ui://m7iejg46gls1hif",
+ "ui://m7iejg46imp57ih1",
+ "ui://27vd145bvg2c4",
+ "ui://m7iejg46csp47i42",
+ "ui://27vd145bst2l7ijp",
+ "ui://27vd145bofsx1e",
+ "ui://m7iejg46imp57ih5",
+ "ui://27vd145bmljn7ijt",
+ "ui://m7iejg46imp57ih4",
+ "ui://27vd145bcv577inp",
"ui://v0j9abjygq7m8u",
+ "ui://v0j9abjygq7m8r",
"ui://v0j9abjygq7m8k",
"ui://v0j9abjygq7m8i",
"ui://4skil1l6r6qo1kc",
"ui://v0j9abjygq7mcu",
+ "ui://v0j9abjygq7md3",
+ "ui://m7iejg4610snh5j",
+ "ui://m7iejg46r0qx7i6v",
+ "ui://m7iejg4610xl7i1w",
+ "ui://m7iejg46ilon7ia2",
+ "ui://m7iejg46l7wn7i83",
+ "ui://m7iejg46r0qx7i6u",
+ "ui://27vd145bc6bub0",
+ "ui://m7iejg46eany7ie3",
+ "ui://m7iejg46eany7ie2",
+ "ui://m7iejg46r0qx7i70",
+ "ui://m7iejg46eany7ie1",
+ "ui://27vd145beeqmch0",
+ "ui://m7iejg46nk4vhwj",
+ "ui://m7iejg46lf2qhju",
+ "ui://m7iejg46lqkg7iry",
+ "ui://27vd145bh1uu3f",
+ "ui://27vd145bh1uu3i",
+ "ui://m7iejg46ivn3hxh",
+ "ui://m7iejg46h22dp7isu",
+ "ui://m7iejg46csp47i3z",
+ "ui://m7iejg46jiu8hef",
+ "ui://m7iejg46lnhahsf",
+ "ui://m7iejg46lnhahsh",
+ "ui://m7iejg46h46p7ish",
+ "ui://m7iejg46h22dp7isv",
+ "ui://m7iejg46hwww2f",
+ "ui://l0ds4ys6h1uu26",
+ "ui://z1qthxavlrfi0",
+ "ui://2d9xdj6zfn7fao",
+ "ui://m7iejg46ruljhmp",
+ "ui://2d9xdj6zlumrgj",
+ "ui://2d9xdj6zlwcl5m",
+ "ui://v0j9abjygq7mct",
+ "ui://v0j9abjygq7md1",
+ "ui://4skil1l6piv91o5",
"ui://m7iejg46imp57igi",
"ui://m7iejg46n5sxha2",
"ui://m7iejg46ilon7ias",
@@ -23,22 +80,42 @@
"test.device": "iPhone XR",
"canvasColor": 10066329,
"auxline2": true,
- "doc.activeDoc": "ui://v0j9abjygq7men",
+ "doc.activeDoc": "ui://m7iejg46tt6k7ika",
"libview.twoColumn": false,
"libview.expandedNodes": [
- "hrxsdiix",
+ "27vd145b",
"/",
- "hrxsdiix",
+ "27vd145b",
+ "/buttons/",
+ "27vd145b",
"/component/",
- "hrxsdiix",
- "/component/hu_effect/",
- "hrxsdiix",
- "/component/hu_effect/image/",
+ "27vd145b",
+ "/component/create_room/",
+ "27vd145b",
+ "/component/create_room/image/",
+ "27vd145b",
+ "/images/",
+ "27vd145b",
+ "/images/COMMui/",
+ "2d9xdj6z",
+ "/",
+ "2d9xdj6z",
+ "/images/",
+ "2d9xdj6z",
+ "/images/LobbyMui/",
"v0j9abjy",
"/",
"v0j9abjy",
"/Main_style_2/",
"v0j9abjy",
+ "/component/",
+ "v0j9abjy",
+ "/component/clearing/",
+ "v0j9abjy",
+ "/component/clearing/clearing1/",
+ "v0j9abjy",
+ "/component/hu_tip/",
+ "v0j9abjy",
"/images/",
"v0j9abjy",
"/images/cards/",
@@ -49,21 +126,11 @@
"m7iejg46",
"/NGMui/",
"m7iejg46",
- "/component/",
- "m7iejg46",
- "/component/Btn/",
- "m7iejg46",
- "/component/Btn/date_set/",
- "m7iejg46",
- "/component/mail/",
- "m7iejg46",
"/images/",
"m7iejg46",
- "/mgr/",
+ "/images/main/",
"m7iejg46",
- "/mgr/imgs/",
- "m7iejg46",
- "/mgr/imgs/addMenberAlone/"
+ "/mgr/"
],
"auxline1": true,
"snapToGrid": true,
diff --git a/wb_new_ui/assets/Common/MessageBox.xml b/wb_new_ui/assets/Common/MessageBox.xml
index 0068f01b..ade619f9 100644
--- a/wb_new_ui/assets/Common/MessageBox.xml
+++ b/wb_new_ui/assets/Common/MessageBox.xml
@@ -6,7 +6,7 @@
-
+
diff --git a/wb_new_ui/assets/Common/MessageBox1.xml b/wb_new_ui/assets/Common/MessageBox1.xml
index 6597be00..b49b20ce 100644
--- a/wb_new_ui/assets/Common/MessageBox1.xml
+++ b/wb_new_ui/assets/Common/MessageBox1.xml
@@ -1,15 +1,18 @@
-
-
+
+
-
-
-
+
+
+
+
-
-
-
+
+
+
+
+
+
+
-
-
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/create_room/Btn_cr_checkbox.xml b/wb_new_ui/assets/Common/component/create_room/Btn_cr_checkbox.xml
index 20ad68f4..9faf0ba9 100644
--- a/wb_new_ui/assets/Common/component/create_room/Btn_cr_checkbox.xml
+++ b/wb_new_ui/assets/Common/component/create_room/Btn_cr_checkbox.xml
@@ -1,14 +1,17 @@
-
-
-
+
+
+
-
-
+
+
-
-
+
+
-
+
+
+
+
-
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/create_room/Btn_cr_checkbox2.xml b/wb_new_ui/assets/Common/component/create_room/Btn_cr_checkbox2.xml
index 5117cbb7..2869e273 100644
--- a/wb_new_ui/assets/Common/component/create_room/Btn_cr_checkbox2.xml
+++ b/wb_new_ui/assets/Common/component/create_room/Btn_cr_checkbox2.xml
@@ -1,17 +1,17 @@
-
-
-
+
+
+
-
-
+
+
-
-
-
+
+
+
-
-
+
+
-
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/dismiss_room/btn_keyboard/btn_keyboard.xml b/wb_new_ui/assets/Common/component/dismiss_room/btn_keyboard/btn_keyboard.xml
index 68a90f12..3d1efe0e 100644
--- a/wb_new_ui/assets/Common/component/dismiss_room/btn_keyboard/btn_keyboard.xml
+++ b/wb_new_ui/assets/Common/component/dismiss_room/btn_keyboard/btn_keyboard.xml
@@ -1,11 +1,11 @@
-
+
-
+
-
-
+
+
-
+
-
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/images/COMMui/Frame 1374.png b/wb_new_ui/assets/Common/images/COMMui/Frame 1374.png
new file mode 100644
index 00000000..6627ee81
Binary files /dev/null and b/wb_new_ui/assets/Common/images/COMMui/Frame 1374.png differ
diff --git a/wb_new_ui/assets/Common/images/COMMui/Rectangle 2949.png b/wb_new_ui/assets/Common/images/COMMui/Rectangle 2949.png
new file mode 100644
index 00000000..02fc5d7c
Binary files /dev/null and b/wb_new_ui/assets/Common/images/COMMui/Rectangle 2949.png differ
diff --git a/wb_new_ui/assets/Common/images/COMMui/Rectangle 2952.png b/wb_new_ui/assets/Common/images/COMMui/Rectangle 2952.png
new file mode 100644
index 00000000..63eab62d
Binary files /dev/null and b/wb_new_ui/assets/Common/images/COMMui/Rectangle 2952.png differ
diff --git a/wb_new_ui/assets/Common/images/COMMui/Rectangle 2953.png b/wb_new_ui/assets/Common/images/COMMui/Rectangle 2953.png
new file mode 100644
index 00000000..f5bb3620
Binary files /dev/null and b/wb_new_ui/assets/Common/images/COMMui/Rectangle 2953.png differ
diff --git a/wb_new_ui/assets/Common/images/COMMui/Vector 60.png b/wb_new_ui/assets/Common/images/COMMui/Vector 60.png
new file mode 100644
index 00000000..6f6e65e5
Binary files /dev/null and b/wb_new_ui/assets/Common/images/COMMui/Vector 60.png differ
diff --git a/wb_new_ui/assets/Common/package.xml b/wb_new_ui/assets/Common/package.xml
index 1cc783de..3e2921f3 100644
--- a/wb_new_ui/assets/Common/package.xml
+++ b/wb_new_ui/assets/Common/package.xml
@@ -1611,6 +1611,11 @@
+
+
+
+
+
diff --git a/wb_new_ui/assets/Lobby/Main.xml b/wb_new_ui/assets/Lobby/Main.xml
index e1881557..2ac71adf 100644
--- a/wb_new_ui/assets/Lobby/Main.xml
+++ b/wb_new_ui/assets/Lobby/Main.xml
@@ -1,78 +1,79 @@
-
+
-
+
-
+
-
+
-
+
-
+
+
-
+
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
+
\ 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 36802a90..71cdb12e 100644
--- a/wb_new_ui/assets/Lobby/component/index/Cgm_gold.xml
+++ b/wb_new_ui/assets/Lobby/component/index/Cgm_gold.xml
@@ -1,11 +1,14 @@
-
+
-
+
-
-
+
+
+
+
+
diff --git a/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1112.png b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1112.png
new file mode 100644
index 00000000..5d7cfdcc
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1112.png differ
diff --git a/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1113.png b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1113.png
new file mode 100644
index 00000000..7c511580
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1113.png differ
diff --git a/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1114.png b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1114.png
new file mode 100644
index 00000000..d28d515f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1114.png differ
diff --git a/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1115.png b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1115.png
new file mode 100644
index 00000000..42824a0e
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1115.png differ
diff --git a/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1116.png b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1116.png
new file mode 100644
index 00000000..cf148f08
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1116.png differ
diff --git a/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1117.png b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1117.png
new file mode 100644
index 00000000..668b1543
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1117.png differ
diff --git a/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1118.png b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1118.png
new file mode 100644
index 00000000..5acf1ad8
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1118.png differ
diff --git a/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1120.png b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1120.png
new file mode 100644
index 00000000..4554ec1d
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1120.png differ
diff --git a/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1122.png b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1122.png
new file mode 100644
index 00000000..5e6ab80f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1122.png differ
diff --git a/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1125.png b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1125.png
new file mode 100644
index 00000000..f1d2f9d5
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1125.png differ
diff --git a/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1126.png b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1126.png
new file mode 100644
index 00000000..01a44249
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1126.png differ
diff --git a/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1127.png b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1127.png
new file mode 100644
index 00000000..4e41177d
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1127.png differ
diff --git a/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1128.png b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1128.png
new file mode 100644
index 00000000..8a41e321
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/LobbyMui/Frame 1128.png differ
diff --git a/wb_new_ui/assets/Lobby/images/LobbyMui/Group 517.png b/wb_new_ui/assets/Lobby/images/LobbyMui/Group 517.png
new file mode 100644
index 00000000..40446da5
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/LobbyMui/Group 517.png differ
diff --git a/wb_new_ui/assets/Lobby/images/LobbyMui/Rectangle 2883.png b/wb_new_ui/assets/Lobby/images/LobbyMui/Rectangle 2883.png
new file mode 100644
index 00000000..a09ce14d
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/LobbyMui/Rectangle 2883.png differ
diff --git a/wb_new_ui/assets/Lobby/images/LobbyMui/Rectangle 29.png b/wb_new_ui/assets/Lobby/images/LobbyMui/Rectangle 29.png
new file mode 100644
index 00000000..f5ecb42f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/LobbyMui/Rectangle 29.png differ
diff --git a/wb_new_ui/assets/Lobby/images/LobbyMui/image 14.png b/wb_new_ui/assets/Lobby/images/LobbyMui/image 14.png
new file mode 100644
index 00000000..d3f2324a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/LobbyMui/image 14.png differ
diff --git a/wb_new_ui/assets/Lobby/images/LobbyMui/image 604.png b/wb_new_ui/assets/Lobby/images/LobbyMui/image 604.png
new file mode 100644
index 00000000..ed3211ec
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/LobbyMui/image 604.png differ
diff --git a/wb_new_ui/assets/Lobby/images/LobbyMui/image 605.png b/wb_new_ui/assets/Lobby/images/LobbyMui/image 605.png
new file mode 100644
index 00000000..3aabdcc1
Binary files /dev/null and b/wb_new_ui/assets/Lobby/images/LobbyMui/image 605.png differ
diff --git a/wb_new_ui/assets/Lobby/package.xml b/wb_new_ui/assets/Lobby/package.xml
index a4c9a69f..93a69260 100644
--- a/wb_new_ui/assets/Lobby/package.xml
+++ b/wb_new_ui/assets/Lobby/package.xml
@@ -434,6 +434,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wb_new_ui/assets/Main_Majiang/component/clearing/clearing1/clearing_1_item.xml b/wb_new_ui/assets/Main_Majiang/component/clearing/clearing1/clearing_1_item.xml
index 48da7fd1..8fa5c5a3 100644
--- a/wb_new_ui/assets/Main_Majiang/component/clearing/clearing1/clearing_1_item.xml
+++ b/wb_new_ui/assets/Main_Majiang/component/clearing/clearing1/clearing_1_item.xml
@@ -1,12 +1,12 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
@@ -29,7 +29,7 @@
-
+
diff --git a/wb_new_ui/assets/Main_Majiang/component/clearing/clearing1/clearing_card.xml b/wb_new_ui/assets/Main_Majiang/component/clearing/clearing1/clearing_card.xml
index 3af6fcac..0a127b55 100644
--- a/wb_new_ui/assets/Main_Majiang/component/clearing/clearing1/clearing_card.xml
+++ b/wb_new_ui/assets/Main_Majiang/component/clearing/clearing1/clearing_card.xml
@@ -1,16 +1,16 @@
-
+
-
+
-
+
diff --git a/wb_new_ui/assets/Main_Majiang/component/clearing/clearing1/clearing_fz_4.xml b/wb_new_ui/assets/Main_Majiang/component/clearing/clearing1/clearing_fz_4.xml
index 1b81515a..21553b65 100644
--- a/wb_new_ui/assets/Main_Majiang/component/clearing/clearing1/clearing_fz_4.xml
+++ b/wb_new_ui/assets/Main_Majiang/component/clearing/clearing1/clearing_fz_4.xml
@@ -4,6 +4,6 @@
-
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/clearing/clearing2/result_main.xml b/wb_new_ui/assets/Main_Majiang/component/clearing/clearing2/result_main.xml
index 182540f0..6b69150f 100644
--- a/wb_new_ui/assets/Main_Majiang/component/clearing/clearing2/result_main.xml
+++ b/wb_new_ui/assets/Main_Majiang/component/clearing/clearing2/result_main.xml
@@ -1,9 +1,9 @@
-
+
-
+
@@ -20,8 +20,8 @@
-
-
+
+
diff --git a/wb_new_ui/assets/NewGroup/Main_GroupInfo.xml b/wb_new_ui/assets/NewGroup/Main_GroupInfo.xml
index 81f1b009..fb6c800e 100644
--- a/wb_new_ui/assets/NewGroup/Main_GroupInfo.xml
+++ b/wb_new_ui/assets/NewGroup/Main_GroupInfo.xml
@@ -1,6 +1,6 @@
-
+
@@ -32,20 +32,21 @@
-
-
+
+
-
+
-
+
-
-
-
+
+
+
+
@@ -54,53 +55,54 @@
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
+
-
-
+
+
@@ -114,8 +116,8 @@
-
-
+
+
@@ -130,17 +132,19 @@
-
-
+
+
-
-
+
+
+
+
-
+
@@ -172,8 +176,8 @@
-
-
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 1130.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 1130.png
new file mode 100644
index 00000000..edc3829f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 1130.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 1131.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 1131.png
new file mode 100644
index 00000000..0de5de3b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 1131.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 1232.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 1232.png
new file mode 100644
index 00000000..b274b40e
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 1232.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 1233.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 1233.png
new file mode 100644
index 00000000..999a62fd
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 1233.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 1234.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 1234.png
new file mode 100644
index 00000000..071d4d34
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 1234.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 1235.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 1235.png
new file mode 100644
index 00000000..94180ac8
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 1235.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 1236.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 1236.png
new file mode 100644
index 00000000..ed5ffc88
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 1236.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 1237.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 1237.png
new file mode 100644
index 00000000..55e1dc31
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 1237.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 1238.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 1238.png
new file mode 100644
index 00000000..45735b6c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 1238.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 1239.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 1239.png
new file mode 100644
index 00000000..2793591f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 1239.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 1240.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 1240.png
new file mode 100644
index 00000000..7bb76642
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 1240.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 1241.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 1241.png
new file mode 100644
index 00000000..543d8f27
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 1241.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 125111.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 125111.png
new file mode 100644
index 00000000..0c06ef92
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 125111.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 125114.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 125114.png
new file mode 100644
index 00000000..f79a37f2
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 125114.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 1252.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 1252.png
new file mode 100644
index 00000000..15339487
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 1252.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 1254mk.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 1254mk.png
new file mode 100644
index 00000000..1e1166e0
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 1254mk.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 1254sz.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 1254sz.png
new file mode 100644
index 00000000..fb58f25f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 1254sz.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 125511.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 125511.png
new file mode 100644
index 00000000..66ade8df
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 125511.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 1257.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 1257.png
new file mode 100644
index 00000000..871aaf35
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 1257.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 125811.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 125811.png
new file mode 100644
index 00000000..a8302bae
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 125811.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 1258m.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 1258m.png
new file mode 100644
index 00000000..f7e5faf6
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 1258m.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 1259.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 1259.png
index 03cbefc0..3095623d 100644
Binary files a/wb_new_ui/assets/NewGroup/NGMui/Frame 1259.png and b/wb_new_ui/assets/NewGroup/NGMui/Frame 1259.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 12711.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 12711.png
new file mode 100644
index 00000000..e5dcd8eb
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 12711.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 12731.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 12731.png
new file mode 100644
index 00000000..39716799
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 12731.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 127510.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 127510.png
new file mode 100644
index 00000000..0a11794c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 127510.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 127511.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 127511.png
new file mode 100644
index 00000000..b1f1e783
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 127511.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 12781.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 12781.png
new file mode 100644
index 00000000..f96b2202
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 12781.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 127s3.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 127s3.png
new file mode 100644
index 00000000..4e9bd0e7
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 127s3.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 12821.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 12821.png
new file mode 100644
index 00000000..2fad00f7
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 12821.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 128310.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 128310.png
new file mode 100644
index 00000000..d9f07113
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 128310.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 128311.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 128311.png
new file mode 100644
index 00000000..7963941a
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 128311.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 12840.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 12840.png
new file mode 100644
index 00000000..dab3fc04
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 12840.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 12841.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 12841.png
new file mode 100644
index 00000000..48f08871
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 12841.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 1285.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 1285.png
new file mode 100644
index 00000000..65064389
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 1285.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 12851.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 12851.png
new file mode 100644
index 00000000..8939f5dd
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 12851.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 12860.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 12860.png
new file mode 100644
index 00000000..eb08f1ba
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 12860.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 12861.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 12861.png
new file mode 100644
index 00000000..ffb8213b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 12861.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 816.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 816.png
new file mode 100644
index 00000000..08d0152d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 816.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Frame 820.png b/wb_new_ui/assets/NewGroup/NGMui/Frame 820.png
new file mode 100644
index 00000000..2fa56617
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Frame 820.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Rectangle 24.png b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 24.png
new file mode 100644
index 00000000..f6485e18
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 24.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2871.png b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2871.png
new file mode 100644
index 00000000..e567ecfe
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2871.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2872.png b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2872.png
new file mode 100644
index 00000000..81187d08
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2872.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Rectangle 29.png b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 29.png
new file mode 100644
index 00000000..f5ecb42f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 29.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2900.png b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2900.png
new file mode 100644
index 00000000..75b3235b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2900.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2901.png b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2901.png
new file mode 100644
index 00000000..ccf5f791
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2901.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Rectangle 29081.png b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 29081.png
new file mode 100644
index 00000000..686a5f57
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 29081.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2909.png b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2909.png
new file mode 100644
index 00000000..1eaa0c04
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2909.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2910.png b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2910.png
new file mode 100644
index 00000000..32ab8d3d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2910.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2911.png b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2911.png
new file mode 100644
index 00000000..c2c8535b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2911.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2949.png b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2949.png
new file mode 100644
index 00000000..02fc5d7c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2949.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2952.png b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2952.png
new file mode 100644
index 00000000..63eab62d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2952.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2953.png b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2953.png
new file mode 100644
index 00000000..f5bb3620
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Rectangle 2953.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Union.png b/wb_new_ui/assets/NewGroup/NGMui/Union.png
new file mode 100644
index 00000000..496daaef
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Union.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Vector 60.png b/wb_new_ui/assets/NewGroup/NGMui/Vector 60.png
new file mode 100644
index 00000000..6200871d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Vector 60.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/Vector1.png b/wb_new_ui/assets/NewGroup/NGMui/Vector1.png
new file mode 100644
index 00000000..61e9dc33
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/Vector1.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/icon_table.png b/wb_new_ui/assets/NewGroup/NGMui/icon_table.png
new file mode 100644
index 00000000..d09a45e4
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/icon_table.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/xiaji.png b/wb_new_ui/assets/NewGroup/NGMui/xiaji.png
new file mode 100644
index 00000000..8ab4f666
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/xiaji.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/xiaji1.png b/wb_new_ui/assets/NewGroup/NGMui/xiaji1.png
new file mode 100644
index 00000000..25224ae9
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/xiaji1.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/zengson.png b/wb_new_ui/assets/NewGroup/NGMui/zengson.png
new file mode 100644
index 00000000..233b3b94
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/zengson.png differ
diff --git a/wb_new_ui/assets/NewGroup/NGMui/zengson1.png b/wb_new_ui/assets/NewGroup/NGMui/zengson1.png
new file mode 100644
index 00000000..5a286ce7
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/NGMui/zengson1.png differ
diff --git a/wb_new_ui/assets/NewGroup/Win_Banklog.xml b/wb_new_ui/assets/NewGroup/Win_Banklog.xml
index b55d850e..204634cb 100644
--- a/wb_new_ui/assets/NewGroup/Win_Banklog.xml
+++ b/wb_new_ui/assets/NewGroup/Win_Banklog.xml
@@ -1,38 +1,38 @@
-
+
-
-
+
+
-
+
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_FagInput0.xml b/wb_new_ui/assets/NewGroup/Win_FagInput0.xml
index 235865e3..7366809b 100644
--- a/wb_new_ui/assets/NewGroup/Win_FagInput0.xml
+++ b/wb_new_ui/assets/NewGroup/Win_FagInput0.xml
@@ -1,62 +1,63 @@
-
-
+
+
-
-
+
+
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_FagInput1.xml b/wb_new_ui/assets/NewGroup/Win_FagInput1.xml
index 68932ef6..a3e4c8e1 100644
--- a/wb_new_ui/assets/NewGroup/Win_FagInput1.xml
+++ b/wb_new_ui/assets/NewGroup/Win_FagInput1.xml
@@ -1,56 +1,58 @@
-
+
-
+
+
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
diff --git a/wb_new_ui/assets/NewGroup/Win_GroupSetting.xml b/wb_new_ui/assets/NewGroup/Win_GroupSetting.xml
index 0dbf62a5..711f593e 100644
--- a/wb_new_ui/assets/NewGroup/Win_GroupSetting.xml
+++ b/wb_new_ui/assets/NewGroup/Win_GroupSetting.xml
@@ -1,135 +1,142 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_PartnerRewards.xml b/wb_new_ui/assets/NewGroup/Win_PartnerRewards.xml
index 960a9e4d..7e4835b9 100644
--- a/wb_new_ui/assets/NewGroup/Win_PartnerRewards.xml
+++ b/wb_new_ui/assets/NewGroup/Win_PartnerRewards.xml
@@ -1,34 +1,43 @@
-
-
-
+
+
+
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
-
-
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_PlayerInfoForAdd2.xml b/wb_new_ui/assets/NewGroup/Win_PlayerInfoForAdd2.xml
index 627e0e66..9bff2850 100644
--- a/wb_new_ui/assets/NewGroup/Win_PlayerInfoForAdd2.xml
+++ b/wb_new_ui/assets/NewGroup/Win_PlayerInfoForAdd2.xml
@@ -1,39 +1,42 @@
-
-
-
-
+
+
+
+
-
-
+
+
+
+
-
-
-
+
+
+
+
-
-
+
+
-
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_bxx.xml b/wb_new_ui/assets/NewGroup/Win_bxx.xml
index 4183a4f1..e91da9b0 100644
--- a/wb_new_ui/assets/NewGroup/Win_bxx.xml
+++ b/wb_new_ui/assets/NewGroup/Win_bxx.xml
@@ -1,69 +1,78 @@
-
-
-
-
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
-
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/btnclose.xml b/wb_new_ui/assets/NewGroup/btnclose.xml
index 3db5b43f..f7ba4849 100644
--- a/wb_new_ui/assets/NewGroup/btnclose.xml
+++ b/wb_new_ui/assets/NewGroup/btnclose.xml
@@ -1,12 +1,12 @@
-
+
-
+
-
+
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_bxx_type.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_bxx_type.xml
index 9c10ae6d..2d722408 100644
--- a/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_bxx_type.xml
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_bxx_type.xml
@@ -1,8 +1,8 @@
-
+
-
+
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 3874076c..a56f2e79 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,12 +1,12 @@
-
-
+
+
-
+
-
+
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/btn_layer_item.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/btn_layer_item.xml
index 05dd9c7a..8ea4569a 100644
--- a/wb_new_ui/assets/NewGroup/component/Lst_info/btn_layer_item.xml
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/btn_layer_item.xml
@@ -1,26 +1,26 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
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 fa189ec4..ef76c144 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
@@ -1,21 +1,21 @@
-
+
-
+
-
+
-
-
+
+
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 b32b087e..5a6f008c 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
@@ -1,20 +1,20 @@
-
+
-
-
+
+
-
+
-
+
-
-
-
+
+
+
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 241eafe6..ab04a920 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
@@ -1,20 +1,20 @@
-
+
-
-
+
+
-
+
-
+
-
-
-
+
+
+
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 58f5a715..acb77730 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
@@ -1,20 +1,20 @@
-
+
-
-
+
+
-
+
-
+
-
-
-
+
+
+
diff --git a/wb_new_ui/assets/NewGroup/component/notice/Cgm_message.xml b/wb_new_ui/assets/NewGroup/component/notice/Cgm_message.xml
index 403ff73e..2afdb9ea 100644
--- a/wb_new_ui/assets/NewGroup/component/notice/Cgm_message.xml
+++ b/wb_new_ui/assets/NewGroup/component/notice/Cgm_message.xml
@@ -1,8 +1,8 @@
-
+
-
-
-
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/notice/Cgm_message_text.xml b/wb_new_ui/assets/NewGroup/component/notice/Cgm_message_text.xml
index c4dc0050..4b37fb1e 100644
--- a/wb_new_ui/assets/NewGroup/component/notice/Cgm_message_text.xml
+++ b/wb_new_ui/assets/NewGroup/component/notice/Cgm_message_text.xml
@@ -1,6 +1,6 @@
-
+
-
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/images/Frame 12781.png b/wb_new_ui/assets/NewGroup/images/Frame 12781.png
new file mode 100644
index 00000000..f96b2202
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/Frame 12781.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/button_cqg.png b/wb_new_ui/assets/NewGroup/images/button_cqg.png
index 9ea29ec1..f96b2202 100644
Binary files a/wb_new_ui/assets/NewGroup/images/button_cqg.png and b/wb_new_ui/assets/NewGroup/images/button_cqg.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/button_cqg1.png b/wb_new_ui/assets/NewGroup/images/button_cqg1.png
new file mode 100644
index 00000000..9ea29ec1
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/button_cqg1.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/button_cqg_xz.png b/wb_new_ui/assets/NewGroup/images/button_cqg_xz.png
index 9ea29ec1..f96b2202 100644
Binary files a/wb_new_ui/assets/NewGroup/images/button_cqg_xz.png and b/wb_new_ui/assets/NewGroup/images/button_cqg_xz.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/button_cqg_xz1.png b/wb_new_ui/assets/NewGroup/images/button_cqg_xz1.png
new file mode 100644
index 00000000..9ea29ec1
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/button_cqg_xz1.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/button_sjjl.png b/wb_new_ui/assets/NewGroup/images/button_sjjl.png
index 43cbaa67..39716799 100644
Binary files a/wb_new_ui/assets/NewGroup/images/button_sjjl.png and b/wb_new_ui/assets/NewGroup/images/button_sjjl.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/button_sjjl11.png b/wb_new_ui/assets/NewGroup/images/button_sjjl11.png
new file mode 100644
index 00000000..43cbaa67
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/button_sjjl11.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/button_sjjl_xz.png b/wb_new_ui/assets/NewGroup/images/button_sjjl_xz.png
index 43cbaa67..39716799 100644
Binary files a/wb_new_ui/assets/NewGroup/images/button_sjjl_xz.png and b/wb_new_ui/assets/NewGroup/images/button_sjjl_xz.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/button_sjjl_xz1.png b/wb_new_ui/assets/NewGroup/images/button_sjjl_xz1.png
new file mode 100644
index 00000000..43cbaa67
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/button_sjjl_xz1.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/bxx/btn_l.xml b/wb_new_ui/assets/NewGroup/images/bxx/btn_l.xml
index dba78114..7f404a31 100644
--- a/wb_new_ui/assets/NewGroup/images/bxx/btn_l.xml
+++ b/wb_new_ui/assets/NewGroup/images/bxx/btn_l.xml
@@ -1,12 +1,12 @@
-
+
-
+
-
+
diff --git a/wb_new_ui/assets/NewGroup/images/bxx/btn_ll.xml b/wb_new_ui/assets/NewGroup/images/bxx/btn_ll.xml
index 15ded525..f7ccf781 100644
--- a/wb_new_ui/assets/NewGroup/images/bxx/btn_ll.xml
+++ b/wb_new_ui/assets/NewGroup/images/bxx/btn_ll.xml
@@ -1,12 +1,12 @@
-
+
-
+
-
+
diff --git a/wb_new_ui/assets/NewGroup/images/bxx/btn_n.xml b/wb_new_ui/assets/NewGroup/images/bxx/btn_n.xml
index af569f39..71187e7a 100644
--- a/wb_new_ui/assets/NewGroup/images/bxx/btn_n.xml
+++ b/wb_new_ui/assets/NewGroup/images/bxx/btn_n.xml
@@ -1,12 +1,12 @@
-
-
+
+
-
+
-
+
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupMemberInviteAlone.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupMemberInviteAlone.xml
index f035b45a..368f98c9 100644
--- a/wb_new_ui/assets/NewGroup/mgr/View_GroupMemberInviteAlone.xml
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupMemberInviteAlone.xml
@@ -1,6 +1,6 @@
-
+
@@ -17,7 +17,7 @@
-
+
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupMenKang.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupMenKang.xml
index 79d95208..1678e415 100644
--- a/wb_new_ui/assets/NewGroup/mgr/View_GroupMenKang.xml
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupMenKang.xml
@@ -1,115 +1,128 @@
-
-
-
-
-
-
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
+
+
-
-
-
+
+
+
+
-
-
-
+
+
+
+
+
+
-
-
+
+
+
-
-
-
-
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupPiLaoZhi.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupPiLaoZhi.xml
index 18451757..c59c3adf 100644
--- a/wb_new_ui/assets/NewGroup/mgr/View_GroupPiLaoZhi.xml
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupPiLaoZhi.xml
@@ -1,24 +1,39 @@
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
+
+
+
+
+
-
+
@@ -28,7 +43,7 @@
-
+
@@ -38,40 +53,40 @@
-
-
+
+
-
+
-
+
-
+
-
+
-
-
-
+
+
+
-
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
@@ -81,8 +96,8 @@
-
-
+
+
@@ -94,8 +109,10 @@
-
-
+
+
+
+
@@ -105,13 +122,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/comm/mng_label1.xml b/wb_new_ui/assets/NewGroup/mgr/component/comm/mng_label1.xml
index 80d0c309..333cef51 100644
--- a/wb_new_ui/assets/NewGroup/mgr/component/comm/mng_label1.xml
+++ b/wb_new_ui/assets/NewGroup/mgr/component/comm/mng_label1.xml
@@ -1,18 +1,18 @@
-
-
-
+
+
+
-
-
-
+
+
+
-
-
+
+
-
-
-
+
+
+
-
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/numberHpAlone/item_member2.xml b/wb_new_ui/assets/NewGroup/mgr/component/numberHpAlone/item_member2.xml
index 150e7517..ba2cfbae 100644
--- a/wb_new_ui/assets/NewGroup/mgr/component/numberHpAlone/item_member2.xml
+++ b/wb_new_ui/assets/NewGroup/mgr/component/numberHpAlone/item_member2.xml
@@ -1,78 +1,78 @@
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/numberHpAlone/item_member3.xml b/wb_new_ui/assets/NewGroup/mgr/component/numberHpAlone/item_member3.xml
index 9fddabe5..9fd33e33 100644
--- a/wb_new_ui/assets/NewGroup/mgr/component/numberHpAlone/item_member3.xml
+++ b/wb_new_ui/assets/NewGroup/mgr/component/numberHpAlone/item_member3.xml
@@ -1,76 +1,76 @@
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/numberHpAlone/item_member4.xml b/wb_new_ui/assets/NewGroup/mgr/component/numberHpAlone/item_member4.xml
index 4cfd1ea2..66d0f5ec 100644
--- a/wb_new_ui/assets/NewGroup/mgr/component/numberHpAlone/item_member4.xml
+++ b/wb_new_ui/assets/NewGroup/mgr/component/numberHpAlone/item_member4.xml
@@ -1,80 +1,80 @@
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/reward/item_partner_rewards.xml b/wb_new_ui/assets/NewGroup/mgr/component/reward/item_partner_rewards.xml
index 5c85ba74..2a236f87 100644
--- a/wb_new_ui/assets/NewGroup/mgr/component/reward/item_partner_rewards.xml
+++ b/wb_new_ui/assets/NewGroup/mgr/component/reward/item_partner_rewards.xml
@@ -1,24 +1,24 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -42,7 +42,7 @@
-
+
diff --git a/wb_new_ui/assets/NewGroup/package.xml b/wb_new_ui/assets/NewGroup/package.xml
index e31096f6..41adf726 100644
--- a/wb_new_ui/assets/NewGroup/package.xml
+++ b/wb_new_ui/assets/NewGroup/package.xml
@@ -753,10 +753,10 @@
-
-
-
-
+
+
+
+
@@ -1365,7 +1365,7 @@
-
+
@@ -1400,8 +1400,72 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/setting_confirm.xml b/wb_new_ui/assets/NewGroup/setting_confirm.xml
index 13df7415..9a1a8572 100644
--- a/wb_new_ui/assets/NewGroup/setting_confirm.xml
+++ b/wb_new_ui/assets/NewGroup/setting_confirm.xml
@@ -1,8 +1,8 @@
-
+
-
+
-
+
\ No newline at end of file
diff --git a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0.png b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0.png
index 9a7f00e1..70e8db64 100644
Binary files a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0.png and b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0.png differ
diff --git a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_1.png b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_1.png
index 29140dde..d672ae7f 100644
Binary files a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_1.png and b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_1.png differ
diff --git a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_10.png b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_10.png
index 6e371e3d..17654616 100644
Binary files a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_10.png and b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_10.png differ
diff --git a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_12.png b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_12.png
index 7e37f1dd..b432dd84 100644
Binary files a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_12.png and b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_12.png differ
diff --git a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_13.png b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_13.png
index 7d35d7a7..55b963fa 100644
Binary files a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_13.png and b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_13.png differ
diff --git a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_14.png b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_14.png
index 39f4189f..b225edcb 100644
Binary files a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_14.png and b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_14.png differ
diff --git a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_15.png b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_15.png
index bc96716d..bf62401e 100644
Binary files a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_15.png and b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_15.png differ
diff --git a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_18.png b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_18.png
index a46bd29e..82a45e66 100644
Binary files a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_18.png and b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_18.png differ
diff --git a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_2.png b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_2.png
index 71c09a9a..350d62f7 100644
Binary files a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_2.png and b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_2.png differ
diff --git a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_3.png b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_3.png
index b5b57a4d..efe65a76 100644
Binary files a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_3.png and b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_3.png differ
diff --git a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_4.png b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_4.png
index 117ddbfc..1a58b3eb 100644
Binary files a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_4.png and b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_4.png differ
diff --git a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_5.png b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_5.png
index 27393606..93a886b7 100644
Binary files a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_5.png and b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_5.png differ
diff --git a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_6.png b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_6.png
index 62c0a7ae..1f5d08cf 100644
Binary files a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_6.png and b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_6.png differ
diff --git a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_7.png b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_7.png
index 968fe0f3..f1acc8c0 100644
Binary files a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_7.png and b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_7.png differ
diff --git a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_8.png b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_8.png
index 32f45590..abac3917 100644
Binary files a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_8.png and b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_8.png differ
diff --git a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_9.png b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_9.png
index b9e24341..8874e729 100644
Binary files a/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_9.png and b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_9.png differ
diff --git a/wb_unity_pro/Assets/ART/base/common/ui/Common_fui.bytes b/wb_unity_pro/Assets/ART/base/common/ui/Common_fui.bytes
index ef2d0ed9..0fe59eda 100644
Binary files a/wb_unity_pro/Assets/ART/base/common/ui/Common_fui.bytes and b/wb_unity_pro/Assets/ART/base/common/ui/Common_fui.bytes differ
diff --git a/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas0.png b/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas0.png
index d334f0d5..2c9b54a6 100644
Binary files a/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas0.png and b/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas0.png differ
diff --git a/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas0_1.png b/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas0_1.png
index 2926e3e0..80bb6037 100644
Binary files a/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas0_1.png and b/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas0_1.png differ
diff --git a/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_ik9v7e2z.png b/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_ik9v7e2z.png
deleted file mode 100644
index 329f353b..00000000
Binary files a/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_ik9v7e2z.png and /dev/null differ
diff --git a/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_sqe07inm.png b/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_sqe07inm.png
new file mode 100644
index 00000000..ed3211ec
Binary files /dev/null and b/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_sqe07inm.png differ
diff --git a/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_ik9v7e2z.png.meta b/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_sqe07inm.png.meta
similarity index 95%
rename from wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_ik9v7e2z.png.meta
rename to wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_sqe07inm.png.meta
index bdfef1e6..28ce7184 100644
--- a/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_ik9v7e2z.png.meta
+++ b/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_sqe07inm.png.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 3948ee0259a8a0a45b9d00c2ec96d4c3
+guid: 8a17c64914e6a204489d288d81c35210
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
@@ -88,5 +88,5 @@ TextureImporter:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
- assetBundleName: base/lobby/4a425335ab0e1c246f741e6da62b244f
+ assetBundleName:
assetBundleVariant:
diff --git a/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_fui.bytes b/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_fui.bytes
index 4f33f17c..bbc1c51a 100644
Binary files a/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_fui.bytes and b/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_fui.bytes differ
diff --git a/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_fui.bytes b/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_fui.bytes
index c0713ae7..5a5be9ee 100644
Binary files a/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_fui.bytes and b/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_fui.bytes differ
diff --git a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0.png b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0.png
index d51680ce..2c8038d5 100644
Binary files a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0.png and b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0.png differ
diff --git a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_1.png b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_1.png
index fdb4c696..50b5ef4c 100644
Binary files a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_1.png and b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_1.png differ
diff --git a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_2.png b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_2.png
index ab8f2d77..eba96d49 100644
Binary files a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_2.png and b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_2.png differ
diff --git a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_3.png b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_3.png
index d64fcc71..7e7568d3 100644
Binary files a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_3.png and b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_3.png differ
diff --git a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_4.png b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_4.png
index 058856ae..d657db87 100644
Binary files a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_4.png and b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_4.png differ
diff --git a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_5.png b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_5.png
index 32b22959..171fa2ab 100644
Binary files a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_5.png and b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_5.png differ
diff --git a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_6.png.meta b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_6.png.meta
index 5261197e..f3c77999 100644
--- a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_6.png.meta
+++ b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_6.png.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 419db90d36663164a93f7f60df5c9bb4
+guid: 077c404ef27ef4e4d9eadbfbedf4314b
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
@@ -88,5 +88,5 @@ TextureImporter:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
- assetBundleName: base/newgroup/1876b2140d79b7dc6c2674f954027415
+ assetBundleName:
assetBundleVariant:
diff --git a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_7.png b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_7.png
new file mode 100644
index 00000000..4d4f86c3
Binary files /dev/null and b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_7.png differ
diff --git a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_7.png.meta b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_7.png.meta
new file mode 100644
index 00000000..33bf5e73
--- /dev/null
+++ b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_7.png.meta
@@ -0,0 +1,92 @@
+fileFormatVersion: 2
+guid: 8508389a29b691c40807bb0fea7af3b2
+TextureImporter:
+ internalIDToNameTable: []
+ externalObjects: {}
+ serializedVersion: 11
+ mipmaps:
+ mipMapMode: 0
+ enableMipMap: 1
+ sRGBTexture: 1
+ linearTexture: 0
+ fadeOut: 0
+ borderMipMap: 0
+ mipMapsPreserveCoverage: 0
+ alphaTestReferenceValue: 0.5
+ mipMapFadeDistanceStart: 1
+ mipMapFadeDistanceEnd: 3
+ bumpmap:
+ convertToNormalMap: 0
+ externalNormalMap: 0
+ heightScale: 0.25
+ normalMapFilter: 0
+ isReadable: 0
+ streamingMipmaps: 0
+ streamingMipmapsPriority: 0
+ grayScaleToAlpha: 0
+ generateCubemap: 6
+ cubemapConvolution: 0
+ seamlessCubemap: 0
+ textureFormat: 1
+ maxTextureSize: 2048
+ textureSettings:
+ serializedVersion: 2
+ filterMode: -1
+ aniso: -1
+ mipBias: -100
+ wrapU: -1
+ wrapV: -1
+ wrapW: -1
+ nPOTScale: 1
+ lightmap: 0
+ compressionQuality: 50
+ spriteMode: 0
+ spriteExtrude: 1
+ spriteMeshType: 1
+ alignment: 0
+ spritePivot: {x: 0.5, y: 0.5}
+ spritePixelsToUnits: 100
+ spriteBorder: {x: 0, y: 0, z: 0, w: 0}
+ spriteGenerateFallbackPhysicsShape: 1
+ alphaUsage: 1
+ alphaIsTransparency: 0
+ spriteTessellationDetail: -1
+ textureType: 0
+ textureShape: 1
+ singleChannelComponent: 0
+ maxTextureSizeSet: 0
+ compressionQualitySet: 0
+ textureFormatSet: 0
+ applyGammaDecoding: 0
+ platformSettings:
+ - serializedVersion: 3
+ buildTarget: DefaultTexturePlatform
+ maxTextureSize: 2048
+ resizeAlgorithm: 0
+ textureFormat: -1
+ textureCompression: 1
+ compressionQuality: 50
+ crunchedCompression: 0
+ allowsAlphaSplitting: 0
+ overridden: 0
+ androidETC2FallbackOverride: 0
+ forceMaximumCompressionQuality_BC6H_BC7: 0
+ spriteSheet:
+ serializedVersion: 2
+ sprites: []
+ outline: []
+ physicsShape: []
+ bones: []
+ spriteID:
+ internalID: 0
+ vertices: []
+ indices:
+ edges: []
+ weights: []
+ secondaryTextures: []
+ spritePackingTag:
+ pSDRemoveMatte: 0
+ pSDShowRemoveMatteOption: 0
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_sqe0p7ivm.png b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_sqe0p7ivm.png
new file mode 100644
index 00000000..fb58f25f
Binary files /dev/null and b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_sqe0p7ivm.png differ
diff --git a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_sqe0p7ivm.png.meta b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_sqe0p7ivm.png.meta
new file mode 100644
index 00000000..b18ae20f
--- /dev/null
+++ b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_sqe0p7ivm.png.meta
@@ -0,0 +1,92 @@
+fileFormatVersion: 2
+guid: 4f56eefd72e77484ca312d6a1ce97c1a
+TextureImporter:
+ internalIDToNameTable: []
+ externalObjects: {}
+ serializedVersion: 11
+ mipmaps:
+ mipMapMode: 0
+ enableMipMap: 1
+ sRGBTexture: 1
+ linearTexture: 0
+ fadeOut: 0
+ borderMipMap: 0
+ mipMapsPreserveCoverage: 0
+ alphaTestReferenceValue: 0.5
+ mipMapFadeDistanceStart: 1
+ mipMapFadeDistanceEnd: 3
+ bumpmap:
+ convertToNormalMap: 0
+ externalNormalMap: 0
+ heightScale: 0.25
+ normalMapFilter: 0
+ isReadable: 0
+ streamingMipmaps: 0
+ streamingMipmapsPriority: 0
+ grayScaleToAlpha: 0
+ generateCubemap: 6
+ cubemapConvolution: 0
+ seamlessCubemap: 0
+ textureFormat: 1
+ maxTextureSize: 2048
+ textureSettings:
+ serializedVersion: 2
+ filterMode: -1
+ aniso: -1
+ mipBias: -100
+ wrapU: -1
+ wrapV: -1
+ wrapW: -1
+ nPOTScale: 1
+ lightmap: 0
+ compressionQuality: 50
+ spriteMode: 0
+ spriteExtrude: 1
+ spriteMeshType: 1
+ alignment: 0
+ spritePivot: {x: 0.5, y: 0.5}
+ spritePixelsToUnits: 100
+ spriteBorder: {x: 0, y: 0, z: 0, w: 0}
+ spriteGenerateFallbackPhysicsShape: 1
+ alphaUsage: 1
+ alphaIsTransparency: 0
+ spriteTessellationDetail: -1
+ textureType: 0
+ textureShape: 1
+ singleChannelComponent: 0
+ maxTextureSizeSet: 0
+ compressionQualitySet: 0
+ textureFormatSet: 0
+ applyGammaDecoding: 0
+ platformSettings:
+ - serializedVersion: 3
+ buildTarget: DefaultTexturePlatform
+ maxTextureSize: 2048
+ resizeAlgorithm: 0
+ textureFormat: -1
+ textureCompression: 1
+ compressionQuality: 50
+ crunchedCompression: 0
+ allowsAlphaSplitting: 0
+ overridden: 0
+ androidETC2FallbackOverride: 0
+ forceMaximumCompressionQuality_BC6H_BC7: 0
+ spriteSheet:
+ serializedVersion: 2
+ sprites: []
+ outline: []
+ physicsShape: []
+ bones: []
+ spriteID:
+ internalID: 0
+ vertices: []
+ indices:
+ edges: []
+ weights: []
+ secondaryTextures: []
+ spritePackingTag:
+ pSDRemoveMatte: 0
+ pSDShowRemoveMatteOption: 0
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_sqe0p7ivn.png b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_sqe0p7ivn.png
new file mode 100644
index 00000000..66ade8df
Binary files /dev/null and b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_sqe0p7ivn.png differ
diff --git a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_sqe0p7ivn.png.meta b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_sqe0p7ivn.png.meta
new file mode 100644
index 00000000..5b829c1d
--- /dev/null
+++ b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_sqe0p7ivn.png.meta
@@ -0,0 +1,92 @@
+fileFormatVersion: 2
+guid: b09f0065ccc8c5041bdea12eca695ad6
+TextureImporter:
+ internalIDToNameTable: []
+ externalObjects: {}
+ serializedVersion: 11
+ mipmaps:
+ mipMapMode: 0
+ enableMipMap: 1
+ sRGBTexture: 1
+ linearTexture: 0
+ fadeOut: 0
+ borderMipMap: 0
+ mipMapsPreserveCoverage: 0
+ alphaTestReferenceValue: 0.5
+ mipMapFadeDistanceStart: 1
+ mipMapFadeDistanceEnd: 3
+ bumpmap:
+ convertToNormalMap: 0
+ externalNormalMap: 0
+ heightScale: 0.25
+ normalMapFilter: 0
+ isReadable: 0
+ streamingMipmaps: 0
+ streamingMipmapsPriority: 0
+ grayScaleToAlpha: 0
+ generateCubemap: 6
+ cubemapConvolution: 0
+ seamlessCubemap: 0
+ textureFormat: 1
+ maxTextureSize: 2048
+ textureSettings:
+ serializedVersion: 2
+ filterMode: -1
+ aniso: -1
+ mipBias: -100
+ wrapU: -1
+ wrapV: -1
+ wrapW: -1
+ nPOTScale: 1
+ lightmap: 0
+ compressionQuality: 50
+ spriteMode: 0
+ spriteExtrude: 1
+ spriteMeshType: 1
+ alignment: 0
+ spritePivot: {x: 0.5, y: 0.5}
+ spritePixelsToUnits: 100
+ spriteBorder: {x: 0, y: 0, z: 0, w: 0}
+ spriteGenerateFallbackPhysicsShape: 1
+ alphaUsage: 1
+ alphaIsTransparency: 0
+ spriteTessellationDetail: -1
+ textureType: 0
+ textureShape: 1
+ singleChannelComponent: 0
+ maxTextureSizeSet: 0
+ compressionQualitySet: 0
+ textureFormatSet: 0
+ applyGammaDecoding: 0
+ platformSettings:
+ - serializedVersion: 3
+ buildTarget: DefaultTexturePlatform
+ maxTextureSize: 2048
+ resizeAlgorithm: 0
+ textureFormat: -1
+ textureCompression: 1
+ compressionQuality: 50
+ crunchedCompression: 0
+ allowsAlphaSplitting: 0
+ overridden: 0
+ androidETC2FallbackOverride: 0
+ forceMaximumCompressionQuality_BC6H_BC7: 0
+ spriteSheet:
+ serializedVersion: 2
+ sprites: []
+ outline: []
+ physicsShape: []
+ bones: []
+ spriteID:
+ internalID: 0
+ vertices: []
+ indices:
+ edges: []
+ weights: []
+ secondaryTextures: []
+ spritePackingTag:
+ pSDRemoveMatte: 0
+ pSDShowRemoveMatteOption: 0
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_sqe0p7iw9.png b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_sqe0p7iw9.png
new file mode 100644
index 00000000..1e1166e0
Binary files /dev/null and b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_sqe0p7iw9.png differ
diff --git a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_sqe0p7iw9.png.meta b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_sqe0p7iw9.png.meta
new file mode 100644
index 00000000..35fb3ce6
--- /dev/null
+++ b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_sqe0p7iw9.png.meta
@@ -0,0 +1,92 @@
+fileFormatVersion: 2
+guid: 16b64ccd8a0d79b429a7ac709e6f0ae2
+TextureImporter:
+ internalIDToNameTable: []
+ externalObjects: {}
+ serializedVersion: 11
+ mipmaps:
+ mipMapMode: 0
+ enableMipMap: 1
+ sRGBTexture: 1
+ linearTexture: 0
+ fadeOut: 0
+ borderMipMap: 0
+ mipMapsPreserveCoverage: 0
+ alphaTestReferenceValue: 0.5
+ mipMapFadeDistanceStart: 1
+ mipMapFadeDistanceEnd: 3
+ bumpmap:
+ convertToNormalMap: 0
+ externalNormalMap: 0
+ heightScale: 0.25
+ normalMapFilter: 0
+ isReadable: 0
+ streamingMipmaps: 0
+ streamingMipmapsPriority: 0
+ grayScaleToAlpha: 0
+ generateCubemap: 6
+ cubemapConvolution: 0
+ seamlessCubemap: 0
+ textureFormat: 1
+ maxTextureSize: 2048
+ textureSettings:
+ serializedVersion: 2
+ filterMode: -1
+ aniso: -1
+ mipBias: -100
+ wrapU: -1
+ wrapV: -1
+ wrapW: -1
+ nPOTScale: 1
+ lightmap: 0
+ compressionQuality: 50
+ spriteMode: 0
+ spriteExtrude: 1
+ spriteMeshType: 1
+ alignment: 0
+ spritePivot: {x: 0.5, y: 0.5}
+ spritePixelsToUnits: 100
+ spriteBorder: {x: 0, y: 0, z: 0, w: 0}
+ spriteGenerateFallbackPhysicsShape: 1
+ alphaUsage: 1
+ alphaIsTransparency: 0
+ spriteTessellationDetail: -1
+ textureType: 0
+ textureShape: 1
+ singleChannelComponent: 0
+ maxTextureSizeSet: 0
+ compressionQualitySet: 0
+ textureFormatSet: 0
+ applyGammaDecoding: 0
+ platformSettings:
+ - serializedVersion: 3
+ buildTarget: DefaultTexturePlatform
+ maxTextureSize: 2048
+ resizeAlgorithm: 0
+ textureFormat: -1
+ textureCompression: 1
+ compressionQuality: 50
+ crunchedCompression: 0
+ allowsAlphaSplitting: 0
+ overridden: 0
+ androidETC2FallbackOverride: 0
+ forceMaximumCompressionQuality_BC6H_BC7: 0
+ spriteSheet:
+ serializedVersion: 2
+ sprites: []
+ outline: []
+ physicsShape: []
+ bones: []
+ spriteID:
+ internalID: 0
+ vertices: []
+ indices:
+ edges: []
+ weights: []
+ secondaryTextures: []
+ spritePackingTag:
+ pSDRemoveMatte: 0
+ pSDShowRemoveMatteOption: 0
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_sqe0p7iwd.png b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_sqe0p7iwd.png
new file mode 100644
index 00000000..f79a37f2
Binary files /dev/null and b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_sqe0p7iwd.png differ
diff --git a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_sqe0p7iwd.png.meta b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_sqe0p7iwd.png.meta
new file mode 100644
index 00000000..fb538cc4
--- /dev/null
+++ b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_sqe0p7iwd.png.meta
@@ -0,0 +1,92 @@
+fileFormatVersion: 2
+guid: 36da01b38de1c8449857146408cbfe8d
+TextureImporter:
+ internalIDToNameTable: []
+ externalObjects: {}
+ serializedVersion: 11
+ mipmaps:
+ mipMapMode: 0
+ enableMipMap: 1
+ sRGBTexture: 1
+ linearTexture: 0
+ fadeOut: 0
+ borderMipMap: 0
+ mipMapsPreserveCoverage: 0
+ alphaTestReferenceValue: 0.5
+ mipMapFadeDistanceStart: 1
+ mipMapFadeDistanceEnd: 3
+ bumpmap:
+ convertToNormalMap: 0
+ externalNormalMap: 0
+ heightScale: 0.25
+ normalMapFilter: 0
+ isReadable: 0
+ streamingMipmaps: 0
+ streamingMipmapsPriority: 0
+ grayScaleToAlpha: 0
+ generateCubemap: 6
+ cubemapConvolution: 0
+ seamlessCubemap: 0
+ textureFormat: 1
+ maxTextureSize: 2048
+ textureSettings:
+ serializedVersion: 2
+ filterMode: -1
+ aniso: -1
+ mipBias: -100
+ wrapU: -1
+ wrapV: -1
+ wrapW: -1
+ nPOTScale: 1
+ lightmap: 0
+ compressionQuality: 50
+ spriteMode: 0
+ spriteExtrude: 1
+ spriteMeshType: 1
+ alignment: 0
+ spritePivot: {x: 0.5, y: 0.5}
+ spritePixelsToUnits: 100
+ spriteBorder: {x: 0, y: 0, z: 0, w: 0}
+ spriteGenerateFallbackPhysicsShape: 1
+ alphaUsage: 1
+ alphaIsTransparency: 0
+ spriteTessellationDetail: -1
+ textureType: 0
+ textureShape: 1
+ singleChannelComponent: 0
+ maxTextureSizeSet: 0
+ compressionQualitySet: 0
+ textureFormatSet: 0
+ applyGammaDecoding: 0
+ platformSettings:
+ - serializedVersion: 3
+ buildTarget: DefaultTexturePlatform
+ maxTextureSize: 2048
+ resizeAlgorithm: 0
+ textureFormat: -1
+ textureCompression: 1
+ compressionQuality: 50
+ crunchedCompression: 0
+ allowsAlphaSplitting: 0
+ overridden: 0
+ androidETC2FallbackOverride: 0
+ forceMaximumCompressionQuality_BC6H_BC7: 0
+ spriteSheet:
+ serializedVersion: 2
+ sprites: []
+ outline: []
+ physicsShape: []
+ bones: []
+ spriteID:
+ internalID: 0
+ vertices: []
+ indices:
+ edges: []
+ weights: []
+ secondaryTextures: []
+ spritePackingTag:
+ pSDRemoveMatte: 0
+ pSDShowRemoveMatteOption: 0
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_fui.bytes b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_fui.bytes
index 389f8756..838404a5 100644
Binary files a/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_fui.bytes and b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_fui.bytes differ