diff --git a/fk101/lua_probject/base_project/Game/View/Common/BaseWindow.lua b/fk101/lua_probject/base_project/Game/View/Common/BaseWindow.lua
index 3d7fc801..e44489b0 100644
--- a/fk101/lua_probject/base_project/Game/View/Common/BaseWindow.lua
+++ b/fk101/lua_probject/base_project/Game/View/Common/BaseWindow.lua
@@ -106,10 +106,11 @@ function M:init(url)
click_item.height = self._view.height
end
else
+ self._root_view.height = GRoot.inst.height
+ self._root_view.width = GRoot.inst.width
contentPane:AddChild(self._view)
- contentPane.height = self._view.height
- contentPane.width = self._view.width
- contentPane:Center()
+ self._view:Center()
+
end
self._contentPane = contentPane
if self._put_map then
diff --git a/fk101/lua_probject/extend_project/extend/majiang/100zhang/EXClearingView.lua b/fk101/lua_probject/extend_project/extend/majiang/100zhang/EXClearingView.lua
index 1041c9a7..0e15b02d 100644
--- a/fk101/lua_probject/extend_project/extend/majiang/100zhang/EXClearingView.lua
+++ b/fk101/lua_probject/extend_project/extend/majiang/100zhang/EXClearingView.lua
@@ -8,7 +8,7 @@ local M = EXClearingView
function EXClearingView.new(blur_view)
setmetatable(M, {__index = ResultView})
local self = setmetatable({}, {__index = M})
- self._full = true
+ -- self._full = true
ResultView.init(self, "ui://Main_Majiang/clearing")
self._currenIndex = 0
diff --git a/fk101/lua_probject/extend_project/extend/majiang/changsha/EXClearingView.lua b/fk101/lua_probject/extend_project/extend/majiang/changsha/EXClearingView.lua
index aa59ffac..8e16a6cc 100644
--- a/fk101/lua_probject/extend_project/extend/majiang/changsha/EXClearingView.lua
+++ b/fk101/lua_probject/extend_project/extend/majiang/changsha/EXClearingView.lua
@@ -8,7 +8,7 @@ local M = CS_ClearingView
function CS_ClearingView.new(blur_view)
setmetatable(M, {__index = ResultView})
local self = setmetatable({}, {__index = M})
- self._full = true
+ -- self._full = true
ResultView.init(self, "ui://Main_Majiang/clearing")
self._currenIndex = 0
diff --git a/fk101/lua_probject/extend_project/extend/majiang/chaoshan/EXClearingView.lua b/fk101/lua_probject/extend_project/extend/majiang/chaoshan/EXClearingView.lua
index 8ac99cc5..edbd152e 100644
--- a/fk101/lua_probject/extend_project/extend/majiang/chaoshan/EXClearingView.lua
+++ b/fk101/lua_probject/extend_project/extend/majiang/chaoshan/EXClearingView.lua
@@ -8,7 +8,7 @@ local M = EXClearingView
function EXClearingView.new(blur_view)
setmetatable(M, {__index = ResultView})
local self = setmetatable({}, {__index = M})
- self._full = true
+ -- self._full = true
ResultView.init(self, "ui://Main_Majiang/clearing")
self._currenIndex = 0
diff --git a/fk101/lua_probject/extend_project/extend/majiang/chaozhou/EXClearingView.lua b/fk101/lua_probject/extend_project/extend/majiang/chaozhou/EXClearingView.lua
index 293a7f0e..b261f6f1 100644
--- a/fk101/lua_probject/extend_project/extend/majiang/chaozhou/EXClearingView.lua
+++ b/fk101/lua_probject/extend_project/extend/majiang/chaozhou/EXClearingView.lua
@@ -7,7 +7,7 @@ local M = EXClearingView
function EXClearingView.new(blur_view)
setmetatable(M, {__index = ResultView})
local self = setmetatable({}, {__index = M})
- self._full = true
+ -- self._full = true
ResultView.init(self, "ui://Main_Majiang/clearing")
self._currenIndex = 0
diff --git a/fk101/lua_probject/extend_project/extend/majiang/chaozhougui/EXClearingView.lua b/fk101/lua_probject/extend_project/extend/majiang/chaozhougui/EXClearingView.lua
index 7ec75dd7..1eafe747 100644
--- a/fk101/lua_probject/extend_project/extend/majiang/chaozhougui/EXClearingView.lua
+++ b/fk101/lua_probject/extend_project/extend/majiang/chaozhougui/EXClearingView.lua
@@ -8,7 +8,7 @@ local M = EXClearingView
function EXClearingView.new(blur_view)
setmetatable(M, {__index = ResultView})
local self = setmetatable({}, {__index = M})
- self._full = true
+ -- self._full = true
ResultView.init(self, "ui://Main_Majiang/clearing")
self._currenIndex = 0
diff --git a/fk101/lua_probject/extend_project/extend/majiang/gejiu/EXClearingView.lua b/fk101/lua_probject/extend_project/extend/majiang/gejiu/EXClearingView.lua
index e4bd30a6..3e92fecc 100644
--- a/fk101/lua_probject/extend_project/extend/majiang/gejiu/EXClearingView.lua
+++ b/fk101/lua_probject/extend_project/extend/majiang/gejiu/EXClearingView.lua
@@ -8,7 +8,7 @@ local M = EXClearingView
function EXClearingView.new(blur_view)
setmetatable(M, {__index = ResultView})
local self = setmetatable({}, {__index = M})
- self._full = true
+ -- self._full = true
ResultView.init(self, "ui://Main_Majiang/clearing")
self._currenIndex = 0
diff --git a/fk101/lua_probject/extend_project/extend/majiang/hongzhong/EXClearingView.lua b/fk101/lua_probject/extend_project/extend/majiang/hongzhong/EXClearingView.lua
index cca6f11e..0d1aa9d0 100644
--- a/fk101/lua_probject/extend_project/extend/majiang/hongzhong/EXClearingView.lua
+++ b/fk101/lua_probject/extend_project/extend/majiang/hongzhong/EXClearingView.lua
@@ -7,7 +7,7 @@ local M = EXClearingView
function EXClearingView.new(blur_view)
setmetatable(M, { __index = ResultView })
local self = setmetatable({}, { __index = M })
- self._full = true
+ -- self._full = true
ResultView.init(self, "ui://Main_Majiang/clearing")
self._currenIndex = 0
diff --git a/fk101/lua_probject/extend_project/extend/majiang/qizhiba/EXClearingView.lua b/fk101/lua_probject/extend_project/extend/majiang/qizhiba/EXClearingView.lua
index bb3c51ba..e66181c8 100644
--- a/fk101/lua_probject/extend_project/extend/majiang/qizhiba/EXClearingView.lua
+++ b/fk101/lua_probject/extend_project/extend/majiang/qizhiba/EXClearingView.lua
@@ -8,7 +8,7 @@ local M = EXClearingView
function EXClearingView.new(blur_view)
setmetatable(M, {__index = ResultView})
local self = setmetatable({}, {__index = M})
- self._full = true
+ -- self._full = true
ResultView.init(self, "ui://Main_PokeMaJiang/clearing")
self._currenIndex = 0
diff --git a/fk101/lua_probject/extend_project/extend/majiang/tuidaohu/EXClearingView.lua b/fk101/lua_probject/extend_project/extend/majiang/tuidaohu/EXClearingView.lua
index 11ed6d81..371a5010 100644
--- a/fk101/lua_probject/extend_project/extend/majiang/tuidaohu/EXClearingView.lua
+++ b/fk101/lua_probject/extend_project/extend/majiang/tuidaohu/EXClearingView.lua
@@ -8,7 +8,7 @@ local M = EXClearingView
function EXClearingView.new(blur_view)
setmetatable(M, {__index = ResultView})
local self = setmetatable({}, {__index = M})
- self._full = true
+ -- self._full = true
ResultView.init(self, "ui://Main_Majiang/clearing")
self._currenIndex = 0
diff --git a/fk101/lua_probject/extend_project/extend/majiang/zhuanzhuan/EXClearingView.lua b/fk101/lua_probject/extend_project/extend/majiang/zhuanzhuan/EXClearingView.lua
index 11b25aa3..3afb31ba 100644
--- a/fk101/lua_probject/extend_project/extend/majiang/zhuanzhuan/EXClearingView.lua
+++ b/fk101/lua_probject/extend_project/extend/majiang/zhuanzhuan/EXClearingView.lua
@@ -7,7 +7,7 @@ local M = EXClearingView
function EXClearingView.new(blur_view)
setmetatable(M, {__index = ResultView})
local self = setmetatable({}, {__index = M})
- self._full = true
+ -- self._full = true
ResultView.init(self, "ui://Main_Majiang/clearing")
self._currenIndex = 0
diff --git a/fk101/lua_probject/extend_project/extend/zipai/changdepaohuzi/RunBeard_ResultView.lua b/fk101/lua_probject/extend_project/extend/zipai/changdepaohuzi/RunBeard_ResultView.lua
index e07482a3..e261d2be 100644
--- a/fk101/lua_probject/extend_project/extend/zipai/changdepaohuzi/RunBeard_ResultView.lua
+++ b/fk101/lua_probject/extend_project/extend/zipai/changdepaohuzi/RunBeard_ResultView.lua
@@ -7,7 +7,7 @@ local M = RunBeard_ResultView
function RunBeard_ResultView.new(blur_view, index)
setmetatable(M, {__index = ResultView})
local self = setmetatable({}, {__index = M})
- self._full=true
+ -- self._full=true
self.class = 'RunBeard_ResultView'
self._currenIndex = 0
if index ~= 1 then
diff --git a/fk101/lua_probject/extend_project/extend/zipai/fulushou/RunBeard_ResultView.lua b/fk101/lua_probject/extend_project/extend/zipai/fulushou/RunBeard_ResultView.lua
index 1759a8ad..c04ea7bb 100644
--- a/fk101/lua_probject/extend_project/extend/zipai/fulushou/RunBeard_ResultView.lua
+++ b/fk101/lua_probject/extend_project/extend/zipai/fulushou/RunBeard_ResultView.lua
@@ -7,7 +7,7 @@ local M = RunBeard_ResultView
function RunBeard_ResultView.new(blur_view, index)
setmetatable(M, {__index = ResultView})
local self = setmetatable({}, {__index = M})
- self._full=true
+ -- self._full=true
self.class = 'RunBeard_ResultView'
self._currenIndex = 0
if index ~= 1 then
diff --git a/fk101/lua_probject/extend_project/extend/zipai/hsrunbeard/RunBeard_ResultView.lua b/fk101/lua_probject/extend_project/extend/zipai/hsrunbeard/RunBeard_ResultView.lua
index ba258bce..41ab9383 100644
--- a/fk101/lua_probject/extend_project/extend/zipai/hsrunbeard/RunBeard_ResultView.lua
+++ b/fk101/lua_probject/extend_project/extend/zipai/hsrunbeard/RunBeard_ResultView.lua
@@ -7,7 +7,7 @@ local M = RunBeard_ResultView
function RunBeard_ResultView.new(blur_view, index)
setmetatable(M, {__index = ResultView})
local self = setmetatable({}, {__index = M})
- self._full=true
+ -- self._full=true
self.class = 'RunBeard_ResultView'
self._currenIndex = 0
if index ~= 1 then
diff --git a/fk101/lua_probject/extend_project/extend/zipai/runbeard/RunBeard_ResultView.lua b/fk101/lua_probject/extend_project/extend/zipai/runbeard/RunBeard_ResultView.lua
index e7c8a659..bfa45021 100644
--- a/fk101/lua_probject/extend_project/extend/zipai/runbeard/RunBeard_ResultView.lua
+++ b/fk101/lua_probject/extend_project/extend/zipai/runbeard/RunBeard_ResultView.lua
@@ -7,7 +7,7 @@ local M = RunBeard_ResultView
function RunBeard_ResultView.new(blur_view, index)
setmetatable(M, {__index = ResultView})
local self = setmetatable({}, {__index = M})
- self._full=true
+ -- self._full=true
self.class = 'RunBeard_ResultView'
self._currenIndex = 0
if index ~= 1 then
diff --git a/fk101/lua_probject/extend_project/extend/zipai/yueyangwaihuzi/RunBeard_ResultView.lua b/fk101/lua_probject/extend_project/extend/zipai/yueyangwaihuzi/RunBeard_ResultView.lua
index 7f2f66bc..f56e82f2 100644
--- a/fk101/lua_probject/extend_project/extend/zipai/yueyangwaihuzi/RunBeard_ResultView.lua
+++ b/fk101/lua_probject/extend_project/extend/zipai/yueyangwaihuzi/RunBeard_ResultView.lua
@@ -7,7 +7,7 @@ local M = RunBeard_ResultView
function RunBeard_ResultView.new(blur_view, index)
setmetatable(M, {__index = ResultView})
local self = setmetatable({}, {__index = M})
- self._full=true
+ -- self._full=true
self.class = 'RunBeard_ResultView'
self._currenIndex = 0
if index ~= 1 then
diff --git a/fk101/lua_probject/extend_project/extend/zipai/yueyangwaihuzi_bak/RunBeard_ResultView.lua b/fk101/lua_probject/extend_project/extend/zipai/yueyangwaihuzi_bak/RunBeard_ResultView.lua
index 9ff97556..f2a9c2cb 100644
--- a/fk101/lua_probject/extend_project/extend/zipai/yueyangwaihuzi_bak/RunBeard_ResultView.lua
+++ b/fk101/lua_probject/extend_project/extend/zipai/yueyangwaihuzi_bak/RunBeard_ResultView.lua
@@ -7,7 +7,7 @@ local M = RunBeard_ResultView
function RunBeard_ResultView.new(blur_view, index)
setmetatable(M, {__index = ResultView})
local self = setmetatable({}, {__index = M})
- self._full=true
+ -- self._full=true
self.class = 'RunBeard_ResultView'
self._currenIndex = 0
if index ~= 1 then
diff --git a/fk101/qyq_new_unity/Assets/ART/base/main_majiang/ui/MajiangCard3d_atlas0.png b/fk101/qyq_new_unity/Assets/ART/base/main_majiang/ui/MajiangCard3d_atlas0.png
index 85f03107..e078dbbb 100644
Binary files a/fk101/qyq_new_unity/Assets/ART/base/main_majiang/ui/MajiangCard3d_atlas0.png and b/fk101/qyq_new_unity/Assets/ART/base/main_majiang/ui/MajiangCard3d_atlas0.png differ
diff --git a/fk101/qyq_new_unity/Assets/ART/base/main_majiang/ui/MajiangCard3d_fui.bytes b/fk101/qyq_new_unity/Assets/ART/base/main_majiang/ui/MajiangCard3d_fui.bytes
index 8d46756e..f8239774 100644
Binary files a/fk101/qyq_new_unity/Assets/ART/base/main_majiang/ui/MajiangCard3d_fui.bytes and b/fk101/qyq_new_unity/Assets/ART/base/main_majiang/ui/MajiangCard3d_fui.bytes differ
diff --git a/fk101/qyq_new_unity/Assets/ART/base/ui/Extend_Poker_RunFastNew_atlas0.png b/fk101/qyq_new_unity/Assets/ART/base/ui/Extend_Poker_RunFastNew_atlas0.png
index ca718339..c635875d 100644
Binary files a/fk101/qyq_new_unity/Assets/ART/base/ui/Extend_Poker_RunFastNew_atlas0.png and b/fk101/qyq_new_unity/Assets/ART/base/ui/Extend_Poker_RunFastNew_atlas0.png differ
diff --git a/fk101/qyq_new_unity/Assets/ART/base/ui/Extend_Poker_RunFastNew_atlas_prgzf7.png b/fk101/qyq_new_unity/Assets/ART/base/ui/Extend_Poker_RunFastNew_atlas_prgzf7.png
index 728352a5..7fb99d2b 100644
Binary files a/fk101/qyq_new_unity/Assets/ART/base/ui/Extend_Poker_RunFastNew_atlas_prgzf7.png and b/fk101/qyq_new_unity/Assets/ART/base/ui/Extend_Poker_RunFastNew_atlas_prgzf7.png differ
diff --git a/fk101/qyq_new_unity/Assets/ART/base/ui/Extend_Poker_RunFastNew_fui.bytes b/fk101/qyq_new_unity/Assets/ART/base/ui/Extend_Poker_RunFastNew_fui.bytes
index 9b289d6c..e815dc19 100644
Binary files a/fk101/qyq_new_unity/Assets/ART/base/ui/Extend_Poker_RunFastNew_fui.bytes and b/fk101/qyq_new_unity/Assets/ART/base/ui/Extend_Poker_RunFastNew_fui.bytes differ
diff --git a/fk101/qyq_new_unity/Assets/ART/base/ui/Main_Majiang_atlas0.png b/fk101/qyq_new_unity/Assets/ART/base/ui/Main_Majiang_atlas0.png
index e9e3f5bc..0432708c 100644
Binary files a/fk101/qyq_new_unity/Assets/ART/base/ui/Main_Majiang_atlas0.png and b/fk101/qyq_new_unity/Assets/ART/base/ui/Main_Majiang_atlas0.png differ
diff --git a/fk101/qyq_new_unity/Assets/ART/base/ui/Main_Majiang_atlas0_1.png b/fk101/qyq_new_unity/Assets/ART/base/ui/Main_Majiang_atlas0_1.png
index b1e41936..b35e1357 100644
Binary files a/fk101/qyq_new_unity/Assets/ART/base/ui/Main_Majiang_atlas0_1.png and b/fk101/qyq_new_unity/Assets/ART/base/ui/Main_Majiang_atlas0_1.png differ
diff --git a/fk101/qyq_new_unity/Assets/ART/base/ui/Main_Majiang_atlas0_2.png b/fk101/qyq_new_unity/Assets/ART/base/ui/Main_Majiang_atlas0_2.png
index 130c8d22..f71057ab 100644
Binary files a/fk101/qyq_new_unity/Assets/ART/base/ui/Main_Majiang_atlas0_2.png and b/fk101/qyq_new_unity/Assets/ART/base/ui/Main_Majiang_atlas0_2.png differ
diff --git a/fk101/qyq_new_unity/Assets/ART/base/ui/Main_Majiang_atlas0_3.png b/fk101/qyq_new_unity/Assets/ART/base/ui/Main_Majiang_atlas0_3.png
index f2379c3f..c0bdb23f 100644
Binary files a/fk101/qyq_new_unity/Assets/ART/base/ui/Main_Majiang_atlas0_3.png and b/fk101/qyq_new_unity/Assets/ART/base/ui/Main_Majiang_atlas0_3.png differ
diff --git a/fk101/qyq_new_unity/Assets/ART/base/ui/Main_Majiang_fui.bytes b/fk101/qyq_new_unity/Assets/ART/base/ui/Main_Majiang_fui.bytes
index b45fca6c..f2fbea75 100644
Binary files a/fk101/qyq_new_unity/Assets/ART/base/ui/Main_Majiang_fui.bytes and b/fk101/qyq_new_unity/Assets/ART/base/ui/Main_Majiang_fui.bytes differ
diff --git a/fk101/qyq_new_unity/Assets/ART/extend/zipai/weimaque/ui/Extend_Poker_WeiMaQue_atlas0.png b/fk101/qyq_new_unity/Assets/ART/extend/zipai/weimaque/ui/Extend_Poker_WeiMaQue_atlas0.png
index 78256ea4..ab4b6654 100644
Binary files a/fk101/qyq_new_unity/Assets/ART/extend/zipai/weimaque/ui/Extend_Poker_WeiMaQue_atlas0.png and b/fk101/qyq_new_unity/Assets/ART/extend/zipai/weimaque/ui/Extend_Poker_WeiMaQue_atlas0.png differ
diff --git a/fk101/qyq_new_unity/Assets/ART/extend/zipai/weimaque/ui/Extend_Poker_WeiMaQue_fui.bytes b/fk101/qyq_new_unity/Assets/ART/extend/zipai/weimaque/ui/Extend_Poker_WeiMaQue_fui.bytes
index 8d790170..3bd21833 100644
Binary files a/fk101/qyq_new_unity/Assets/ART/extend/zipai/weimaque/ui/Extend_Poker_WeiMaQue_fui.bytes and b/fk101/qyq_new_unity/Assets/ART/extend/zipai/weimaque/ui/Extend_Poker_WeiMaQue_fui.bytes differ
diff --git a/fk101/wb_new_ui/.objs/metas/3z9lj55v/jokmft.info b/fk101/wb_new_ui/.objs/metas/3z9lj55v/jokmft.info
index 7bb28257..d055db31 100644
--- a/fk101/wb_new_ui/.objs/metas/3z9lj55v/jokmft.info
+++ b/fk101/wb_new_ui/.objs/metas/3z9lj55v/jokmft.info
@@ -1,22 +1,13 @@
{
"objectStatus": {
- "n79_uwvl": {
- "collapsed": true
+ "n40_ona1": {
+ "hidden": true
},
"n36_piv9": {
"hidden": true
},
"n22_xtwh": {
"hidden": true
- },
- "n40_ona1": {
- "hidden": true
- },
- "n29_10imx": {
- "collapsed": true
- },
- "n52_ona1": {
- "collapsed": true
}
}
}
\ No newline at end of file
diff --git a/fk101/wb_new_ui/.objs/workspace.json b/fk101/wb_new_ui/.objs/workspace.json
index 2df9670b..4353208d 100644
--- a/fk101/wb_new_ui/.objs/workspace.json
+++ b/fk101/wb_new_ui/.objs/workspace.json
@@ -1,29 +1,58 @@
{
"libview.firstColumnWidth": 356,
+ "test.device": "Xiaomi 9",
"libview.iconScale": 0,
"doc.openedDocs": [
"ui://27vd145bhxjc7i4q",
"ui://kplym8mus9wxa",
"ui://fnuxqeflnrnod",
+ "ui://egnzysm7ffp36a",
+ "ui://27vd145bimywcd5",
+ "ui://egnzysm7ffp370",
+ "ui://v2hilfzbgq7mde",
+ "ui://ypulwxjhl9mn14",
+ "ui://yzaioi79aen81b0",
+ "ui://k15boclkl9mn14",
+ "ui://oubpz2r2ofil7k",
+ "ui://442j0uepygxga",
+ "ui://3n2top74kpmgkd",
+ "ui://9n9stu2eprgzee",
+ "ui://awernf6xbazq7n",
+ "ui://qpsoxvaiprgzee",
+ "ui://b8jloj2qg8ktcmb",
+ "ui://3op8sm5eu86s1f",
+ "ui://niy3ldiwl9mn14",
+ "ui://5cdldr01qaqf2c",
"ui://c7j2rnvqtpf02f",
"ui://y8prev1ms9wx7",
+ "ui://b50sd5s6s9wx7",
+ "ui://xul2z8cts9wx7",
+ "ui://visk5g30gq7m2c",
+ "ui://s63l0suw6cpqv",
+ "ui://425x67nrs9wx7",
+ "ui://kplym8mus9wx7",
"ui://3z9lj55vjokmft",
+ "ui://27vd145blwcl28",
+ "ui://m7iejg46mpllhuq",
+ "ui://3z9lj55vjokmet",
+ "ui://3z9lj55vjokm8z",
+ "ui://3z9lj55vjokmdt",
+ "ui://3z9lj55vjokmey",
"ui://4skil1l6piv91ny",
"ui://niy3ldiwl9mny",
"ui://niy3ldiwl9mn19",
"ui://9n9stu2eprgzei",
- "ui://9n9stu2eprgzef"
+ "ui://9n9stu2eprgzef",
+ "ui://27vd145bpgy941"
],
"auxline1": true,
"canvasColor": 10066329,
"auxline2": true,
- "doc.activeDoc": "ui://9n9stu2eprgzef",
+ "doc.activeDoc": "ui://27vd145blwcl28",
"libview.twoColumn": false,
- "libview.expandedNodes": [
- "27vd145b",
- "/"
- ],
+ "libview.expandedNodes": [],
"snapToGrid": true,
+ "test.orientation": "landscape",
"backgroundColor": 6710886,
"libview.currentGroup": "",
"gridSize": 30,
diff --git a/fk101/wb_new_ui/assets/Common/component/dismiss_room/dismiss_room.xml b/fk101/wb_new_ui/assets/Common/component/dismiss_room/dismiss_room.xml
index e95c10d3..c9caa17c 100644
--- a/fk101/wb_new_ui/assets/Common/component/dismiss_room/dismiss_room.xml
+++ b/fk101/wb_new_ui/assets/Common/component/dismiss_room/dismiss_room.xml
@@ -5,9 +5,9 @@
-
-
-
+
+
+
@@ -24,11 +24,11 @@
-
+
-
+
diff --git a/fk101/wb_new_ui/assets/Common/conMui/Group 521111.png b/fk101/wb_new_ui/assets/Common/conMui/Group 521111.png
new file mode 100644
index 00000000..d868631d
Binary files /dev/null and b/fk101/wb_new_ui/assets/Common/conMui/Group 521111.png differ
diff --git a/fk101/wb_new_ui/assets/Common/conMui/Group 522111.png b/fk101/wb_new_ui/assets/Common/conMui/Group 522111.png
new file mode 100644
index 00000000..db6114b4
Binary files /dev/null and b/fk101/wb_new_ui/assets/Common/conMui/Group 522111.png differ
diff --git a/fk101/wb_new_ui/assets/Common/package.xml b/fk101/wb_new_ui/assets/Common/package.xml
index 57e9d691..61889a62 100644
--- a/fk101/wb_new_ui/assets/Common/package.xml
+++ b/fk101/wb_new_ui/assets/Common/package.xml
@@ -1144,6 +1144,8 @@
+
+
diff --git a/fk101/wb_new_ui/assets/Extend_Poker_ChangdeWHZ/component/clearing/result_zipai_main.xml b/fk101/wb_new_ui/assets/Extend_Poker_ChangdeWHZ/component/clearing/result_zipai_main.xml
index a6fe7468..1a164e6d 100644
--- a/fk101/wb_new_ui/assets/Extend_Poker_ChangdeWHZ/component/clearing/result_zipai_main.xml
+++ b/fk101/wb_new_ui/assets/Extend_Poker_ChangdeWHZ/component/clearing/result_zipai_main.xml
@@ -26,22 +26,22 @@
-
+
-
+
-
+
-
+
-
+
-
+
@@ -65,7 +65,7 @@
-
+
diff --git a/fk101/wb_new_ui/assets/Main_Majiang/component/clearing/clearing.xml b/fk101/wb_new_ui/assets/Main_Majiang/component/clearing/clearing.xml
index 31e00c2d..2295f038 100644
--- a/fk101/wb_new_ui/assets/Main_Majiang/component/clearing/clearing.xml
+++ b/fk101/wb_new_ui/assets/Main_Majiang/component/clearing/clearing.xml
@@ -1,11 +1,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -13,71 +13,72 @@
+
-
+
-
-
-
+
+
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/fk101/wb_new_ui/assets/Main_Majiang/component/clearing/clearing2/result_main.xml b/fk101/wb_new_ui/assets/Main_Majiang/component/clearing/clearing2/result_main.xml
index 218557a1..3f5042b7 100644
--- a/fk101/wb_new_ui/assets/Main_Majiang/component/clearing/clearing2/result_main.xml
+++ b/fk101/wb_new_ui/assets/Main_Majiang/component/clearing/clearing2/result_main.xml
@@ -5,21 +5,19 @@
-
-
+
-
-
+
-
+
-
+
-
-
+
+
@@ -32,7 +30,7 @@
-
+
diff --git a/fk101/wb_new_ui/assets/Main_RunBeard/component/clearing/result_zipai_main.xml b/fk101/wb_new_ui/assets/Main_RunBeard/component/clearing/result_zipai_main.xml
index f226705b..4e6e67d0 100644
--- a/fk101/wb_new_ui/assets/Main_RunBeard/component/clearing/result_zipai_main.xml
+++ b/fk101/wb_new_ui/assets/Main_RunBeard/component/clearing/result_zipai_main.xml
@@ -24,22 +24,22 @@
-
+
-
+
-
+
-
+
-
+
-
+
@@ -63,7 +63,7 @@
-
+
diff --git a/fk101/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/result_zipai_main.xml b/fk101/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/result_zipai_main.xml
index 19caefae..8a4b58b4 100644
--- a/fk101/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/result_zipai_main.xml
+++ b/fk101/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/result_zipai_main.xml
@@ -24,22 +24,22 @@
-
+
-
+
-
+
-
+
-
+
-
+
@@ -63,7 +63,7 @@
-
+
diff --git a/fk101/wb_unity_pro/Assets/ART/base/chat/ui/Chat_atlas0.png b/fk101/wb_unity_pro/Assets/ART/base/chat/ui/Chat_atlas0.png
index d4c633b3..983ce9e1 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/chat/ui/Chat_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/base/chat/ui/Chat_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/chat/ui/Chat_fui.bytes b/fk101/wb_unity_pro/Assets/ART/base/chat/ui/Chat_fui.bytes
index 47dd4a58..2568abc5 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/chat/ui/Chat_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/base/chat/ui/Chat_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0.png b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0.png
index dbfcb6cb..8f9ded77 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_1.png b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_1.png
index 6a0c12dc..78d4bf37 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_1.png and b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_1.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_10.png b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_10.png
index 01175e5f..67a00344 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_10.png and b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_10.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_11.png b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_11.png
index 32d73088..d1b2930e 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_11.png and b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_11.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_12.png b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_12.png
index 43c5f1f7..9d18601f 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_12.png and b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_12.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_13.png b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_13.png
index 4ec99a00..8cde19b2 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_13.png and b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_13.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_14.png b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_14.png
index 6bad9546..be1fd31b 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_14.png and b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_14.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_15.png b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_15.png
index bbcb2262..2db87190 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_15.png and b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_15.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_2.png b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_2.png
index f453aeaf..97198f88 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_2.png and b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_2.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_3.png b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_3.png
index 08b0fa62..b3100204 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_3.png and b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_3.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_4.png b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_4.png
index b1670830..4fed1f22 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_4.png and b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_4.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_5.png b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_5.png
index fad1b51d..55b963fa 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_5.png and b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_5.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_6.png b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_6.png
index e0e94269..b56bda7e 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_6.png and b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_6.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_7.png b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_7.png
index fbb3fc71..31607d4b 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_7.png and b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_7.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_8.png b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_8.png
index d4642424..1a32dfaa 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_8.png and b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_8.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_9.png b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_9.png
index df3a6b64..437b5bb3 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_9.png and b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas0_9.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas1.png b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas1.png
index 8e570ef4..200edcce 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas1.png and b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_atlas1.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_fui.bytes b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_fui.bytes
index fd4ebb22..c1f06c74 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/base/common/ui/Common_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas0.png b/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas0.png
index 0df00cee..f7feee3d 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas0_1.png b/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas0_1.png
index 4d3b8d3f..f8b1a6a3 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas0_1.png and b/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas0_1.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_csp47cn9.png b/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_csp47cn9.png
index 60a91c10..818c28fd 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_csp47cn9.png and b/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_csp47cn9.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_ht5v7cnr.png b/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_ht5v7cnr.png
index ab1c1cdc..9f1b4d6c 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_ht5v7cnr.png and b/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_ht5v7cnr.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_j046clu.png b/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_j046clu.png
index 0bcc686f..37d6bdfe 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_j046clu.png and b/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_j046clu.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_ker3j4.png b/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_ker3j4.png
index 4fe06696..ff0ebcb5 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_ker3j4.png and b/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_ker3j4.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_xyf8bm.png b/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_xyf8bm.png
index 81ec16ec..618a6939 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_xyf8bm.png and b/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_atlas_xyf8bm.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_fui.bytes b/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_fui.bytes
index 8ebe1c5a..db7bdd73 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/base/lobby/ui/Lobby_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/login/ui/Login_atlas0.png b/fk101/wb_unity_pro/Assets/ART/base/login/ui/Login_atlas0.png
index 573b9c6b..4cb434b1 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/login/ui/Login_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/base/login/ui/Login_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/login/ui/Login_fui.bytes b/fk101/wb_unity_pro/Assets/ART/base/login/ui/Login_fui.bytes
index 2415415d..5b2db200 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/login/ui/Login_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/base/login/ui/Login_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas0.png b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas0.png
index c1ecceab..75d46b55 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas0_1.png b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas0_1.png
index 2867deab..1e5ed686 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas0_1.png and b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas0_1.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas0_2.png b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas0_2.png
index f46486f6..7a25e3f6 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas0_2.png and b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas0_2.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas0_3.png b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas0_3.png
index 66cb5535..6b918d19 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas0_3.png and b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas0_3.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas0_4.png b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas0_4.png
index 48ce2a1d..ad63ba64 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas0_4.png and b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas0_4.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_jokmme.png b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_jokmme.png
index 623db0af..b621183c 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_jokmme.png and b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_jokmme.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_jokmmf.png b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_jokmmf.png
index cfcb1c14..3a6ebf6a 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_jokmmf.png and b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_jokmmf.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_jokmmg.png b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_jokmmg.png
index 36f84a0d..ef973e52 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_jokmmg.png and b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_jokmmg.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_ld1zx1.png b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_ld1zx1.png
index 581ec245..9b697b01 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_ld1zx1.png and b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_ld1zx1.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_ld1zx2.png b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_ld1zx2.png
index 581ec245..9b697b01 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_ld1zx2.png and b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_ld1zx2.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_ld1zx6.png b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_ld1zx6.png
index 8a910384..a1f443dc 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_ld1zx6.png and b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_ld1zx6.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_ld1zx7.png b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_ld1zx7.png
index 081d3028..32bf17b2 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_ld1zx7.png and b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_atlas_ld1zx7.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_fui.bytes b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_fui.bytes
index c6724858..08698ec7 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/base/main_majiang/ui/Main_Majiang_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_pokemajiang/ui/Main_PokeMaJiang_atlas0.png b/fk101/wb_unity_pro/Assets/ART/base/main_pokemajiang/ui/Main_PokeMaJiang_atlas0.png
index e2c444c8..98949676 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_pokemajiang/ui/Main_PokeMaJiang_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/base/main_pokemajiang/ui/Main_PokeMaJiang_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_pokemajiang/ui/Main_PokeMaJiang_atlas0_1.png b/fk101/wb_unity_pro/Assets/ART/base/main_pokemajiang/ui/Main_PokeMaJiang_atlas0_1.png
index 1686d73d..65b7de3a 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_pokemajiang/ui/Main_PokeMaJiang_atlas0_1.png and b/fk101/wb_unity_pro/Assets/ART/base/main_pokemajiang/ui/Main_PokeMaJiang_atlas0_1.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_pokemajiang/ui/Main_PokeMaJiang_atlas0_2.png b/fk101/wb_unity_pro/Assets/ART/base/main_pokemajiang/ui/Main_PokeMaJiang_atlas0_2.png
index 9f48a47f..38101e21 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_pokemajiang/ui/Main_PokeMaJiang_atlas0_2.png and b/fk101/wb_unity_pro/Assets/ART/base/main_pokemajiang/ui/Main_PokeMaJiang_atlas0_2.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_pokemajiang/ui/Main_PokeMaJiang_atlas0_3.png b/fk101/wb_unity_pro/Assets/ART/base/main_pokemajiang/ui/Main_PokeMaJiang_atlas0_3.png
index 929dc38e..dcf05514 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_pokemajiang/ui/Main_PokeMaJiang_atlas0_3.png and b/fk101/wb_unity_pro/Assets/ART/base/main_pokemajiang/ui/Main_PokeMaJiang_atlas0_3.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_pokemajiang/ui/Main_PokeMaJiang_atlas0_4.png b/fk101/wb_unity_pro/Assets/ART/base/main_pokemajiang/ui/Main_PokeMaJiang_atlas0_4.png
index 47be78bd..ab6bce2a 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_pokemajiang/ui/Main_PokeMaJiang_atlas0_4.png and b/fk101/wb_unity_pro/Assets/ART/base/main_pokemajiang/ui/Main_PokeMaJiang_atlas0_4.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_pokemajiang/ui/Main_PokeMaJiang_fui.bytes b/fk101/wb_unity_pro/Assets/ART/base/main_pokemajiang/ui/Main_PokeMaJiang_fui.bytes
index 68838bb5..b4d105fe 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_pokemajiang/ui/Main_PokeMaJiang_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/base/main_pokemajiang/ui/Main_PokeMaJiang_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_poker/ui/Main_Poker_atlas0.png b/fk101/wb_unity_pro/Assets/ART/base/main_poker/ui/Main_Poker_atlas0.png
index e45c1064..938cffef 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_poker/ui/Main_Poker_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/base/main_poker/ui/Main_Poker_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_poker/ui/Main_Poker_fui.bytes b/fk101/wb_unity_pro/Assets/ART/base/main_poker/ui/Main_Poker_fui.bytes
index 0c242f38..0c88fafe 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_poker/ui/Main_Poker_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/base/main_poker/ui/Main_Poker_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas0.png b/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas0.png
index 784bc1c9..511ba3e3 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas0_1.png b/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas0_1.png
index 81897a0d..2d954446 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas0_1.png and b/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas0_1.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas0_2.png b/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas0_2.png
index 928619ea..1a0fd25d 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas0_2.png and b/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas0_2.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas0_3.png b/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas0_3.png
index 202b0e16..2b50dfc5 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas0_3.png and b/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas0_3.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas0_4.png b/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas0_4.png
index f398fbc2..b18649ab 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas0_4.png and b/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas0_4.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas_qaqftf.png b/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas_qaqftf.png
index 623db0af..b621183c 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas_qaqftf.png and b/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas_qaqftf.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas_qaqftg.png b/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas_qaqftg.png
index cfcb1c14..3a6ebf6a 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas_qaqftg.png and b/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas_qaqftg.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas_qaqfth.png b/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas_qaqfth.png
index 36f84a0d..ef973e52 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas_qaqfth.png and b/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_atlas_qaqfth.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_fui.bytes b/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_fui.bytes
index aaa0b158..68970522 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/base/main_zipai/ui/Main_RunBeard_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/main_zipaimajiang/ui/Main_RunBeardMaJiang_fui.bytes b/fk101/wb_unity_pro/Assets/ART/base/main_zipaimajiang/ui/Main_RunBeardMaJiang_fui.bytes
index 5957cb58..013005f7 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/main_zipaimajiang/ui/Main_RunBeardMaJiang_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/base/main_zipaimajiang/ui/Main_RunBeardMaJiang_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/FGAssist_atlas0.png b/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/FGAssist_atlas0.png
index 1d98cc68..868484d6 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/FGAssist_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/FGAssist_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/FGAssist_fui.bytes b/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/FGAssist_fui.bytes
index 4f1548ef..6716307b 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/FGAssist_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/FGAssist_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0.png b/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0.png
index d2f73a69..6ead507e 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_1.png b/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_1.png
index 730b36c4..d254c461 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_1.png and b/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_1.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_2.png b/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_2.png
index 09359e35..4da89f50 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_2.png and b/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas0_2.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas1.png b/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas1.png
index 39354ea6..460be2bc 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas1.png and b/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas1.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas2.png b/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas2.png
index 2bbe06cd..56448aeb 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas2.png and b/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas2.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_a6k77i7r.png b/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_a6k77i7r.png
index aefe150b..5de487a1 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_a6k77i7r.png and b/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_a6k77i7r.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_csp47i44.png b/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_csp47i44.png
index ae28c7db..dd071427 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_csp47i44.png and b/fk101/wb_unity_pro/Assets/ART/base/newgroup/ui/NewGroup_atlas_csp47i44.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/rank/ui/Rank_atlas0.png b/fk101/wb_unity_pro/Assets/ART/base/rank/ui/Rank_atlas0.png
index 9d9dcb76..dec87932 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/rank/ui/Rank_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/base/rank/ui/Rank_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/base/rank/ui/Rank_fui.bytes b/fk101/wb_unity_pro/Assets/ART/base/rank/ui/Rank_fui.bytes
index c4b836e7..0525254b 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/base/rank/ui/Rank_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/base/rank/ui/Rank_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/100zhang/ui/Extend_MJ_100Zhang_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/majiang/100zhang/ui/Extend_MJ_100Zhang_atlas0.png
index 3abfd789..20e22a3d 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/100zhang/ui/Extend_MJ_100Zhang_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/100zhang/ui/Extend_MJ_100Zhang_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/100zhang/ui/Extend_MJ_100Zhang_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/majiang/100zhang/ui/Extend_MJ_100Zhang_fui.bytes
index e60cbdd1..48996a99 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/100zhang/ui/Extend_MJ_100Zhang_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/100zhang/ui/Extend_MJ_100Zhang_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/100zhang/ui/Info_MJ_100Zhang_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/majiang/100zhang/ui/Info_MJ_100Zhang_atlas0.png
index 7de56e19..b96d46e8 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/100zhang/ui/Info_MJ_100Zhang_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/100zhang/ui/Info_MJ_100Zhang_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/100zhang/ui/Info_MJ_100Zhang_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/majiang/100zhang/ui/Info_MJ_100Zhang_fui.bytes
index 2c39f135..80502a96 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/100zhang/ui/Info_MJ_100Zhang_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/100zhang/ui/Info_MJ_100Zhang_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/changsha/ui/Extend_MJ_ChangSha_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/majiang/changsha/ui/Extend_MJ_ChangSha_atlas0.png
index b9f48901..24c6f18c 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/changsha/ui/Extend_MJ_ChangSha_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/changsha/ui/Extend_MJ_ChangSha_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/changsha/ui/Extend_MJ_ChangSha_atlas0_1.png b/fk101/wb_unity_pro/Assets/ART/extend/majiang/changsha/ui/Extend_MJ_ChangSha_atlas0_1.png
index f98dbca3..febe323b 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/changsha/ui/Extend_MJ_ChangSha_atlas0_1.png and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/changsha/ui/Extend_MJ_ChangSha_atlas0_1.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/changsha/ui/Extend_MJ_ChangSha_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/majiang/changsha/ui/Extend_MJ_ChangSha_fui.bytes
index 558b1590..ea28d787 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/changsha/ui/Extend_MJ_ChangSha_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/changsha/ui/Extend_MJ_ChangSha_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/changsha/ui/Info_MJ_ChangSha_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/majiang/changsha/ui/Info_MJ_ChangSha_atlas0.png
index 3266b610..9e6c82e5 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/changsha/ui/Info_MJ_ChangSha_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/changsha/ui/Info_MJ_ChangSha_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/changsha/ui/Info_MJ_ChangSha_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/majiang/changsha/ui/Info_MJ_ChangSha_fui.bytes
index 6c0c519d..3987b434 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/changsha/ui/Info_MJ_ChangSha_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/changsha/ui/Info_MJ_ChangSha_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaoshan/ui/Extend_MJ_ChaoShan_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaoshan/ui/Extend_MJ_ChaoShan_atlas0.png
index 3abfd789..20e22a3d 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaoshan/ui/Extend_MJ_ChaoShan_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaoshan/ui/Extend_MJ_ChaoShan_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaoshan/ui/Extend_MJ_ChaoShan_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaoshan/ui/Extend_MJ_ChaoShan_fui.bytes
index e0dab6d8..f4b3d3d7 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaoshan/ui/Extend_MJ_ChaoShan_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaoshan/ui/Extend_MJ_ChaoShan_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaoshan/ui/Info_MJ_ChaoShan_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaoshan/ui/Info_MJ_ChaoShan_atlas0.png
index 7de56e19..b96d46e8 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaoshan/ui/Info_MJ_ChaoShan_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaoshan/ui/Info_MJ_ChaoShan_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaoshan/ui/Info_MJ_ChaoShan_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaoshan/ui/Info_MJ_ChaoShan_fui.bytes
index 3f5c5b6c..001af124 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaoshan/ui/Info_MJ_ChaoShan_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaoshan/ui/Info_MJ_ChaoShan_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhou/ui/Extend_MJ_ChaoZhou_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhou/ui/Extend_MJ_ChaoZhou_atlas0.png
index 3abfd789..20e22a3d 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhou/ui/Extend_MJ_ChaoZhou_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhou/ui/Extend_MJ_ChaoZhou_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhou/ui/Extend_MJ_ChaoZhou_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhou/ui/Extend_MJ_ChaoZhou_fui.bytes
index 4b45c1a8..39a108b6 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhou/ui/Extend_MJ_ChaoZhou_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhou/ui/Extend_MJ_ChaoZhou_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhou/ui/Info_MJ_ChaoZhou_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhou/ui/Info_MJ_ChaoZhou_atlas0.png
index 7de56e19..b96d46e8 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhou/ui/Info_MJ_ChaoZhou_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhou/ui/Info_MJ_ChaoZhou_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhou/ui/Info_MJ_ChaoZhou_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhou/ui/Info_MJ_ChaoZhou_fui.bytes
index 8d8d4bb2..b500f2d1 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhou/ui/Info_MJ_ChaoZhou_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhou/ui/Info_MJ_ChaoZhou_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhougui/ui/Extend_MJ_ChaoZhouGui_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhougui/ui/Extend_MJ_ChaoZhouGui_atlas0.png
index 3abfd789..20e22a3d 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhougui/ui/Extend_MJ_ChaoZhouGui_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhougui/ui/Extend_MJ_ChaoZhouGui_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhougui/ui/Extend_MJ_ChaoZhouGui_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhougui/ui/Extend_MJ_ChaoZhouGui_fui.bytes
index 96b27fef..90f07ed2 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhougui/ui/Extend_MJ_ChaoZhouGui_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhougui/ui/Extend_MJ_ChaoZhouGui_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhougui/ui/Info_MJ_ChaoZhouGui_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhougui/ui/Info_MJ_ChaoZhouGui_atlas0.png
index 7de56e19..b96d46e8 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhougui/ui/Info_MJ_ChaoZhouGui_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhougui/ui/Info_MJ_ChaoZhouGui_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhougui/ui/Info_MJ_ChaoZhouGui_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhougui/ui/Info_MJ_ChaoZhouGui_fui.bytes
index 5e04b392..eeaf759e 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhougui/ui/Info_MJ_ChaoZhouGui_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/chaozhougui/ui/Info_MJ_ChaoZhouGui_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/gejiu/ui/Extend_MJ_GeJiu_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/majiang/gejiu/ui/Extend_MJ_GeJiu_atlas0.png
index dd8455fc..012efe0e 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/gejiu/ui/Extend_MJ_GeJiu_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/gejiu/ui/Extend_MJ_GeJiu_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/gejiu/ui/Extend_MJ_GeJiu_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/majiang/gejiu/ui/Extend_MJ_GeJiu_fui.bytes
index aa030a3f..6aa87610 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/gejiu/ui/Extend_MJ_GeJiu_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/gejiu/ui/Extend_MJ_GeJiu_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/gejiu/ui/Info_MJ_GeJiu_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/majiang/gejiu/ui/Info_MJ_GeJiu_atlas0.png
index d214efa5..9ef147e3 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/gejiu/ui/Info_MJ_GeJiu_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/gejiu/ui/Info_MJ_GeJiu_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/gejiu/ui/Info_MJ_GeJiu_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/majiang/gejiu/ui/Info_MJ_GeJiu_fui.bytes
index e970ec22..8096e501 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/gejiu/ui/Info_MJ_GeJiu_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/gejiu/ui/Info_MJ_GeJiu_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/hongzhong/ui/Extend_MJ_HongZhong_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/majiang/hongzhong/ui/Extend_MJ_HongZhong_atlas0.png
index 8cffd461..c1550812 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/hongzhong/ui/Extend_MJ_HongZhong_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/hongzhong/ui/Extend_MJ_HongZhong_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/hongzhong/ui/Extend_MJ_HongZhong_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/majiang/hongzhong/ui/Extend_MJ_HongZhong_fui.bytes
index 98291493..9ef5e970 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/hongzhong/ui/Extend_MJ_HongZhong_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/hongzhong/ui/Extend_MJ_HongZhong_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/hongzhong/ui/Info_MJ_HongZhong_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/majiang/hongzhong/ui/Info_MJ_HongZhong_atlas0.png
index 46fe5514..ada7771d 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/hongzhong/ui/Info_MJ_HongZhong_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/hongzhong/ui/Info_MJ_HongZhong_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/hongzhong/ui/Info_MJ_HongZhong_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/majiang/hongzhong/ui/Info_MJ_HongZhong_fui.bytes
index 7a76b95a..4ed82884 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/hongzhong/ui/Info_MJ_HongZhong_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/hongzhong/ui/Info_MJ_HongZhong_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/qizhiba/ui/Extend_MJ_QiZhiBa_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/majiang/qizhiba/ui/Extend_MJ_QiZhiBa_atlas0.png
index 03a28d36..ba56e044 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/qizhiba/ui/Extend_MJ_QiZhiBa_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/qizhiba/ui/Extend_MJ_QiZhiBa_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/qizhiba/ui/Extend_MJ_QiZhiBa_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/majiang/qizhiba/ui/Extend_MJ_QiZhiBa_fui.bytes
index b4d75aae..6d81d195 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/qizhiba/ui/Extend_MJ_QiZhiBa_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/qizhiba/ui/Extend_MJ_QiZhiBa_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/qizhiba/ui/Info_MJ_QiZhiBa_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/majiang/qizhiba/ui/Info_MJ_QiZhiBa_atlas0.png
index 7de56e19..b96d46e8 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/qizhiba/ui/Info_MJ_QiZhiBa_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/qizhiba/ui/Info_MJ_QiZhiBa_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/qizhiba/ui/Info_MJ_QiZhiBa_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/majiang/qizhiba/ui/Info_MJ_QiZhiBa_fui.bytes
index aff2ad72..3b0660f1 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/qizhiba/ui/Info_MJ_QiZhiBa_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/qizhiba/ui/Info_MJ_QiZhiBa_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/tuidaohu/ui/Extend_MJ_TuiDaoHu_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/majiang/tuidaohu/ui/Extend_MJ_TuiDaoHu_atlas0.png
index 1c5d0c2b..c5cf368a 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/tuidaohu/ui/Extend_MJ_TuiDaoHu_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/tuidaohu/ui/Extend_MJ_TuiDaoHu_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/tuidaohu/ui/Extend_MJ_TuiDaoHu_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/majiang/tuidaohu/ui/Extend_MJ_TuiDaoHu_fui.bytes
index 6bd95f39..50882f54 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/tuidaohu/ui/Extend_MJ_TuiDaoHu_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/tuidaohu/ui/Extend_MJ_TuiDaoHu_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/tuidaohu/ui/Info_MJ_TuiDaoHu_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/majiang/tuidaohu/ui/Info_MJ_TuiDaoHu_atlas0.png
index 7de56e19..b96d46e8 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/tuidaohu/ui/Info_MJ_TuiDaoHu_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/tuidaohu/ui/Info_MJ_TuiDaoHu_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/tuidaohu/ui/Info_MJ_TuiDaoHu_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/majiang/tuidaohu/ui/Info_MJ_TuiDaoHu_fui.bytes
index 6efe34b9..f16ae29c 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/tuidaohu/ui/Info_MJ_TuiDaoHu_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/tuidaohu/ui/Info_MJ_TuiDaoHu_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/zhuanzhuan/ui/Extend_MJ_ZhuanZhuan_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/majiang/zhuanzhuan/ui/Extend_MJ_ZhuanZhuan_atlas0.png
index 2fd8e35d..8df11907 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/zhuanzhuan/ui/Extend_MJ_ZhuanZhuan_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/zhuanzhuan/ui/Extend_MJ_ZhuanZhuan_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/zhuanzhuan/ui/Extend_MJ_ZhuanZhuan_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/majiang/zhuanzhuan/ui/Extend_MJ_ZhuanZhuan_fui.bytes
index 5488bf6f..254fd5f6 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/zhuanzhuan/ui/Extend_MJ_ZhuanZhuan_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/zhuanzhuan/ui/Extend_MJ_ZhuanZhuan_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/zhuanzhuan/ui/Info_MJ_ZhuanZhuan_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/majiang/zhuanzhuan/ui/Info_MJ_ZhuanZhuan_atlas0.png
index 46fe5514..ada7771d 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/zhuanzhuan/ui/Info_MJ_ZhuanZhuan_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/zhuanzhuan/ui/Info_MJ_ZhuanZhuan_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/majiang/zhuanzhuan/ui/Info_MJ_ZhuanZhuan_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/majiang/zhuanzhuan/ui/Info_MJ_ZhuanZhuan_fui.bytes
index 5bb2da82..92141b86 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/majiang/zhuanzhuan/ui/Info_MJ_ZhuanZhuan_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/majiang/zhuanzhuan/ui/Info_MJ_ZhuanZhuan_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/chuntian/ui/Extend_Poker_ChunTian_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/chuntian/ui/Extend_Poker_ChunTian_atlas0.png
index f562259a..3a77f500 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/chuntian/ui/Extend_Poker_ChunTian_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/chuntian/ui/Extend_Poker_ChunTian_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/chuntian/ui/Extend_Poker_ChunTian_atlas0_1.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/chuntian/ui/Extend_Poker_ChunTian_atlas0_1.png
index 5f7df2f1..b21e3da1 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/chuntian/ui/Extend_Poker_ChunTian_atlas0_1.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/chuntian/ui/Extend_Poker_ChunTian_atlas0_1.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/chuntian/ui/Extend_Poker_ChunTian_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/poker/chuntian/ui/Extend_Poker_ChunTian_fui.bytes
index 06335aa2..38dd68b7 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/chuntian/ui/Extend_Poker_ChunTian_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/poker/chuntian/ui/Extend_Poker_ChunTian_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/chuntian/ui/Info_Poker_ChunTian_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/chuntian/ui/Info_Poker_ChunTian_atlas0.png
index ccd5f3c0..cb321ea2 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/chuntian/ui/Info_Poker_ChunTian_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/chuntian/ui/Info_Poker_ChunTian_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/chuntian/ui/Info_Poker_ChunTian_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/poker/chuntian/ui/Info_Poker_ChunTian_fui.bytes
index ac537886..ecf76610 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/chuntian/ui/Info_Poker_ChunTian_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/poker/chuntian/ui/Info_Poker_ChunTian_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/mushi/ui/Extend_Poker_MuShi_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/mushi/ui/Extend_Poker_MuShi_atlas0.png
index 43c93ce3..cc43a752 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/mushi/ui/Extend_Poker_MuShi_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/mushi/ui/Extend_Poker_MuShi_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/mushi/ui/Extend_Poker_MuShi_atlas0_1.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/mushi/ui/Extend_Poker_MuShi_atlas0_1.png
index bb646782..f616dc40 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/mushi/ui/Extend_Poker_MuShi_atlas0_1.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/mushi/ui/Extend_Poker_MuShi_atlas0_1.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/mushi/ui/Extend_Poker_MuShi_atlas0_2.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/mushi/ui/Extend_Poker_MuShi_atlas0_2.png
index 265e5b09..409a5fdb 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/mushi/ui/Extend_Poker_MuShi_atlas0_2.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/mushi/ui/Extend_Poker_MuShi_atlas0_2.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/mushi/ui/Extend_Poker_MuShi_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/poker/mushi/ui/Extend_Poker_MuShi_fui.bytes
index e5dd55fc..ab85e87a 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/mushi/ui/Extend_Poker_MuShi_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/poker/mushi/ui/Extend_Poker_MuShi_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas0.png
index 2a1eb9a7..8bde7674 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas0_1.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas0_1.png
index 2da86220..2a9134d5 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas0_1.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas0_1.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas0_2.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas0_2.png
index 274559fd..fda6dabb 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas0_2.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas0_2.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas0_3.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas0_3.png
index 5ce56972..73c61e2f 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas0_3.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas0_3.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas0_4.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas0_4.png
index 2d1c0f95..ad9b40a5 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas0_4.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas0_4.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas10.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas10.png
index 515e8db0..3da0d326 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas10.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas10.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas_kpmgn1.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas_kpmgn1.png
index f325dece..679c65b3 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas_kpmgn1.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas_kpmgn1.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas_kpmgox.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas_kpmgox.png
index 36bd0315..4a3fc482 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas_kpmgox.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas_kpmgox.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas_kpmgoy.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas_kpmgoy.png
index 563dd660..f3c82aab 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas_kpmgoy.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas_kpmgoy.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas_kpmgp0.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas_kpmgp0.png
index 4f04f8d6..b3a24470 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas_kpmgp0.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas_kpmgp0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas_r05esr.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas_r05esr.png
index a6a71905..d72fbda2 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas_r05esr.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas_r05esr.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas_r05ess.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas_r05ess.png
index 37d98c97..4ccab49d 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas_r05ess.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_atlas_r05ess.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_fui.bytes
index babee888..33b71a6f 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Extend_Poker_RunFastNew_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Info_Poker_RunFastNew_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Info_Poker_RunFastNew_atlas0.png
index eeb6ae6d..6b7a52bf 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Info_Poker_RunFastNew_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Info_Poker_RunFastNew_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Info_Poker_RunFastNew_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Info_Poker_RunFastNew_fui.bytes
index d7f593ba..84364725 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Info_Poker_RunFastNew_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/poker/runfast/ui/Info_Poker_RunFastNew_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/sanqianfen/ui/Extend_Poker_SanQianFen_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/sanqianfen/ui/Extend_Poker_SanQianFen_atlas0.png
index f96ce08f..b6fe1ed4 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/sanqianfen/ui/Extend_Poker_SanQianFen_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/sanqianfen/ui/Extend_Poker_SanQianFen_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/sanqianfen/ui/Extend_Poker_SanQianFen_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/poker/sanqianfen/ui/Extend_Poker_SanQianFen_fui.bytes
index 4eaf919c..b41ec924 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/sanqianfen/ui/Extend_Poker_SanQianFen_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/poker/sanqianfen/ui/Extend_Poker_SanQianFen_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/sanqianfen/ui/Info_Poker_SanQianFen_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/sanqianfen/ui/Info_Poker_SanQianFen_atlas0.png
index d0f9d4a2..943d5c56 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/sanqianfen/ui/Info_Poker_SanQianFen_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/sanqianfen/ui/Info_Poker_SanQianFen_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/sanqianfen/ui/Info_Poker_SanQianFen_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/poker/sanqianfen/ui/Info_Poker_SanQianFen_fui.bytes
index 11f12648..69bf9887 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/sanqianfen/ui/Info_Poker_SanQianFen_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/poker/sanqianfen/ui/Info_Poker_SanQianFen_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/shengsidu/ui/Extend_Poker_ShengSiDu_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/shengsidu/ui/Extend_Poker_ShengSiDu_atlas0.png
index 74e7b079..5298f240 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/shengsidu/ui/Extend_Poker_ShengSiDu_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/shengsidu/ui/Extend_Poker_ShengSiDu_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/shengsidu/ui/Extend_Poker_ShengSiDu_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/poker/shengsidu/ui/Extend_Poker_ShengSiDu_fui.bytes
index 0ce90ebe..64d31dda 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/shengsidu/ui/Extend_Poker_ShengSiDu_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/poker/shengsidu/ui/Extend_Poker_ShengSiDu_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/shengsidu/ui/Info_Poker_ShengSiDu_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/shengsidu/ui/Info_Poker_ShengSiDu_atlas0.png
index 9580f73a..7d49404e 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/shengsidu/ui/Info_Poker_ShengSiDu_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/shengsidu/ui/Info_Poker_ShengSiDu_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/shengsidu/ui/Info_Poker_ShengSiDu_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/poker/shengsidu/ui/Info_Poker_ShengSiDu_fui.bytes
index 3aa5559b..413d0314 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/shengsidu/ui/Info_Poker_ShengSiDu_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/poker/shengsidu/ui/Info_Poker_ShengSiDu_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/twodoudizhu/ui/Extend_Poker_TwoDouDiZhu_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/twodoudizhu/ui/Extend_Poker_TwoDouDiZhu_atlas0.png
index bf6d06be..31ca9223 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/twodoudizhu/ui/Extend_Poker_TwoDouDiZhu_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/twodoudizhu/ui/Extend_Poker_TwoDouDiZhu_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/twodoudizhu/ui/Extend_Poker_TwoDouDiZhu_atlas0_1.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/twodoudizhu/ui/Extend_Poker_TwoDouDiZhu_atlas0_1.png
index 8fe6123f..04271c01 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/twodoudizhu/ui/Extend_Poker_TwoDouDiZhu_atlas0_1.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/twodoudizhu/ui/Extend_Poker_TwoDouDiZhu_atlas0_1.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/twodoudizhu/ui/Extend_Poker_TwoDouDiZhu_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/poker/twodoudizhu/ui/Extend_Poker_TwoDouDiZhu_fui.bytes
index bbfa0cf3..317d3b36 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/twodoudizhu/ui/Extend_Poker_TwoDouDiZhu_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/poker/twodoudizhu/ui/Extend_Poker_TwoDouDiZhu_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/twodoudizhu/ui/Info_Poker_TwoDouDiZhu_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/poker/twodoudizhu/ui/Info_Poker_TwoDouDiZhu_atlas0.png
index 7de56e19..b96d46e8 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/twodoudizhu/ui/Info_Poker_TwoDouDiZhu_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/poker/twodoudizhu/ui/Info_Poker_TwoDouDiZhu_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/poker/twodoudizhu/ui/Info_Poker_TwoDouDiZhu_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/poker/twodoudizhu/ui/Info_Poker_TwoDouDiZhu_fui.bytes
index 2fa7568d..332a0096 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/poker/twodoudizhu/ui/Info_Poker_TwoDouDiZhu_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/poker/twodoudizhu/ui/Info_Poker_TwoDouDiZhu_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Extend_Poker_ChangdeWHZ_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Extend_Poker_ChangdeWHZ_atlas0.png
index dbf5eb45..3b095fe5 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Extend_Poker_ChangdeWHZ_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Extend_Poker_ChangdeWHZ_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Extend_Poker_ChangdeWHZ_atlas0_1.png b/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Extend_Poker_ChangdeWHZ_atlas0_1.png
index 6849ec11..b83981e3 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Extend_Poker_ChangdeWHZ_atlas0_1.png and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Extend_Poker_ChangdeWHZ_atlas0_1.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Extend_Poker_ChangdeWHZ_atlas_pgl7de.png b/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Extend_Poker_ChangdeWHZ_atlas_pgl7de.png
index 081d3028..32bf17b2 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Extend_Poker_ChangdeWHZ_atlas_pgl7de.png and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Extend_Poker_ChangdeWHZ_atlas_pgl7de.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Extend_Poker_ChangdeWHZ_atlas_pgl7df.png b/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Extend_Poker_ChangdeWHZ_atlas_pgl7df.png
index 95a9782a..3f35983e 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Extend_Poker_ChangdeWHZ_atlas_pgl7df.png and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Extend_Poker_ChangdeWHZ_atlas_pgl7df.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Extend_Poker_ChangdeWHZ_atlas_pgl7dj.png b/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Extend_Poker_ChangdeWHZ_atlas_pgl7dj.png
index 3bac7baf..7e012faf 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Extend_Poker_ChangdeWHZ_atlas_pgl7dj.png and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Extend_Poker_ChangdeWHZ_atlas_pgl7dj.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Extend_Poker_ChangdeWHZ_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Extend_Poker_ChangdeWHZ_fui.bytes
index 4cd9f410..32b733aa 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Extend_Poker_ChangdeWHZ_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Extend_Poker_ChangdeWHZ_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Info_Poker_ChangdeWHZ_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Info_Poker_ChangdeWHZ_atlas0.png
index 542e7245..e34c1ce3 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Info_Poker_ChangdeWHZ_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Info_Poker_ChangdeWHZ_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Info_Poker_ChangdeWHZ_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Info_Poker_ChangdeWHZ_fui.bytes
index 8ba9b612..281fa78d 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Info_Poker_ChangdeWHZ_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/changdepaohuzi/ui/Info_Poker_ChangdeWHZ_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/fulushou/ui/Info_Poker_FuLuShou_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/zipai/fulushou/ui/Info_Poker_FuLuShou_atlas0.png
index 54964941..f9a0d2b3 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/fulushou/ui/Info_Poker_FuLuShou_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/fulushou/ui/Info_Poker_FuLuShou_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/fulushou/ui/Info_Poker_FuLuShou_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/zipai/fulushou/ui/Info_Poker_FuLuShou_fui.bytes
index c5ea176d..d00d1990 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/fulushou/ui/Info_Poker_FuLuShou_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/fulushou/ui/Info_Poker_FuLuShou_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/hsrunbeard/ui/Extend_Poker_HSRunBeard_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/zipai/hsrunbeard/ui/Extend_Poker_HSRunBeard_atlas0.png
index c338f86b..b282e199 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/hsrunbeard/ui/Extend_Poker_HSRunBeard_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/hsrunbeard/ui/Extend_Poker_HSRunBeard_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/hsrunbeard/ui/Extend_Poker_HSRunBeard_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/zipai/hsrunbeard/ui/Extend_Poker_HSRunBeard_fui.bytes
index 8365aa1b..56157edf 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/hsrunbeard/ui/Extend_Poker_HSRunBeard_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/hsrunbeard/ui/Extend_Poker_HSRunBeard_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/hsrunbeard/ui/Info_Poker_HSRunBeard_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/zipai/hsrunbeard/ui/Info_Poker_HSRunBeard_atlas0.png
index 0bd8ec7b..c8c5e9aa 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/hsrunbeard/ui/Info_Poker_HSRunBeard_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/hsrunbeard/ui/Info_Poker_HSRunBeard_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/hsrunbeard/ui/Info_Poker_HSRunBeard_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/zipai/hsrunbeard/ui/Info_Poker_HSRunBeard_fui.bytes
index 26b895c6..5737fc2e 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/hsrunbeard/ui/Info_Poker_HSRunBeard_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/hsrunbeard/ui/Info_Poker_HSRunBeard_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Extend_Poker_RunBeard_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Extend_Poker_RunBeard_atlas0.png
index 5b8c829b..22a37005 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Extend_Poker_RunBeard_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Extend_Poker_RunBeard_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Extend_Poker_RunBeard_atlas0_1.png b/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Extend_Poker_RunBeard_atlas0_1.png
index 57e9286a..d4912cc3 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Extend_Poker_RunBeard_atlas0_1.png and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Extend_Poker_RunBeard_atlas0_1.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Extend_Poker_RunBeard_atlas_iu2zc2.png b/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Extend_Poker_RunBeard_atlas_iu2zc2.png
index 95a9782a..3f35983e 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Extend_Poker_RunBeard_atlas_iu2zc2.png and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Extend_Poker_RunBeard_atlas_iu2zc2.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Extend_Poker_RunBeard_atlas_iu2zc3.png b/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Extend_Poker_RunBeard_atlas_iu2zc3.png
index 081d3028..32bf17b2 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Extend_Poker_RunBeard_atlas_iu2zc3.png and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Extend_Poker_RunBeard_atlas_iu2zc3.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Extend_Poker_RunBeard_atlas_iu2zc5.png b/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Extend_Poker_RunBeard_atlas_iu2zc5.png
index 3bac7baf..7e012faf 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Extend_Poker_RunBeard_atlas_iu2zc5.png and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Extend_Poker_RunBeard_atlas_iu2zc5.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Extend_Poker_RunBeard_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Extend_Poker_RunBeard_fui.bytes
index 51c8dbf5..b019c8c1 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Extend_Poker_RunBeard_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Extend_Poker_RunBeard_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Info_Poker_RunBeard_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Info_Poker_RunBeard_atlas0.png
index 08fccaa2..405695df 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Info_Poker_RunBeard_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Info_Poker_RunBeard_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Info_Poker_RunBeard_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Info_Poker_RunBeard_fui.bytes
index 525ee462..8d91701e 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Info_Poker_RunBeard_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/runbeard/ui/Info_Poker_RunBeard_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Extend_Poker_YueYangWHZ_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Extend_Poker_YueYangWHZ_atlas0.png
index 46230fd9..9620309d 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Extend_Poker_YueYangWHZ_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Extend_Poker_YueYangWHZ_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Extend_Poker_YueYangWHZ_atlas_mub93u.png b/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Extend_Poker_YueYangWHZ_atlas_mub93u.png
index 95a9782a..3f35983e 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Extend_Poker_YueYangWHZ_atlas_mub93u.png and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Extend_Poker_YueYangWHZ_atlas_mub93u.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Extend_Poker_YueYangWHZ_atlas_mub93v.png b/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Extend_Poker_YueYangWHZ_atlas_mub93v.png
index 081d3028..32bf17b2 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Extend_Poker_YueYangWHZ_atlas_mub93v.png and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Extend_Poker_YueYangWHZ_atlas_mub93v.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Extend_Poker_YueYangWHZ_atlas_mub93x.png b/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Extend_Poker_YueYangWHZ_atlas_mub93x.png
index 3bac7baf..7e012faf 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Extend_Poker_YueYangWHZ_atlas_mub93x.png and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Extend_Poker_YueYangWHZ_atlas_mub93x.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Extend_Poker_YueYangWHZ_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Extend_Poker_YueYangWHZ_fui.bytes
index c84c4667..c895ec50 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Extend_Poker_YueYangWHZ_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Extend_Poker_YueYangWHZ_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Info_Poker_YueYangWHZ_atlas0.png b/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Info_Poker_YueYangWHZ_atlas0.png
index 88e7448c..aa605fba 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Info_Poker_YueYangWHZ_atlas0.png and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Info_Poker_YueYangWHZ_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Info_Poker_YueYangWHZ_fui.bytes b/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Info_Poker_YueYangWHZ_fui.bytes
index 6c1d287b..a06936a9 100644
Binary files a/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Info_Poker_YueYangWHZ_fui.bytes and b/fk101/wb_unity_pro/Assets/ART/extend/zipai/yueyangwaihuzi/ui/Info_Poker_YueYangWHZ_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/Resources/base/embed/ui/Hotupdate_atlas0.png b/fk101/wb_unity_pro/Assets/Resources/base/embed/ui/Hotupdate_atlas0.png
index dd64247a..ecec408d 100644
Binary files a/fk101/wb_unity_pro/Assets/Resources/base/embed/ui/Hotupdate_atlas0.png and b/fk101/wb_unity_pro/Assets/Resources/base/embed/ui/Hotupdate_atlas0.png differ
diff --git a/fk101/wb_unity_pro/Assets/Resources/base/embed/ui/Hotupdate_atlas_lwclq.png b/fk101/wb_unity_pro/Assets/Resources/base/embed/ui/Hotupdate_atlas_lwclq.png
index 08d48f06..87639688 100644
Binary files a/fk101/wb_unity_pro/Assets/Resources/base/embed/ui/Hotupdate_atlas_lwclq.png and b/fk101/wb_unity_pro/Assets/Resources/base/embed/ui/Hotupdate_atlas_lwclq.png differ
diff --git a/fk101/wb_unity_pro/Assets/Resources/base/embed/ui/Hotupdate_fui.bytes b/fk101/wb_unity_pro/Assets/Resources/base/embed/ui/Hotupdate_fui.bytes
index 7809bb10..caeb4110 100644
Binary files a/fk101/wb_unity_pro/Assets/Resources/base/embed/ui/Hotupdate_fui.bytes and b/fk101/wb_unity_pro/Assets/Resources/base/embed/ui/Hotupdate_fui.bytes differ
diff --git a/fk101/wb_unity_pro/Assets/Resources/ui/DebugLog_fui.bytes b/fk101/wb_unity_pro/Assets/Resources/ui/DebugLog_fui.bytes
index b5a939dc..72a6b14d 100644
Binary files a/fk101/wb_unity_pro/Assets/Resources/ui/DebugLog_fui.bytes and b/fk101/wb_unity_pro/Assets/Resources/ui/DebugLog_fui.bytes differ