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/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/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/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..b6119669 100644
--- a/wb_new_ui/.objs/workspace.json
+++ b/wb_new_ui/.objs/workspace.json
@@ -5,13 +5,34 @@
"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://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://v0j9abjygq7mct",
+ "ui://v0j9abjygq7md1",
+ "ui://4skil1l6piv91o5",
"ui://m7iejg46imp57igi",
"ui://m7iejg46n5sxha2",
"ui://m7iejg46ilon7ias",
@@ -23,22 +44,30 @@
"test.device": "iPhone XR",
"canvasColor": 10066329,
"auxline2": true,
- "doc.activeDoc": "ui://v0j9abjygq7men",
+ "doc.activeDoc": "ui://v0j9abjygq7md3",
"libview.twoColumn": false,
"libview.expandedNodes": [
- "hrxsdiix",
+ "27vd145b",
"/",
- "hrxsdiix",
- "/component/",
- "hrxsdiix",
- "/component/hu_effect/",
- "hrxsdiix",
- "/component/hu_effect/image/",
+ "27vd145b",
+ "/buttons/",
+ "27vd145b",
+ "/images/",
+ "27vd145b",
+ "/images/COMMui/",
"v0j9abjy",
"/",
"v0j9abjy",
"/Main_style_2/",
"v0j9abjy",
+ "/component/",
+ "v0j9abjy",
+ "/component/clearing/",
+ "v0j9abjy",
+ "/component/clearing/clearing1/",
+ "v0j9abjy",
+ "/component/hu_tip/",
+ "v0j9abjy",
"/images/",
"v0j9abjy",
"/images/cards/",
@@ -47,23 +76,7 @@
"m7iejg46",
"/",
"m7iejg46",
- "/NGMui/",
- "m7iejg46",
- "/component/",
- "m7iejg46",
- "/component/Btn/",
- "m7iejg46",
- "/component/Btn/date_set/",
- "m7iejg46",
- "/component/mail/",
- "m7iejg46",
- "/images/",
- "m7iejg46",
- "/mgr/",
- "m7iejg46",
- "/mgr/imgs/",
- "m7iejg46",
- "/mgr/imgs/addMenberAlone/"
+ "/NGMui/"
],
"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/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/package.xml b/wb_new_ui/assets/Common/package.xml
index 1cc783de..479c54b6 100644
--- a/wb_new_ui/assets/Common/package.xml
+++ b/wb_new_ui/assets/Common/package.xml
@@ -1611,6 +1611,7 @@
+
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/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 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 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/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/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_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/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/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/package.xml b/wb_new_ui/assets/NewGroup/package.xml
index e31096f6..a46b1638 100644
--- a/wb_new_ui/assets/NewGroup/package.xml
+++ b/wb_new_ui/assets/NewGroup/package.xml
@@ -1400,8 +1400,19 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
\ 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..d9c125ea 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..a5eee96f 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_2.png b/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_2.png
index 71c09a9a..1dd4c0cd 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..d0965626 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_fui.bytes b/wb_unity_pro/Assets/ART/base/common/ui/Common_fui.bytes
index ef2d0ed9..b51ad336 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/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..d3870eff 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..84482110 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..77490fdb 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..193a3d34 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..171fa2ab 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..e17aefd2 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 b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_6.png
new file mode 100644
index 00000000..aed25da4
Binary files /dev/null and b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_6.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
new file mode 100644
index 00000000..f3c77999
--- /dev/null
+++ b/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_6.png.meta
@@ -0,0 +1,92 @@
+fileFormatVersion: 2
+guid: 077c404ef27ef4e4d9eadbfbedf4314b
+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..928992e0 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