diff --git a/lua_probject/base_project/Game/View/FamilyView.lua b/lua_probject/base_project/Game/View/FamilyView.lua
index 7e7904d8..01a7aa5d 100644
--- a/lua_probject/base_project/Game/View/FamilyView.lua
+++ b/lua_probject/base_project/Game/View/FamilyView.lua
@@ -72,7 +72,7 @@ function M:ShareWx()
familyInviteFamilyView:Show()
local fgCtr = ControllerManager.GetController(NewGroupController)
fgCtr:FG_GroupMembers12(
- self.group_id,
+ self._group.id,
0,
100,
1,
diff --git a/wb_new_ui/.gitignore b/wb_new_ui/.gitignore
new file mode 100644
index 00000000..ec9c400c
--- /dev/null
+++ b/wb_new_ui/.gitignore
@@ -0,0 +1,2 @@
+.DS_Store
+.objs/
diff --git a/wb_new_ui/assets/Chat/Btn_chat.xml b/wb_new_ui/assets/Chat/Btn_chat.xml
new file mode 100644
index 00000000..b61f4cad
--- /dev/null
+++ b/wb_new_ui/assets/Chat/Btn_chat.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/Gcm_chat.xml b/wb_new_ui/assets/Chat/Gcm_chat.xml
new file mode 100644
index 00000000..21eb1100
--- /dev/null
+++ b/wb_new_ui/assets/Chat/Gcm_chat.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/Main.xml b/wb_new_ui/assets/Chat/Main.xml
new file mode 100644
index 00000000..4f537c57
--- /dev/null
+++ b/wb_new_ui/assets/Chat/Main.xml
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/component/Btn_YYItem.xml b/wb_new_ui/assets/Chat/component/Btn_YYItem.xml
new file mode 100644
index 00000000..e289a85f
--- /dev/null
+++ b/wb_new_ui/assets/Chat/component/Btn_YYItem.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/component/Btn_biaoqing.xml b/wb_new_ui/assets/Chat/component/Btn_biaoqing.xml
new file mode 100644
index 00000000..78e80bb2
--- /dev/null
+++ b/wb_new_ui/assets/Chat/component/Btn_biaoqing.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/component/Btn_biaoqing1.xml b/wb_new_ui/assets/Chat/component/Btn_biaoqing1.xml
new file mode 100644
index 00000000..3e97e10b
--- /dev/null
+++ b/wb_new_ui/assets/Chat/component/Btn_biaoqing1.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/component/Btn_chat_send.xml b/wb_new_ui/assets/Chat/component/Btn_chat_send.xml
new file mode 100644
index 00000000..414ea697
--- /dev/null
+++ b/wb_new_ui/assets/Chat/component/Btn_chat_send.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/component/Button2.xml b/wb_new_ui/assets/Chat/component/Button2.xml
new file mode 100644
index 00000000..33cbf185
--- /dev/null
+++ b/wb_new_ui/assets/Chat/component/Button2.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/component/Button3.xml b/wb_new_ui/assets/Chat/component/Button3.xml
new file mode 100644
index 00000000..f3d6215c
--- /dev/null
+++ b/wb_new_ui/assets/Chat/component/Button3.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/component/Face1.xml b/wb_new_ui/assets/Chat/component/Face1.xml
new file mode 100644
index 00000000..0638df25
--- /dev/null
+++ b/wb_new_ui/assets/Chat/component/Face1.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/component/Face2.xml b/wb_new_ui/assets/Chat/component/Face2.xml
new file mode 100644
index 00000000..7232733a
--- /dev/null
+++ b/wb_new_ui/assets/Chat/component/Face2.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/component/Face3.xml b/wb_new_ui/assets/Chat/component/Face3.xml
new file mode 100644
index 00000000..d309c306
--- /dev/null
+++ b/wb_new_ui/assets/Chat/component/Face3.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/component/Label1.xml b/wb_new_ui/assets/Chat/component/Label1.xml
new file mode 100644
index 00000000..ef77c02f
--- /dev/null
+++ b/wb_new_ui/assets/Chat/component/Label1.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/component/MsgBubble1.xml b/wb_new_ui/assets/Chat/component/MsgBubble1.xml
new file mode 100644
index 00000000..a6aa1302
--- /dev/null
+++ b/wb_new_ui/assets/Chat/component/MsgBubble1.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/component/MsgBubble2.xml b/wb_new_ui/assets/Chat/component/MsgBubble2.xml
new file mode 100644
index 00000000..495f93c1
--- /dev/null
+++ b/wb_new_ui/assets/Chat/component/MsgBubble2.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/component/MsgBubble3.xml b/wb_new_ui/assets/Chat/component/MsgBubble3.xml
new file mode 100644
index 00000000..34826812
--- /dev/null
+++ b/wb_new_ui/assets/Chat/component/MsgBubble3.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/component/Tab_biaoqing1.xml b/wb_new_ui/assets/Chat/component/Tab_biaoqing1.xml
new file mode 100644
index 00000000..15e3b50c
--- /dev/null
+++ b/wb_new_ui/assets/Chat/component/Tab_biaoqing1.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/component/Tab_biaoqing2.xml b/wb_new_ui/assets/Chat/component/Tab_biaoqing2.xml
new file mode 100644
index 00000000..eb044e68
--- /dev/null
+++ b/wb_new_ui/assets/Chat/component/Tab_biaoqing2.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/component/Tab_biaoqing3.xml b/wb_new_ui/assets/Chat/component/Tab_biaoqing3.xml
new file mode 100644
index 00000000..1c1f0e85
--- /dev/null
+++ b/wb_new_ui/assets/Chat/component/Tab_biaoqing3.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/component/VoiceMask(1).xml b/wb_new_ui/assets/Chat/component/VoiceMask(1).xml
new file mode 100644
index 00000000..ae2ec4c2
--- /dev/null
+++ b/wb_new_ui/assets/Chat/component/VoiceMask(1).xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/component/VoiceMask.xml b/wb_new_ui/assets/Chat/component/VoiceMask.xml
new file mode 100644
index 00000000..a28c44e8
--- /dev/null
+++ b/wb_new_ui/assets/Chat/component/VoiceMask.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/component/chat_bg.png b/wb_new_ui/assets/Chat/component/chat_bg.png
new file mode 100644
index 00000000..f9eb4165
Binary files /dev/null and b/wb_new_ui/assets/Chat/component/chat_bg.png differ
diff --git a/wb_new_ui/assets/Chat/component/chat_btn_normal.png b/wb_new_ui/assets/Chat/component/chat_btn_normal.png
new file mode 100644
index 00000000..a3b8a924
Binary files /dev/null and b/wb_new_ui/assets/Chat/component/chat_btn_normal.png differ
diff --git a/wb_new_ui/assets/Chat/component/chat_btn_select.png b/wb_new_ui/assets/Chat/component/chat_btn_select.png
new file mode 100644
index 00000000..c959fbf8
Binary files /dev/null and b/wb_new_ui/assets/Chat/component/chat_btn_select.png differ
diff --git a/wb_new_ui/assets/Chat/component/chat_btn_send.png b/wb_new_ui/assets/Chat/component/chat_btn_send.png
new file mode 100644
index 00000000..b8811fcb
Binary files /dev/null and b/wb_new_ui/assets/Chat/component/chat_btn_send.png differ
diff --git a/wb_new_ui/assets/Chat/component/chat_fix_msg_bar.png b/wb_new_ui/assets/Chat/component/chat_fix_msg_bar.png
new file mode 100644
index 00000000..9f37ae0b
Binary files /dev/null and b/wb_new_ui/assets/Chat/component/chat_fix_msg_bar.png differ
diff --git a/wb_new_ui/assets/Chat/component/chat_input_bg.png b/wb_new_ui/assets/Chat/component/chat_input_bg.png
new file mode 100644
index 00000000..918a784d
Binary files /dev/null and b/wb_new_ui/assets/Chat/component/chat_input_bg.png differ
diff --git a/wb_new_ui/assets/Chat/component/msg_bubble_btm.png b/wb_new_ui/assets/Chat/component/msg_bubble_btm.png
new file mode 100644
index 00000000..2ce057eb
Binary files /dev/null and b/wb_new_ui/assets/Chat/component/msg_bubble_btm.png differ
diff --git a/wb_new_ui/assets/Chat/component/play_shengyin1.png b/wb_new_ui/assets/Chat/component/play_shengyin1.png
new file mode 100644
index 00000000..065cc677
Binary files /dev/null and b/wb_new_ui/assets/Chat/component/play_shengyin1.png differ
diff --git a/wb_new_ui/assets/Chat/component/play_shengyin2.png b/wb_new_ui/assets/Chat/component/play_shengyin2.png
new file mode 100644
index 00000000..31812d1f
Binary files /dev/null and b/wb_new_ui/assets/Chat/component/play_shengyin2.png differ
diff --git a/wb_new_ui/assets/Chat/component/play_shenying.png b/wb_new_ui/assets/Chat/component/play_shenying.png
new file mode 100644
index 00000000..4f34490d
Binary files /dev/null and b/wb_new_ui/assets/Chat/component/play_shenying.png differ
diff --git a/wb_new_ui/assets/Chat/images/bsltd.png b/wb_new_ui/assets/Chat/images/bsltd.png
new file mode 100644
index 00000000..756f0816
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/bsltd.png differ
diff --git a/wb_new_ui/assets/Chat/images/button.png b/wb_new_ui/assets/Chat/images/button.png
new file mode 100644
index 00000000..bdcad471
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/button.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/01(30).png b/wb_new_ui/assets/Chat/images/face/01(30).png
new file mode 100644
index 00000000..8127fea1
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/01(30).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/101.xml b/wb_new_ui/assets/Chat/images/face/101.xml
new file mode 100644
index 00000000..9d10c59d
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/101.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/102.xml b/wb_new_ui/assets/Chat/images/face/102.xml
new file mode 100644
index 00000000..b70e60a3
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/102.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/103.xml b/wb_new_ui/assets/Chat/images/face/103.xml
new file mode 100644
index 00000000..62ce030d
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/103.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/104.xml b/wb_new_ui/assets/Chat/images/face/104.xml
new file mode 100644
index 00000000..f354b50d
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/104.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/105.xml b/wb_new_ui/assets/Chat/images/face/105.xml
new file mode 100644
index 00000000..628bef77
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/105.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/106.xml b/wb_new_ui/assets/Chat/images/face/106.xml
new file mode 100644
index 00000000..0e8f4e2f
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/106.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/107.xml b/wb_new_ui/assets/Chat/images/face/107.xml
new file mode 100644
index 00000000..82b65da6
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/107.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/108.xml b/wb_new_ui/assets/Chat/images/face/108.xml
new file mode 100644
index 00000000..8e379025
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/108.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/109.xml b/wb_new_ui/assets/Chat/images/face/109.xml
new file mode 100644
index 00000000..fae6da4d
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/109.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/110.xml b/wb_new_ui/assets/Chat/images/face/110.xml
new file mode 100644
index 00000000..b77a0e3b
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/110.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/111.xml b/wb_new_ui/assets/Chat/images/face/111.xml
new file mode 100644
index 00000000..f0ed5d8c
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/111.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/112.xml b/wb_new_ui/assets/Chat/images/face/112.xml
new file mode 100644
index 00000000..906b8444
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/112.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/113.xml b/wb_new_ui/assets/Chat/images/face/113.xml
new file mode 100644
index 00000000..32956ff9
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/113.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/114.xml b/wb_new_ui/assets/Chat/images/face/114.xml
new file mode 100644
index 00000000..4283865c
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/114.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/115.xml b/wb_new_ui/assets/Chat/images/face/115.xml
new file mode 100644
index 00000000..9f1cd0a6
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/115.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/116.xml b/wb_new_ui/assets/Chat/images/face/116.xml
new file mode 100644
index 00000000..62ea6519
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/116.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/117.xml b/wb_new_ui/assets/Chat/images/face/117.xml
new file mode 100644
index 00000000..6ac5db4b
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/117.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/118.xml b/wb_new_ui/assets/Chat/images/face/118.xml
new file mode 100644
index 00000000..a8e30795
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/118.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/119.xml b/wb_new_ui/assets/Chat/images/face/119.xml
new file mode 100644
index 00000000..b04fdbcf
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/119.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/120.xml b/wb_new_ui/assets/Chat/images/face/120.xml
new file mode 100644
index 00000000..d38a97d4
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/120.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/121.xml b/wb_new_ui/assets/Chat/images/face/121.xml
new file mode 100644
index 00000000..69b42d47
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/121.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/122.xml b/wb_new_ui/assets/Chat/images/face/122.xml
new file mode 100644
index 00000000..8eec29cd
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/122.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/123.xml b/wb_new_ui/assets/Chat/images/face/123.xml
new file mode 100644
index 00000000..36eebb2a
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/123.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/124.xml b/wb_new_ui/assets/Chat/images/face/124.xml
new file mode 100644
index 00000000..33ad7f27
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/124.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/125.xml b/wb_new_ui/assets/Chat/images/face/125.xml
new file mode 100644
index 00000000..8e196e7f
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/125.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/126.xml b/wb_new_ui/assets/Chat/images/face/126.xml
new file mode 100644
index 00000000..96c1758a
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/126.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/127.xml b/wb_new_ui/assets/Chat/images/face/127.xml
new file mode 100644
index 00000000..d7a0ee71
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/127.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/128.xml b/wb_new_ui/assets/Chat/images/face/128.xml
new file mode 100644
index 00000000..0fa8a034
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/128.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/129.xml b/wb_new_ui/assets/Chat/images/face/129.xml
new file mode 100644
index 00000000..75344bf6
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/129.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/130.xml b/wb_new_ui/assets/Chat/images/face/130.xml
new file mode 100644
index 00000000..d2cd8a38
--- /dev/null
+++ b/wb_new_ui/assets/Chat/images/face/130.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Chat/images/face/i101.png b/wb_new_ui/assets/Chat/images/face/i101.png
new file mode 100644
index 00000000..384517f0
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i101.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i102.png b/wb_new_ui/assets/Chat/images/face/i102.png
new file mode 100644
index 00000000..ee9a3e09
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i102.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i103.png b/wb_new_ui/assets/Chat/images/face/i103.png
new file mode 100644
index 00000000..0bc9e69c
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i103.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i104.png b/wb_new_ui/assets/Chat/images/face/i104.png
new file mode 100644
index 00000000..219868c1
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i104.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i105.png b/wb_new_ui/assets/Chat/images/face/i105.png
new file mode 100644
index 00000000..018d95a1
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i105.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i106.png b/wb_new_ui/assets/Chat/images/face/i106.png
new file mode 100644
index 00000000..bd9343e0
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i106.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i107.png b/wb_new_ui/assets/Chat/images/face/i107.png
new file mode 100644
index 00000000..4b545f50
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i107.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i108.png b/wb_new_ui/assets/Chat/images/face/i108.png
new file mode 100644
index 00000000..3b8846d2
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i108.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i109.png b/wb_new_ui/assets/Chat/images/face/i109.png
new file mode 100644
index 00000000..12244305
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i109.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i110.png b/wb_new_ui/assets/Chat/images/face/i110.png
new file mode 100644
index 00000000..15e65077
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i110.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i111.png b/wb_new_ui/assets/Chat/images/face/i111.png
new file mode 100644
index 00000000..092e6cf0
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i111.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i112.png b/wb_new_ui/assets/Chat/images/face/i112.png
new file mode 100644
index 00000000..df72cc6d
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i112.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i113.png b/wb_new_ui/assets/Chat/images/face/i113.png
new file mode 100644
index 00000000..5c5b5c9e
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i113.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i114.png b/wb_new_ui/assets/Chat/images/face/i114.png
new file mode 100644
index 00000000..159f4973
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i114.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i115.png b/wb_new_ui/assets/Chat/images/face/i115.png
new file mode 100644
index 00000000..4d88a3c6
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i115.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i116.png b/wb_new_ui/assets/Chat/images/face/i116.png
new file mode 100644
index 00000000..05000c2a
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i116.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i117.png b/wb_new_ui/assets/Chat/images/face/i117.png
new file mode 100644
index 00000000..2f8efbe3
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i117.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i118.png b/wb_new_ui/assets/Chat/images/face/i118.png
new file mode 100644
index 00000000..9d1426e2
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i118.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i119.png b/wb_new_ui/assets/Chat/images/face/i119.png
new file mode 100644
index 00000000..19581960
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i119.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i120.png b/wb_new_ui/assets/Chat/images/face/i120.png
new file mode 100644
index 00000000..08ad8f7e
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i120.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i121.png b/wb_new_ui/assets/Chat/images/face/i121.png
new file mode 100644
index 00000000..433e9db7
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i121.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i122.png b/wb_new_ui/assets/Chat/images/face/i122.png
new file mode 100644
index 00000000..53e2abe3
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i122.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i123.png b/wb_new_ui/assets/Chat/images/face/i123.png
new file mode 100644
index 00000000..aefbbe72
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i123.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i124.png b/wb_new_ui/assets/Chat/images/face/i124.png
new file mode 100644
index 00000000..043ad6d0
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i124.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i125.png b/wb_new_ui/assets/Chat/images/face/i125.png
new file mode 100644
index 00000000..3cdfec6f
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i125.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i126.png b/wb_new_ui/assets/Chat/images/face/i126.png
new file mode 100644
index 00000000..3475be3b
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i126.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i127.png b/wb_new_ui/assets/Chat/images/face/i127.png
new file mode 100644
index 00000000..3ce0511d
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i127.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i128.png b/wb_new_ui/assets/Chat/images/face/i128.png
new file mode 100644
index 00000000..2a58b2a9
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i128.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i129.png b/wb_new_ui/assets/Chat/images/face/i129.png
new file mode 100644
index 00000000..7b193b84
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i129.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/i130.png b/wb_new_ui/assets/Chat/images/face/i130.png
new file mode 100644
index 00000000..d521b98b
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/i130.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(1).png b/wb_new_ui/assets/Chat/images/face/image/01(1).png
new file mode 100644
index 00000000..c46efd6d
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(1).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(10).png b/wb_new_ui/assets/Chat/images/face/image/01(10).png
new file mode 100644
index 00000000..bd405193
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(10).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(11).png b/wb_new_ui/assets/Chat/images/face/image/01(11).png
new file mode 100644
index 00000000..9c8896ab
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(11).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(12).png b/wb_new_ui/assets/Chat/images/face/image/01(12).png
new file mode 100644
index 00000000..22fef467
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(12).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(13).png b/wb_new_ui/assets/Chat/images/face/image/01(13).png
new file mode 100644
index 00000000..31776a0e
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(13).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(14).png b/wb_new_ui/assets/Chat/images/face/image/01(14).png
new file mode 100644
index 00000000..8718db7d
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(14).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(15).png b/wb_new_ui/assets/Chat/images/face/image/01(15).png
new file mode 100644
index 00000000..66b833d6
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(15).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(16).png b/wb_new_ui/assets/Chat/images/face/image/01(16).png
new file mode 100644
index 00000000..8a5a6de8
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(16).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(17).png b/wb_new_ui/assets/Chat/images/face/image/01(17).png
new file mode 100644
index 00000000..b6d42258
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(17).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(18).png b/wb_new_ui/assets/Chat/images/face/image/01(18).png
new file mode 100644
index 00000000..86a6d0f3
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(18).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(19).png b/wb_new_ui/assets/Chat/images/face/image/01(19).png
new file mode 100644
index 00000000..d0cc3fe8
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(19).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(2).png b/wb_new_ui/assets/Chat/images/face/image/01(2).png
new file mode 100644
index 00000000..2cec8a1d
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(2).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(20).png b/wb_new_ui/assets/Chat/images/face/image/01(20).png
new file mode 100644
index 00000000..a8c8dcf6
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(20).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(21).png b/wb_new_ui/assets/Chat/images/face/image/01(21).png
new file mode 100644
index 00000000..8888ee38
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(21).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(22).png b/wb_new_ui/assets/Chat/images/face/image/01(22).png
new file mode 100644
index 00000000..4ccda508
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(22).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(23).png b/wb_new_ui/assets/Chat/images/face/image/01(23).png
new file mode 100644
index 00000000..54acd3b0
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(23).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(24).png b/wb_new_ui/assets/Chat/images/face/image/01(24).png
new file mode 100644
index 00000000..bb55a870
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(24).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(25).png b/wb_new_ui/assets/Chat/images/face/image/01(25).png
new file mode 100644
index 00000000..e16e0f1c
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(25).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(26).png b/wb_new_ui/assets/Chat/images/face/image/01(26).png
new file mode 100644
index 00000000..f9fb40be
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(26).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(27).png b/wb_new_ui/assets/Chat/images/face/image/01(27).png
new file mode 100644
index 00000000..1b5849a9
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(27).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(28).png b/wb_new_ui/assets/Chat/images/face/image/01(28).png
new file mode 100644
index 00000000..1e08ea64
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(28).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(29).png b/wb_new_ui/assets/Chat/images/face/image/01(29).png
new file mode 100644
index 00000000..95a819f3
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(29).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(3).png b/wb_new_ui/assets/Chat/images/face/image/01(3).png
new file mode 100644
index 00000000..5461c4da
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(3).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(30).png b/wb_new_ui/assets/Chat/images/face/image/01(30).png
new file mode 100644
index 00000000..8127fea1
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(30).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(4).png b/wb_new_ui/assets/Chat/images/face/image/01(4).png
new file mode 100644
index 00000000..df1de63b
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(4).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(5).png b/wb_new_ui/assets/Chat/images/face/image/01(5).png
new file mode 100644
index 00000000..3f63048e
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(5).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(6).png b/wb_new_ui/assets/Chat/images/face/image/01(6).png
new file mode 100644
index 00000000..4967ee1e
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(6).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(7).png b/wb_new_ui/assets/Chat/images/face/image/01(7).png
new file mode 100644
index 00000000..a799d8c5
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(7).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(8).png b/wb_new_ui/assets/Chat/images/face/image/01(8).png
new file mode 100644
index 00000000..b8975222
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(8).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01(9).png b/wb_new_ui/assets/Chat/images/face/image/01(9).png
new file mode 100644
index 00000000..6a4a16a4
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01(9).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/01.png b/wb_new_ui/assets/Chat/images/face/image/01.png
new file mode 100644
index 00000000..d8f5be17
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/01.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(1).png b/wb_new_ui/assets/Chat/images/face/image/02(1).png
new file mode 100644
index 00000000..40474bb0
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(1).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(10).png b/wb_new_ui/assets/Chat/images/face/image/02(10).png
new file mode 100644
index 00000000..9d1e65c2
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(10).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(11).png b/wb_new_ui/assets/Chat/images/face/image/02(11).png
new file mode 100644
index 00000000..6a72bbb2
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(11).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(12).png b/wb_new_ui/assets/Chat/images/face/image/02(12).png
new file mode 100644
index 00000000..f081f447
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(12).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(13).png b/wb_new_ui/assets/Chat/images/face/image/02(13).png
new file mode 100644
index 00000000..47de3a69
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(13).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(14).png b/wb_new_ui/assets/Chat/images/face/image/02(14).png
new file mode 100644
index 00000000..24e085e1
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(14).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(15).png b/wb_new_ui/assets/Chat/images/face/image/02(15).png
new file mode 100644
index 00000000..7ab51003
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(15).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(16).png b/wb_new_ui/assets/Chat/images/face/image/02(16).png
new file mode 100644
index 00000000..f01fedbe
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(16).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(17).png b/wb_new_ui/assets/Chat/images/face/image/02(17).png
new file mode 100644
index 00000000..b5df21e6
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(17).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(18).png b/wb_new_ui/assets/Chat/images/face/image/02(18).png
new file mode 100644
index 00000000..cc38330d
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(18).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(19).png b/wb_new_ui/assets/Chat/images/face/image/02(19).png
new file mode 100644
index 00000000..7a496397
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(19).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(2).png b/wb_new_ui/assets/Chat/images/face/image/02(2).png
new file mode 100644
index 00000000..c652b4b5
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(2).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(20).png b/wb_new_ui/assets/Chat/images/face/image/02(20).png
new file mode 100644
index 00000000..7ae614c0
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(20).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(21).png b/wb_new_ui/assets/Chat/images/face/image/02(21).png
new file mode 100644
index 00000000..b514d4ec
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(21).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(22).png b/wb_new_ui/assets/Chat/images/face/image/02(22).png
new file mode 100644
index 00000000..46001d05
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(22).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(23).png b/wb_new_ui/assets/Chat/images/face/image/02(23).png
new file mode 100644
index 00000000..fab77bca
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(23).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(24).png b/wb_new_ui/assets/Chat/images/face/image/02(24).png
new file mode 100644
index 00000000..07d1eab7
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(24).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(25).png b/wb_new_ui/assets/Chat/images/face/image/02(25).png
new file mode 100644
index 00000000..15b39691
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(25).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(26).png b/wb_new_ui/assets/Chat/images/face/image/02(26).png
new file mode 100644
index 00000000..af6ee947
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(26).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(3).png b/wb_new_ui/assets/Chat/images/face/image/02(3).png
new file mode 100644
index 00000000..c038cd43
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(3).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(4).png b/wb_new_ui/assets/Chat/images/face/image/02(4).png
new file mode 100644
index 00000000..9ed036ca
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(4).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(5).png b/wb_new_ui/assets/Chat/images/face/image/02(5).png
new file mode 100644
index 00000000..37948e54
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(5).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(6).png b/wb_new_ui/assets/Chat/images/face/image/02(6).png
new file mode 100644
index 00000000..2de565f1
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(6).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(7).png b/wb_new_ui/assets/Chat/images/face/image/02(7).png
new file mode 100644
index 00000000..b39d6ceb
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(7).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(8).png b/wb_new_ui/assets/Chat/images/face/image/02(8).png
new file mode 100644
index 00000000..f9b1bc02
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(8).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02(9).png b/wb_new_ui/assets/Chat/images/face/image/02(9).png
new file mode 100644
index 00000000..420e96ad
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02(9).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/02.png b/wb_new_ui/assets/Chat/images/face/image/02.png
new file mode 100644
index 00000000..3b798cad
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/02.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/03(1).png b/wb_new_ui/assets/Chat/images/face/image/03(1).png
new file mode 100644
index 00000000..f39a3250
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/03(1).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/03(10).png b/wb_new_ui/assets/Chat/images/face/image/03(10).png
new file mode 100644
index 00000000..dcc3d2a1
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/03(10).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/03(11).png b/wb_new_ui/assets/Chat/images/face/image/03(11).png
new file mode 100644
index 00000000..5da7f22c
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/03(11).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/03(12).png b/wb_new_ui/assets/Chat/images/face/image/03(12).png
new file mode 100644
index 00000000..c4bd6f5e
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/03(12).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/03(13).png b/wb_new_ui/assets/Chat/images/face/image/03(13).png
new file mode 100644
index 00000000..55725e42
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/03(13).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/03(14).png b/wb_new_ui/assets/Chat/images/face/image/03(14).png
new file mode 100644
index 00000000..461bc31e
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/03(14).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/03(15).png b/wb_new_ui/assets/Chat/images/face/image/03(15).png
new file mode 100644
index 00000000..f6704bd3
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/03(15).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/03(2).png b/wb_new_ui/assets/Chat/images/face/image/03(2).png
new file mode 100644
index 00000000..6e9b1d9c
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/03(2).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/03(3).png b/wb_new_ui/assets/Chat/images/face/image/03(3).png
new file mode 100644
index 00000000..0c4bb40b
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/03(3).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/03(4).png b/wb_new_ui/assets/Chat/images/face/image/03(4).png
new file mode 100644
index 00000000..a2b8ca4e
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/03(4).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/03(5).png b/wb_new_ui/assets/Chat/images/face/image/03(5).png
new file mode 100644
index 00000000..ffa80136
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/03(5).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/03(6).png b/wb_new_ui/assets/Chat/images/face/image/03(6).png
new file mode 100644
index 00000000..b63c8e7d
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/03(6).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/03(7).png b/wb_new_ui/assets/Chat/images/face/image/03(7).png
new file mode 100644
index 00000000..e23ec3cf
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/03(7).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/03(8).png b/wb_new_ui/assets/Chat/images/face/image/03(8).png
new file mode 100644
index 00000000..d41014dc
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/03(8).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/03(9).png b/wb_new_ui/assets/Chat/images/face/image/03(9).png
new file mode 100644
index 00000000..16bbc4a3
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/03(9).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/03.png b/wb_new_ui/assets/Chat/images/face/image/03.png
new file mode 100644
index 00000000..6b7e7786
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/03.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/04(1).png b/wb_new_ui/assets/Chat/images/face/image/04(1).png
new file mode 100644
index 00000000..ae9acfca
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/04(1).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/04(2).png b/wb_new_ui/assets/Chat/images/face/image/04(2).png
new file mode 100644
index 00000000..82a49fa8
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/04(2).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/04(3).png b/wb_new_ui/assets/Chat/images/face/image/04(3).png
new file mode 100644
index 00000000..1e13fe7e
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/04(3).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/04(4).png b/wb_new_ui/assets/Chat/images/face/image/04(4).png
new file mode 100644
index 00000000..6151bf51
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/04(4).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/04(5).png b/wb_new_ui/assets/Chat/images/face/image/04(5).png
new file mode 100644
index 00000000..b3b55512
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/04(5).png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/04.png b/wb_new_ui/assets/Chat/images/face/image/04.png
new file mode 100644
index 00000000..dae04f95
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/04.png differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/MovieClip1.jta b/wb_new_ui/assets/Chat/images/face/image/MovieClip1.jta
new file mode 100644
index 00000000..f02fceca
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/MovieClip1.jta differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/MovieClip2.jta b/wb_new_ui/assets/Chat/images/face/image/MovieClip2.jta
new file mode 100644
index 00000000..57714582
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/MovieClip2.jta differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/MovieClip3.jta b/wb_new_ui/assets/Chat/images/face/image/MovieClip3.jta
new file mode 100644
index 00000000..ca07512b
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/MovieClip3.jta differ
diff --git a/wb_new_ui/assets/Chat/images/face/image/MovieClip4.jta b/wb_new_ui/assets/Chat/images/face/image/MovieClip4.jta
new file mode 100644
index 00000000..cd467a68
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/face/image/MovieClip4.jta differ
diff --git a/wb_new_ui/assets/Chat/images/game_bg_01.png b/wb_new_ui/assets/Chat/images/game_bg_01.png
new file mode 100644
index 00000000..b578732b
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/game_bg_01.png differ
diff --git a/wb_new_ui/assets/Chat/images/game_bg_02.png b/wb_new_ui/assets/Chat/images/game_bg_02.png
new file mode 100644
index 00000000..6f1cb6ff
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/game_bg_02.png differ
diff --git a/wb_new_ui/assets/Chat/images/game_fonts_01.png b/wb_new_ui/assets/Chat/images/game_fonts_01.png
new file mode 100644
index 00000000..0daae75c
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/game_fonts_01.png differ
diff --git a/wb_new_ui/assets/Chat/images/game_icon_01(1).png b/wb_new_ui/assets/Chat/images/game_icon_01(1).png
new file mode 100644
index 00000000..f45fd8cd
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/game_icon_01(1).png differ
diff --git a/wb_new_ui/assets/Chat/images/game_icon_01.png b/wb_new_ui/assets/Chat/images/game_icon_01.png
new file mode 100644
index 00000000..1186e019
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/game_icon_01.png differ
diff --git a/wb_new_ui/assets/Chat/images/game_icon_02(1).png b/wb_new_ui/assets/Chat/images/game_icon_02(1).png
new file mode 100644
index 00000000..7c39806b
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/game_icon_02(1).png differ
diff --git a/wb_new_ui/assets/Chat/images/game_icon_02.png b/wb_new_ui/assets/Chat/images/game_icon_02.png
new file mode 100644
index 00000000..3fa9ab2b
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/game_icon_02.png differ
diff --git a/wb_new_ui/assets/Chat/images/game_icon_03(1).png b/wb_new_ui/assets/Chat/images/game_icon_03(1).png
new file mode 100644
index 00000000..20ee45b3
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/game_icon_03(1).png differ
diff --git a/wb_new_ui/assets/Chat/images/game_icon_03(2).png b/wb_new_ui/assets/Chat/images/game_icon_03(2).png
new file mode 100644
index 00000000..950fa2c4
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/game_icon_03(2).png differ
diff --git a/wb_new_ui/assets/Chat/images/game_icon_03.png b/wb_new_ui/assets/Chat/images/game_icon_03.png
new file mode 100644
index 00000000..4b10d265
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/game_icon_03.png differ
diff --git a/wb_new_ui/assets/Chat/images/game_icon_04.png b/wb_new_ui/assets/Chat/images/game_icon_04.png
new file mode 100644
index 00000000..0133f079
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/game_icon_04.png differ
diff --git a/wb_new_ui/assets/Chat/images/game_icon_07.png b/wb_new_ui/assets/Chat/images/game_icon_07.png
new file mode 100644
index 00000000..5e193e8d
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/game_icon_07.png differ
diff --git a/wb_new_ui/assets/Chat/images/gbyy.png b/wb_new_ui/assets/Chat/images/gbyy.png
new file mode 100644
index 00000000..d04898a6
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/gbyy.png differ
diff --git a/wb_new_ui/assets/Chat/images/img_3.png b/wb_new_ui/assets/Chat/images/img_3.png
new file mode 100644
index 00000000..ab16cfee
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/img_3.png differ
diff --git a/wb_new_ui/assets/Chat/images/img_6.png b/wb_new_ui/assets/Chat/images/img_6.png
new file mode 100644
index 00000000..754a998e
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/img_6.png differ
diff --git a/wb_new_ui/assets/Chat/images/lt.png b/wb_new_ui/assets/Chat/images/lt.png
new file mode 100644
index 00000000..228cbc5d
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/lt.png differ
diff --git a/wb_new_ui/assets/Chat/images/szsrk.png b/wb_new_ui/assets/Chat/images/szsrk.png
new file mode 100644
index 00000000..9759033b
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/szsrk.png differ
diff --git a/wb_new_ui/assets/Chat/images/voice/yuyinquan01.png b/wb_new_ui/assets/Chat/images/voice/yuyinquan01.png
new file mode 100644
index 00000000..5b4467b6
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/voice/yuyinquan01.png differ
diff --git a/wb_new_ui/assets/Chat/images/voice/yuyinquan02.png b/wb_new_ui/assets/Chat/images/voice/yuyinquan02.png
new file mode 100644
index 00000000..3e7c9b83
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/voice/yuyinquan02.png differ
diff --git a/wb_new_ui/assets/Chat/images/voice/yuyinquan03.png b/wb_new_ui/assets/Chat/images/voice/yuyinquan03.png
new file mode 100644
index 00000000..e5344235
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/voice/yuyinquan03.png differ
diff --git a/wb_new_ui/assets/Chat/images/yy.png b/wb_new_ui/assets/Chat/images/yy.png
new file mode 100644
index 00000000..83759b81
Binary files /dev/null and b/wb_new_ui/assets/Chat/images/yy.png differ
diff --git a/wb_new_ui/assets/Chat/package.xml b/wb_new_ui/assets/Chat/package.xml
new file mode 100644
index 00000000..a7a9b609
--- /dev/null
+++ b/wb_new_ui/assets/Chat/package.xml
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/Gcm_BaseView.xml b/wb_new_ui/assets/Common/Gcm_BaseView.xml
new file mode 100644
index 00000000..fd530a81
--- /dev/null
+++ b/wb_new_ui/assets/Common/Gcm_BaseView.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/Gcm_BaseViewTips.xml b/wb_new_ui/assets/Common/Gcm_BaseViewTips.xml
new file mode 100644
index 00000000..9eadb8a6
--- /dev/null
+++ b/wb_new_ui/assets/Common/Gcm_BaseViewTips.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/Gcm_BaseView_Full.xml b/wb_new_ui/assets/Common/Gcm_BaseView_Full.xml
new file mode 100644
index 00000000..b224bde2
--- /dev/null
+++ b/wb_new_ui/assets/Common/Gcm_BaseView_Full.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/Gcm_Window.xml b/wb_new_ui/assets/Common/Gcm_Window.xml
new file mode 100644
index 00000000..068e7649
--- /dev/null
+++ b/wb_new_ui/assets/Common/Gcm_Window.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/Gcm_Window_Full.xml b/wb_new_ui/assets/Common/Gcm_Window_Full.xml
new file mode 100644
index 00000000..f4c533b1
--- /dev/null
+++ b/wb_new_ui/assets/Common/Gcm_Window_Full.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/GlobalModalWaiting.xml b/wb_new_ui/assets/Common/GlobalModalWaiting.xml
new file mode 100644
index 00000000..5a02fa43
--- /dev/null
+++ b/wb_new_ui/assets/Common/GlobalModalWaiting.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/MessageBox.xml b/wb_new_ui/assets/Common/MessageBox.xml
new file mode 100644
index 00000000..ef8659a4
--- /dev/null
+++ b/wb_new_ui/assets/Common/MessageBox.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/MessageBox1.xml b/wb_new_ui/assets/Common/MessageBox1.xml
new file mode 100644
index 00000000..4c6dc7f8
--- /dev/null
+++ b/wb_new_ui/assets/Common/MessageBox1.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/NetConnect.xml b/wb_new_ui/assets/Common/NetConnect.xml
new file mode 100644
index 00000000..21a4aa29
--- /dev/null
+++ b/wb_new_ui/assets/Common/NetConnect.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/PopPanel.xml b/wb_new_ui/assets/Common/PopPanel.xml
new file mode 100644
index 00000000..f34fc293
--- /dev/null
+++ b/wb_new_ui/assets/Common/PopPanel.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/RightPanel.xml b/wb_new_ui/assets/Common/RightPanel.xml
new file mode 100644
index 00000000..234f391f
--- /dev/null
+++ b/wb_new_ui/assets/Common/RightPanel.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/RightPanel_new.xml b/wb_new_ui/assets/Common/RightPanel_new.xml
new file mode 100644
index 00000000..7be32c55
--- /dev/null
+++ b/wb_new_ui/assets/Common/RightPanel_new.xml
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/ToolsTip.xml b/wb_new_ui/assets/Common/ToolsTip.xml
new file mode 100644
index 00000000..6a09d170
--- /dev/null
+++ b/wb_new_ui/assets/Common/ToolsTip.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/UIPanel.xml b/wb_new_ui/assets/Common/UIPanel.xml
new file mode 100644
index 00000000..568e630c
--- /dev/null
+++ b/wb_new_ui/assets/Common/UIPanel.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/Win_ConnectTip.xml b/wb_new_ui/assets/Common/Win_ConnectTip.xml
new file mode 100644
index 00000000..6b8f263c
--- /dev/null
+++ b/wb_new_ui/assets/Common/Win_ConnectTip.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/Win_Frame.xml b/wb_new_ui/assets/Common/Win_Frame.xml
new file mode 100644
index 00000000..98cd62db
--- /dev/null
+++ b/wb_new_ui/assets/Common/Win_Frame.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/Win_Frame_full.xml b/wb_new_ui/assets/Common/Win_Frame_full.xml
new file mode 100644
index 00000000..03e337b0
--- /dev/null
+++ b/wb_new_ui/assets/Common/Win_Frame_full.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/Win_Level1.xml b/wb_new_ui/assets/Common/Win_Level1.xml
new file mode 100644
index 00000000..7fb5d9cd
--- /dev/null
+++ b/wb_new_ui/assets/Common/Win_Level1.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/bg/Rectangle 90@3x.png b/wb_new_ui/assets/Common/bg/Rectangle 90@3x.png
new file mode 100644
index 00000000..cb2177b0
Binary files /dev/null and b/wb_new_ui/assets/Common/bg/Rectangle 90@3x.png differ
diff --git a/wb_new_ui/assets/Common/bg/family_bg.png b/wb_new_ui/assets/Common/bg/family_bg.png
new file mode 100644
index 00000000..c50641eb
Binary files /dev/null and b/wb_new_ui/assets/Common/bg/family_bg.png differ
diff --git a/wb_new_ui/assets/Common/bg/lobby_bg.png b/wb_new_ui/assets/Common/bg/lobby_bg.png
new file mode 100644
index 00000000..da3b515e
Binary files /dev/null and b/wb_new_ui/assets/Common/bg/lobby_bg.png differ
diff --git a/wb_new_ui/assets/Common/bg/loggin_bg.png b/wb_new_ui/assets/Common/bg/loggin_bg.png
new file mode 100644
index 00000000..c500e78c
Binary files /dev/null and b/wb_new_ui/assets/Common/bg/loggin_bg.png differ
diff --git a/wb_new_ui/assets/Common/btn_invite(1)(1).xml b/wb_new_ui/assets/Common/btn_invite(1)(1).xml
new file mode 100644
index 00000000..a98ceb1e
--- /dev/null
+++ b/wb_new_ui/assets/Common/btn_invite(1)(1).xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_Blue.xml b/wb_new_ui/assets/Common/buttons/Btn_Blue.xml
new file mode 100644
index 00000000..c788e4cd
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_Blue.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_Blue2.xml b/wb_new_ui/assets/Common/buttons/Btn_Blue2.xml
new file mode 100644
index 00000000..301cac26
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_Blue2.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_Blue_New.xml b/wb_new_ui/assets/Common/buttons/Btn_Blue_New.xml
new file mode 100644
index 00000000..8b956d77
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_Blue_New.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_Common.xml b/wb_new_ui/assets/Common/buttons/Btn_Common.xml
new file mode 100644
index 00000000..69cbd680
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_Common.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_Common1.xml b/wb_new_ui/assets/Common/buttons/Btn_Common1.xml
new file mode 100644
index 00000000..aef760b3
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_Common1.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_Common_game.xml b/wb_new_ui/assets/Common/buttons/Btn_Common_game.xml
new file mode 100644
index 00000000..badfbbac
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_Common_game.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_Dismiss.xml b/wb_new_ui/assets/Common/buttons/Btn_Dismiss.xml
new file mode 100644
index 00000000..a0d83569
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_Dismiss.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_Dismiss_Agree.xml b/wb_new_ui/assets/Common/buttons/Btn_Dismiss_Agree.xml
new file mode 100644
index 00000000..0d525980
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_Dismiss_Agree.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_GPS.xml b/wb_new_ui/assets/Common/buttons/Btn_GPS.xml
new file mode 100644
index 00000000..1fe18978
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_GPS.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_Green_New.xml b/wb_new_ui/assets/Common/buttons/Btn_Green_New.xml
new file mode 100644
index 00000000..3b5286b2
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_Green_New.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_Introduce.xml b/wb_new_ui/assets/Common/buttons/Btn_Introduce.xml
new file mode 100644
index 00000000..e03e45ab
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_Introduce.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_Return.xml b/wb_new_ui/assets/Common/buttons/Btn_Return.xml
new file mode 100644
index 00000000..5aa36299
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_Return.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_Rule.xml b/wb_new_ui/assets/Common/buttons/Btn_Rule.xml
new file mode 100644
index 00000000..dd3f669d
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_Rule.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_Setting.xml b/wb_new_ui/assets/Common/buttons/Btn_Setting.xml
new file mode 100644
index 00000000..1420be9c
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_Setting.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_Yellow.xml b/wb_new_ui/assets/Common/buttons/Btn_Yellow.xml
new file mode 100644
index 00000000..80e8b90e
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_Yellow.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_Yellow_New.xml b/wb_new_ui/assets/Common/buttons/Btn_Yellow_New.xml
new file mode 100644
index 00000000..0cab418d
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_Yellow_New.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_Yellow_long.xml b/wb_new_ui/assets/Common/buttons/Btn_Yellow_long.xml
new file mode 100644
index 00000000..fb37964c
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_Yellow_long.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_back.xml b/wb_new_ui/assets/Common/buttons/Btn_back.xml
new file mode 100644
index 00000000..c72448e1
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_back.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_back_lobby.xml b/wb_new_ui/assets/Common/buttons/Btn_back_lobby.xml
new file mode 100644
index 00000000..ac5b5d3e
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_back_lobby.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_blue_long.xml b/wb_new_ui/assets/Common/buttons/Btn_blue_long.xml
new file mode 100644
index 00000000..44f2826d
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_blue_long.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_close(1).xml b/wb_new_ui/assets/Common/buttons/Btn_close(1).xml
new file mode 100644
index 00000000..965adec4
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_close(1).xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_close.xml b/wb_new_ui/assets/Common/buttons/Btn_close.xml
new file mode 100644
index 00000000..3b5f6352
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_close.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_close_blue.xml b/wb_new_ui/assets/Common/buttons/Btn_close_blue.xml
new file mode 100644
index 00000000..fffdbb2f
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_close_blue.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_cr_all.xml b/wb_new_ui/assets/Common/buttons/Btn_cr_all.xml
new file mode 100644
index 00000000..343a37db
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_cr_all.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_menu_h.xml b/wb_new_ui/assets/Common/buttons/Btn_menu_h.xml
new file mode 100644
index 00000000..28a87a2a
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_menu_h.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_menu_h_small.xml b/wb_new_ui/assets/Common/buttons/Btn_menu_h_small.xml
new file mode 100644
index 00000000..36800d4a
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_menu_h_small.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_menu_l.xml b/wb_new_ui/assets/Common/buttons/Btn_menu_l.xml
new file mode 100644
index 00000000..9ff48540
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_menu_l.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_menu_l1.xml b/wb_new_ui/assets/Common/buttons/Btn_menu_l1.xml
new file mode 100644
index 00000000..710205ed
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_menu_l1.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_menu_l2.xml b/wb_new_ui/assets/Common/buttons/Btn_menu_l2.xml
new file mode 100644
index 00000000..7b6fcbf7
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_menu_l2.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_menu_l3.xml b/wb_new_ui/assets/Common/buttons/Btn_menu_l3.xml
new file mode 100644
index 00000000..562e1975
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_menu_l3.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_menu_r.xml b/wb_new_ui/assets/Common/buttons/Btn_menu_r.xml
new file mode 100644
index 00000000..1c79966b
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_menu_r.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_menu_r1.xml b/wb_new_ui/assets/Common/buttons/Btn_menu_r1.xml
new file mode 100644
index 00000000..1fac0587
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_menu_r1.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_menu_r2.xml b/wb_new_ui/assets/Common/buttons/Btn_menu_r2.xml
new file mode 100644
index 00000000..bb858413
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_menu_r2.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_menu_r3.xml b/wb_new_ui/assets/Common/buttons/Btn_menu_r3.xml
new file mode 100644
index 00000000..ba5fddef
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_menu_r3.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_menu_v.xml b/wb_new_ui/assets/Common/buttons/Btn_menu_v.xml
new file mode 100644
index 00000000..f49f1444
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_menu_v.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_menu_v1.xml b/wb_new_ui/assets/Common/buttons/Btn_menu_v1.xml
new file mode 100644
index 00000000..717d3bdc
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_menu_v1.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_menu_v2.xml b/wb_new_ui/assets/Common/buttons/Btn_menu_v2.xml
new file mode 100644
index 00000000..3085e6d4
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_menu_v2.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_newYellow_comfirm.xml b/wb_new_ui/assets/Common/buttons/Btn_newYellow_comfirm.xml
new file mode 100644
index 00000000..cbed2bc6
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_newYellow_comfirm.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_newYellow_long.xml b/wb_new_ui/assets/Common/buttons/Btn_newYellow_long.xml
new file mode 100644
index 00000000..48440709
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_newYellow_long.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Btn_wxyq.xml b/wb_new_ui/assets/Common/buttons/Btn_wxyq.xml
new file mode 100644
index 00000000..dbc92708
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Btn_wxyq.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/Button_1.xml b/wb_new_ui/assets/Common/buttons/Button_1.xml
new file mode 100644
index 00000000..b2eac891
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/Button_1.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/ListTitleItem.xml b/wb_new_ui/assets/Common/buttons/ListTitleItem.xml
new file mode 100644
index 00000000..f0273828
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/ListTitleItem.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/buttons/game_menu.xml b/wb_new_ui/assets/Common/buttons/game_menu.xml
new file mode 100644
index 00000000..bc7f10f0
--- /dev/null
+++ b/wb_new_ui/assets/Common/buttons/game_menu.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/Component1.xml b/wb_new_ui/assets/Common/component/Component1.xml
new file mode 100644
index 00000000..af7774c1
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/Component1.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/btn_keyboard/btn_keyboard.xml b/wb_new_ui/assets/Common/component/btn_keyboard/btn_keyboard.xml
new file mode 100644
index 00000000..3c1e9761
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/btn_keyboard/btn_keyboard.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/button/btn_back.xml b/wb_new_ui/assets/Common/component/button/btn_back.xml
new file mode 100644
index 00000000..22f34141
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/button/btn_back.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/button/btn_getCode.xml b/wb_new_ui/assets/Common/component/button/btn_getCode.xml
new file mode 100644
index 00000000..93eb06f6
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/button/btn_getCode.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/button/btn_tab.xml b/wb_new_ui/assets/Common/component/button/btn_tab.xml
new file mode 100644
index 00000000..f7d4ef07
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/button/btn_tab.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/button/images/agent_account_btn@2x.png b/wb_new_ui/assets/Common/component/button/images/agent_account_btn@2x.png
new file mode 100644
index 00000000..f8146014
Binary files /dev/null and b/wb_new_ui/assets/Common/component/button/images/agent_account_btn@2x.png differ
diff --git a/wb_new_ui/assets/Common/component/button/images/agent_account_btn_check@2x.png b/wb_new_ui/assets/Common/component/button/images/agent_account_btn_check@2x.png
new file mode 100644
index 00000000..d8fcbadb
Binary files /dev/null and b/wb_new_ui/assets/Common/component/button/images/agent_account_btn_check@2x.png differ
diff --git a/wb_new_ui/assets/Common/component/button/images/fall_dialog_head_cancel.png b/wb_new_ui/assets/Common/component/button/images/fall_dialog_head_cancel.png
new file mode 100644
index 00000000..32b6ed02
Binary files /dev/null and b/wb_new_ui/assets/Common/component/button/images/fall_dialog_head_cancel.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/Btn_Common_Info.xml b/wb_new_ui/assets/Common/component/create_room/Btn_Common_Info.xml
new file mode 100644
index 00000000..bfd76c98
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/create_room/Btn_Common_Info.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/create_room/Btn_cr_checkbox.xml b/wb_new_ui/assets/Common/component/create_room/Btn_cr_checkbox.xml
new file mode 100644
index 00000000..05cd2f9e
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/create_room/Btn_cr_checkbox.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/create_room/Btn_cr_checkbox2.xml b/wb_new_ui/assets/Common/component/create_room/Btn_cr_checkbox2.xml
new file mode 100644
index 00000000..e7ccf1bc
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/create_room/Btn_cr_checkbox2.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/create_room/Btn_hot.xml b/wb_new_ui/assets/Common/component/create_room/Btn_hot.xml
new file mode 100644
index 00000000..061e52e4
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/create_room/Btn_hot.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/create_room/Com_rule.xml b/wb_new_ui/assets/Common/component/create_room/Com_rule.xml
new file mode 100644
index 00000000..d0e853ef
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/create_room/Com_rule.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/create_room/ComboBox1.xml b/wb_new_ui/assets/Common/component/create_room/ComboBox1.xml
new file mode 100644
index 00000000..7e3ca350
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/create_room/ComboBox1.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/create_room/ComboBox1_item.xml b/wb_new_ui/assets/Common/component/create_room/ComboBox1_item.xml
new file mode 100644
index 00000000..f6e8d4df
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/create_room/ComboBox1_item.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/create_room/ComboBox1_popup.xml b/wb_new_ui/assets/Common/component/create_room/ComboBox1_popup.xml
new file mode 100644
index 00000000..87ab8130
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/create_room/ComboBox1_popup.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/create_room/ExtendHotUpdate.xml b/wb_new_ui/assets/Common/component/create_room/ExtendHotUpdate.xml
new file mode 100644
index 00000000..e009dca3
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/create_room/ExtendHotUpdate.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/create_room/ProgressBar3.xml b/wb_new_ui/assets/Common/component/create_room/ProgressBar3.xml
new file mode 100644
index 00000000..faa5ff90
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/create_room/ProgressBar3.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/create_room/Win_rule.xml b/wb_new_ui/assets/Common/component/create_room/Win_rule.xml
new file mode 100644
index 00000000..06233da2
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/create_room/Win_rule.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/create_room/di01.xml b/wb_new_ui/assets/Common/component/create_room/di01.xml
new file mode 100644
index 00000000..f2541404
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/create_room/di01.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/create_room/di02.xml b/wb_new_ui/assets/Common/component/create_room/di02.xml
new file mode 100644
index 00000000..c28fd68b
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/create_room/di02.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/create_room/di03.xml b/wb_new_ui/assets/Common/component/create_room/di03.xml
new file mode 100644
index 00000000..f0f92d73
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/create_room/di03.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/create_room/image/ann_xiayibu.png b/wb_new_ui/assets/Common/component/create_room/image/ann_xiayibu.png
new file mode 100644
index 00000000..6de68500
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/ann_xiayibu.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/ann_zhuobuyanse.png b/wb_new_ui/assets/Common/component/create_room/image/ann_zhuobuyanse.png
new file mode 100644
index 00000000..efc2a6e7
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/ann_zhuobuyanse.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/button01.png b/wb_new_ui/assets/Common/component/create_room/image/button01.png
new file mode 100644
index 00000000..7ba7e848
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/button01.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/button02.png b/wb_new_ui/assets/Common/component/create_room/image/button02.png
new file mode 100644
index 00000000..e005531b
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/button02.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/button03.png b/wb_new_ui/assets/Common/component/create_room/image/button03.png
new file mode 100644
index 00000000..1dc6ff4e
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/button03.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/button04.png b/wb_new_ui/assets/Common/component/create_room/image/button04.png
new file mode 100644
index 00000000..f41357ac
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/button04.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/csan.png b/wb_new_ui/assets/Common/component/create_room/image/csan.png
new file mode 100644
index 00000000..d59e50c2
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/csan.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/di0.png b/wb_new_ui/assets/Common/component/create_room/image/di0.png
new file mode 100644
index 00000000..b2539c70
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/di0.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/di14.png b/wb_new_ui/assets/Common/component/create_room/image/di14.png
new file mode 100644
index 00000000..3abd72cb
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/di14.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/di16.png b/wb_new_ui/assets/Common/component/create_room/image/di16.png
new file mode 100644
index 00000000..6fafa4d8
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/di16.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/gban.png b/wb_new_ui/assets/Common/component/create_room/image/gban.png
new file mode 100644
index 00000000..ddfeed6a
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/gban.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/gou.png b/wb_new_ui/assets/Common/component/create_room/image/gou.png
new file mode 100644
index 00000000..1d9c44a3
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/gou.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/hsxdk01.png b/wb_new_ui/assets/Common/component/create_room/image/hsxdk01.png
new file mode 100644
index 00000000..3447a71e
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/hsxdk01.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/jdt.png b/wb_new_ui/assets/Common/component/create_room/image/jdt.png
new file mode 100644
index 00000000..d342fd9f
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/jdt.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/jdtdk.png b/wb_new_ui/assets/Common/component/create_room/image/jdtdk.png
new file mode 100644
index 00000000..82587154
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/jdtdk.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/multiple_btn_n.png b/wb_new_ui/assets/Common/component/create_room/image/multiple_btn_n.png
new file mode 100644
index 00000000..92380b7b
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/multiple_btn_n.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/multiple_btn_s.png b/wb_new_ui/assets/Common/component/create_room/image/multiple_btn_s.png
new file mode 100644
index 00000000..094c80e9
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/multiple_btn_s.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/pic01.png b/wb_new_ui/assets/Common/component/create_room/image/pic01.png
new file mode 100644
index 00000000..9f30b0eb
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/pic01.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/pic02.png b/wb_new_ui/assets/Common/component/create_room/image/pic02.png
new file mode 100644
index 00000000..b1cd8c1b
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/pic02.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/pic03.png b/wb_new_ui/assets/Common/component/create_room/image/pic03.png
new file mode 100644
index 00000000..58635da5
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/pic03.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/pic04.png b/wb_new_ui/assets/Common/component/create_room/image/pic04.png
new file mode 100644
index 00000000..2df0722a
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/pic04.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/pic05.png b/wb_new_ui/assets/Common/component/create_room/image/pic05.png
new file mode 100644
index 00000000..4d527258
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/pic05.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/pic06-2.png b/wb_new_ui/assets/Common/component/create_room/image/pic06-2.png
new file mode 100644
index 00000000..86a581ae
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/pic06-2.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/pic06.png b/wb_new_ui/assets/Common/component/create_room/image/pic06.png
new file mode 100644
index 00000000..98215c74
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/pic06.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/pic07.png b/wb_new_ui/assets/Common/component/create_room/image/pic07.png
new file mode 100644
index 00000000..86812f25
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/pic07.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/pic08.png b/wb_new_ui/assets/Common/component/create_room/image/pic08.png
new file mode 100644
index 00000000..f8ffdadb
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/pic08.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/pic09.png b/wb_new_ui/assets/Common/component/create_room/image/pic09.png
new file mode 100644
index 00000000..61527cb5
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/pic09.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/pic10.png b/wb_new_ui/assets/Common/component/create_room/image/pic10.png
new file mode 100644
index 00000000..ca530f4e
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/pic10.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/pic11.png b/wb_new_ui/assets/Common/component/create_room/image/pic11.png
new file mode 100644
index 00000000..4211acaf
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/pic11.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/single_btn_s.png b/wb_new_ui/assets/Common/component/create_room/image/single_btn_s.png
new file mode 100644
index 00000000..14d3bc52
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/single_btn_s.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/wenhao.png b/wb_new_ui/assets/Common/component/create_room/image/wenhao.png
new file mode 100644
index 00000000..c1cd5d8c
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/wenhao.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/image/zk.png b/wb_new_ui/assets/Common/component/create_room/image/zk.png
new file mode 100644
index 00000000..073108a0
Binary files /dev/null and b/wb_new_ui/assets/Common/component/create_room/image/zk.png differ
diff --git a/wb_new_ui/assets/Common/component/create_room/wenhao.xml b/wb_new_ui/assets/Common/component/create_room/wenhao.xml
new file mode 100644
index 00000000..d4032ed9
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/create_room/wenhao.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/dismiss_room/Agree.xml b/wb_new_ui/assets/Common/component/dismiss_room/Agree.xml
new file mode 100644
index 00000000..7b599111
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/dismiss_room/Agree.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/dismiss_room/btn_keyboard/btn_keyboard.xml b/wb_new_ui/assets/Common/component/dismiss_room/btn_keyboard/btn_keyboard.xml
new file mode 100644
index 00000000..2f3799b3
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/dismiss_room/btn_keyboard/btn_keyboard.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/dismiss_room/btn_keyboard/btn_keyboard_clean.xml b/wb_new_ui/assets/Common/component/dismiss_room/btn_keyboard/btn_keyboard_clean.xml
new file mode 100644
index 00000000..60dfc3fc
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/dismiss_room/btn_keyboard/btn_keyboard_clean.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/dismiss_room/btn_keyboard/btn_keyboard_dot.xml b/wb_new_ui/assets/Common/component/dismiss_room/btn_keyboard/btn_keyboard_dot.xml
new file mode 100644
index 00000000..61dc08dd
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/dismiss_room/btn_keyboard/btn_keyboard_dot.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/dismiss_room/btn_keyboard/btn_keyboard_min.xml b/wb_new_ui/assets/Common/component/dismiss_room/btn_keyboard/btn_keyboard_min.xml
new file mode 100644
index 00000000..ec7ec22a
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/dismiss_room/btn_keyboard/btn_keyboard_min.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/dismiss_room/dismiss_room.xml b/wb_new_ui/assets/Common/component/dismiss_room/dismiss_room.xml
new file mode 100644
index 00000000..64b8bb27
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/dismiss_room/dismiss_room.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/dismiss_room/item_dimiss.xml b/wb_new_ui/assets/Common/component/dismiss_room/item_dimiss.xml
new file mode 100644
index 00000000..19f64c86
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/dismiss_room/item_dimiss.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/game/btn_ready.xml b/wb_new_ui/assets/Common/component/game/btn_ready.xml
new file mode 100644
index 00000000..f87edfd8
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/game/btn_ready.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/game/platform_btn_ready_1.png b/wb_new_ui/assets/Common/component/game/platform_btn_ready_1.png
new file mode 100644
index 00000000..b0e98c3a
Binary files /dev/null and b/wb_new_ui/assets/Common/component/game/platform_btn_ready_1.png differ
diff --git a/wb_new_ui/assets/Common/component/gameCommonPanel.xml b/wb_new_ui/assets/Common/component/gameCommonPanel.xml
new file mode 100644
index 00000000..59deee5a
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/gameCommonPanel.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/gps/alertor.png b/wb_new_ui/assets/Common/component/gps/alertor.png
new file mode 100644
index 00000000..1de13ba7
Binary files /dev/null and b/wb_new_ui/assets/Common/component/gps/alertor.png differ
diff --git a/wb_new_ui/assets/Common/component/gps/btn_distance_new.xml b/wb_new_ui/assets/Common/component/gps/btn_distance_new.xml
new file mode 100644
index 00000000..e70faec0
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/gps/btn_distance_new.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/gps/distance/GPS.png b/wb_new_ui/assets/Common/component/gps/distance/GPS.png
new file mode 100644
index 00000000..0d1a9342
Binary files /dev/null and b/wb_new_ui/assets/Common/component/gps/distance/GPS.png differ
diff --git a/wb_new_ui/assets/Common/component/gps/distance/GPS_bg.png b/wb_new_ui/assets/Common/component/gps/distance/GPS_bg.png
new file mode 100644
index 00000000..bf9ebd70
Binary files /dev/null and b/wb_new_ui/assets/Common/component/gps/distance/GPS_bg.png differ
diff --git a/wb_new_ui/assets/Common/component/gps/distance/GPS_headBg.png b/wb_new_ui/assets/Common/component/gps/distance/GPS_headBg.png
new file mode 100644
index 00000000..14535943
Binary files /dev/null and b/wb_new_ui/assets/Common/component/gps/distance/GPS_headBg.png differ
diff --git a/wb_new_ui/assets/Common/component/gps/distance/biaoti01.png b/wb_new_ui/assets/Common/component/gps/distance/biaoti01.png
new file mode 100644
index 00000000..c44414e2
Binary files /dev/null and b/wb_new_ui/assets/Common/component/gps/distance/biaoti01.png differ
diff --git a/wb_new_ui/assets/Common/component/gps/distance/btn_distance.xml b/wb_new_ui/assets/Common/component/gps/distance/btn_distance.xml
new file mode 100644
index 00000000..991755b6
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/gps/distance/btn_distance.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/gps/distance/com_Distance.xml b/wb_new_ui/assets/Common/component/gps/distance/com_Distance.xml
new file mode 100644
index 00000000..627c8039
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/gps/distance/com_Distance.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/gps/distance/com_distance_p2.xml b/wb_new_ui/assets/Common/component/gps/distance/com_distance_p2.xml
new file mode 100644
index 00000000..c29cf7ba
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/gps/distance/com_distance_p2.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/gps/distance/com_distance_p3.xml b/wb_new_ui/assets/Common/component/gps/distance/com_distance_p3.xml
new file mode 100644
index 00000000..31831ad6
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/gps/distance/com_distance_p3.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/gps/distance/com_distance_p4.xml b/wb_new_ui/assets/Common/component/gps/distance/com_distance_p4.xml
new file mode 100644
index 00000000..0e18ef68
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/gps/distance/com_distance_p4.xml
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/gps/distance/weizhi.png b/wb_new_ui/assets/Common/component/gps/distance/weizhi.png
new file mode 100644
index 00000000..369c7020
Binary files /dev/null and b/wb_new_ui/assets/Common/component/gps/distance/weizhi.png differ
diff --git a/wb_new_ui/assets/Common/component/gps/distance/xian.png b/wb_new_ui/assets/Common/component/gps/distance/xian.png
new file mode 100644
index 00000000..55a86685
Binary files /dev/null and b/wb_new_ui/assets/Common/component/gps/distance/xian.png differ
diff --git a/wb_new_ui/assets/Common/component/gps/distance/xian1.png b/wb_new_ui/assets/Common/component/gps/distance/xian1.png
new file mode 100644
index 00000000..e9997b5b
Binary files /dev/null and b/wb_new_ui/assets/Common/component/gps/distance/xian1.png differ
diff --git a/wb_new_ui/assets/Common/component/gps/gps_tips.xml b/wb_new_ui/assets/Common/component/gps/gps_tips.xml
new file mode 100644
index 00000000..91f803bb
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/gps/gps_tips.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/gps/hsgps.png b/wb_new_ui/assets/Common/component/gps/hsgps.png
new file mode 100644
index 00000000..2de98968
Binary files /dev/null and b/wb_new_ui/assets/Common/component/gps/hsgps.png differ
diff --git a/wb_new_ui/assets/Common/component/gps/jingbao.mp3 b/wb_new_ui/assets/Common/component/gps/jingbao.mp3
new file mode 100644
index 00000000..58b3abc9
Binary files /dev/null and b/wb_new_ui/assets/Common/component/gps/jingbao.mp3 differ
diff --git a/wb_new_ui/assets/Common/component/gps/light.png b/wb_new_ui/assets/Common/component/gps/light.png
new file mode 100644
index 00000000..f708c774
Binary files /dev/null and b/wb_new_ui/assets/Common/component/gps/light.png differ
diff --git a/wb_new_ui/assets/Common/component/gps/lsgps.png b/wb_new_ui/assets/Common/component/gps/lsgps.png
new file mode 100644
index 00000000..8425f601
Binary files /dev/null and b/wb_new_ui/assets/Common/component/gps/lsgps.png differ
diff --git a/wb_new_ui/assets/Common/component/gps/pop_gps_tips.xml b/wb_new_ui/assets/Common/component/gps/pop_gps_tips.xml
new file mode 100644
index 00000000..76950c14
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/gps/pop_gps_tips.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/hand/PokeHand/00.png b/wb_new_ui/assets/Common/component/hand/PokeHand/00.png
new file mode 100644
index 00000000..bd2dedfc
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/PokeHand/00.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/PokeHand/panel_handPoke.xml b/wb_new_ui/assets/Common/component/hand/PokeHand/panel_handPoke.xml
new file mode 100644
index 00000000..0501ebda
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/hand/PokeHand/panel_handPoke.xml
@@ -0,0 +1,388 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/hand/PokeHand/panel_handPoke02.xml b/wb_new_ui/assets/Common/component/hand/PokeHand/panel_handPoke02.xml
new file mode 100644
index 00000000..862501c7
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/hand/PokeHand/panel_handPoke02.xml
@@ -0,0 +1,388 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/hand/ZiPaiHand/panel_handzipai.xml b/wb_new_ui/assets/Common/component/hand/ZiPaiHand/panel_handzipai.xml
new file mode 100644
index 00000000..9a93f3f8
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/hand/ZiPaiHand/panel_handzipai.xml
@@ -0,0 +1,362 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/hand/ZiPaiHand/panel_handzipai02.xml b/wb_new_ui/assets/Common/component/hand/ZiPaiHand/panel_handzipai02.xml
new file mode 100644
index 00000000..b0070e21
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/hand/ZiPaiHand/panel_handzipai02.xml
@@ -0,0 +1,341 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/hand/ZiPaiHand/panel_handzipai03.xml b/wb_new_ui/assets/Common/component/hand/ZiPaiHand/panel_handzipai03.xml
new file mode 100644
index 00000000..cdde194a
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/hand/ZiPaiHand/panel_handzipai03.xml
@@ -0,0 +1,341 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/hand/ZiPaiHand/zipai.png b/wb_new_ui/assets/Common/component/hand/ZiPaiHand/zipai.png
new file mode 100644
index 00000000..2e6cf565
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/ZiPaiHand/zipai.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handAnima/handAnim.jta b/wb_new_ui/assets/Common/component/hand/handAnima/handAnim.jta
new file mode 100644
index 00000000..1e8506bd
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handAnima/handAnim.jta differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_01.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_01.png
new file mode 100644
index 00000000..de34457a
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_01.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_02.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_02.png
new file mode 100644
index 00000000..0817c200
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_02.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_03.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_03.png
new file mode 100644
index 00000000..8948d9a9
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_03.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_04.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_04.png
new file mode 100644
index 00000000..ca174f52
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_04.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_05.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_05.png
new file mode 100644
index 00000000..b4f0edad
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_05.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_06.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_06.png
new file mode 100644
index 00000000..78d1d48a
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_06.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_07.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_07.png
new file mode 100644
index 00000000..2ddc24f0
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_07.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_08.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_08.png
new file mode 100644
index 00000000..d95b58be
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_08.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_09.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_09.png
new file mode 100644
index 00000000..719b2a2c
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_09.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_10.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_10.png
new file mode 100644
index 00000000..206aebd0
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_10.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_11.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_11.png
new file mode 100644
index 00000000..94fa1f5c
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_11.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_12.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_12.png
new file mode 100644
index 00000000..0b8e9845
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_12.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_13.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_13.png
new file mode 100644
index 00000000..4abba7f7
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_13.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_14.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_14.png
new file mode 100644
index 00000000..d36ed007
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_14.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_15.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_15.png
new file mode 100644
index 00000000..3fd3ded3
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_15.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_16.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_16.png
new file mode 100644
index 00000000..59cc16e2
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_16.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_17.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_17.png
new file mode 100644
index 00000000..d2910a2a
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_17.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_18.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_18.png
new file mode 100644
index 00000000..1e95fc9b
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_18.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_19.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_19.png
new file mode 100644
index 00000000..99b7c2bb
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_19.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_20.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_20.png
new file mode 100644
index 00000000..9d4b0f34
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_20.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_21.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_21.png
new file mode 100644
index 00000000..f9aa8a7d
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_21.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_22.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_22.png
new file mode 100644
index 00000000..cf9933f7
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_22.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_23.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_23.png
new file mode 100644
index 00000000..253bfcd0
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_23.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_24.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_24.png
new file mode 100644
index 00000000..b65d3d43
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_24.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_25.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_25.png
new file mode 100644
index 00000000..07935f6c
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_25.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_26.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_26.png
new file mode 100644
index 00000000..7f332391
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_26.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_27.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_27.png
new file mode 100644
index 00000000..b48b88d9
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_27.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_28.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_28.png
new file mode 100644
index 00000000..ba3517d4
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_28.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_29.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_29.png
new file mode 100644
index 00000000..376e1e17
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_29.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_30.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_30.png
new file mode 100644
index 00000000..5f192652
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_30.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_31.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_31.png
new file mode 100644
index 00000000..c6856839
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_31.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_32.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_32.png
new file mode 100644
index 00000000..00ce38ea
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_32.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_33.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_33.png
new file mode 100644
index 00000000..7dfaf8c3
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_33.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_34.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_34.png
new file mode 100644
index 00000000..f9f98bc1
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_34.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_35.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_35.png
new file mode 100644
index 00000000..60decaa6
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_35.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_36.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_36.png
new file mode 100644
index 00000000..0ee14be8
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_36.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_37.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_37.png
new file mode 100644
index 00000000..f5fc7320
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_37.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_38.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_38.png
new file mode 100644
index 00000000..14a10ba2
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_38.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_39.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_39.png
new file mode 100644
index 00000000..abfcd232
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_39.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_40.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_40.png
new file mode 100644
index 00000000..ec70dcd8
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_40.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_41.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_41.png
new file mode 100644
index 00000000..d7f9884b
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_41.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_42.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_42.png
new file mode 100644
index 00000000..f629fd65
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_42.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_43.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_43.png
new file mode 100644
index 00000000..93bd6f18
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_43.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_44.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_44.png
new file mode 100644
index 00000000..c2063f8f
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_44.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_45.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_45.png
new file mode 100644
index 00000000..82973945
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_45.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_46.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_46.png
new file mode 100644
index 00000000..7b58c9c5
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_46.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_47.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_47.png
new file mode 100644
index 00000000..60e7770c
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_47.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_48.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_48.png
new file mode 100644
index 00000000..9a46ffb9
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_48.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/handImage/shou_49.png b/wb_new_ui/assets/Common/component/hand/handImage/shou_49.png
new file mode 100644
index 00000000..9d3d2c61
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/handImage/shou_49.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/majiangHand/202_00.png b/wb_new_ui/assets/Common/component/hand/majiangHand/202_00.png
new file mode 100644
index 00000000..c07fd920
Binary files /dev/null and b/wb_new_ui/assets/Common/component/hand/majiangHand/202_00.png differ
diff --git a/wb_new_ui/assets/Common/component/hand/majiangHand/panel_handanim.xml b/wb_new_ui/assets/Common/component/hand/majiangHand/panel_handanim.xml
new file mode 100644
index 00000000..d26a7263
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/hand/majiangHand/panel_handanim.xml
@@ -0,0 +1,392 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/hand/majiangHand/panel_handanim02.xml b/wb_new_ui/assets/Common/component/hand/majiangHand/panel_handanim02.xml
new file mode 100644
index 00000000..4cc473a7
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/hand/majiangHand/panel_handanim02.xml
@@ -0,0 +1,392 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/head/Btn_missile.xml b/wb_new_ui/assets/Common/component/head/Btn_missile.xml
new file mode 100644
index 00000000..cbbb702d
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/head/Btn_missile.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/head/Btn_realname.xml b/wb_new_ui/assets/Common/component/head/Btn_realname.xml
new file mode 100644
index 00000000..69450810
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/head/Btn_realname.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/head/Btn_verify.xml b/wb_new_ui/assets/Common/component/head/Btn_verify.xml
new file mode 100644
index 00000000..ea670420
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/head/Btn_verify.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/head/Head.xml b/wb_new_ui/assets/Common/component/head/Head.xml
new file mode 100644
index 00000000..fdcaa18a
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/head/Head.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/head/Head2.xml b/wb_new_ui/assets/Common/component/head/Head2.xml
new file mode 100644
index 00000000..8c7fb604
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/head/Head2.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/head/Head3.xml b/wb_new_ui/assets/Common/component/head/Head3.xml
new file mode 100644
index 00000000..cb853291
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/head/Head3.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/head/Head4.xml b/wb_new_ui/assets/Common/component/head/Head4.xml
new file mode 100644
index 00000000..2f48e234
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/head/Head4.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/head/HeadNameBG.xml b/wb_new_ui/assets/Common/component/head/HeadNameBG.xml
new file mode 100644
index 00000000..5d48e1a2
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/head/HeadNameBG.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/head/LinkLine.xml b/wb_new_ui/assets/Common/component/head/LinkLine.xml
new file mode 100644
index 00000000..4be82a8c
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/head/LinkLine.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/head/ProgressBar1.xml b/wb_new_ui/assets/Common/component/head/ProgressBar1.xml
new file mode 100644
index 00000000..618cc222
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/head/ProgressBar1.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/head/Win_headinfo.xml b/wb_new_ui/assets/Common/component/head/Win_headinfo.xml
new file mode 100644
index 00000000..85bf55c8
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/head/Win_headinfo.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/head/image/00(1).png b/wb_new_ui/assets/Common/component/head/image/00(1).png
new file mode 100644
index 00000000..20cb0d9a
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/00(1).png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/6.png b/wb_new_ui/assets/Common/component/head/image/6.png
new file mode 100644
index 00000000..21b0214f
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/6.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/b01.png b/wb_new_ui/assets/Common/component/head/image/b01.png
new file mode 100644
index 00000000..9235b728
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/b01.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/b02.png b/wb_new_ui/assets/Common/component/head/image/b02.png
new file mode 100644
index 00000000..9350ebda
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/b02.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/b03.png b/wb_new_ui/assets/Common/component/head/image/b03.png
new file mode 100644
index 00000000..c4a03c91
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/b03.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/b04.png b/wb_new_ui/assets/Common/component/head/image/b04.png
new file mode 100644
index 00000000..6352e269
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/b04.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/b05.png b/wb_new_ui/assets/Common/component/head/image/b05.png
new file mode 100644
index 00000000..edd35bc2
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/b05.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/bg_nei.9.png b/wb_new_ui/assets/Common/component/head/image/bg_nei.9.png
new file mode 100644
index 00000000..299d9a08
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/bg_nei.9.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/bg_wai.9.png b/wb_new_ui/assets/Common/component/head/image/bg_wai.9.png
new file mode 100644
index 00000000..dbcdbd5e
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/bg_wai.9.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/MovieClip1.jta b/wb_new_ui/assets/Common/component/head/image/effect/MovieClip1.jta
new file mode 100644
index 00000000..2d9d01fd
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/MovieClip1.jta differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/f02.png b/wb_new_ui/assets/Common/component/head/image/effect/f02.png
new file mode 100644
index 00000000..437696bd
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/f02.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/f03.png b/wb_new_ui/assets/Common/component/head/image/effect/f03.png
new file mode 100644
index 00000000..1d29dd96
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/f03.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/f04.png b/wb_new_ui/assets/Common/component/head/image/effect/f04.png
new file mode 100644
index 00000000..7f16021b
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/f04.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/jb.png b/wb_new_ui/assets/Common/component/head/image/effect/jb.png
new file mode 100644
index 00000000..b6a35994
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/jb.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/q04.png b/wb_new_ui/assets/Common/component/head/image/effect/q04.png
new file mode 100644
index 00000000..f6f604ed
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/q04.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/w02.png b/wb_new_ui/assets/Common/component/head/image/effect/w02.png
new file mode 100644
index 00000000..dcb3cd7a
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/w02.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/w03.png b/wb_new_ui/assets/Common/component/head/image/effect/w03.png
new file mode 100644
index 00000000..3d0822e7
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/w03.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/x02.png b/wb_new_ui/assets/Common/component/head/image/effect/x02.png
new file mode 100644
index 00000000..48945725
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/x02.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/x03.png b/wb_new_ui/assets/Common/component/head/image/effect/x03.png
new file mode 100644
index 00000000..3ed7de46
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/x03.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/z01(1).png b/wb_new_ui/assets/Common/component/head/image/effect/z01(1).png
new file mode 100644
index 00000000..169b7d66
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/z01(1).png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/z02.png b/wb_new_ui/assets/Common/component/head/image/effect/z02.png
new file mode 100644
index 00000000..3dfa9d57
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/z02.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/底.png b/wb_new_ui/assets/Common/component/head/image/effect/底.png
new file mode 100644
index 00000000..44960b54
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/底.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/手.png b/wb_new_ui/assets/Common/component/head/image/effect/手.png
new file mode 100644
index 00000000..aaa1516d
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/手.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/手臂.png b/wb_new_ui/assets/Common/component/head/image/effect/手臂.png
new file mode 100644
index 00000000..aaeb6f78
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/手臂.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/抓手.png b/wb_new_ui/assets/Common/component/head/image/effect/抓手.png
new file mode 100644
index 00000000..d52aa8f4
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/抓手.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/炸弹.png b/wb_new_ui/assets/Common/component/head/image/effect/炸弹.png
new file mode 100644
index 00000000..743ac76c
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/炸弹.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/炸弹1.png b/wb_new_ui/assets/Common/component/head/image/effect/炸弹1.png
new file mode 100644
index 00000000..bcd541c2
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/炸弹1.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/炸弹2.png b/wb_new_ui/assets/Common/component/head/image/effect/炸弹2.png
new file mode 100644
index 00000000..5ac1ebbc
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/炸弹2.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/炸弹3.png b/wb_new_ui/assets/Common/component/head/image/effect/炸弹3.png
new file mode 100644
index 00000000..bceb1f96
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/炸弹3.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/炸弹4.png b/wb_new_ui/assets/Common/component/head/image/effect/炸弹4.png
new file mode 100644
index 00000000..0c79987b
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/炸弹4.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/炸弹5.png b/wb_new_ui/assets/Common/component/head/image/effect/炸弹5.png
new file mode 100644
index 00000000..b7eebd2a
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/炸弹5.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/炸弹6.png b/wb_new_ui/assets/Common/component/head/image/effect/炸弹6.png
new file mode 100644
index 00000000..828f2de4
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/炸弹6.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/炸弹7.png b/wb_new_ui/assets/Common/component/head/image/effect/炸弹7.png
new file mode 100644
index 00000000..1633d3c5
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/炸弹7.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/炸弹8.png b/wb_new_ui/assets/Common/component/head/image/effect/炸弹8.png
new file mode 100644
index 00000000..d1341d9d
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/炸弹8.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/炸弹9.png b/wb_new_ui/assets/Common/component/head/image/effect/炸弹9.png
new file mode 100644
index 00000000..896c6c68
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/炸弹9.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/红包开.png b/wb_new_ui/assets/Common/component/head/image/effect/红包开.png
new file mode 100644
index 00000000..55628e35
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/红包开.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/蛋液.png b/wb_new_ui/assets/Common/component/head/image/effect/蛋液.png
new file mode 100644
index 00000000..d951aef7
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/蛋液.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/effect/鸡.png b/wb_new_ui/assets/Common/component/head/image/effect/鸡.png
new file mode 100644
index 00000000..e106ffc8
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/effect/鸡.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/myeffect/MovieClip2.jta b/wb_new_ui/assets/Common/component/head/image/myeffect/MovieClip2.jta
new file mode 100644
index 00000000..5e5f052b
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/myeffect/MovieClip2.jta differ
diff --git a/wb_new_ui/assets/Common/component/head/image/myeffect/f01.png b/wb_new_ui/assets/Common/component/head/image/myeffect/f01.png
new file mode 100644
index 00000000..c175e4c7
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/myeffect/f01.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/myeffect/m1.mp3 b/wb_new_ui/assets/Common/component/head/image/myeffect/m1.mp3
new file mode 100644
index 00000000..c256c438
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/myeffect/m1.mp3 differ
diff --git a/wb_new_ui/assets/Common/component/head/image/myeffect/m2.mp3 b/wb_new_ui/assets/Common/component/head/image/myeffect/m2.mp3
new file mode 100644
index 00000000..93955b90
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/myeffect/m2.mp3 differ
diff --git a/wb_new_ui/assets/Common/component/head/image/myeffect/m3.mp3 b/wb_new_ui/assets/Common/component/head/image/myeffect/m3.mp3
new file mode 100644
index 00000000..8cf06d78
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/myeffect/m3.mp3 differ
diff --git a/wb_new_ui/assets/Common/component/head/image/myeffect/m4.mp3 b/wb_new_ui/assets/Common/component/head/image/myeffect/m4.mp3
new file mode 100644
index 00000000..9ca0a43f
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/myeffect/m4.mp3 differ
diff --git a/wb_new_ui/assets/Common/component/head/image/myeffect/m5.mp3 b/wb_new_ui/assets/Common/component/head/image/myeffect/m5.mp3
new file mode 100644
index 00000000..30566dd6
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/myeffect/m5.mp3 differ
diff --git a/wb_new_ui/assets/Common/component/head/image/myeffect/q01.png b/wb_new_ui/assets/Common/component/head/image/myeffect/q01.png
new file mode 100644
index 00000000..18bbfcdb
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/myeffect/q01.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/myeffect/q05.png b/wb_new_ui/assets/Common/component/head/image/myeffect/q05.png
new file mode 100644
index 00000000..79ab19c0
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/myeffect/q05.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/myeffect/w01(1).png b/wb_new_ui/assets/Common/component/head/image/myeffect/w01(1).png
new file mode 100644
index 00000000..507884d5
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/myeffect/w01(1).png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/myeffect/x01.png b/wb_new_ui/assets/Common/component/head/image/myeffect/x01.png
new file mode 100644
index 00000000..786b93f9
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/myeffect/x01.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/myeffect/z.png b/wb_new_ui/assets/Common/component/head/image/myeffect/z.png
new file mode 100644
index 00000000..104f6a5b
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/myeffect/z.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/myeffect/光.png b/wb_new_ui/assets/Common/component/head/image/myeffect/光.png
new file mode 100644
index 00000000..c1746f06
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/myeffect/光.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/myeffect/炮.png b/wb_new_ui/assets/Common/component/head/image/myeffect/炮.png
new file mode 100644
index 00000000..a9a8c47f
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/myeffect/炮.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/qunfa1.png b/wb_new_ui/assets/Common/component/head/image/qunfa1.png
new file mode 100644
index 00000000..f3e2a5be
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/qunfa1.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/qunfa2.png b/wb_new_ui/assets/Common/component/head/image/qunfa2.png
new file mode 100644
index 00000000..97a62112
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/qunfa2.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/t01.png b/wb_new_ui/assets/Common/component/head/image/t01.png
new file mode 100644
index 00000000..e30e09b7
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/t01.png differ
diff --git a/wb_new_ui/assets/Common/component/head/image/touxiang_di_img.png b/wb_new_ui/assets/Common/component/head/image/touxiang_di_img.png
new file mode 100644
index 00000000..bbe6fa04
Binary files /dev/null and b/wb_new_ui/assets/Common/component/head/image/touxiang_di_img.png differ
diff --git a/wb_new_ui/assets/Common/component/head/missile/Eff1.xml b/wb_new_ui/assets/Common/component/head/missile/Eff1.xml
new file mode 100644
index 00000000..10191f99
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/head/missile/Eff1.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/head/missile/Eff2.xml b/wb_new_ui/assets/Common/component/head/missile/Eff2.xml
new file mode 100644
index 00000000..62e6bbf7
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/head/missile/Eff2.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/head/missile/Eff3.xml b/wb_new_ui/assets/Common/component/head/missile/Eff3.xml
new file mode 100644
index 00000000..7b8afb82
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/head/missile/Eff3.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/head/missile/Eff4.xml b/wb_new_ui/assets/Common/component/head/missile/Eff4.xml
new file mode 100644
index 00000000..0ec2e45b
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/head/missile/Eff4.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/head/missile/Eff5.xml b/wb_new_ui/assets/Common/component/head/missile/Eff5.xml
new file mode 100644
index 00000000..5a80956e
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/head/missile/Eff5.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/head/missile/myEff1.xml b/wb_new_ui/assets/Common/component/head/missile/myEff1.xml
new file mode 100644
index 00000000..2b081757
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/head/missile/myEff1.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/head/missile/myEff2.xml b/wb_new_ui/assets/Common/component/head/missile/myEff2.xml
new file mode 100644
index 00000000..848d8c78
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/head/missile/myEff2.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/head/missile/myEff3.xml b/wb_new_ui/assets/Common/component/head/missile/myEff3.xml
new file mode 100644
index 00000000..f3a15e88
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/head/missile/myEff3.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/head/missile/myEff4.xml b/wb_new_ui/assets/Common/component/head/missile/myEff4.xml
new file mode 100644
index 00000000..0153bc87
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/head/missile/myEff4.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/head/missile/myEff5.xml b/wb_new_ui/assets/Common/component/head/missile/myEff5.xml
new file mode 100644
index 00000000..a9bfbe16
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/head/missile/myEff5.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/loading.xml b/wb_new_ui/assets/Common/component/loading.xml
new file mode 100644
index 00000000..0612ec2b
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/loading.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/phone_info/Btn_game_menu.xml b/wb_new_ui/assets/Common/component/phone_info/Btn_game_menu.xml
new file mode 100644
index 00000000..b960c03f
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/phone_info/Btn_game_menu.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/phone_info/Btn_log.xml b/wb_new_ui/assets/Common/component/phone_info/Btn_log.xml
new file mode 100644
index 00000000..2975ad10
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/phone_info/Btn_log.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/phone_info/Btn_setting.xml b/wb_new_ui/assets/Common/component/phone_info/Btn_setting.xml
new file mode 100644
index 00000000..724d3b0f
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/phone_info/Btn_setting.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/phone_info/Component3(1).xml b/wb_new_ui/assets/Common/component/phone_info/Component3(1).xml
new file mode 100644
index 00000000..4b256acd
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/phone_info/Component3(1).xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/phone_info/Component3.xml b/wb_new_ui/assets/Common/component/phone_info/Component3.xml
new file mode 100644
index 00000000..e6e32ff9
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/phone_info/Component3.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/phone_info/ProgressBar2.xml b/wb_new_ui/assets/Common/component/phone_info/ProgressBar2.xml
new file mode 100644
index 00000000..74644370
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/phone_info/ProgressBar2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/phone_info/image/4g01.png b/wb_new_ui/assets/Common/component/phone_info/image/4g01.png
new file mode 100644
index 00000000..cbb50f5b
Binary files /dev/null and b/wb_new_ui/assets/Common/component/phone_info/image/4g01.png differ
diff --git a/wb_new_ui/assets/Common/component/phone_info/image/4g02.png b/wb_new_ui/assets/Common/component/phone_info/image/4g02.png
new file mode 100644
index 00000000..38cb7331
Binary files /dev/null and b/wb_new_ui/assets/Common/component/phone_info/image/4g02.png differ
diff --git a/wb_new_ui/assets/Common/component/phone_info/image/4g03.png b/wb_new_ui/assets/Common/component/phone_info/image/4g03.png
new file mode 100644
index 00000000..15bc9cc9
Binary files /dev/null and b/wb_new_ui/assets/Common/component/phone_info/image/4g03.png differ
diff --git a/wb_new_ui/assets/Common/component/phone_info/image/chakan.png b/wb_new_ui/assets/Common/component/phone_info/image/chakan.png
new file mode 100644
index 00000000..ff65453a
Binary files /dev/null and b/wb_new_ui/assets/Common/component/phone_info/image/chakan.png differ
diff --git a/wb_new_ui/assets/Common/component/phone_info/image/dianchi01.png b/wb_new_ui/assets/Common/component/phone_info/image/dianchi01.png
new file mode 100644
index 00000000..95d369ff
Binary files /dev/null and b/wb_new_ui/assets/Common/component/phone_info/image/dianchi01.png differ
diff --git a/wb_new_ui/assets/Common/component/phone_info/image/dianchi02.png b/wb_new_ui/assets/Common/component/phone_info/image/dianchi02.png
new file mode 100644
index 00000000..86b4430c
Binary files /dev/null and b/wb_new_ui/assets/Common/component/phone_info/image/dianchi02.png differ
diff --git a/wb_new_ui/assets/Common/component/phone_info/image/shezhi.png b/wb_new_ui/assets/Common/component/phone_info/image/shezhi.png
new file mode 100644
index 00000000..9f212dcc
Binary files /dev/null and b/wb_new_ui/assets/Common/component/phone_info/image/shezhi.png differ
diff --git a/wb_new_ui/assets/Common/component/phone_info/image/shezhi_up.png b/wb_new_ui/assets/Common/component/phone_info/image/shezhi_up.png
new file mode 100644
index 00000000..1a160427
Binary files /dev/null and b/wb_new_ui/assets/Common/component/phone_info/image/shezhi_up.png differ
diff --git a/wb_new_ui/assets/Common/component/phone_info/image/wifi01.png b/wb_new_ui/assets/Common/component/phone_info/image/wifi01.png
new file mode 100644
index 00000000..f5ff4a53
Binary files /dev/null and b/wb_new_ui/assets/Common/component/phone_info/image/wifi01.png differ
diff --git a/wb_new_ui/assets/Common/component/phone_info/image/wifi02.png b/wb_new_ui/assets/Common/component/phone_info/image/wifi02.png
new file mode 100644
index 00000000..f2de359a
Binary files /dev/null and b/wb_new_ui/assets/Common/component/phone_info/image/wifi02.png differ
diff --git a/wb_new_ui/assets/Common/component/phone_info/image/wifi03.png b/wb_new_ui/assets/Common/component/phone_info/image/wifi03.png
new file mode 100644
index 00000000..a64ca8b7
Binary files /dev/null and b/wb_new_ui/assets/Common/component/phone_info/image/wifi03.png differ
diff --git a/wb_new_ui/assets/Common/component/pop_oneChoose/btn_oneChoose.xml b/wb_new_ui/assets/Common/component/pop_oneChoose/btn_oneChoose.xml
new file mode 100644
index 00000000..fc6477e0
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/pop_oneChoose/btn_oneChoose.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/pop_oneInput/btn_close.xml b/wb_new_ui/assets/Common/component/pop_oneInput/btn_close.xml
new file mode 100644
index 00000000..175dd4dc
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/pop_oneInput/btn_close.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/pop_oneInput/label_tipText.xml b/wb_new_ui/assets/Common/component/pop_oneInput/label_tipText.xml
new file mode 100644
index 00000000..92593888
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/pop_oneInput/label_tipText.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/pop_twoChooser/btn_leftChoose.xml b/wb_new_ui/assets/Common/component/pop_twoChooser/btn_leftChoose.xml
new file mode 100644
index 00000000..b1332c6f
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/pop_twoChooser/btn_leftChoose.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/pop_twoChooser/btn_rightChoose.xml b/wb_new_ui/assets/Common/component/pop_twoChooser/btn_rightChoose.xml
new file mode 100644
index 00000000..d4438505
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/pop_twoChooser/btn_rightChoose.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/qiu.xml b/wb_new_ui/assets/Common/component/qiu.xml
new file mode 100644
index 00000000..7c98085a
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/qiu.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/record/Btn_record_play.xml b/wb_new_ui/assets/Common/component/record/Btn_record_play.xml
new file mode 100644
index 00000000..01db5e27
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/record/Btn_record_play.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/record/Btn_record_return.xml b/wb_new_ui/assets/Common/component/record/Btn_record_return.xml
new file mode 100644
index 00000000..22851de8
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/record/Btn_record_return.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/record/Btn_record_speed.xml b/wb_new_ui/assets/Common/component/record/Btn_record_speed.xml
new file mode 100644
index 00000000..cfb540b1
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/record/Btn_record_speed.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/record/Record.xml b/wb_new_ui/assets/Common/component/record/Record.xml
new file mode 100644
index 00000000..2297f731
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/record/Record.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/result/bd.png b/wb_new_ui/assets/Common/component/result/bd.png
new file mode 100644
index 00000000..bd6f40e9
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/bd.png differ
diff --git a/wb_new_ui/assets/Common/component/result/bsxz.png b/wb_new_ui/assets/Common/component/result/bsxz.png
new file mode 100644
index 00000000..94139128
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/bsxz.png differ
diff --git a/wb_new_ui/assets/Common/component/result/component/big_result_item.xml b/wb_new_ui/assets/Common/component/result/component/big_result_item.xml
new file mode 100644
index 00000000..031251a1
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/result/component/big_result_item.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/result/component/big_result_wanfa_flag.xml b/wb_new_ui/assets/Common/component/result/component/big_result_wanfa_flag.xml
new file mode 100644
index 00000000..d756f135
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/result/component/big_result_wanfa_flag.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/result/component/btn_result_close.xml b/wb_new_ui/assets/Common/component/result/component/btn_result_close.xml
new file mode 100644
index 00000000..8fadc247
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/result/component/btn_result_close.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/result/component/btn_result_confirm.xml b/wb_new_ui/assets/Common/component/result/component/btn_result_confirm.xml
new file mode 100644
index 00000000..8da28bd5
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/result/component/btn_result_confirm.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/result/component/btn_result_share.xml b/wb_new_ui/assets/Common/component/result/component/btn_result_share.xml
new file mode 100644
index 00000000..6a809ba6
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/result/component/btn_result_share.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/result/component/btn_share_method.xml b/wb_new_ui/assets/Common/component/result/component/btn_share_method.xml
new file mode 100644
index 00000000..0f4df22e
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/result/component/btn_share_method.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/result/component/descript_item.xml b/wb_new_ui/assets/Common/component/result/component/descript_item.xml
new file mode 100644
index 00000000..c69f6412
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/result/component/descript_item.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/result/component/result_head.xml b/wb_new_ui/assets/Common/component/result/component/result_head.xml
new file mode 100644
index 00000000..cb853291
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/result/component/result_head.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/result/component/result_main.xml b/wb_new_ui/assets/Common/component/result/component/result_main.xml
new file mode 100644
index 00000000..b9b85ad8
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/result/component/result_main.xml
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/result/images/bqd.png b/wb_new_ui/assets/Common/component/result/images/bqd.png
new file mode 100644
index 00000000..a9f4ab42
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/bqd.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/dyj.png b/wb_new_ui/assets/Common/component/result/images/dyj.png
new file mode 100644
index 00000000..7ace77a1
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/dyj.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/fgx.png b/wb_new_ui/assets/Common/component/result/images/fgx.png
new file mode 100644
index 00000000..cb7e82f4
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/fgx.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/fh.png b/wb_new_ui/assets/Common/component/result/images/fh.png
new file mode 100644
index 00000000..67e5e5aa
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/fh.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/hs-.png b/wb_new_ui/assets/Common/component/result/images/font/hs-.png
new file mode 100644
index 00000000..e3c26bd3
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/hs-.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/hs00.png b/wb_new_ui/assets/Common/component/result/images/font/hs00.png
new file mode 100644
index 00000000..aa8acd79
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/hs00.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/hs01.png b/wb_new_ui/assets/Common/component/result/images/font/hs01.png
new file mode 100644
index 00000000..917bd1ec
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/hs01.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/hs02.png b/wb_new_ui/assets/Common/component/result/images/font/hs02.png
new file mode 100644
index 00000000..d1c25990
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/hs02.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/hs03.png b/wb_new_ui/assets/Common/component/result/images/font/hs03.png
new file mode 100644
index 00000000..70a2c407
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/hs03.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/hs04.png b/wb_new_ui/assets/Common/component/result/images/font/hs04.png
new file mode 100644
index 00000000..54279140
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/hs04.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/hs05.png b/wb_new_ui/assets/Common/component/result/images/font/hs05.png
new file mode 100644
index 00000000..eb173070
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/hs05.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/hs06.png b/wb_new_ui/assets/Common/component/result/images/font/hs06.png
new file mode 100644
index 00000000..6cf3d5e4
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/hs06.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/hs07.png b/wb_new_ui/assets/Common/component/result/images/font/hs07.png
new file mode 100644
index 00000000..42786a7b
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/hs07.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/hs08.png b/wb_new_ui/assets/Common/component/result/images/font/hs08.png
new file mode 100644
index 00000000..32447d1e
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/hs08.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/hs09.png b/wb_new_ui/assets/Common/component/result/images/font/hs09.png
new file mode 100644
index 00000000..3daa037d
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/hs09.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/hsd.png b/wb_new_ui/assets/Common/component/result/images/font/hsd.png
new file mode 100644
index 00000000..87e861f8
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/hsd.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/hskhy.png b/wb_new_ui/assets/Common/component/result/images/font/hskhy.png
new file mode 100644
index 00000000..22c4f01f
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/hskhy.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/hskhz.png b/wb_new_ui/assets/Common/component/result/images/font/hskhz.png
new file mode 100644
index 00000000..0cff456e
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/hskhz.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/ls+.png b/wb_new_ui/assets/Common/component/result/images/font/ls+.png
new file mode 100644
index 00000000..4a1f1109
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/ls+.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/ls00.png b/wb_new_ui/assets/Common/component/result/images/font/ls00.png
new file mode 100644
index 00000000..b53a948a
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/ls00.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/ls01.png b/wb_new_ui/assets/Common/component/result/images/font/ls01.png
new file mode 100644
index 00000000..84df5287
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/ls01.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/ls02.png b/wb_new_ui/assets/Common/component/result/images/font/ls02.png
new file mode 100644
index 00000000..4ca3ae49
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/ls02.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/ls03.png b/wb_new_ui/assets/Common/component/result/images/font/ls03.png
new file mode 100644
index 00000000..8fa350e1
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/ls03.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/ls04.png b/wb_new_ui/assets/Common/component/result/images/font/ls04.png
new file mode 100644
index 00000000..340bf520
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/ls04.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/ls05.png b/wb_new_ui/assets/Common/component/result/images/font/ls05.png
new file mode 100644
index 00000000..f54be593
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/ls05.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/ls06.png b/wb_new_ui/assets/Common/component/result/images/font/ls06.png
new file mode 100644
index 00000000..a4c01a51
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/ls06.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/ls07.png b/wb_new_ui/assets/Common/component/result/images/font/ls07.png
new file mode 100644
index 00000000..c9ca1824
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/ls07.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/ls08.png b/wb_new_ui/assets/Common/component/result/images/font/ls08.png
new file mode 100644
index 00000000..c40d3890
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/ls08.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/ls09.png b/wb_new_ui/assets/Common/component/result/images/font/ls09.png
new file mode 100644
index 00000000..f550a2ca
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/ls09.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/lsd.png b/wb_new_ui/assets/Common/component/result/images/font/lsd.png
new file mode 100644
index 00000000..66ce4c93
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/lsd.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/lskhy.png b/wb_new_ui/assets/Common/component/result/images/font/lskhy.png
new file mode 100644
index 00000000..35c353b8
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/lskhy.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/lskhz.png b/wb_new_ui/assets/Common/component/result/images/font/lskhz.png
new file mode 100644
index 00000000..f29418f3
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/font/lskhz.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/font/nfont.fnt b/wb_new_ui/assets/Common/component/result/images/font/nfont.fnt
new file mode 100644
index 00000000..93f67671
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/result/images/font/nfont.fnt
@@ -0,0 +1,15 @@
+info creator=UIBuilder size=12 resizable=true
+char id=45 img=tjnvcev xoffset=0 yoffset=0 xadvance=0
+char id=48 img=tjnvcew xoffset=0 yoffset=0 xadvance=0
+char id=49 img=tjnvcex xoffset=0 yoffset=0 xadvance=0
+char id=50 img=tjnvcey xoffset=0 yoffset=0 xadvance=0
+char id=51 img=tjnvcez xoffset=0 yoffset=0 xadvance=0
+char id=52 img=tjnvcf0 xoffset=0 yoffset=0 xadvance=0
+char id=53 img=tjnvcf1 xoffset=0 yoffset=0 xadvance=0
+char id=54 img=tjnvcf2 xoffset=0 yoffset=0 xadvance=0
+char id=55 img=tjnvcf3 xoffset=0 yoffset=0 xadvance=0
+char id=56 img=tjnvcf4 xoffset=0 yoffset=0 xadvance=0
+char id=57 img=tjnvcf5 xoffset=0 yoffset=0 xadvance=0
+char id=46 img=tjnvcf6 xoffset=0 yoffset=0 xadvance=0
+char id=41 img=tjnvcf7 xoffset=0 yoffset=0 xadvance=0
+char id=40 img=tjnvcf8 xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Common/component/result/images/font/pfont.fnt b/wb_new_ui/assets/Common/component/result/images/font/pfont.fnt
new file mode 100644
index 00000000..41771c61
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/result/images/font/pfont.fnt
@@ -0,0 +1,15 @@
+info creator=UIBuilder size=12 resizable=true
+char id=43 img=tjnvcf9 xoffset=0 yoffset=0 xadvance=0
+char id=48 img=tjnvcfa xoffset=0 yoffset=0 xadvance=0
+char id=49 img=tjnvcfb xoffset=0 yoffset=0 xadvance=0
+char id=50 img=tjnvcfc xoffset=0 yoffset=0 xadvance=0
+char id=51 img=tjnvcfd xoffset=0 yoffset=0 xadvance=0
+char id=52 img=tjnvcfe xoffset=0 yoffset=0 xadvance=0
+char id=53 img=tjnvcff xoffset=0 yoffset=0 xadvance=0
+char id=54 img=tjnvcfg xoffset=0 yoffset=0 xadvance=0
+char id=55 img=tjnvcfh xoffset=0 yoffset=0 xadvance=0
+char id=56 img=tjnvcfi xoffset=0 yoffset=0 xadvance=0
+char id=57 img=tjnvcfj xoffset=0 yoffset=0 xadvance=0
+char id=46 img=tjnvcfk xoffset=0 yoffset=0 xadvance=0
+char id=41 img=tjnvcfl xoffset=0 yoffset=0 xadvance=0
+char id=40 img=tjnvcfm xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Common/component/result/images/fxlj.png b/wb_new_ui/assets/Common/component/result/images/fxlj.png
new file mode 100644
index 00000000..80df1393
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/fxlj.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/fxzjan.png b/wb_new_ui/assets/Common/component/result/images/fxzjan.png
new file mode 100644
index 00000000..c0ca63f6
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/fxzjan.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/fzzj.png b/wb_new_ui/assets/Common/component/result/images/fzzj.png
new file mode 100644
index 00000000..24eea73a
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/fzzj.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/hd.png b/wb_new_ui/assets/Common/component/result/images/hd.png
new file mode 100644
index 00000000..5a7693d3
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/hd.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/jfd.png b/wb_new_ui/assets/Common/component/result/images/jfd.png
new file mode 100644
index 00000000..fdd3d7fc
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/jfd.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/jtfx.png b/wb_new_ui/assets/Common/component/result/images/jtfx.png
new file mode 100644
index 00000000..db8cab1b
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/jtfx.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/k.png b/wb_new_ui/assets/Common/component/result/images/k.png
new file mode 100644
index 00000000..73212604
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/k.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/qfan.png b/wb_new_ui/assets/Common/component/result/images/qfan.png
new file mode 100644
index 00000000..f2a122a0
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/qfan.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/qiwnj.png b/wb_new_ui/assets/Common/component/result/images/qiwnj.png
new file mode 100644
index 00000000..a83839ed
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/qiwnj.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/sb.png b/wb_new_ui/assets/Common/component/result/images/sb.png
new file mode 100644
index 00000000..7293e34b
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/sb.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/sl.png b/wb_new_ui/assets/Common/component/result/images/sl.png
new file mode 100644
index 00000000..a416d3e5
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/sl.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/tgz.png b/wb_new_ui/assets/Common/component/result/images/tgz.png
new file mode 100644
index 00000000..f5638bbd
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/tgz.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/zjwjd.png b/wb_new_ui/assets/Common/component/result/images/zjwjd.png
new file mode 100644
index 00000000..cceb3bc5
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/zjwjd.png differ
diff --git a/wb_new_ui/assets/Common/component/result/images/大赢家.png b/wb_new_ui/assets/Common/component/result/images/大赢家.png
new file mode 100644
index 00000000..e476a8dc
Binary files /dev/null and b/wb_new_ui/assets/Common/component/result/images/大赢家.png differ
diff --git a/wb_new_ui/assets/Common/component/rule/9bg_03.png b/wb_new_ui/assets/Common/component/rule/9bg_03.png
new file mode 100644
index 00000000..6452b005
Binary files /dev/null and b/wb_new_ui/assets/Common/component/rule/9bg_03.png differ
diff --git a/wb_new_ui/assets/Common/component/rule/9bg_04.png b/wb_new_ui/assets/Common/component/rule/9bg_04.png
new file mode 100644
index 00000000..926f130c
Binary files /dev/null and b/wb_new_ui/assets/Common/component/rule/9bg_04.png differ
diff --git a/wb_new_ui/assets/Common/component/rule/Component2.xml b/wb_new_ui/assets/Common/component/rule/Component2.xml
new file mode 100644
index 00000000..f68be437
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/rule/Component2.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/rule/Component4(1).xml b/wb_new_ui/assets/Common/component/rule/Component4(1).xml
new file mode 100644
index 00000000..7f04e482
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/rule/Component4(1).xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/rule/Component4.xml b/wb_new_ui/assets/Common/component/rule/Component4.xml
new file mode 100644
index 00000000..1d1520c8
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/rule/Component4.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/rule/GameRule.xml b/wb_new_ui/assets/Common/component/rule/GameRule.xml
new file mode 100644
index 00000000..d3e4cd16
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/rule/GameRule.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/rule/GameRule1.xml b/wb_new_ui/assets/Common/component/rule/GameRule1.xml
new file mode 100644
index 00000000..97c203ef
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/rule/GameRule1.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/rule/biaoti02.png b/wb_new_ui/assets/Common/component/rule/biaoti02.png
new file mode 100644
index 00000000..e32fed83
Binary files /dev/null and b/wb_new_ui/assets/Common/component/rule/biaoti02.png differ
diff --git a/wb_new_ui/assets/Common/component/rule/btn_c.xml b/wb_new_ui/assets/Common/component/rule/btn_c.xml
new file mode 100644
index 00000000..f5370bde
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/rule/btn_c.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/rule/buttom_guanbi.png b/wb_new_ui/assets/Common/component/rule/buttom_guanbi.png
new file mode 100644
index 00000000..54e8341e
Binary files /dev/null and b/wb_new_ui/assets/Common/component/rule/buttom_guanbi.png differ
diff --git a/wb_new_ui/assets/Common/component/rule/off.png b/wb_new_ui/assets/Common/component/rule/off.png
new file mode 100644
index 00000000..26be0caf
Binary files /dev/null and b/wb_new_ui/assets/Common/component/rule/off.png differ
diff --git a/wb_new_ui/assets/Common/component/rule/win_new.xml b/wb_new_ui/assets/Common/component/rule/win_new.xml
new file mode 100644
index 00000000..2f04464b
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/rule/win_new.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/share/Win_WXShareWin.xml b/wb_new_ui/assets/Common/component/share/Win_WXShareWin.xml
new file mode 100644
index 00000000..944eea4d
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/share/Win_WXShareWin.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/share/component/wx_share/Btn_hyq.xml b/wb_new_ui/assets/Common/component/share/component/wx_share/Btn_hyq.xml
new file mode 100644
index 00000000..0208ad81
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/share/component/wx_share/Btn_hyq.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/share/images/fx.png b/wb_new_ui/assets/Common/component/share/images/fx.png
new file mode 100644
index 00000000..ff55eaa3
Binary files /dev/null and b/wb_new_ui/assets/Common/component/share/images/fx.png differ
diff --git a/wb_new_ui/assets/Common/component/share/images/fxtp.png b/wb_new_ui/assets/Common/component/share/images/fxtp.png
new file mode 100644
index 00000000..8fe7facf
Binary files /dev/null and b/wb_new_ui/assets/Common/component/share/images/fxtp.png differ
diff --git a/wb_new_ui/assets/Common/component/share/images/fzzj.png b/wb_new_ui/assets/Common/component/share/images/fzzj.png
new file mode 100644
index 00000000..9edc07ab
Binary files /dev/null and b/wb_new_ui/assets/Common/component/share/images/fzzj.png differ
diff --git a/wb_new_ui/assets/Common/component/share/images/icon(1).png b/wb_new_ui/assets/Common/component/share/images/icon(1).png
new file mode 100644
index 00000000..5985b428
Binary files /dev/null and b/wb_new_ui/assets/Common/component/share/images/icon(1).png differ
diff --git a/wb_new_ui/assets/Common/component/share/images/wx_share/01.png b/wb_new_ui/assets/Common/component/share/images/wx_share/01.png
new file mode 100644
index 00000000..bcc6635e
Binary files /dev/null and b/wb_new_ui/assets/Common/component/share/images/wx_share/01.png differ
diff --git a/wb_new_ui/assets/Common/component/share/images/wx_share/02.png b/wb_new_ui/assets/Common/component/share/images/wx_share/02.png
new file mode 100644
index 00000000..a158cdc0
Binary files /dev/null and b/wb_new_ui/assets/Common/component/share/images/wx_share/02.png differ
diff --git a/wb_new_ui/assets/Common/component/share/images/wx_share/fenxiangdao.png b/wb_new_ui/assets/Common/component/share/images/wx_share/fenxiangdao.png
new file mode 100644
index 00000000..37b1c23f
Binary files /dev/null and b/wb_new_ui/assets/Common/component/share/images/wx_share/fenxiangdao.png differ
diff --git a/wb_new_ui/assets/Common/component/share/images/wx_share/haoyouqun.png b/wb_new_ui/assets/Common/component/share/images/wx_share/haoyouqun.png
new file mode 100644
index 00000000..ef8514aa
Binary files /dev/null and b/wb_new_ui/assets/Common/component/share/images/wx_share/haoyouqun.png differ
diff --git a/wb_new_ui/assets/Common/component/share/images/wx_share/pengyouquan.png b/wb_new_ui/assets/Common/component/share/images/wx_share/pengyouquan.png
new file mode 100644
index 00000000..cfdbe638
Binary files /dev/null and b/wb_new_ui/assets/Common/component/share/images/wx_share/pengyouquan.png differ
diff --git a/wb_new_ui/assets/Common/component/share/images/wx_share/xl.png b/wb_new_ui/assets/Common/component/share/images/wx_share/xl.png
new file mode 100644
index 00000000..0de68d96
Binary files /dev/null and b/wb_new_ui/assets/Common/component/share/images/wx_share/xl.png differ
diff --git a/wb_new_ui/assets/Common/component/tips/Pop_tips.xml b/wb_new_ui/assets/Common/component/tips/Pop_tips.xml
new file mode 100644
index 00000000..ff513cec
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/tips/Pop_tips.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/tuoguan/btn_cancel_tuoguan.xml b/wb_new_ui/assets/Common/component/tuoguan/btn_cancel_tuoguan.xml
new file mode 100644
index 00000000..78d6b058
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/tuoguan/btn_cancel_tuoguan.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/tuoguan/com_tuoguan.xml b/wb_new_ui/assets/Common/component/tuoguan/com_tuoguan.xml
new file mode 100644
index 00000000..1206b555
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/tuoguan/com_tuoguan.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/tuoguan/com_tuoguan_self.xml b/wb_new_ui/assets/Common/component/tuoguan/com_tuoguan_self.xml
new file mode 100644
index 00000000..b9790cb4
--- /dev/null
+++ b/wb_new_ui/assets/Common/component/tuoguan/com_tuoguan_self.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/component/tuoguan/jqr.png b/wb_new_ui/assets/Common/component/tuoguan/jqr.png
new file mode 100644
index 00000000..89cdba76
Binary files /dev/null and b/wb_new_ui/assets/Common/component/tuoguan/jqr.png differ
diff --git a/wb_new_ui/assets/Common/component/tuoguan/qxtg.png b/wb_new_ui/assets/Common/component/tuoguan/qxtg.png
new file mode 100644
index 00000000..e960df1f
Binary files /dev/null and b/wb_new_ui/assets/Common/component/tuoguan/qxtg.png differ
diff --git a/wb_new_ui/assets/Common/component/tuoguan/tgz.png b/wb_new_ui/assets/Common/component/tuoguan/tgz.png
new file mode 100644
index 00000000..f3f2ef81
Binary files /dev/null and b/wb_new_ui/assets/Common/component/tuoguan/tgz.png differ
diff --git a/wb_new_ui/assets/Common/font/480fdeb2bef094309aa83d51f202c186_3cb1f8d279f376634824da909c4a433b_8.ttf b/wb_new_ui/assets/Common/font/480fdeb2bef094309aa83d51f202c186_3cb1f8d279f376634824da909c4a433b_8.ttf
new file mode 100644
index 00000000..26626074
Binary files /dev/null and b/wb_new_ui/assets/Common/font/480fdeb2bef094309aa83d51f202c186_3cb1f8d279f376634824da909c4a433b_8.ttf differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.eot b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.eot
new file mode 100644
index 00000000..758c4cad
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.eot differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.otf b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.otf
new file mode 100644
index 00000000..4060fa50
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.otf differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.ttf b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.ttf
new file mode 100644
index 00000000..3d865c29
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.ttf differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.woff b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.woff
new file mode 100644
index 00000000..612ec48d
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.woff differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.woff2 b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.woff2
new file mode 100644
index 00000000..e3665bcf
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.woff2 differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-115-Black/AlibabaPuHuiTi-3-115-Black.eot b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-115-Black/AlibabaPuHuiTi-3-115-Black.eot
new file mode 100644
index 00000000..a2a2dacb
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-115-Black/AlibabaPuHuiTi-3-115-Black.eot differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-115-Black/AlibabaPuHuiTi-3-115-Black.otf b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-115-Black/AlibabaPuHuiTi-3-115-Black.otf
new file mode 100644
index 00000000..4a5066ec
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-115-Black/AlibabaPuHuiTi-3-115-Black.otf differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-115-Black/AlibabaPuHuiTi-3-115-Black.ttf b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-115-Black/AlibabaPuHuiTi-3-115-Black.ttf
new file mode 100644
index 00000000..2a8d6125
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-115-Black/AlibabaPuHuiTi-3-115-Black.ttf differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-115-Black/AlibabaPuHuiTi-3-115-Black.woff b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-115-Black/AlibabaPuHuiTi-3-115-Black.woff
new file mode 100644
index 00000000..93b78345
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-115-Black/AlibabaPuHuiTi-3-115-Black.woff differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-115-Black/AlibabaPuHuiTi-3-115-Black.woff2 b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-115-Black/AlibabaPuHuiTi-3-115-Black.woff2
new file mode 100644
index 00000000..61555157
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-115-Black/AlibabaPuHuiTi-3-115-Black.woff2 differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-35-Thin/AlibabaPuHuiTi-3-35-Thin.eot b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-35-Thin/AlibabaPuHuiTi-3-35-Thin.eot
new file mode 100644
index 00000000..78989954
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-35-Thin/AlibabaPuHuiTi-3-35-Thin.eot differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-35-Thin/AlibabaPuHuiTi-3-35-Thin.otf b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-35-Thin/AlibabaPuHuiTi-3-35-Thin.otf
new file mode 100644
index 00000000..0e95cdc5
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-35-Thin/AlibabaPuHuiTi-3-35-Thin.otf differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-35-Thin/AlibabaPuHuiTi-3-35-Thin.ttf b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-35-Thin/AlibabaPuHuiTi-3-35-Thin.ttf
new file mode 100644
index 00000000..04b8f80a
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-35-Thin/AlibabaPuHuiTi-3-35-Thin.ttf differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-35-Thin/AlibabaPuHuiTi-3-35-Thin.woff b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-35-Thin/AlibabaPuHuiTi-3-35-Thin.woff
new file mode 100644
index 00000000..0cdba3d8
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-35-Thin/AlibabaPuHuiTi-3-35-Thin.woff differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-35-Thin/AlibabaPuHuiTi-3-35-Thin.woff2 b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-35-Thin/AlibabaPuHuiTi-3-35-Thin.woff2
new file mode 100644
index 00000000..f888a244
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-35-Thin/AlibabaPuHuiTi-3-35-Thin.woff2 differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-45-Light/AlibabaPuHuiTi-3-45-Light.eot b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-45-Light/AlibabaPuHuiTi-3-45-Light.eot
new file mode 100644
index 00000000..eac46e85
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-45-Light/AlibabaPuHuiTi-3-45-Light.eot differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-45-Light/AlibabaPuHuiTi-3-45-Light.otf b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-45-Light/AlibabaPuHuiTi-3-45-Light.otf
new file mode 100644
index 00000000..197aa0c0
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-45-Light/AlibabaPuHuiTi-3-45-Light.otf differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-45-Light/AlibabaPuHuiTi-3-45-Light.ttf b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-45-Light/AlibabaPuHuiTi-3-45-Light.ttf
new file mode 100644
index 00000000..f6e45c77
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-45-Light/AlibabaPuHuiTi-3-45-Light.ttf differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-45-Light/AlibabaPuHuiTi-3-45-Light.woff b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-45-Light/AlibabaPuHuiTi-3-45-Light.woff
new file mode 100644
index 00000000..61003c39
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-45-Light/AlibabaPuHuiTi-3-45-Light.woff differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-45-Light/AlibabaPuHuiTi-3-45-Light.woff2 b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-45-Light/AlibabaPuHuiTi-3-45-Light.woff2
new file mode 100644
index 00000000..a557a5ce
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-45-Light/AlibabaPuHuiTi-3-45-Light.woff2 differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.eot b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.eot
new file mode 100644
index 00000000..82f27fd7
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.eot differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.otf b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.otf
new file mode 100644
index 00000000..541e3c10
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.otf differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.ttf b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.ttf
new file mode 100644
index 00000000..a6eaf361
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.ttf differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.woff b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.woff
new file mode 100644
index 00000000..f5763765
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.woff differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.woff2 b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.woff2
new file mode 100644
index 00000000..4b574fbd
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.woff2 differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-55-RegularL3/AlibabaPuHuiTi-3-55-RegularL3.ttf b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-55-RegularL3/AlibabaPuHuiTi-3-55-RegularL3.ttf
new file mode 100644
index 00000000..3c82b62b
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-55-RegularL3/AlibabaPuHuiTi-3-55-RegularL3.ttf differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.eot b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.eot
new file mode 100644
index 00000000..e34bec31
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.eot differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.otf b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.otf
new file mode 100644
index 00000000..f2d80adc
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.otf differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.ttf b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.ttf
new file mode 100644
index 00000000..38ee60f7
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.ttf differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.woff b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.woff
new file mode 100644
index 00000000..5571550b
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.woff differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.woff2 b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.woff2
new file mode 100644
index 00000000..fa037a7b
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.woff2 differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-75-SemiBold/AlibabaPuHuiTi-3-75-SemiBold.eot b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-75-SemiBold/AlibabaPuHuiTi-3-75-SemiBold.eot
new file mode 100644
index 00000000..eb628958
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-75-SemiBold/AlibabaPuHuiTi-3-75-SemiBold.eot differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-75-SemiBold/AlibabaPuHuiTi-3-75-SemiBold.otf b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-75-SemiBold/AlibabaPuHuiTi-3-75-SemiBold.otf
new file mode 100644
index 00000000..3035f433
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-75-SemiBold/AlibabaPuHuiTi-3-75-SemiBold.otf differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-75-SemiBold/AlibabaPuHuiTi-3-75-SemiBold.ttf b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-75-SemiBold/AlibabaPuHuiTi-3-75-SemiBold.ttf
new file mode 100644
index 00000000..92532c4a
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-75-SemiBold/AlibabaPuHuiTi-3-75-SemiBold.ttf differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-75-SemiBold/AlibabaPuHuiTi-3-75-SemiBold.woff b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-75-SemiBold/AlibabaPuHuiTi-3-75-SemiBold.woff
new file mode 100644
index 00000000..08b4f3f3
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-75-SemiBold/AlibabaPuHuiTi-3-75-SemiBold.woff differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-75-SemiBold/AlibabaPuHuiTi-3-75-SemiBold.woff2 b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-75-SemiBold/AlibabaPuHuiTi-3-75-SemiBold.woff2
new file mode 100644
index 00000000..d4448dd3
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-75-SemiBold/AlibabaPuHuiTi-3-75-SemiBold.woff2 differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.eot b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.eot
new file mode 100644
index 00000000..9f75e5d8
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.eot differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.otf b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.otf
new file mode 100644
index 00000000..e4c06ec3
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.otf differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.ttf b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.ttf
new file mode 100644
index 00000000..7edd4e55
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.ttf differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.woff b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.woff
new file mode 100644
index 00000000..2fb878c2
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.woff differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.woff2 b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.woff2
new file mode 100644
index 00000000..2f3069e2
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.woff2 differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-95-ExtraBold/AlibabaPuHuiTi-3-95-ExtraBold.eot b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-95-ExtraBold/AlibabaPuHuiTi-3-95-ExtraBold.eot
new file mode 100644
index 00000000..7ee6a1e8
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-95-ExtraBold/AlibabaPuHuiTi-3-95-ExtraBold.eot differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-95-ExtraBold/AlibabaPuHuiTi-3-95-ExtraBold.otf b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-95-ExtraBold/AlibabaPuHuiTi-3-95-ExtraBold.otf
new file mode 100644
index 00000000..8ec040e4
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-95-ExtraBold/AlibabaPuHuiTi-3-95-ExtraBold.otf differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-95-ExtraBold/AlibabaPuHuiTi-3-95-ExtraBold.ttf b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-95-ExtraBold/AlibabaPuHuiTi-3-95-ExtraBold.ttf
new file mode 100644
index 00000000..79f26640
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-95-ExtraBold/AlibabaPuHuiTi-3-95-ExtraBold.ttf differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-95-ExtraBold/AlibabaPuHuiTi-3-95-ExtraBold.woff b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-95-ExtraBold/AlibabaPuHuiTi-3-95-ExtraBold.woff
new file mode 100644
index 00000000..eec0c1bc
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-95-ExtraBold/AlibabaPuHuiTi-3-95-ExtraBold.woff differ
diff --git a/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-95-ExtraBold/AlibabaPuHuiTi-3-95-ExtraBold.woff2 b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-95-ExtraBold/AlibabaPuHuiTi-3-95-ExtraBold.woff2
new file mode 100644
index 00000000..707b6c01
Binary files /dev/null and b/wb_new_ui/assets/Common/font/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-95-ExtraBold/AlibabaPuHuiTi-3-95-ExtraBold.woff2 differ
diff --git a/wb_new_ui/assets/Common/font/Blue.fnt b/wb_new_ui/assets/Common/font/Blue.fnt
new file mode 100644
index 00000000..84215a22
--- /dev/null
+++ b/wb_new_ui/assets/Common/font/Blue.fnt
@@ -0,0 +1,11 @@
+info creator=UIBuilder resizable=true
+char id=48 img=ou9f6h xoffset=0 yoffset=0 xadvance=0
+char id=49 img=ou9f6i xoffset=0 yoffset=0 xadvance=0
+char id=50 img=ou9f6j xoffset=0 yoffset=0 xadvance=0
+char id=51 img=ou9f6k xoffset=0 yoffset=0 xadvance=0
+char id=52 img=ou9f6l xoffset=0 yoffset=0 xadvance=0
+char id=53 img=ou9f6m xoffset=0 yoffset=0 xadvance=0
+char id=54 img=ou9f6n xoffset=0 yoffset=0 xadvance=0
+char id=55 img=ou9f6o xoffset=0 yoffset=0 xadvance=0
+char id=56 img=ou9f6p xoffset=0 yoffset=0 xadvance=0
+char id=57 img=ou9f6q xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Common/font/FZCuYuan-M03.TTF b/wb_new_ui/assets/Common/font/FZCuYuan-M03.TTF
new file mode 100644
index 00000000..da476b76
Binary files /dev/null and b/wb_new_ui/assets/Common/font/FZCuYuan-M03.TTF differ
diff --git a/wb_new_ui/assets/Common/font/FZDaBiaoSong-B06S.ttf b/wb_new_ui/assets/Common/font/FZDaBiaoSong-B06S.ttf
new file mode 100644
index 00000000..61c570ee
Binary files /dev/null and b/wb_new_ui/assets/Common/font/FZDaBiaoSong-B06S.ttf differ
diff --git a/wb_new_ui/assets/Common/font/SIMSUN.TTC b/wb_new_ui/assets/Common/font/SIMSUN.TTC
new file mode 100644
index 00000000..e64e92ed
Binary files /dev/null and b/wb_new_ui/assets/Common/font/SIMSUN.TTC differ
diff --git a/wb_new_ui/assets/Common/font/SIYUAN.TTF b/wb_new_ui/assets/Common/font/SIYUAN.TTF
new file mode 100644
index 00000000..31f678b1
Binary files /dev/null and b/wb_new_ui/assets/Common/font/SIYUAN.TTF differ
diff --git a/wb_new_ui/assets/Common/font/Score.fnt b/wb_new_ui/assets/Common/font/Score.fnt
new file mode 100644
index 00000000..ed11a9e6
--- /dev/null
+++ b/wb_new_ui/assets/Common/font/Score.fnt
@@ -0,0 +1,14 @@
+info creator=UIBuilder size=60 resizable=true
+char id=48 img=z5om4i xoffset=0 yoffset=0 xadvance=0
+char id=49 img=z5om4k xoffset=0 yoffset=0 xadvance=0
+char id=50 img=z5om4m xoffset=0 yoffset=0 xadvance=0
+char id=51 img=z5om4o xoffset=0 yoffset=0 xadvance=0
+char id=52 img=z5om4q xoffset=0 yoffset=0 xadvance=0
+char id=53 img=z5om4s xoffset=0 yoffset=0 xadvance=0
+char id=54 img=z5om4a xoffset=0 yoffset=0 xadvance=0
+char id=55 img=z5om4c xoffset=0 yoffset=0 xadvance=0
+char id=56 img=z5om4e xoffset=0 yoffset=0 xadvance=0
+char id=57 img=z5om4g xoffset=0 yoffset=0 xadvance=0
+char id=43 img=z5om47 xoffset=0 yoffset=0 xadvance=0
+char id=45 img=z5om48 xoffset=0 yoffset=0 xadvance=0
+char id=46 img=ltr0cdj xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Common/font/f290183fd2e8623f254f9ce1ea61b303_a5aef85089fc1fc37027102fe2c32149_8.ttf b/wb_new_ui/assets/Common/font/f290183fd2e8623f254f9ce1ea61b303_a5aef85089fc1fc37027102fe2c32149_8.ttf
new file mode 100644
index 00000000..94dc60ad
Binary files /dev/null and b/wb_new_ui/assets/Common/font/f290183fd2e8623f254f9ce1ea61b303_a5aef85089fc1fc37027102fe2c32149_8.ttf differ
diff --git a/wb_new_ui/assets/Common/font/fzcygbk_63337/安装前必看.txt b/wb_new_ui/assets/Common/font/fzcygbk_63337/安装前必看.txt
new file mode 100644
index 00000000..4bf5c609
--- /dev/null
+++ b/wb_new_ui/assets/Common/font/fzcygbk_63337/安装前必看.txt
@@ -0,0 +1,10 @@
+
+
+ վ www.ddooo.com ṩϷƽ
+
+ ȫɫվ
+
+ ܣѹΪwww.ddooo.com
+
+
+
diff --git a/wb_new_ui/assets/Common/font/fzcygbk_63337/安装字体new.bat b/wb_new_ui/assets/Common/font/fzcygbk_63337/安装字体new.bat
new file mode 100644
index 00000000..a9ca30a3
--- /dev/null
+++ b/wb_new_ui/assets/Common/font/fzcygbk_63337/安装字体new.bat
@@ -0,0 +1,7 @@
+@echo off
+color 3f
+title װű
+echo A|xcopy *.ttf %windir%\fonts\
+echo װϣ˳....
+pause>nul
+exit
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/font/fzcygbk_63337/方正粗圆_GBK.ttf b/wb_new_ui/assets/Common/font/fzcygbk_63337/方正粗圆_GBK.ttf
new file mode 100644
index 00000000..dbabeeda
Binary files /dev/null and b/wb_new_ui/assets/Common/font/fzcygbk_63337/方正粗圆_GBK.ttf differ
diff --git a/wb_new_ui/assets/Common/font/fzcygbk_63337/最牛的单机游戏下载网站.url b/wb_new_ui/assets/Common/font/fzcygbk_63337/最牛的单机游戏下载网站.url
new file mode 100644
index 00000000..efa57022
--- /dev/null
+++ b/wb_new_ui/assets/Common/font/fzcygbk_63337/最牛的单机游戏下载网站.url
@@ -0,0 +1,3 @@
+[InternetShortcut]
+URL=http://www.ddooo.com/
+Modified=30401BD8C699CB018E
diff --git a/wb_new_ui/assets/Common/font/fzcygbk_63337/软件说明.url b/wb_new_ui/assets/Common/font/fzcygbk_63337/软件说明.url
new file mode 100644
index 00000000..14a8fa04
--- /dev/null
+++ b/wb_new_ui/assets/Common/font/fzcygbk_63337/软件说明.url
@@ -0,0 +1,3 @@
+[InternetShortcut]
+URL=http://www.ddooo.com/softdown/63337.htm
+Modified=F0828744A247D001F7
diff --git a/wb_new_ui/assets/Common/font/image/0.png b/wb_new_ui/assets/Common/font/image/0.png
new file mode 100644
index 00000000..c8ef1992
Binary files /dev/null and b/wb_new_ui/assets/Common/font/image/0.png differ
diff --git a/wb_new_ui/assets/Common/font/image/0b.png b/wb_new_ui/assets/Common/font/image/0b.png
new file mode 100644
index 00000000..9d3b6535
Binary files /dev/null and b/wb_new_ui/assets/Common/font/image/0b.png differ
diff --git a/wb_new_ui/assets/Common/font/image/1.png b/wb_new_ui/assets/Common/font/image/1.png
new file mode 100644
index 00000000..2c4992ac
Binary files /dev/null and b/wb_new_ui/assets/Common/font/image/1.png differ
diff --git a/wb_new_ui/assets/Common/font/image/1b.png b/wb_new_ui/assets/Common/font/image/1b.png
new file mode 100644
index 00000000..d0a5dfe3
Binary files /dev/null and b/wb_new_ui/assets/Common/font/image/1b.png differ
diff --git a/wb_new_ui/assets/Common/font/image/2.png b/wb_new_ui/assets/Common/font/image/2.png
new file mode 100644
index 00000000..b487b5de
Binary files /dev/null and b/wb_new_ui/assets/Common/font/image/2.png differ
diff --git a/wb_new_ui/assets/Common/font/image/2b.png b/wb_new_ui/assets/Common/font/image/2b.png
new file mode 100644
index 00000000..a950a8fc
Binary files /dev/null and b/wb_new_ui/assets/Common/font/image/2b.png differ
diff --git a/wb_new_ui/assets/Common/font/image/3.png b/wb_new_ui/assets/Common/font/image/3.png
new file mode 100644
index 00000000..3d6a12b4
Binary files /dev/null and b/wb_new_ui/assets/Common/font/image/3.png differ
diff --git a/wb_new_ui/assets/Common/font/image/3b.png b/wb_new_ui/assets/Common/font/image/3b.png
new file mode 100644
index 00000000..6c6d8fd6
Binary files /dev/null and b/wb_new_ui/assets/Common/font/image/3b.png differ
diff --git a/wb_new_ui/assets/Common/font/image/4.png b/wb_new_ui/assets/Common/font/image/4.png
new file mode 100644
index 00000000..defcb744
Binary files /dev/null and b/wb_new_ui/assets/Common/font/image/4.png differ
diff --git a/wb_new_ui/assets/Common/font/image/4b.png b/wb_new_ui/assets/Common/font/image/4b.png
new file mode 100644
index 00000000..18c1c59b
Binary files /dev/null and b/wb_new_ui/assets/Common/font/image/4b.png differ
diff --git a/wb_new_ui/assets/Common/font/image/5.png b/wb_new_ui/assets/Common/font/image/5.png
new file mode 100644
index 00000000..762e6ce6
Binary files /dev/null and b/wb_new_ui/assets/Common/font/image/5.png differ
diff --git a/wb_new_ui/assets/Common/font/image/5b.png b/wb_new_ui/assets/Common/font/image/5b.png
new file mode 100644
index 00000000..ebd96dee
Binary files /dev/null and b/wb_new_ui/assets/Common/font/image/5b.png differ
diff --git a/wb_new_ui/assets/Common/font/image/6.png b/wb_new_ui/assets/Common/font/image/6.png
new file mode 100644
index 00000000..8e5cb532
Binary files /dev/null and b/wb_new_ui/assets/Common/font/image/6.png differ
diff --git a/wb_new_ui/assets/Common/font/image/6b.png b/wb_new_ui/assets/Common/font/image/6b.png
new file mode 100644
index 00000000..2a19f189
Binary files /dev/null and b/wb_new_ui/assets/Common/font/image/6b.png differ
diff --git a/wb_new_ui/assets/Common/font/image/7.png b/wb_new_ui/assets/Common/font/image/7.png
new file mode 100644
index 00000000..6a5044ef
Binary files /dev/null and b/wb_new_ui/assets/Common/font/image/7.png differ
diff --git a/wb_new_ui/assets/Common/font/image/7b.png b/wb_new_ui/assets/Common/font/image/7b.png
new file mode 100644
index 00000000..f5f62010
Binary files /dev/null and b/wb_new_ui/assets/Common/font/image/7b.png differ
diff --git a/wb_new_ui/assets/Common/font/image/8.png b/wb_new_ui/assets/Common/font/image/8.png
new file mode 100644
index 00000000..56f654b9
Binary files /dev/null and b/wb_new_ui/assets/Common/font/image/8.png differ
diff --git a/wb_new_ui/assets/Common/font/image/8b.png b/wb_new_ui/assets/Common/font/image/8b.png
new file mode 100644
index 00000000..e71352f3
Binary files /dev/null and b/wb_new_ui/assets/Common/font/image/8b.png differ
diff --git a/wb_new_ui/assets/Common/font/image/9.png b/wb_new_ui/assets/Common/font/image/9.png
new file mode 100644
index 00000000..b3056c8f
Binary files /dev/null and b/wb_new_ui/assets/Common/font/image/9.png differ
diff --git a/wb_new_ui/assets/Common/font/image/9b.png b/wb_new_ui/assets/Common/font/image/9b.png
new file mode 100644
index 00000000..45fbad8a
Binary files /dev/null and b/wb_new_ui/assets/Common/font/image/9b.png differ
diff --git a/wb_new_ui/assets/Common/font/image/jia.png b/wb_new_ui/assets/Common/font/image/jia.png
new file mode 100644
index 00000000..fd6f92cf
Binary files /dev/null and b/wb_new_ui/assets/Common/font/image/jia.png differ
diff --git a/wb_new_ui/assets/Common/font/image/jian.png b/wb_new_ui/assets/Common/font/image/jian.png
new file mode 100644
index 00000000..4b452339
Binary files /dev/null and b/wb_new_ui/assets/Common/font/image/jian.png differ
diff --git a/wb_new_ui/assets/Common/font/image/xsd.png b/wb_new_ui/assets/Common/font/image/xsd.png
new file mode 100644
index 00000000..d0c8c312
Binary files /dev/null and b/wb_new_ui/assets/Common/font/image/xsd.png differ
diff --git a/wb_new_ui/assets/Common/font/images/1_05.png b/wb_new_ui/assets/Common/font/images/1_05.png
new file mode 100644
index 00000000..ba81b435
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/1_05.png differ
diff --git a/wb_new_ui/assets/Common/font/images/adban.png b/wb_new_ui/assets/Common/font/images/adban.png
new file mode 100644
index 00000000..8fb1b44c
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/adban.png differ
diff --git a/wb_new_ui/assets/Common/font/images/ann_qingchuhuancun.png b/wb_new_ui/assets/Common/font/images/ann_qingchuhuancun.png
new file mode 100644
index 00000000..5587f500
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/ann_qingchuhuancun.png differ
diff --git a/wb_new_ui/assets/Common/font/images/ann_quanbushanchu.png b/wb_new_ui/assets/Common/font/images/ann_quanbushanchu.png
new file mode 100644
index 00000000..8130d0fa
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/ann_quanbushanchu.png differ
diff --git a/wb_new_ui/assets/Common/font/images/ann_queding.png b/wb_new_ui/assets/Common/font/images/ann_queding.png
new file mode 100644
index 00000000..47d01b44
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/ann_queding.png differ
diff --git a/wb_new_ui/assets/Common/font/images/ann_queren.png b/wb_new_ui/assets/Common/font/images/ann_queren.png
new file mode 100644
index 00000000..874a00c5
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/ann_queren.png differ
diff --git a/wb_new_ui/assets/Common/font/images/ann_quxiao.png b/wb_new_ui/assets/Common/font/images/ann_quxiao.png
new file mode 100644
index 00000000..7495a1c6
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/ann_quxiao.png differ
diff --git a/wb_new_ui/assets/Common/font/images/ann_s_1.png b/wb_new_ui/assets/Common/font/images/ann_s_1.png
new file mode 100644
index 00000000..574690e1
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/ann_s_1.png differ
diff --git a/wb_new_ui/assets/Common/font/images/ann_s_3.png b/wb_new_ui/assets/Common/font/images/ann_s_3.png
new file mode 100644
index 00000000..08d79534
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/ann_s_3.png differ
diff --git a/wb_new_ui/assets/Common/font/images/ann_s_4.png b/wb_new_ui/assets/Common/font/images/ann_s_4.png
new file mode 100644
index 00000000..f6d81663
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/ann_s_4.png differ
diff --git a/wb_new_ui/assets/Common/font/images/ann_s_6.png b/wb_new_ui/assets/Common/font/images/ann_s_6.png
new file mode 100644
index 00000000..4116171b
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/ann_s_6.png differ
diff --git a/wb_new_ui/assets/Common/font/images/ansebq.png b/wb_new_ui/assets/Common/font/images/ansebq.png
new file mode 100644
index 00000000..38f7a760
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/ansebq.png differ
diff --git a/wb_new_ui/assets/Common/font/images/bt_tiishi.png b/wb_new_ui/assets/Common/font/images/bt_tiishi.png
new file mode 100644
index 00000000..7634af35
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/bt_tiishi.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_cancel.png b/wb_new_ui/assets/Common/font/images/btn_cancel.png
new file mode 100644
index 00000000..91826229
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_cancel.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_cancel1.png b/wb_new_ui/assets/Common/font/images/btn_cancel1.png
new file mode 100644
index 00000000..db31d633
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_cancel1.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_comfirm.png b/wb_new_ui/assets/Common/font/images/btn_comfirm.png
new file mode 100644
index 00000000..a4675ad5
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_comfirm.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_comfirm1.png b/wb_new_ui/assets/Common/font/images/btn_comfirm1.png
new file mode 100644
index 00000000..bb6b9c0f
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_comfirm1.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_copy.xml b/wb_new_ui/assets/Common/font/images/btn_copy.xml
new file mode 100644
index 00000000..e28793bf
--- /dev/null
+++ b/wb_new_ui/assets/Common/font/images/btn_copy.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/0.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/0.png
new file mode 100644
index 00000000..93332e4a
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/0.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/0000.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/0000.png
new file mode 100644
index 00000000..76633211
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/0000.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/1.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/1.png
new file mode 100644
index 00000000..747fafab
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/1.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/2.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/2.png
new file mode 100644
index 00000000..08cc3fa9
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/2.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/3.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/3.png
new file mode 100644
index 00000000..115daa33
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/3.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/4.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/4.png
new file mode 100644
index 00000000..7b4ed9b4
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/4.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/5.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/5.png
new file mode 100644
index 00000000..fce64779
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/5.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/6.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/6.png
new file mode 100644
index 00000000..9e4e418d
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/6.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/7.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/7.png
new file mode 100644
index 00000000..833fa4b2
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/7.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/8.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/8.png
new file mode 100644
index 00000000..34a4320c
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/8.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/9.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/9.png
new file mode 100644
index 00000000..2de73f81
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/9.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/Win_FagInput2.xml b/wb_new_ui/assets/Common/font/images/btn_keyboard/Win_FagInput2.xml
new file mode 100644
index 00000000..57acbe7a
--- /dev/null
+++ b/wb_new_ui/assets/Common/font/images/btn_keyboard/Win_FagInput2.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/ann_hong.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/ann_hong.png
new file mode 100644
index 00000000..4c5f5afd
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/ann_hong.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/ann_huang.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/ann_huang.png
new file mode 100644
index 00000000..cd622749
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/ann_huang.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/ann_huang1.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/ann_huang1.png
new file mode 100644
index 00000000..dbc4f9df
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/ann_huang1.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/ann_lan.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/ann_lan.png
new file mode 100644
index 00000000..95473f09
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/ann_lan.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/bg@2x.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/bg@2x.png
new file mode 100644
index 00000000..5532cf9e
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/bg@2x.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/bg_05.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/bg_05.png
new file mode 100644
index 00000000..a5a70f00
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/bg_05.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/bt_haomashuru.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/bt_haomashuru.png
new file mode 100644
index 00000000..615dae6f
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/bt_haomashuru.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/btnclose.xml b/wb_new_ui/assets/Common/font/images/btn_keyboard/btnclose.xml
new file mode 100644
index 00000000..4e53417e
--- /dev/null
+++ b/wb_new_ui/assets/Common/font/images/btn_keyboard/btnclose.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/button01.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/button01.png
new file mode 100644
index 00000000..ca7ce9e4
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/button01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/button02.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/button02.png
new file mode 100644
index 00000000..7d8f75d4
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/button02.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/button_04.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/button_04.png
new file mode 100644
index 00000000..e5c0a118
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/button_04.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/button_05.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/button_05.png
new file mode 100644
index 00000000..b59d9217
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/button_05.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/button_06.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/button_06.png
new file mode 100644
index 00000000..fb6b0eb6
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/button_06.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/chongzhi.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/chongzhi.png
new file mode 100644
index 00000000..03353faf
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/chongzhi.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/component/nav/guanbi.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/component/nav/guanbi.png
new file mode 100644
index 00000000..acbcd04c
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/component/nav/guanbi.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/cs.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/cs.png
new file mode 100644
index 00000000..c7dc0f1d
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/cs.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/cylb_buton_0.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/cylb_buton_0.png
new file mode 100644
index 00000000..8f9ddee8
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/cylb_buton_0.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/cylb_buton_cz_01.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/cylb_buton_cz_01.png
new file mode 100644
index 00000000..64d6fb86
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/cylb_buton_cz_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/cylb_buton_qr_01.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/cylb_buton_qr_01.png
new file mode 100644
index 00000000..0e1be941
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/cylb_buton_qr_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/cylb_buton_sc_01.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/cylb_buton_sc_01.png
new file mode 100644
index 00000000..e5f7be47
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/cylb_buton_sc_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/dian.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/dian.png
new file mode 100644
index 00000000..dc795c72
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/dian.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/hall_input_bg.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/hall_input_bg.png
new file mode 100644
index 00000000..f4272033
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/hall_input_bg.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/hall_inputkeybord_codebg@2x.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/hall_inputkeybord_codebg@2x.png
new file mode 100644
index 00000000..096ef373
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/hall_inputkeybord_codebg@2x.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/qb.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/qb.png
new file mode 100644
index 00000000..f08504ad
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/qb.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/qingling.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/qingling.png
new file mode 100644
index 00000000..bb5ff01f
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/qingling.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/ql.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/ql.png
new file mode 100644
index 00000000..5de4127c
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/ql.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/quanbu.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/quanbu.png
new file mode 100644
index 00000000..a6c2c12b
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/quanbu.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/queren.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/queren.png
new file mode 100644
index 00000000..24d772ae
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/queren.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/shanchu.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/shanchu.png
new file mode 100644
index 00000000..723a45e5
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/shanchu.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_01.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_01.png
new file mode 100644
index 00000000..08f58517
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_02.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_02.png
new file mode 100644
index 00000000..cf31c0fe
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_02.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_03.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_03.png
new file mode 100644
index 00000000..1d7ef28d
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_03.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_04.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_04.png
new file mode 100644
index 00000000..58b4e405
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_04.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_05.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_05.png
new file mode 100644
index 00000000..bf8b98ce
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_05.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_06.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_06.png
new file mode 100644
index 00000000..fb13a7f6
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_06.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_07.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_07.png
new file mode 100644
index 00000000..3cc4fbed
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_07.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_08.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_08.png
new file mode 100644
index 00000000..bb0de685
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_08.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_09.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_09.png
new file mode 100644
index 00000000..57640deb
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_09.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_10.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_10.png
new file mode 100644
index 00000000..35cf2343
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/shuzi_10.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/xx_bg_04.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/xx_bg_04.png
new file mode 100644
index 00000000..64e7606c
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/xx_bg_04.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/yaoqingma_bg_01.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/yaoqingma_bg_01.png
new file mode 100644
index 00000000..855e9012
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/yaoqingma_bg_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_keyboard/yuandian.png b/wb_new_ui/assets/Common/font/images/btn_keyboard/yuandian.png
new file mode 100644
index 00000000..db0ddf87
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_keyboard/yuandian.png differ
diff --git a/wb_new_ui/assets/Common/font/images/btn_share.png b/wb_new_ui/assets/Common/font/images/btn_share.png
new file mode 100644
index 00000000..c961107b
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/btn_share.png differ
diff --git a/wb_new_ui/assets/Common/font/images/button.png b/wb_new_ui/assets/Common/font/images/button.png
new file mode 100644
index 00000000..602961b9
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/button.png differ
diff --git a/wb_new_ui/assets/Common/font/images/button00.png b/wb_new_ui/assets/Common/font/images/button00.png
new file mode 100644
index 00000000..e7334c61
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/button00.png differ
diff --git a/wb_new_ui/assets/Common/font/images/button_blue.png b/wb_new_ui/assets/Common/font/images/button_blue.png
new file mode 100644
index 00000000..7b89ca92
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/button_blue.png differ
diff --git a/wb_new_ui/assets/Common/font/images/button_tj_01.png b/wb_new_ui/assets/Common/font/images/button_tj_01.png
new file mode 100644
index 00000000..9f7255b3
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/button_tj_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/button_xg_01.png b/wb_new_ui/assets/Common/font/images/button_xg_01.png
new file mode 100644
index 00000000..f44f4a46
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/button_xg_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/bxx_button_cr_01.png b/wb_new_ui/assets/Common/font/images/bxx_button_cr_01.png
new file mode 100644
index 00000000..283cc729
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/bxx_button_cr_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/bxx_button_qc_01.png b/wb_new_ui/assets/Common/font/images/bxx_button_qc_01.png
new file mode 100644
index 00000000..8eba2a18
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/bxx_button_qc_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/chat_button_blue.png b/wb_new_ui/assets/Common/font/images/chat_button_blue.png
new file mode 100644
index 00000000..efa7e973
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/chat_button_blue.png differ
diff --git a/wb_new_ui/assets/Common/font/images/chaxun_img.png b/wb_new_ui/assets/Common/font/images/chaxun_img.png
new file mode 100644
index 00000000..7a03590b
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/chaxun_img.png differ
diff --git a/wb_new_ui/assets/Common/font/images/currency/diamond.png b/wb_new_ui/assets/Common/font/images/currency/diamond.png
new file mode 100644
index 00000000..bb0c08fe
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/currency/diamond.png differ
diff --git a/wb_new_ui/assets/Common/font/images/currency/icon_lingqu.png b/wb_new_ui/assets/Common/font/images/currency/icon_lingqu.png
new file mode 100644
index 00000000..46a979bd
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/currency/icon_lingqu.png differ
diff --git a/wb_new_ui/assets/Common/font/images/currency/kuang.png b/wb_new_ui/assets/Common/font/images/currency/kuang.png
new file mode 100644
index 00000000..bd88f004
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/currency/kuang.png differ
diff --git a/wb_new_ui/assets/Common/font/images/currency/num_bg.png b/wb_new_ui/assets/Common/font/images/currency/num_bg.png
new file mode 100644
index 00000000..babaa34a
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/currency/num_bg.png differ
diff --git a/wb_new_ui/assets/Common/font/images/cylb_txt_tjcy_1.png b/wb_new_ui/assets/Common/font/images/cylb_txt_tjcy_1.png
new file mode 100644
index 00000000..ab64982d
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/cylb_txt_tjcy_1.png differ
diff --git a/wb_new_ui/assets/Common/font/images/cylb_txt_tjcy_2.png b/wb_new_ui/assets/Common/font/images/cylb_txt_tjcy_2.png
new file mode 100644
index 00000000..847512e4
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/cylb_txt_tjcy_2.png differ
diff --git a/wb_new_ui/assets/Common/font/images/cylb_txt_wdcy_01.png b/wb_new_ui/assets/Common/font/images/cylb_txt_wdcy_01.png
new file mode 100644
index 00000000..b0938bac
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/cylb_txt_wdcy_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/cylb_txt_wdcy_02.png b/wb_new_ui/assets/Common/font/images/cylb_txt_wdcy_02.png
new file mode 100644
index 00000000..2bfea24f
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/cylb_txt_wdcy_02.png differ
diff --git a/wb_new_ui/assets/Common/font/images/dashed.png b/wb_new_ui/assets/Common/font/images/dashed.png
new file mode 100644
index 00000000..1138b63e
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/dashed.png differ
diff --git a/wb_new_ui/assets/Common/font/images/di02.png b/wb_new_ui/assets/Common/font/images/di02.png
new file mode 100644
index 00000000..983c54c0
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/di02.png differ
diff --git a/wb_new_ui/assets/Common/font/images/di03(1).png b/wb_new_ui/assets/Common/font/images/di03(1).png
new file mode 100644
index 00000000..7fd60777
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/di03(1).png differ
diff --git a/wb_new_ui/assets/Common/font/images/di03.png b/wb_new_ui/assets/Common/font/images/di03.png
new file mode 100644
index 00000000..87518b92
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/di03.png differ
diff --git a/wb_new_ui/assets/Common/font/images/dismiss_room/B01.png b/wb_new_ui/assets/Common/font/images/dismiss_room/B01.png
new file mode 100644
index 00000000..5c49c199
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/dismiss_room/B01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/dismiss_room/B02.png b/wb_new_ui/assets/Common/font/images/dismiss_room/B02.png
new file mode 100644
index 00000000..1320fa3f
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/dismiss_room/B02.png differ
diff --git a/wb_new_ui/assets/Common/font/images/dismiss_room/W01.png b/wb_new_ui/assets/Common/font/images/dismiss_room/W01.png
new file mode 100644
index 00000000..42aa9f09
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/dismiss_room/W01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/dismiss_room/W02.png b/wb_new_ui/assets/Common/font/images/dismiss_room/W02.png
new file mode 100644
index 00000000..159a6b22
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/dismiss_room/W02.png differ
diff --git a/wb_new_ui/assets/Common/font/images/dismiss_room/di.png b/wb_new_ui/assets/Common/font/images/dismiss_room/di.png
new file mode 100644
index 00000000..26a0b3c0
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/dismiss_room/di.png differ
diff --git a/wb_new_ui/assets/Common/font/images/dw.png b/wb_new_ui/assets/Common/font/images/dw.png
new file mode 100644
index 00000000..bd1a808a
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/dw.png differ
diff --git a/wb_new_ui/assets/Common/font/images/fall_dialog_head_bg.png b/wb_new_ui/assets/Common/font/images/fall_dialog_head_bg.png
new file mode 100644
index 00000000..91731427
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/fall_dialog_head_bg.png differ
diff --git a/wb_new_ui/assets/Common/font/images/fanhui.png b/wb_new_ui/assets/Common/font/images/fanhui.png
new file mode 100644
index 00000000..70ec043f
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/fanhui.png differ
diff --git a/wb_new_ui/assets/Common/font/images/fh.png b/wb_new_ui/assets/Common/font/images/fh.png
new file mode 100644
index 00000000..063d3142
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/fh.png differ
diff --git a/wb_new_ui/assets/Common/font/images/game/Button_Close.png b/wb_new_ui/assets/Common/font/images/game/Button_Close.png
new file mode 100644
index 00000000..072b2b59
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/game/Button_Close.png differ
diff --git a/wb_new_ui/assets/Common/font/images/game/game_fonts_01.png b/wb_new_ui/assets/Common/font/images/game/game_fonts_01.png
new file mode 100644
index 00000000..204ef994
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/game/game_fonts_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/game/game_fonts_02.png b/wb_new_ui/assets/Common/font/images/game/game_fonts_02.png
new file mode 100644
index 00000000..dbf4d8f2
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/game/game_fonts_02.png differ
diff --git a/wb_new_ui/assets/Common/font/images/game/game_fonts_03.png b/wb_new_ui/assets/Common/font/images/game/game_fonts_03.png
new file mode 100644
index 00000000..b404f760
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/game/game_fonts_03.png differ
diff --git a/wb_new_ui/assets/Common/font/images/game/game_icon_01.png b/wb_new_ui/assets/Common/font/images/game/game_icon_01.png
new file mode 100644
index 00000000..160c7f2b
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/game/game_icon_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/game/game_new_fonts_01.png b/wb_new_ui/assets/Common/font/images/game/game_new_fonts_01.png
new file mode 100644
index 00000000..52070e6b
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/game/game_new_fonts_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/game/game_new_fonts_02.png b/wb_new_ui/assets/Common/font/images/game/game_new_fonts_02.png
new file mode 100644
index 00000000..1549259a
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/game/game_new_fonts_02.png differ
diff --git a/wb_new_ui/assets/Common/font/images/game/game_new_fonts_03.png b/wb_new_ui/assets/Common/font/images/game/game_new_fonts_03.png
new file mode 100644
index 00000000..4c1181ef
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/game/game_new_fonts_03.png differ
diff --git a/wb_new_ui/assets/Common/font/images/game_bottom_01(1).png b/wb_new_ui/assets/Common/font/images/game_bottom_01(1).png
new file mode 100644
index 00000000..6f33a5cb
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/game_bottom_01(1).png differ
diff --git a/wb_new_ui/assets/Common/font/images/game_bottom_01.png b/wb_new_ui/assets/Common/font/images/game_bottom_01.png
new file mode 100644
index 00000000..c05ba176
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/game_bottom_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/game_bottom_02.png b/wb_new_ui/assets/Common/font/images/game_bottom_02.png
new file mode 100644
index 00000000..e066d51c
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/game_bottom_02.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/Head0.png b/wb_new_ui/assets/Common/font/images/head/Head0.png
new file mode 100644
index 00000000..07e87b29
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/Head0.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/Head1.png b/wb_new_ui/assets/Common/font/images/head/Head1.png
new file mode 100644
index 00000000..07e87b29
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/Head1.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/di04.png b/wb_new_ui/assets/Common/font/images/head/di04.png
new file mode 100644
index 00000000..d526a23a
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/di04.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/grzl.png b/wb_new_ui/assets/Common/font/images/head/grzl.png
new file mode 100644
index 00000000..55828b3e
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/grzl.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/head_name_bg.png b/wb_new_ui/assets/Common/font/images/head/head_name_bg.png
new file mode 100644
index 00000000..d89beb1d
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/head_name_bg.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/id.png b/wb_new_ui/assets/Common/font/images/head/id.png
new file mode 100644
index 00000000..89a9d54d
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/id.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/index_bg_01.png b/wb_new_ui/assets/Common/font/images/head/index_bg_01.png
new file mode 100644
index 00000000..5cb37a23
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/index_bg_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/owner.png b/wb_new_ui/assets/Common/font/images/head/owner.png
new file mode 100644
index 00000000..3c2307b4
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/owner.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/realname/button.png b/wb_new_ui/assets/Common/font/images/head/realname/button.png
new file mode 100644
index 00000000..7ca8f765
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/realname/button.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/realname/chongfa.png b/wb_new_ui/assets/Common/font/images/head/realname/chongfa.png
new file mode 100644
index 00000000..aa84c58c
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/realname/chongfa.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/realname/di.png b/wb_new_ui/assets/Common/font/images/head/realname/di.png
new file mode 100644
index 00000000..27dd0654
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/realname/di.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/realname/fasong.png b/wb_new_ui/assets/Common/font/images/head/realname/fasong.png
new file mode 100644
index 00000000..0187617c
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/realname/fasong.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/realname/queren.png b/wb_new_ui/assets/Common/font/images/head/realname/queren.png
new file mode 100644
index 00000000..1af990c1
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/realname/queren.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/realname/sfzz.png b/wb_new_ui/assets/Common/font/images/head/realname/sfzz.png
new file mode 100644
index 00000000..9d5d385b
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/realname/sfzz.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/realname/shiming.png b/wb_new_ui/assets/Common/font/images/head/realname/shiming.png
new file mode 100644
index 00000000..184af8ac
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/realname/shiming.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/realname/sjhm.png b/wb_new_ui/assets/Common/font/images/head/realname/sjhm.png
new file mode 100644
index 00000000..8c190d5d
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/realname/sjhm.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/realname/smrzbtz.png b/wb_new_ui/assets/Common/font/images/head/realname/smrzbtz.png
new file mode 100644
index 00000000..b4809df8
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/realname/smrzbtz.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/realname/smz.png b/wb_new_ui/assets/Common/font/images/head/realname/smz.png
new file mode 100644
index 00000000..9250d6aa
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/realname/smz.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/realname/touxiang_icon_05.png b/wb_new_ui/assets/Common/font/images/head/realname/touxiang_icon_05.png
new file mode 100644
index 00000000..6a7ce31b
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/realname/touxiang_icon_05.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/realname/yzm.png b/wb_new_ui/assets/Common/font/images/head/realname/yzm.png
new file mode 100644
index 00000000..94e5677a
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/realname/yzm.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/touxiang.png b/wb_new_ui/assets/Common/font/images/head/touxiang.png
new file mode 100644
index 00000000..e40c8351
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/touxiang.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/touxiang_icon_01.png b/wb_new_ui/assets/Common/font/images/head/touxiang_icon_01.png
new file mode 100644
index 00000000..54bb6dad
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/touxiang_icon_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/touxiang_icon_02.png b/wb_new_ui/assets/Common/font/images/head/touxiang_icon_02.png
new file mode 100644
index 00000000..bec82234
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/touxiang_icon_02.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/touxiang_icon_03.png b/wb_new_ui/assets/Common/font/images/head/touxiang_icon_03.png
new file mode 100644
index 00000000..fe28d51b
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/touxiang_icon_03.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/txk.png b/wb_new_ui/assets/Common/font/images/head/txk.png
new file mode 100644
index 00000000..61c557da
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/txk.png differ
diff --git a/wb_new_ui/assets/Common/font/images/head/tyd001.png b/wb_new_ui/assets/Common/font/images/head/tyd001.png
new file mode 100644
index 00000000..be7ff6a9
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/head/tyd001.png differ
diff --git a/wb_new_ui/assets/Common/font/images/info.png b/wb_new_ui/assets/Common/font/images/info.png
new file mode 100644
index 00000000..cbb5308d
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/info.png differ
diff --git a/wb_new_ui/assets/Common/font/images/info1.png b/wb_new_ui/assets/Common/font/images/info1.png
new file mode 100644
index 00000000..2868fd85
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/info1.png differ
diff --git a/wb_new_ui/assets/Common/font/images/jiugong_bg.png b/wb_new_ui/assets/Common/font/images/jiugong_bg.png
new file mode 100644
index 00000000..f88bf082
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/jiugong_bg.png differ
diff --git a/wb_new_ui/assets/Common/font/images/js.png b/wb_new_ui/assets/Common/font/images/js.png
new file mode 100644
index 00000000..febf3064
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/js.png differ
diff --git a/wb_new_ui/assets/Common/font/images/js_btn_comfirm.png b/wb_new_ui/assets/Common/font/images/js_btn_comfirm.png
new file mode 100644
index 00000000..28de7687
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/js_btn_comfirm.png differ
diff --git a/wb_new_ui/assets/Common/font/images/js_btn_total.png b/wb_new_ui/assets/Common/font/images/js_btn_total.png
new file mode 100644
index 00000000..fbb20f39
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/js_btn_total.png differ
diff --git a/wb_new_ui/assets/Common/font/images/ldban.png b/wb_new_ui/assets/Common/font/images/ldban.png
new file mode 100644
index 00000000..a13de764
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/ldban.png differ
diff --git a/wb_new_ui/assets/Common/font/images/lnsebq.png b/wb_new_ui/assets/Common/font/images/lnsebq.png
new file mode 100644
index 00000000..54776561
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/lnsebq.png differ
diff --git a/wb_new_ui/assets/Common/font/images/loading.png b/wb_new_ui/assets/Common/font/images/loading.png
new file mode 100644
index 00000000..3758e41c
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/loading.png differ
diff --git a/wb_new_ui/assets/Common/font/images/netloading.png b/wb_new_ui/assets/Common/font/images/netloading.png
new file mode 100644
index 00000000..70abd28b
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/netloading.png differ
diff --git a/wb_new_ui/assets/Common/font/images/new_btns/button01.png b/wb_new_ui/assets/Common/font/images/new_btns/button01.png
new file mode 100644
index 00000000..74fca711
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/new_btns/button01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/new_btns/button02.png b/wb_new_ui/assets/Common/font/images/new_btns/button02.png
new file mode 100644
index 00000000..d55ee846
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/new_btns/button02.png differ
diff --git a/wb_new_ui/assets/Common/font/images/new_btns/button03.png b/wb_new_ui/assets/Common/font/images/new_btns/button03.png
new file mode 100644
index 00000000..2a5930e9
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/new_btns/button03.png differ
diff --git a/wb_new_ui/assets/Common/font/images/new_btns/new_button_redy.png b/wb_new_ui/assets/Common/font/images/new_btns/new_button_redy.png
new file mode 100644
index 00000000..50640013
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/new_btns/new_button_redy.png differ
diff --git a/wb_new_ui/assets/Common/font/images/over_jieshuUI.png b/wb_new_ui/assets/Common/font/images/over_jieshuUI.png
new file mode 100644
index 00000000..b9a6b687
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/over_jieshuUI.png differ
diff --git a/wb_new_ui/assets/Common/font/images/phone_code_send.png b/wb_new_ui/assets/Common/font/images/phone_code_send.png
new file mode 100644
index 00000000..b8273d72
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/phone_code_send.png differ
diff --git a/wb_new_ui/assets/Common/font/images/qd.png b/wb_new_ui/assets/Common/font/images/qd.png
new file mode 100644
index 00000000..b34e6a43
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/qd.png differ
diff --git a/wb_new_ui/assets/Common/font/images/record/01.png b/wb_new_ui/assets/Common/font/images/record/01.png
new file mode 100644
index 00000000..7458a075
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/record/01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/record/02.png b/wb_new_ui/assets/Common/font/images/record/02.png
new file mode 100644
index 00000000..cf4ea084
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/record/02.png differ
diff --git a/wb_new_ui/assets/Common/font/images/record/button01.png b/wb_new_ui/assets/Common/font/images/record/button01.png
new file mode 100644
index 00000000..7d251955
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/record/button01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/record/button02.png b/wb_new_ui/assets/Common/font/images/record/button02.png
new file mode 100644
index 00000000..d8ac1d65
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/record/button02.png differ
diff --git a/wb_new_ui/assets/Common/font/images/record/button03.png b/wb_new_ui/assets/Common/font/images/record/button03.png
new file mode 100644
index 00000000..629546eb
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/record/button03.png differ
diff --git a/wb_new_ui/assets/Common/font/images/record/di.png b/wb_new_ui/assets/Common/font/images/record/di.png
new file mode 100644
index 00000000..74398900
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/record/di.png differ
diff --git a/wb_new_ui/assets/Common/font/images/record/fanhui02.png b/wb_new_ui/assets/Common/font/images/record/fanhui02.png
new file mode 100644
index 00000000..8439977e
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/record/fanhui02.png differ
diff --git a/wb_new_ui/assets/Common/font/images/setting/icon_yinyue.png b/wb_new_ui/assets/Common/font/images/setting/icon_yinyue.png
new file mode 100644
index 00000000..64f5982f
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/setting/icon_yinyue.png differ
diff --git a/wb_new_ui/assets/Common/font/images/setting/off.png b/wb_new_ui/assets/Common/font/images/setting/off.png
new file mode 100644
index 00000000..d31aed9b
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/setting/off.png differ
diff --git a/wb_new_ui/assets/Common/font/images/setting/on.png b/wb_new_ui/assets/Common/font/images/setting/on.png
new file mode 100644
index 00000000..925f51a7
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/setting/on.png differ
diff --git a/wb_new_ui/assets/Common/font/images/setting/setting_bar.png b/wb_new_ui/assets/Common/font/images/setting/setting_bar.png
new file mode 100644
index 00000000..53e35c81
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/setting/setting_bar.png differ
diff --git a/wb_new_ui/assets/Common/font/images/setting/setting_bar_bg.png b/wb_new_ui/assets/Common/font/images/setting/setting_bar_bg.png
new file mode 100644
index 00000000..07800692
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/setting/setting_bar_bg.png differ
diff --git a/wb_new_ui/assets/Common/font/images/setting/setting_dice.png b/wb_new_ui/assets/Common/font/images/setting/setting_dice.png
new file mode 100644
index 00000000..0b7fd080
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/setting/setting_dice.png differ
diff --git a/wb_new_ui/assets/Common/font/images/setting/setting_max_sound_sign.png b/wb_new_ui/assets/Common/font/images/setting/setting_max_sound_sign.png
new file mode 100644
index 00000000..f94364e5
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/setting/setting_max_sound_sign.png differ
diff --git a/wb_new_ui/assets/Common/font/images/setting/shezhi_icon_04.png b/wb_new_ui/assets/Common/font/images/setting/shezhi_icon_04.png
new file mode 100644
index 00000000..6589219b
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/setting/shezhi_icon_04.png differ
diff --git a/wb_new_ui/assets/Common/font/images/setting/shezhi_title_04.png b/wb_new_ui/assets/Common/font/images/setting/shezhi_title_04.png
new file mode 100644
index 00000000..4e993f3b
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/setting/shezhi_title_04.png differ
diff --git a/wb_new_ui/assets/Common/font/images/setting/sytb.png b/wb_new_ui/assets/Common/font/images/setting/sytb.png
new file mode 100644
index 00000000..2865a1fe
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/setting/sytb.png differ
diff --git a/wb_new_ui/assets/Common/font/images/setting/ts.png b/wb_new_ui/assets/Common/font/images/setting/ts.png
new file mode 100644
index 00000000..3d758c25
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/setting/ts.png differ
diff --git a/wb_new_ui/assets/Common/font/images/srk.png b/wb_new_ui/assets/Common/font/images/srk.png
new file mode 100644
index 00000000..9144b9f9
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/srk.png differ
diff --git a/wb_new_ui/assets/Common/font/images/sz.png b/wb_new_ui/assets/Common/font/images/sz.png
new file mode 100644
index 00000000..6d816c72
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/sz.png differ
diff --git a/wb_new_ui/assets/Common/font/images/tishi_bottom_01.png b/wb_new_ui/assets/Common/font/images/tishi_bottom_01.png
new file mode 100644
index 00000000..7a851c2e
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/tishi_bottom_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/title_bg2.png b/wb_new_ui/assets/Common/font/images/title_bg2.png
new file mode 100644
index 00000000..8201687b
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/title_bg2.png differ
diff --git a/wb_new_ui/assets/Common/font/images/tj_txt_glyzj_01.png b/wb_new_ui/assets/Common/font/images/tj_txt_glyzj_01.png
new file mode 100644
index 00000000..ce6641b7
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/tj_txt_glyzj_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/tj_txt_glyzj_02.png b/wb_new_ui/assets/Common/font/images/tj_txt_glyzj_02.png
new file mode 100644
index 00000000..01fff0d6
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/tj_txt_glyzj_02.png differ
diff --git a/wb_new_ui/assets/Common/font/images/tj_txt_jsjl_01.png b/wb_new_ui/assets/Common/font/images/tj_txt_jsjl_01.png
new file mode 100644
index 00000000..628ddfb6
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/tj_txt_jsjl_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/tj_txt_jsjl_02.png b/wb_new_ui/assets/Common/font/images/tj_txt_jsjl_02.png
new file mode 100644
index 00000000..4ba75c1e
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/tj_txt_jsjl_02.png differ
diff --git a/wb_new_ui/assets/Common/font/images/tj_txt_jt_01.png b/wb_new_ui/assets/Common/font/images/tj_txt_jt_01.png
new file mode 100644
index 00000000..167c834b
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/tj_txt_jt_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/tj_txt_jt_02.png b/wb_new_ui/assets/Common/font/images/tj_txt_jt_02.png
new file mode 100644
index 00000000..0cd21f86
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/tj_txt_jt_02.png differ
diff --git a/wb_new_ui/assets/Common/font/images/tj_txt_qbcy_01.png b/wb_new_ui/assets/Common/font/images/tj_txt_qbcy_01.png
new file mode 100644
index 00000000..95efc73b
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/tj_txt_qbcy_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/tj_txt_qbcy_02.png b/wb_new_ui/assets/Common/font/images/tj_txt_qbcy_02.png
new file mode 100644
index 00000000..f45741a6
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/tj_txt_qbcy_02.png differ
diff --git a/wb_new_ui/assets/Common/font/images/tj_txt_qt_01.png b/wb_new_ui/assets/Common/font/images/tj_txt_qt_01.png
new file mode 100644
index 00000000..2c36aa94
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/tj_txt_qt_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/tj_txt_qt_02.png b/wb_new_ui/assets/Common/font/images/tj_txt_qt_02.png
new file mode 100644
index 00000000..20b3f8fa
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/tj_txt_qt_02.png differ
diff --git a/wb_new_ui/assets/Common/font/images/tj_txt_zjjl_01.png b/wb_new_ui/assets/Common/font/images/tj_txt_zjjl_01.png
new file mode 100644
index 00000000..e9fbbf5a
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/tj_txt_zjjl_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/tj_txt_zjjl_02.png b/wb_new_ui/assets/Common/font/images/tj_txt_zjjl_02.png
new file mode 100644
index 00000000..f0f8fdb5
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/tj_txt_zjjl_02.png differ
diff --git a/wb_new_ui/assets/Common/font/images/tj_txt_zt_01.png b/wb_new_ui/assets/Common/font/images/tj_txt_zt_01.png
new file mode 100644
index 00000000..2ad82b64
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/tj_txt_zt_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/tj_txt_zt_02.png b/wb_new_ui/assets/Common/font/images/tj_txt_zt_02.png
new file mode 100644
index 00000000..0f93a50a
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/tj_txt_zt_02.png differ
diff --git a/wb_new_ui/assets/Common/font/images/w01(1).png b/wb_new_ui/assets/Common/font/images/w01(1).png
new file mode 100644
index 00000000..b72a2e4b
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/w01(1).png differ
diff --git a/wb_new_ui/assets/Common/font/images/w02(1).png b/wb_new_ui/assets/Common/font/images/w02(1).png
new file mode 100644
index 00000000..65cad5e2
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/w02(1).png differ
diff --git a/wb_new_ui/assets/Common/font/images/wanfa_title_01.png b/wb_new_ui/assets/Common/font/images/wanfa_title_01.png
new file mode 100644
index 00000000..3ca27060
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/wanfa_title_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/wenzi00.png b/wb_new_ui/assets/Common/font/images/wenzi00.png
new file mode 100644
index 00000000..41e0801a
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/wenzi00.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/9bg_03.png b/wb_new_ui/assets/Common/font/images/win/9bg_03.png
new file mode 100644
index 00000000..6452b005
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/9bg_03.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/9bg_04.png b/wb_new_ui/assets/Common/font/images/win/9bg_04.png
new file mode 100644
index 00000000..926f130c
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/9bg_04.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/9bg_05.png b/wb_new_ui/assets/Common/font/images/win/9bg_05.png
new file mode 100644
index 00000000..daa23265
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/9bg_05.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/bg_02.png b/wb_new_ui/assets/Common/font/images/win/bg_02.png
new file mode 100644
index 00000000..20a061ae
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/bg_02.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/bg_txk_03.png b/wb_new_ui/assets/Common/font/images/win/bg_txk_03.png
new file mode 100644
index 00000000..aedb7264
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/bg_txk_03.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/bind_wechat_icon_title.png b/wb_new_ui/assets/Common/font/images/win/bind_wechat_icon_title.png
new file mode 100644
index 00000000..c2074372
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/bind_wechat_icon_title.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/buttom_guanbi.png b/wb_new_ui/assets/Common/font/images/win/buttom_guanbi.png
new file mode 100644
index 00000000..54e8341e
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/buttom_guanbi.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/bxx_bg_01.png b/wb_new_ui/assets/Common/font/images/win/bxx_bg_01.png
new file mode 100644
index 00000000..4a0ae6e0
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/bxx_bg_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/cfandkzz.png b/wb_new_ui/assets/Common/font/images/win/cfandkzz.png
new file mode 100644
index 00000000..d70f9e3a
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/cfandkzz.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/cha.png b/wb_new_ui/assets/Common/font/images/win/cha.png
new file mode 100644
index 00000000..34a915ae
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/cha.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/dbt.png b/wb_new_ui/assets/Common/font/images/win/dbt.png
new file mode 100644
index 00000000..7a783324
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/dbt.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/dkd.png b/wb_new_ui/assets/Common/font/images/win/dkd.png
new file mode 100644
index 00000000..3db475cd
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/dkd.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/fgxss.png b/wb_new_ui/assets/Common/font/images/win/fgxss.png
new file mode 100644
index 00000000..3bed9812
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/fgxss.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/hall_dialog_793.png b/wb_new_ui/assets/Common/font/images/win/hall_dialog_793.png
new file mode 100644
index 00000000..d926eec0
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/hall_dialog_793.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/hsxdk01.png b/wb_new_ui/assets/Common/font/images/win/hsxdk01.png
new file mode 100644
index 00000000..f82830e9
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/hsxdk01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/left_bg@2x.png b/wb_new_ui/assets/Common/font/images/win/left_bg@2x.png
new file mode 100644
index 00000000..c84b143c
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/left_bg@2x.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/mine_item_bg.png b/wb_new_ui/assets/Common/font/images/win/mine_item_bg.png
new file mode 100644
index 00000000..ecdbc742
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/mine_item_bg.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/play_bg1@2x.png b/wb_new_ui/assets/Common/font/images/win/play_bg1@2x.png
new file mode 100644
index 00000000..93fc1f37
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/play_bg1@2x.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/shurukuang3.png b/wb_new_ui/assets/Common/font/images/win/shurukuang3.png
new file mode 100644
index 00000000..965980b8
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/shurukuang3.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/shurukuang5.png b/wb_new_ui/assets/Common/font/images/win/shurukuang5.png
new file mode 100644
index 00000000..964a98f9
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/shurukuang5.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/shurukuang6.png b/wb_new_ui/assets/Common/font/images/win/shurukuang6.png
new file mode 100644
index 00000000..9353b1a5
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/shurukuang6.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/tkd.png b/wb_new_ui/assets/Common/font/images/win/tkd.png
new file mode 100644
index 00000000..8b48974d
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/tkd.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/tydk1.png b/wb_new_ui/assets/Common/font/images/win/tydk1.png
new file mode 100644
index 00000000..f32e7103
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/tydk1.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/wf_bg_01.png b/wb_new_ui/assets/Common/font/images/win/wf_bg_01.png
new file mode 100644
index 00000000..16b54e61
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/wf_bg_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/xdk.png b/wb_new_ui/assets/Common/font/images/win/xdk.png
new file mode 100644
index 00000000..0c4ec8c0
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/xdk.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/zsxx.png b/wb_new_ui/assets/Common/font/images/win/zsxx.png
new file mode 100644
index 00000000..316e4bb3
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/zsxx.png differ
diff --git a/wb_new_ui/assets/Common/font/images/win/zz.png b/wb_new_ui/assets/Common/font/images/win/zz.png
new file mode 100644
index 00000000..33ef0058
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/win/zz.png differ
diff --git a/wb_new_ui/assets/Common/font/images/wwww.png b/wb_new_ui/assets/Common/font/images/wwww.png
new file mode 100644
index 00000000..9badefe4
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/wwww.png differ
diff --git a/wb_new_ui/assets/Common/font/images/xx_button_01_1.png b/wb_new_ui/assets/Common/font/images/xx_button_01_1.png
new file mode 100644
index 00000000..a4695112
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/xx_button_01_1.png differ
diff --git a/wb_new_ui/assets/Common/font/images/xx_button_01_2.png b/wb_new_ui/assets/Common/font/images/xx_button_01_2.png
new file mode 100644
index 00000000..d316738c
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/xx_button_01_2.png differ
diff --git a/wb_new_ui/assets/Common/font/images/zjph_txt_jfspm_01.png b/wb_new_ui/assets/Common/font/images/zjph_txt_jfspm_01.png
new file mode 100644
index 00000000..4c4df1a6
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/zjph_txt_jfspm_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/zjph_txt_jfspm_02.png b/wb_new_ui/assets/Common/font/images/zjph_txt_jfspm_02.png
new file mode 100644
index 00000000..dcf1b496
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/zjph_txt_jfspm_02.png differ
diff --git a/wb_new_ui/assets/Common/font/images/zjph_txt_jstj_01.png b/wb_new_ui/assets/Common/font/images/zjph_txt_jstj_01.png
new file mode 100644
index 00000000..ff0fc272
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/zjph_txt_jstj_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/zjph_txt_jstj_02.png b/wb_new_ui/assets/Common/font/images/zjph_txt_jstj_02.png
new file mode 100644
index 00000000..d9a1efd7
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/zjph_txt_jstj_02.png differ
diff --git a/wb_new_ui/assets/Common/font/images/zjph_txt_zsyph_01.png b/wb_new_ui/assets/Common/font/images/zjph_txt_zsyph_01.png
new file mode 100644
index 00000000..748030fc
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/zjph_txt_zsyph_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/zjph_txt_zsyph_02.png b/wb_new_ui/assets/Common/font/images/zjph_txt_zsyph_02.png
new file mode 100644
index 00000000..e827c344
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/zjph_txt_zsyph_02.png differ
diff --git a/wb_new_ui/assets/Common/font/images/zzdd_bg_01.png b/wb_new_ui/assets/Common/font/images/zzdd_bg_01.png
new file mode 100644
index 00000000..4cef303b
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/zzdd_bg_01.png differ
diff --git a/wb_new_ui/assets/Common/font/images/zzdd_bg_011.png b/wb_new_ui/assets/Common/font/images/zzdd_bg_011.png
new file mode 100644
index 00000000..318066af
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/zzdd_bg_011.png differ
diff --git a/wb_new_ui/assets/Common/font/images/zzdd_bg_03.png b/wb_new_ui/assets/Common/font/images/zzdd_bg_03.png
new file mode 100644
index 00000000..0bcc7aa2
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/zzdd_bg_03.png differ
diff --git a/wb_new_ui/assets/Common/font/images/光.png b/wb_new_ui/assets/Common/font/images/光.png
new file mode 100644
index 00000000..1e2a434d
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/光.png differ
diff --git a/wb_new_ui/assets/Common/font/images/加载圈(1).png b/wb_new_ui/assets/Common/font/images/加载圈(1).png
new file mode 100644
index 00000000..254f7be4
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/加载圈(1).png differ
diff --git a/wb_new_ui/assets/Common/font/images/加载底(1).png b/wb_new_ui/assets/Common/font/images/加载底(1).png
new file mode 100644
index 00000000..0a6b9c44
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/加载底(1).png differ
diff --git a/wb_new_ui/assets/Common/font/images/图标.png b/wb_new_ui/assets/Common/font/images/图标.png
new file mode 100644
index 00000000..e2c6ad89
Binary files /dev/null and b/wb_new_ui/assets/Common/font/images/图标.png differ
diff --git a/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-中粗-简.ttf b/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-中粗-简.ttf
new file mode 100644
index 00000000..7e8f041e
Binary files /dev/null and b/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-中粗-简.ttf differ
diff --git a/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-中粗-繁.ttf b/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-中粗-繁.ttf
new file mode 100644
index 00000000..12fab640
Binary files /dev/null and b/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-中粗-繁.ttf differ
diff --git a/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-中黑-简.ttf b/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-中黑-简.ttf
new file mode 100644
index 00000000..5cbe1649
Binary files /dev/null and b/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-中黑-简.ttf differ
diff --git a/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-中黑-繁.ttf b/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-中黑-繁.ttf
new file mode 100644
index 00000000..b9c27109
Binary files /dev/null and b/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-中黑-繁.ttf differ
diff --git a/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-准-简.ttf b/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-准-简.ttf
new file mode 100644
index 00000000..11669838
Binary files /dev/null and b/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-准-简.ttf differ
diff --git a/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-准-繁.ttf b/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-准-繁.ttf
new file mode 100644
index 00000000..d5e846a2
Binary files /dev/null and b/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-准-繁.ttf differ
diff --git a/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-极细-简.ttf b/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-极细-简.ttf
new file mode 100644
index 00000000..05646b16
Binary files /dev/null and b/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-极细-简.ttf differ
diff --git a/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-极细-繁.ttf b/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-极细-繁.ttf
new file mode 100644
index 00000000..4f24047d
Binary files /dev/null and b/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-极细-繁.ttf differ
diff --git a/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-纤细-简.ttf b/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-纤细-简.ttf
new file mode 100644
index 00000000..ee5c1856
Binary files /dev/null and b/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-纤细-简.ttf differ
diff --git a/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-纤细-繁.ttf b/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-纤细-繁.ttf
new file mode 100644
index 00000000..d7537b69
Binary files /dev/null and b/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-纤细-繁.ttf differ
diff --git a/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-细-简.ttf b/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-细-简.ttf
new file mode 100644
index 00000000..1444cc86
Binary files /dev/null and b/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-细-简.ttf differ
diff --git a/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-细-繁.ttf b/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-细-繁.ttf
new file mode 100644
index 00000000..cabdcd0a
Binary files /dev/null and b/wb_new_ui/assets/Common/font/pingfangziti_downcc/pingfangziti/苹方黑体-细-繁.ttf differ
diff --git a/wb_new_ui/assets/Common/font/pingfangziti_downcc/绿色资源网.url b/wb_new_ui/assets/Common/font/pingfangziti_downcc/绿色资源网.url
new file mode 100644
index 00000000..fd010d13
--- /dev/null
+++ b/wb_new_ui/assets/Common/font/pingfangziti_downcc/绿色资源网.url
@@ -0,0 +1,10 @@
+[InternetShortcut]
+URL=http://www.downcc.com/?down
+Modified=607635DA33E2CF01CA
+IconFile=C:\WINDOWS\System32\shell32.dll
+IconIndex=130
+[InternetShortcut.A]
+[InternetShortcut.W]
+IconFile=C:+AFw-Documents and Settings+AFw-Administrator+AFxoTJdiAFw-logo.ico
+[{000214A0-0000-0000-C000-000000000046}]
+Prop3=19,2
diff --git a/wb_new_ui/assets/Common/font/pingfangziti_downcc/说明.txt b/wb_new_ui/assets/Common/font/pingfangziti_downcc/说明.txt
new file mode 100644
index 00000000..683bcd35
--- /dev/null
+++ b/wb_new_ui/assets/Common/font/pingfangziti_downcc/说明.txt
@@ -0,0 +1,32 @@
+www.downcc.com ɫԴ
+
+
+ ǻdzĶṩԴĶͼ飬
+
+ һֱ֧ǣǻͣṩõԭԴ
+
+ վQQȺ:338496984 ϵʼ:webmaster@downcc.com
+
+
+
+ɫԴļѹΪwww.downcc.com
+
+
+
+ɫԴ ٶһ©
+
+
+--------------------------------------------------
+--------------------------------------------------
+
+ʾ
+=====================================
+RAR ļʹ Winrarѹ
+PDF ļʹ AdobeReader鿴
+SWF ļʹ flashplayer
+FLV ļʹ FLVרò
+AVIMPG4RM ƵļװӰ
+
+txt,ini,confphpıļʹEditplus
+鿴,±ʶеµIJ鿴.
+=====================================
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/font/方正粗圆_GBK.ttf b/wb_new_ui/assets/Common/font/方正粗圆_GBK.ttf
new file mode 100644
index 00000000..dbabeeda
Binary files /dev/null and b/wb_new_ui/assets/Common/font/方正粗圆_GBK.ttf differ
diff --git a/wb_new_ui/assets/Common/font/方正胖娃_GBK.ttf b/wb_new_ui/assets/Common/font/方正胖娃_GBK.ttf
new file mode 100644
index 00000000..45a0ce9c
Binary files /dev/null and b/wb_new_ui/assets/Common/font/方正胖娃_GBK.ttf differ
diff --git a/wb_new_ui/assets/Common/font/方正胖娃_GBK/方正胖娃_GBK.ttf b/wb_new_ui/assets/Common/font/方正胖娃_GBK/方正胖娃_GBK.ttf
new file mode 100644
index 00000000..45a0ce9c
Binary files /dev/null and b/wb_new_ui/assets/Common/font/方正胖娃_GBK/方正胖娃_GBK.ttf differ
diff --git a/wb_new_ui/assets/Common/font/苹方字体.ttf b/wb_new_ui/assets/Common/font/苹方字体.ttf
new file mode 100644
index 00000000..96d0db72
Binary files /dev/null and b/wb_new_ui/assets/Common/font/苹方字体.ttf differ
diff --git a/wb_new_ui/assets/Common/font/阿里妈妈东方大楷/AlimamaDongFangDaKai-Regular.otf b/wb_new_ui/assets/Common/font/阿里妈妈东方大楷/AlimamaDongFangDaKai-Regular.otf
new file mode 100644
index 00000000..e7040c84
Binary files /dev/null and b/wb_new_ui/assets/Common/font/阿里妈妈东方大楷/AlimamaDongFangDaKai-Regular.otf differ
diff --git a/wb_new_ui/assets/Common/font/阿里妈妈东方大楷/AlimamaDongFangDaKai-Regular.ttf b/wb_new_ui/assets/Common/font/阿里妈妈东方大楷/AlimamaDongFangDaKai-Regular.ttf
new file mode 100644
index 00000000..55391f28
Binary files /dev/null and b/wb_new_ui/assets/Common/font/阿里妈妈东方大楷/AlimamaDongFangDaKai-Regular.ttf differ
diff --git a/wb_new_ui/assets/Common/font/阿里妈妈东方大楷/AlimamaDongFangDaKai-Regular.woff b/wb_new_ui/assets/Common/font/阿里妈妈东方大楷/AlimamaDongFangDaKai-Regular.woff
new file mode 100644
index 00000000..4fac26d0
Binary files /dev/null and b/wb_new_ui/assets/Common/font/阿里妈妈东方大楷/AlimamaDongFangDaKai-Regular.woff differ
diff --git a/wb_new_ui/assets/Common/font/阿里妈妈东方大楷/AlimamaDongFangDaKai-Regular.woff2 b/wb_new_ui/assets/Common/font/阿里妈妈东方大楷/AlimamaDongFangDaKai-Regular.woff2
new file mode 100644
index 00000000..bd39f6f0
Binary files /dev/null and b/wb_new_ui/assets/Common/font/阿里妈妈东方大楷/AlimamaDongFangDaKai-Regular.woff2 differ
diff --git a/wb_new_ui/assets/Common/font/阿里妈妈东方大楷/INSTRUCTION.txt b/wb_new_ui/assets/Common/font/阿里妈妈东方大楷/INSTRUCTION.txt
new file mode 100644
index 00000000..6aeef8e4
--- /dev/null
+++ b/wb_new_ui/assets/Common/font/阿里妈妈东方大楷/INSTRUCTION.txt
@@ -0,0 +1,4 @@
+请按照下面流程安装文件夹里的字体包。
+
+1. 打开字体文件夹,根据不同系统需要选择OTF或TTF版本
+2. 字体所包含只有一个字重(双击安装)。
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/font/阿里妈妈东方大楷/LICENSE.txt b/wb_new_ui/assets/Common/font/阿里妈妈东方大楷/LICENSE.txt
new file mode 100644
index 00000000..44b70206
--- /dev/null
+++ b/wb_new_ui/assets/Common/font/阿里妈妈东方大楷/LICENSE.txt
@@ -0,0 +1,11 @@
+1. 阿里妈妈东方大楷体字体及包含该字体的字库软件,合称“阿里妈妈东方大楷体”。
+
+2. 阿里妈妈东方大楷体的知识产权和相关权益归属于淘宝(中国)软件有限公司(以下简称“阿里妈妈”),受《中华人民共和国著作权法》及其他适用法律法规、国际公约、条约的保护。
+
+3. 阿里妈妈授权个人、企业等用户在遵守本声明相关条款的前提下,可以下载、安装和使用上述阿里妈妈字体,该授权是免费的普通许可,用户可基于合法目的用于商业用途或非商业用途,但不得以任何违反本声明第4条及法律法规、政策、规章或公序良俗的方式使用。
+
+4. 除本法律声明中明确授权之外,阿里妈妈未授予用户关于阿里妈妈东方大楷体的其他权利。未经阿里妈妈授权,任何人不得:1)对阿里妈妈东方大楷体进行仿制、转换、翻译、反编译、反向工程、拆分、破解或以其他方式试图从该字库软件获取源代码;2)删除、覆盖或修改阿里妈妈东方大楷体法律声明的全部或部分内容;3)将阿里妈妈东方大楷体进行单独定价出售、出租、出借、转让、转授权、或采取其他未经阿里妈妈授权的行为;4) 发布任何使外界误认其与阿里妈妈或其关联公司存在合作、赞助或背书等商业关联的不实信息。
+
+5. 阿里妈妈授予用户的上述授权不附带任何明示或暗示的保证,不对任何人因从非阿里妈妈官方渠道或指定渠道下载、安装或使用阿里妈妈东方大楷体而引发的任何直接或间接损失承担责任。
+
+6. 本声明的解释、履行与争议解决适用中华人民共和国的法律。用户与阿里妈妈就阿里妈妈东方大楷体的使用若发生争议,双方应友好协商,若协商不成,任一方有权向浙江省杭州市有管辖权的人民法院提起诉讼。
diff --git a/wb_new_ui/assets/Common/font/阿里妈妈数黑体/AlimamaShuHeiTi-Bold.otf b/wb_new_ui/assets/Common/font/阿里妈妈数黑体/AlimamaShuHeiTi-Bold.otf
new file mode 100644
index 00000000..ee99a202
Binary files /dev/null and b/wb_new_ui/assets/Common/font/阿里妈妈数黑体/AlimamaShuHeiTi-Bold.otf differ
diff --git a/wb_new_ui/assets/Common/font/阿里妈妈数黑体/AlimamaShuHeiTi-Bold.ttf b/wb_new_ui/assets/Common/font/阿里妈妈数黑体/AlimamaShuHeiTi-Bold.ttf
new file mode 100644
index 00000000..b20919e5
Binary files /dev/null and b/wb_new_ui/assets/Common/font/阿里妈妈数黑体/AlimamaShuHeiTi-Bold.ttf differ
diff --git a/wb_new_ui/assets/Common/font/阿里妈妈数黑体/AlimamaShuHeiTi-Bold.woff b/wb_new_ui/assets/Common/font/阿里妈妈数黑体/AlimamaShuHeiTi-Bold.woff
new file mode 100644
index 00000000..15cc8913
Binary files /dev/null and b/wb_new_ui/assets/Common/font/阿里妈妈数黑体/AlimamaShuHeiTi-Bold.woff differ
diff --git a/wb_new_ui/assets/Common/font/阿里妈妈数黑体/AlimamaShuHeiTi-Bold.woff2 b/wb_new_ui/assets/Common/font/阿里妈妈数黑体/AlimamaShuHeiTi-Bold.woff2
new file mode 100644
index 00000000..dde2f11e
Binary files /dev/null and b/wb_new_ui/assets/Common/font/阿里妈妈数黑体/AlimamaShuHeiTi-Bold.woff2 differ
diff --git a/wb_new_ui/assets/Common/font/阿里妈妈数黑体/INSTRUCTION.txt b/wb_new_ui/assets/Common/font/阿里妈妈数黑体/INSTRUCTION.txt
new file mode 100644
index 00000000..2632a36e
--- /dev/null
+++ b/wb_new_ui/assets/Common/font/阿里妈妈数黑体/INSTRUCTION.txt
@@ -0,0 +1,19 @@
+A. 在哪里可以下载阿里妈妈数黑体?
+渠道一:https://www.iconfont.cn/fonts/detail?cnid=a9fXc2HD9n7s
+渠道二:fonts.alibabagroup.com
+
+
+B. 阿里阿里妈妈数黑体简介
+基本信息:阿里妈妈数黑体为中文简体字库,收纳的中文字符包括但不限于GB2312,共计6767个汉字;英文大小写共52个;常用标点符号共206个,总计7025个字符。
+
+设计说明:阿里妈妈数黑体字型饱满、体态中正,布白极具现代韵律,落笔厚实而简练;字里行间流露出先锋、前卫和时尚的视觉感受。适用于电商、广告、品牌形象、推广物料等场景。
+
+C. 使用反馈、商业合作等问题,请email:
+alimama-font@list.alibaba-inc.com
+——
+重要!安装前请先阅读此文档
+请先按照下面流程安装文件夹里的字体包。
+
+1. 打开字体文件夹,根据不同系统需要选择OTF或TTF版本
+
+2. 字体所包含只有一个字重(双击安装)。
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/font/阿里妈妈数黑体/LICENSE.txt b/wb_new_ui/assets/Common/font/阿里妈妈数黑体/LICENSE.txt
new file mode 100644
index 00000000..9dab4f58
--- /dev/null
+++ b/wb_new_ui/assets/Common/font/阿里妈妈数黑体/LICENSE.txt
@@ -0,0 +1,15 @@
+阿里妈妈数黑体法律声明
+
+1. 阿里妈妈数黑体字体及包含该字体的字库软件,合称“阿里妈妈数黑体”。
+
+2. 阿里妈妈数黑体的知识产权和相关权益归属于淘宝(中国)软件有限公司(以下简称“阿里妈妈”),受《中华人民共和国著作权法》及其他适用法律法规、国际公约、条约的保护。
+
+3. 阿里妈妈授权个人、企业等用户在遵守本声明相关条款的前提下,可以下载、安装和使用上述阿里妈妈字体,该授权是免费的普通许可,用户可基于合法目的用于商业用途或非商业用途,但不得以任何违反本声明第4条及法律法规、政策、规章或公序良俗的方式使用。
+
+4. 除本法律声明中明确授权之外,阿里妈妈未授予用户关于阿里妈妈数黑体的其他权利。未经阿里妈妈授权,任何人不得:1)对阿里妈妈数黑体进行仿制、转换、翻译、反编译、反向工程、拆分、破解或以其他方式试图从该字库软件获取源代码;2)删除、覆盖或修改阿里妈妈数黑体法律声明的全部或部分内容;3)将阿里妈妈数黑体进行单独定价出售、出租、出借、转让、转授权、或采取其他未经阿里妈妈授权的行为;4) 发布任何使外界误认其与阿里妈妈或其关联公司存在合作、赞助或背书等商业关联的不实信息。
+
+5. 阿里妈妈授予用户的上述授权不附带任何明示或暗示的保证,不对任何人因从非阿里妈妈官方渠道或指定渠道下载、安装或使用阿里妈妈数黑体而引发的任何直接或间接损失承担责任。
+
+6. 本声明的解释、履行与争议解决适用中华人民共和国的法律。用户与阿里妈妈就阿里妈妈数黑体的使用若发生争议,双方应友好协商,若协商不成,任一方有权向浙江省杭州市有管辖权的人民法院提起诉讼。
+
+反馈与咨询联系方:alimama-font@list.alibaba-inc.com
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/font/阿里妈妈方圆体/0ik2m5m4Y9Ty.woff b/wb_new_ui/assets/Common/font/阿里妈妈方圆体/0ik2m5m4Y9Ty.woff
new file mode 100644
index 00000000..a76e898c
Binary files /dev/null and b/wb_new_ui/assets/Common/font/阿里妈妈方圆体/0ik2m5m4Y9Ty.woff differ
diff --git a/wb_new_ui/assets/Common/font/阿里妈妈方圆体/0ik2m5m4Y9Ty.woff2 b/wb_new_ui/assets/Common/font/阿里妈妈方圆体/0ik2m5m4Y9Ty.woff2
new file mode 100644
index 00000000..e9557454
Binary files /dev/null and b/wb_new_ui/assets/Common/font/阿里妈妈方圆体/0ik2m5m4Y9Ty.woff2 differ
diff --git a/wb_new_ui/assets/Common/font/阿里妈妈方圆体/AlimamaFangYuanTiVF-Thin.ttf b/wb_new_ui/assets/Common/font/阿里妈妈方圆体/AlimamaFangYuanTiVF-Thin.ttf
new file mode 100644
index 00000000..5588e49f
Binary files /dev/null and b/wb_new_ui/assets/Common/font/阿里妈妈方圆体/AlimamaFangYuanTiVF-Thin.ttf differ
diff --git a/wb_new_ui/assets/Common/font/阿里妈妈方圆体/AlimamaFangYuanTiVF-Thin.woff b/wb_new_ui/assets/Common/font/阿里妈妈方圆体/AlimamaFangYuanTiVF-Thin.woff
new file mode 100644
index 00000000..749276e1
Binary files /dev/null and b/wb_new_ui/assets/Common/font/阿里妈妈方圆体/AlimamaFangYuanTiVF-Thin.woff differ
diff --git a/wb_new_ui/assets/Common/font/阿里妈妈方圆体/AlimamaFangYuanTiVF-Thin.woff2 b/wb_new_ui/assets/Common/font/阿里妈妈方圆体/AlimamaFangYuanTiVF-Thin.woff2
new file mode 100644
index 00000000..01be5bfd
Binary files /dev/null and b/wb_new_ui/assets/Common/font/阿里妈妈方圆体/AlimamaFangYuanTiVF-Thin.woff2 differ
diff --git a/wb_new_ui/assets/Common/font/阿里妈妈方圆体/INSTRUCTION.txt b/wb_new_ui/assets/Common/font/阿里妈妈方圆体/INSTRUCTION.txt
new file mode 100644
index 00000000..923a3eed
--- /dev/null
+++ b/wb_new_ui/assets/Common/font/阿里妈妈方圆体/INSTRUCTION.txt
@@ -0,0 +1,6 @@
+使用反馈、商业合作等问题,请email:alimama-font@list.alibaba-inc.com
+
+重要!安装前请先阅读此文档
+请先按照下面流程安装文件夹里的字体包。
+1. 打开字体文件夹,根据不同系统需要选择 OTF 或 TTF 版本
+2. 字体所包含字重、字宽2个可变轴,同时包含 XX 预设值(双击安装)。
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/font/阿里妈妈方圆体/LICENSE.txt b/wb_new_ui/assets/Common/font/阿里妈妈方圆体/LICENSE.txt
new file mode 100644
index 00000000..6cb5f3c4
--- /dev/null
+++ b/wb_new_ui/assets/Common/font/阿里妈妈方圆体/LICENSE.txt
@@ -0,0 +1,6 @@
+1. 阿里妈妈方圆体字体及包含该字体的字库软件,合称“阿里妈妈方圆体”。
+2. 阿里妈妈方圆体的知识产权和相关权益归属于淘宝(中国)软件有限公司(以下简称“阿里妈妈”),受《中华人民共和国著作权法》及其他适用法律法规、国际公约、条约的保护。
+3. 阿里妈妈授权个人、企业等用户在遵守本声明相关条款的前提下,可以下载、安装和使用上述阿里妈妈字体,该授权是免费的普通许可,用户可基于合法目的用于商业用途或非商业用途,以及嵌入式使用,但不得以任何违反本声明第4条及法律法规、政策、规章或公序良俗的方式使用。
+4. 除本法律声明中明确授权之外,阿里妈妈未授予用户关于阿里妈妈方圆体的其他权利。未经阿里妈妈授权,任何人不得:1)对阿里妈妈方圆体进行仿制、转换、翻译、反编译、反向工程、拆分、破解或以其他方式试图从该字库软件获取源代码;2)对阿里妈妈方圆体进行新增、拆分、修改或以其他方式进行二次创作;3)对阿里妈妈方圆体进行有偿方式转让、授权或许可给第三方/商家/用户使用;4) 标注错误或不标注版权所有人阿里妈妈,无法标注版权所有人的情况除外;5)发布任何使外界误认其与阿里妈妈或其关联公司存在合作、赞助或背书等商业关联的不实信息。
+5. 阿里妈妈授予用户的上述授权不附带任何明示或暗示的保证,不对任何人因从非阿里妈妈官方渠道或指定渠道下载、安装或使用阿里妈妈方圆体而引发的任何直接或间接损失承担责任。
+6. 本声明的解释、履行与争议解决适用中华人民共和国的法律。用户与阿里妈妈就阿里妈妈方圆体的使用若发生争议,双方应友好协商,若协商不成,任一方有权向浙江省杭州市有管辖权的人民法院提起诉讼。
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/font/阿里妈妈方圆体_VF_Regular-subset/bvEq6KwhHnNa/0ik2m5m4Y9Ty.woff b/wb_new_ui/assets/Common/font/阿里妈妈方圆体_VF_Regular-subset/bvEq6KwhHnNa/0ik2m5m4Y9Ty.woff
new file mode 100644
index 00000000..a76e898c
Binary files /dev/null and b/wb_new_ui/assets/Common/font/阿里妈妈方圆体_VF_Regular-subset/bvEq6KwhHnNa/0ik2m5m4Y9Ty.woff differ
diff --git a/wb_new_ui/assets/Common/font/阿里妈妈方圆体_VF_Regular-subset/bvEq6KwhHnNa/0ik2m5m4Y9Ty.woff2 b/wb_new_ui/assets/Common/font/阿里妈妈方圆体_VF_Regular-subset/bvEq6KwhHnNa/0ik2m5m4Y9Ty.woff2
new file mode 100644
index 00000000..e9557454
Binary files /dev/null and b/wb_new_ui/assets/Common/font/阿里妈妈方圆体_VF_Regular-subset/bvEq6KwhHnNa/0ik2m5m4Y9Ty.woff2 differ
diff --git a/wb_new_ui/assets/Common/images/1_05.png b/wb_new_ui/assets/Common/images/1_05.png
new file mode 100644
index 00000000..ba81b435
Binary files /dev/null and b/wb_new_ui/assets/Common/images/1_05.png differ
diff --git a/wb_new_ui/assets/Common/images/adban.png b/wb_new_ui/assets/Common/images/adban.png
new file mode 100644
index 00000000..b6f73445
Binary files /dev/null and b/wb_new_ui/assets/Common/images/adban.png differ
diff --git a/wb_new_ui/assets/Common/images/ann_qingchuhuancun.png b/wb_new_ui/assets/Common/images/ann_qingchuhuancun.png
new file mode 100644
index 00000000..7eaada4e
Binary files /dev/null and b/wb_new_ui/assets/Common/images/ann_qingchuhuancun.png differ
diff --git a/wb_new_ui/assets/Common/images/ann_quanbushanchu.png b/wb_new_ui/assets/Common/images/ann_quanbushanchu.png
new file mode 100644
index 00000000..f9adca7a
Binary files /dev/null and b/wb_new_ui/assets/Common/images/ann_quanbushanchu.png differ
diff --git a/wb_new_ui/assets/Common/images/ann_queding.png b/wb_new_ui/assets/Common/images/ann_queding.png
new file mode 100644
index 00000000..b55555db
Binary files /dev/null and b/wb_new_ui/assets/Common/images/ann_queding.png differ
diff --git a/wb_new_ui/assets/Common/images/ann_queren.png b/wb_new_ui/assets/Common/images/ann_queren.png
new file mode 100644
index 00000000..874a00c5
Binary files /dev/null and b/wb_new_ui/assets/Common/images/ann_queren.png differ
diff --git a/wb_new_ui/assets/Common/images/ann_quxiao.png b/wb_new_ui/assets/Common/images/ann_quxiao.png
new file mode 100644
index 00000000..328288ef
Binary files /dev/null and b/wb_new_ui/assets/Common/images/ann_quxiao.png differ
diff --git a/wb_new_ui/assets/Common/images/ann_s_1.png b/wb_new_ui/assets/Common/images/ann_s_1.png
new file mode 100644
index 00000000..15241de7
Binary files /dev/null and b/wb_new_ui/assets/Common/images/ann_s_1.png differ
diff --git a/wb_new_ui/assets/Common/images/ann_s_3.png b/wb_new_ui/assets/Common/images/ann_s_3.png
new file mode 100644
index 00000000..a927ad7f
Binary files /dev/null and b/wb_new_ui/assets/Common/images/ann_s_3.png differ
diff --git a/wb_new_ui/assets/Common/images/ann_s_4.png b/wb_new_ui/assets/Common/images/ann_s_4.png
new file mode 100644
index 00000000..a0a65e58
Binary files /dev/null and b/wb_new_ui/assets/Common/images/ann_s_4.png differ
diff --git a/wb_new_ui/assets/Common/images/ann_s_6.png b/wb_new_ui/assets/Common/images/ann_s_6.png
new file mode 100644
index 00000000..a22e6c02
Binary files /dev/null and b/wb_new_ui/assets/Common/images/ann_s_6.png differ
diff --git a/wb_new_ui/assets/Common/images/ansebq.png b/wb_new_ui/assets/Common/images/ansebq.png
new file mode 100644
index 00000000..38f7a760
Binary files /dev/null and b/wb_new_ui/assets/Common/images/ansebq.png differ
diff --git a/wb_new_ui/assets/Common/images/bg_oneChoose/Group 68@3x.png b/wb_new_ui/assets/Common/images/bg_oneChoose/Group 68@3x.png
new file mode 100644
index 00000000..2588c161
Binary files /dev/null and b/wb_new_ui/assets/Common/images/bg_oneChoose/Group 68@3x.png differ
diff --git a/wb_new_ui/assets/Common/images/bg_oneChoose/Group 69@3x.png b/wb_new_ui/assets/Common/images/bg_oneChoose/Group 69@3x.png
new file mode 100644
index 00000000..75045430
Binary files /dev/null and b/wb_new_ui/assets/Common/images/bg_oneChoose/Group 69@3x.png differ
diff --git a/wb_new_ui/assets/Common/images/bg_oneChoose/Rectangle 39@3x.png b/wb_new_ui/assets/Common/images/bg_oneChoose/Rectangle 39@3x.png
new file mode 100644
index 00000000..43c0e9a1
Binary files /dev/null and b/wb_new_ui/assets/Common/images/bg_oneChoose/Rectangle 39@3x.png differ
diff --git a/wb_new_ui/assets/Common/images/bg_oneChoose/提示@3x.png b/wb_new_ui/assets/Common/images/bg_oneChoose/提示@3x.png
new file mode 100644
index 00000000..3ea2eaed
Binary files /dev/null and b/wb_new_ui/assets/Common/images/bg_oneChoose/提示@3x.png differ
diff --git a/wb_new_ui/assets/Common/images/bt_tiishi.png b/wb_new_ui/assets/Common/images/bt_tiishi.png
new file mode 100644
index 00000000..7634af35
Binary files /dev/null and b/wb_new_ui/assets/Common/images/bt_tiishi.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_cancel.png b/wb_new_ui/assets/Common/images/btn_cancel.png
new file mode 100644
index 00000000..91826229
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_cancel.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_cancel1.png b/wb_new_ui/assets/Common/images/btn_cancel1.png
new file mode 100644
index 00000000..db31d633
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_cancel1.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_choose/btn_1.png b/wb_new_ui/assets/Common/images/btn_choose/btn_1.png
new file mode 100644
index 00000000..da5a3b20
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_choose/btn_1.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_choose/btn_close.png b/wb_new_ui/assets/Common/images/btn_choose/btn_close.png
new file mode 100644
index 00000000..d66f6cda
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_choose/btn_close.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_comfirm.png b/wb_new_ui/assets/Common/images/btn_comfirm.png
new file mode 100644
index 00000000..a4675ad5
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_comfirm.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_comfirm1.png b/wb_new_ui/assets/Common/images/btn_comfirm1.png
new file mode 100644
index 00000000..bb6b9c0f
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_comfirm1.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_copy.xml b/wb_new_ui/assets/Common/images/btn_copy.xml
new file mode 100644
index 00000000..e28793bf
--- /dev/null
+++ b/wb_new_ui/assets/Common/images/btn_copy.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/0.png b/wb_new_ui/assets/Common/images/btn_keyboard/0.png
new file mode 100644
index 00000000..93332e4a
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/0.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/0000.png b/wb_new_ui/assets/Common/images/btn_keyboard/0000.png
new file mode 100644
index 00000000..76633211
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/0000.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/1.png b/wb_new_ui/assets/Common/images/btn_keyboard/1.png
new file mode 100644
index 00000000..747fafab
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/1.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/2.png b/wb_new_ui/assets/Common/images/btn_keyboard/2.png
new file mode 100644
index 00000000..08cc3fa9
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/2.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/3.png b/wb_new_ui/assets/Common/images/btn_keyboard/3.png
new file mode 100644
index 00000000..115daa33
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/3.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/4.png b/wb_new_ui/assets/Common/images/btn_keyboard/4.png
new file mode 100644
index 00000000..7b4ed9b4
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/4.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/5.png b/wb_new_ui/assets/Common/images/btn_keyboard/5.png
new file mode 100644
index 00000000..fce64779
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/5.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/6.png b/wb_new_ui/assets/Common/images/btn_keyboard/6.png
new file mode 100644
index 00000000..9e4e418d
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/6.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/7.png b/wb_new_ui/assets/Common/images/btn_keyboard/7.png
new file mode 100644
index 00000000..833fa4b2
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/7.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/8.png b/wb_new_ui/assets/Common/images/btn_keyboard/8.png
new file mode 100644
index 00000000..34a4320c
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/8.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/9.png b/wb_new_ui/assets/Common/images/btn_keyboard/9.png
new file mode 100644
index 00000000..2de73f81
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/9.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/Win_FagInput2.xml b/wb_new_ui/assets/Common/images/btn_keyboard/Win_FagInput2.xml
new file mode 100644
index 00000000..57acbe7a
--- /dev/null
+++ b/wb_new_ui/assets/Common/images/btn_keyboard/Win_FagInput2.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/ann_hong.png b/wb_new_ui/assets/Common/images/btn_keyboard/ann_hong.png
new file mode 100644
index 00000000..4c5f5afd
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/ann_hong.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/ann_huang.png b/wb_new_ui/assets/Common/images/btn_keyboard/ann_huang.png
new file mode 100644
index 00000000..11b5555b
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/ann_huang.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/ann_lan.png b/wb_new_ui/assets/Common/images/btn_keyboard/ann_lan.png
new file mode 100644
index 00000000..95473f09
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/ann_lan.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/bg@2x.png b/wb_new_ui/assets/Common/images/btn_keyboard/bg@2x.png
new file mode 100644
index 00000000..5532cf9e
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/bg@2x.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/bg_05.png b/wb_new_ui/assets/Common/images/btn_keyboard/bg_05.png
new file mode 100644
index 00000000..36d63148
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/bg_05.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/bt_haomashuru.png b/wb_new_ui/assets/Common/images/btn_keyboard/bt_haomashuru.png
new file mode 100644
index 00000000..615dae6f
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/bt_haomashuru.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/btnclose.xml b/wb_new_ui/assets/Common/images/btn_keyboard/btnclose.xml
new file mode 100644
index 00000000..4e53417e
--- /dev/null
+++ b/wb_new_ui/assets/Common/images/btn_keyboard/btnclose.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/button01.png b/wb_new_ui/assets/Common/images/btn_keyboard/button01.png
new file mode 100644
index 00000000..ca7ce9e4
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/button01.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/button02.png b/wb_new_ui/assets/Common/images/btn_keyboard/button02.png
new file mode 100644
index 00000000..7d8f75d4
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/button02.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/button_04.png b/wb_new_ui/assets/Common/images/btn_keyboard/button_04.png
new file mode 100644
index 00000000..e5c0a118
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/button_04.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/button_05.png b/wb_new_ui/assets/Common/images/btn_keyboard/button_05.png
new file mode 100644
index 00000000..b59d9217
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/button_05.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/button_06.png b/wb_new_ui/assets/Common/images/btn_keyboard/button_06.png
new file mode 100644
index 00000000..fb6b0eb6
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/button_06.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/chongzhi.png b/wb_new_ui/assets/Common/images/btn_keyboard/chongzhi.png
new file mode 100644
index 00000000..03353faf
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/chongzhi.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/component/nav/guanbi.png b/wb_new_ui/assets/Common/images/btn_keyboard/component/nav/guanbi.png
new file mode 100644
index 00000000..acbcd04c
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/component/nav/guanbi.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/cs.png b/wb_new_ui/assets/Common/images/btn_keyboard/cs.png
new file mode 100644
index 00000000..c7dc0f1d
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/cs.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/dian.png b/wb_new_ui/assets/Common/images/btn_keyboard/dian.png
new file mode 100644
index 00000000..cbe763e1
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/dian.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/hall_input_bg.png b/wb_new_ui/assets/Common/images/btn_keyboard/hall_input_bg.png
new file mode 100644
index 00000000..5b049fe0
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/hall_input_bg.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/hall_inputkeybord_codebg@2x.png b/wb_new_ui/assets/Common/images/btn_keyboard/hall_inputkeybord_codebg@2x.png
new file mode 100644
index 00000000..096ef373
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/hall_inputkeybord_codebg@2x.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/qb.png b/wb_new_ui/assets/Common/images/btn_keyboard/qb.png
new file mode 100644
index 00000000..24841332
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/qb.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/qingling.png b/wb_new_ui/assets/Common/images/btn_keyboard/qingling.png
new file mode 100644
index 00000000..bb5ff01f
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/qingling.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/ql.png b/wb_new_ui/assets/Common/images/btn_keyboard/ql.png
new file mode 100644
index 00000000..2ad5fa1c
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/ql.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/quanbu.png b/wb_new_ui/assets/Common/images/btn_keyboard/quanbu.png
new file mode 100644
index 00000000..a6c2c12b
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/quanbu.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/queren.png b/wb_new_ui/assets/Common/images/btn_keyboard/queren.png
new file mode 100644
index 00000000..24d772ae
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/queren.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/shanchu.png b/wb_new_ui/assets/Common/images/btn_keyboard/shanchu.png
new file mode 100644
index 00000000..723a45e5
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/shanchu.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_01.png b/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_01.png
new file mode 100644
index 00000000..bd335eb9
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_01.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_02.png b/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_02.png
new file mode 100644
index 00000000..9c60d4f9
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_02.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_03.png b/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_03.png
new file mode 100644
index 00000000..472eda9f
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_03.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_04.png b/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_04.png
new file mode 100644
index 00000000..285214b4
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_04.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_05.png b/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_05.png
new file mode 100644
index 00000000..de81ecd0
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_05.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_06.png b/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_06.png
new file mode 100644
index 00000000..063152ca
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_06.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_07.png b/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_07.png
new file mode 100644
index 00000000..aba49621
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_07.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_08.png b/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_08.png
new file mode 100644
index 00000000..081bd444
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_08.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_09.png b/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_09.png
new file mode 100644
index 00000000..c8a458b5
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_09.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_10.png b/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_10.png
new file mode 100644
index 00000000..47f7534e
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/shuzi_10.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/yaoqingma_bg_01.png b/wb_new_ui/assets/Common/images/btn_keyboard/yaoqingma_bg_01.png
new file mode 100644
index 00000000..855e9012
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/yaoqingma_bg_01.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_keyboard/yuandian.png b/wb_new_ui/assets/Common/images/btn_keyboard/yuandian.png
new file mode 100644
index 00000000..db0ddf87
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_keyboard/yuandian.png differ
diff --git a/wb_new_ui/assets/Common/images/btn_share.png b/wb_new_ui/assets/Common/images/btn_share.png
new file mode 100644
index 00000000..c961107b
Binary files /dev/null and b/wb_new_ui/assets/Common/images/btn_share.png differ
diff --git a/wb_new_ui/assets/Common/images/button.png b/wb_new_ui/assets/Common/images/button.png
new file mode 100644
index 00000000..602961b9
Binary files /dev/null and b/wb_new_ui/assets/Common/images/button.png differ
diff --git a/wb_new_ui/assets/Common/images/button00.png b/wb_new_ui/assets/Common/images/button00.png
new file mode 100644
index 00000000..e7334c61
Binary files /dev/null and b/wb_new_ui/assets/Common/images/button00.png differ
diff --git a/wb_new_ui/assets/Common/images/button_blue.png b/wb_new_ui/assets/Common/images/button_blue.png
new file mode 100644
index 00000000..7b89ca92
Binary files /dev/null and b/wb_new_ui/assets/Common/images/button_blue.png differ
diff --git a/wb_new_ui/assets/Common/images/button_tj_01.png b/wb_new_ui/assets/Common/images/button_tj_01.png
new file mode 100644
index 00000000..18df4edc
Binary files /dev/null and b/wb_new_ui/assets/Common/images/button_tj_01.png differ
diff --git a/wb_new_ui/assets/Common/images/button_xg_01.png b/wb_new_ui/assets/Common/images/button_xg_01.png
new file mode 100644
index 00000000..35060381
Binary files /dev/null and b/wb_new_ui/assets/Common/images/button_xg_01.png differ
diff --git a/wb_new_ui/assets/Common/images/bxx_button_cr_01.png b/wb_new_ui/assets/Common/images/bxx_button_cr_01.png
new file mode 100644
index 00000000..283cc729
Binary files /dev/null and b/wb_new_ui/assets/Common/images/bxx_button_cr_01.png differ
diff --git a/wb_new_ui/assets/Common/images/bxx_button_qc_01.png b/wb_new_ui/assets/Common/images/bxx_button_qc_01.png
new file mode 100644
index 00000000..8eba2a18
Binary files /dev/null and b/wb_new_ui/assets/Common/images/bxx_button_qc_01.png differ
diff --git a/wb_new_ui/assets/Common/images/chat_button_blue.png b/wb_new_ui/assets/Common/images/chat_button_blue.png
new file mode 100644
index 00000000..efa7e973
Binary files /dev/null and b/wb_new_ui/assets/Common/images/chat_button_blue.png differ
diff --git a/wb_new_ui/assets/Common/images/chaxun_img.png b/wb_new_ui/assets/Common/images/chaxun_img.png
new file mode 100644
index 00000000..7a03590b
Binary files /dev/null and b/wb_new_ui/assets/Common/images/chaxun_img.png differ
diff --git a/wb_new_ui/assets/Common/images/currency/diamond.png b/wb_new_ui/assets/Common/images/currency/diamond.png
new file mode 100644
index 00000000..bb0c08fe
Binary files /dev/null and b/wb_new_ui/assets/Common/images/currency/diamond.png differ
diff --git a/wb_new_ui/assets/Common/images/currency/icon_lingqu.png b/wb_new_ui/assets/Common/images/currency/icon_lingqu.png
new file mode 100644
index 00000000..46a979bd
Binary files /dev/null and b/wb_new_ui/assets/Common/images/currency/icon_lingqu.png differ
diff --git a/wb_new_ui/assets/Common/images/currency/kuang.png b/wb_new_ui/assets/Common/images/currency/kuang.png
new file mode 100644
index 00000000..bd88f004
Binary files /dev/null and b/wb_new_ui/assets/Common/images/currency/kuang.png differ
diff --git a/wb_new_ui/assets/Common/images/currency/num_bg.png b/wb_new_ui/assets/Common/images/currency/num_bg.png
new file mode 100644
index 00000000..babaa34a
Binary files /dev/null and b/wb_new_ui/assets/Common/images/currency/num_bg.png differ
diff --git a/wb_new_ui/assets/Common/images/dashed.png b/wb_new_ui/assets/Common/images/dashed.png
new file mode 100644
index 00000000..1138b63e
Binary files /dev/null and b/wb_new_ui/assets/Common/images/dashed.png differ
diff --git a/wb_new_ui/assets/Common/images/di02.png b/wb_new_ui/assets/Common/images/di02.png
new file mode 100644
index 00000000..983c54c0
Binary files /dev/null and b/wb_new_ui/assets/Common/images/di02.png differ
diff --git a/wb_new_ui/assets/Common/images/di03(1).png b/wb_new_ui/assets/Common/images/di03(1).png
new file mode 100644
index 00000000..7fd60777
Binary files /dev/null and b/wb_new_ui/assets/Common/images/di03(1).png differ
diff --git a/wb_new_ui/assets/Common/images/di03.png b/wb_new_ui/assets/Common/images/di03.png
new file mode 100644
index 00000000..87518b92
Binary files /dev/null and b/wb_new_ui/assets/Common/images/di03.png differ
diff --git a/wb_new_ui/assets/Common/images/dismiss_room/B01.png b/wb_new_ui/assets/Common/images/dismiss_room/B01.png
new file mode 100644
index 00000000..5c49c199
Binary files /dev/null and b/wb_new_ui/assets/Common/images/dismiss_room/B01.png differ
diff --git a/wb_new_ui/assets/Common/images/dismiss_room/B02.png b/wb_new_ui/assets/Common/images/dismiss_room/B02.png
new file mode 100644
index 00000000..1320fa3f
Binary files /dev/null and b/wb_new_ui/assets/Common/images/dismiss_room/B02.png differ
diff --git a/wb_new_ui/assets/Common/images/dismiss_room/W01.png b/wb_new_ui/assets/Common/images/dismiss_room/W01.png
new file mode 100644
index 00000000..42aa9f09
Binary files /dev/null and b/wb_new_ui/assets/Common/images/dismiss_room/W01.png differ
diff --git a/wb_new_ui/assets/Common/images/dismiss_room/W02.png b/wb_new_ui/assets/Common/images/dismiss_room/W02.png
new file mode 100644
index 00000000..159a6b22
Binary files /dev/null and b/wb_new_ui/assets/Common/images/dismiss_room/W02.png differ
diff --git a/wb_new_ui/assets/Common/images/dismiss_room/di.png b/wb_new_ui/assets/Common/images/dismiss_room/di.png
new file mode 100644
index 00000000..26a0b3c0
Binary files /dev/null and b/wb_new_ui/assets/Common/images/dismiss_room/di.png differ
diff --git a/wb_new_ui/assets/Common/images/dw.png b/wb_new_ui/assets/Common/images/dw.png
new file mode 100644
index 00000000..bd1a808a
Binary files /dev/null and b/wb_new_ui/assets/Common/images/dw.png differ
diff --git a/wb_new_ui/assets/Common/images/fall_dialog_head_bg.png b/wb_new_ui/assets/Common/images/fall_dialog_head_bg.png
new file mode 100644
index 00000000..91731427
Binary files /dev/null and b/wb_new_ui/assets/Common/images/fall_dialog_head_bg.png differ
diff --git a/wb_new_ui/assets/Common/images/fanhui.png b/wb_new_ui/assets/Common/images/fanhui.png
new file mode 100644
index 00000000..70ec043f
Binary files /dev/null and b/wb_new_ui/assets/Common/images/fanhui.png differ
diff --git a/wb_new_ui/assets/Common/images/fh.png b/wb_new_ui/assets/Common/images/fh.png
new file mode 100644
index 00000000..063d3142
Binary files /dev/null and b/wb_new_ui/assets/Common/images/fh.png differ
diff --git a/wb_new_ui/assets/Common/images/game/Button_Close.png b/wb_new_ui/assets/Common/images/game/Button_Close.png
new file mode 100644
index 00000000..072b2b59
Binary files /dev/null and b/wb_new_ui/assets/Common/images/game/Button_Close.png differ
diff --git a/wb_new_ui/assets/Common/images/game/game_fonts_01.png b/wb_new_ui/assets/Common/images/game/game_fonts_01.png
new file mode 100644
index 00000000..204ef994
Binary files /dev/null and b/wb_new_ui/assets/Common/images/game/game_fonts_01.png differ
diff --git a/wb_new_ui/assets/Common/images/game/game_fonts_02.png b/wb_new_ui/assets/Common/images/game/game_fonts_02.png
new file mode 100644
index 00000000..dbf4d8f2
Binary files /dev/null and b/wb_new_ui/assets/Common/images/game/game_fonts_02.png differ
diff --git a/wb_new_ui/assets/Common/images/game/game_fonts_03.png b/wb_new_ui/assets/Common/images/game/game_fonts_03.png
new file mode 100644
index 00000000..b404f760
Binary files /dev/null and b/wb_new_ui/assets/Common/images/game/game_fonts_03.png differ
diff --git a/wb_new_ui/assets/Common/images/game/game_icon_01.png b/wb_new_ui/assets/Common/images/game/game_icon_01.png
new file mode 100644
index 00000000..160c7f2b
Binary files /dev/null and b/wb_new_ui/assets/Common/images/game/game_icon_01.png differ
diff --git a/wb_new_ui/assets/Common/images/game/game_new_fonts_01.png b/wb_new_ui/assets/Common/images/game/game_new_fonts_01.png
new file mode 100644
index 00000000..52070e6b
Binary files /dev/null and b/wb_new_ui/assets/Common/images/game/game_new_fonts_01.png differ
diff --git a/wb_new_ui/assets/Common/images/game/game_new_fonts_02.png b/wb_new_ui/assets/Common/images/game/game_new_fonts_02.png
new file mode 100644
index 00000000..1549259a
Binary files /dev/null and b/wb_new_ui/assets/Common/images/game/game_new_fonts_02.png differ
diff --git a/wb_new_ui/assets/Common/images/game/game_new_fonts_03.png b/wb_new_ui/assets/Common/images/game/game_new_fonts_03.png
new file mode 100644
index 00000000..4c1181ef
Binary files /dev/null and b/wb_new_ui/assets/Common/images/game/game_new_fonts_03.png differ
diff --git a/wb_new_ui/assets/Common/images/game_bottom_01(1).png b/wb_new_ui/assets/Common/images/game_bottom_01(1).png
new file mode 100644
index 00000000..6f33a5cb
Binary files /dev/null and b/wb_new_ui/assets/Common/images/game_bottom_01(1).png differ
diff --git a/wb_new_ui/assets/Common/images/game_bottom_01.png b/wb_new_ui/assets/Common/images/game_bottom_01.png
new file mode 100644
index 00000000..c05ba176
Binary files /dev/null and b/wb_new_ui/assets/Common/images/game_bottom_01.png differ
diff --git a/wb_new_ui/assets/Common/images/game_bottom_02.png b/wb_new_ui/assets/Common/images/game_bottom_02.png
new file mode 100644
index 00000000..e066d51c
Binary files /dev/null and b/wb_new_ui/assets/Common/images/game_bottom_02.png differ
diff --git a/wb_new_ui/assets/Common/images/head/Head0.png b/wb_new_ui/assets/Common/images/head/Head0.png
new file mode 100644
index 00000000..07e87b29
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/Head0.png differ
diff --git a/wb_new_ui/assets/Common/images/head/Head1.png b/wb_new_ui/assets/Common/images/head/Head1.png
new file mode 100644
index 00000000..07e87b29
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/Head1.png differ
diff --git a/wb_new_ui/assets/Common/images/head/di04.png b/wb_new_ui/assets/Common/images/head/di04.png
new file mode 100644
index 00000000..d526a23a
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/di04.png differ
diff --git a/wb_new_ui/assets/Common/images/head/grzl.png b/wb_new_ui/assets/Common/images/head/grzl.png
new file mode 100644
index 00000000..55828b3e
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/grzl.png differ
diff --git a/wb_new_ui/assets/Common/images/head/head_name_bg.png b/wb_new_ui/assets/Common/images/head/head_name_bg.png
new file mode 100644
index 00000000..d89beb1d
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/head_name_bg.png differ
diff --git a/wb_new_ui/assets/Common/images/head/id.png b/wb_new_ui/assets/Common/images/head/id.png
new file mode 100644
index 00000000..89a9d54d
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/id.png differ
diff --git a/wb_new_ui/assets/Common/images/head/index_bg_01.png b/wb_new_ui/assets/Common/images/head/index_bg_01.png
new file mode 100644
index 00000000..5cb37a23
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/index_bg_01.png differ
diff --git a/wb_new_ui/assets/Common/images/head/owner.png b/wb_new_ui/assets/Common/images/head/owner.png
new file mode 100644
index 00000000..3c2307b4
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/owner.png differ
diff --git a/wb_new_ui/assets/Common/images/head/realname/button.png b/wb_new_ui/assets/Common/images/head/realname/button.png
new file mode 100644
index 00000000..7ca8f765
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/realname/button.png differ
diff --git a/wb_new_ui/assets/Common/images/head/realname/chongfa.png b/wb_new_ui/assets/Common/images/head/realname/chongfa.png
new file mode 100644
index 00000000..aa84c58c
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/realname/chongfa.png differ
diff --git a/wb_new_ui/assets/Common/images/head/realname/di.png b/wb_new_ui/assets/Common/images/head/realname/di.png
new file mode 100644
index 00000000..27dd0654
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/realname/di.png differ
diff --git a/wb_new_ui/assets/Common/images/head/realname/fasong.png b/wb_new_ui/assets/Common/images/head/realname/fasong.png
new file mode 100644
index 00000000..0187617c
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/realname/fasong.png differ
diff --git a/wb_new_ui/assets/Common/images/head/realname/queren.png b/wb_new_ui/assets/Common/images/head/realname/queren.png
new file mode 100644
index 00000000..1af990c1
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/realname/queren.png differ
diff --git a/wb_new_ui/assets/Common/images/head/realname/sfzz.png b/wb_new_ui/assets/Common/images/head/realname/sfzz.png
new file mode 100644
index 00000000..9d5d385b
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/realname/sfzz.png differ
diff --git a/wb_new_ui/assets/Common/images/head/realname/shiming.png b/wb_new_ui/assets/Common/images/head/realname/shiming.png
new file mode 100644
index 00000000..184af8ac
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/realname/shiming.png differ
diff --git a/wb_new_ui/assets/Common/images/head/realname/sjhm.png b/wb_new_ui/assets/Common/images/head/realname/sjhm.png
new file mode 100644
index 00000000..8c190d5d
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/realname/sjhm.png differ
diff --git a/wb_new_ui/assets/Common/images/head/realname/smrzbtz.png b/wb_new_ui/assets/Common/images/head/realname/smrzbtz.png
new file mode 100644
index 00000000..b4809df8
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/realname/smrzbtz.png differ
diff --git a/wb_new_ui/assets/Common/images/head/realname/smz.png b/wb_new_ui/assets/Common/images/head/realname/smz.png
new file mode 100644
index 00000000..9250d6aa
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/realname/smz.png differ
diff --git a/wb_new_ui/assets/Common/images/head/realname/touxiang_icon_05.png b/wb_new_ui/assets/Common/images/head/realname/touxiang_icon_05.png
new file mode 100644
index 00000000..6a7ce31b
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/realname/touxiang_icon_05.png differ
diff --git a/wb_new_ui/assets/Common/images/head/realname/yzm.png b/wb_new_ui/assets/Common/images/head/realname/yzm.png
new file mode 100644
index 00000000..94e5677a
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/realname/yzm.png differ
diff --git a/wb_new_ui/assets/Common/images/head/touxiang.png b/wb_new_ui/assets/Common/images/head/touxiang.png
new file mode 100644
index 00000000..e40c8351
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/touxiang.png differ
diff --git a/wb_new_ui/assets/Common/images/head/touxiang_icon_01.png b/wb_new_ui/assets/Common/images/head/touxiang_icon_01.png
new file mode 100644
index 00000000..54bb6dad
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/touxiang_icon_01.png differ
diff --git a/wb_new_ui/assets/Common/images/head/touxiang_icon_02.png b/wb_new_ui/assets/Common/images/head/touxiang_icon_02.png
new file mode 100644
index 00000000..bec82234
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/touxiang_icon_02.png differ
diff --git a/wb_new_ui/assets/Common/images/head/touxiang_icon_03.png b/wb_new_ui/assets/Common/images/head/touxiang_icon_03.png
new file mode 100644
index 00000000..fe28d51b
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/touxiang_icon_03.png differ
diff --git a/wb_new_ui/assets/Common/images/head/txk.png b/wb_new_ui/assets/Common/images/head/txk.png
new file mode 100644
index 00000000..619e4d47
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/txk.png differ
diff --git a/wb_new_ui/assets/Common/images/head/tyd001.png b/wb_new_ui/assets/Common/images/head/tyd001.png
new file mode 100644
index 00000000..be7ff6a9
Binary files /dev/null and b/wb_new_ui/assets/Common/images/head/tyd001.png differ
diff --git a/wb_new_ui/assets/Common/images/info.png b/wb_new_ui/assets/Common/images/info.png
new file mode 100644
index 00000000..cbb5308d
Binary files /dev/null and b/wb_new_ui/assets/Common/images/info.png differ
diff --git a/wb_new_ui/assets/Common/images/info1.png b/wb_new_ui/assets/Common/images/info1.png
new file mode 100644
index 00000000..2868fd85
Binary files /dev/null and b/wb_new_ui/assets/Common/images/info1.png differ
diff --git a/wb_new_ui/assets/Common/images/jiugong_bg.png b/wb_new_ui/assets/Common/images/jiugong_bg.png
new file mode 100644
index 00000000..f88bf082
Binary files /dev/null and b/wb_new_ui/assets/Common/images/jiugong_bg.png differ
diff --git a/wb_new_ui/assets/Common/images/js.png b/wb_new_ui/assets/Common/images/js.png
new file mode 100644
index 00000000..febf3064
Binary files /dev/null and b/wb_new_ui/assets/Common/images/js.png differ
diff --git a/wb_new_ui/assets/Common/images/js_btn_comfirm.png b/wb_new_ui/assets/Common/images/js_btn_comfirm.png
new file mode 100644
index 00000000..28de7687
Binary files /dev/null and b/wb_new_ui/assets/Common/images/js_btn_comfirm.png differ
diff --git a/wb_new_ui/assets/Common/images/js_btn_total.png b/wb_new_ui/assets/Common/images/js_btn_total.png
new file mode 100644
index 00000000..fbb20f39
Binary files /dev/null and b/wb_new_ui/assets/Common/images/js_btn_total.png differ
diff --git a/wb_new_ui/assets/Common/images/ldban.png b/wb_new_ui/assets/Common/images/ldban.png
new file mode 100644
index 00000000..d469b2fd
Binary files /dev/null and b/wb_new_ui/assets/Common/images/ldban.png differ
diff --git a/wb_new_ui/assets/Common/images/ldban1.png b/wb_new_ui/assets/Common/images/ldban1.png
new file mode 100644
index 00000000..2be48e46
Binary files /dev/null and b/wb_new_ui/assets/Common/images/ldban1.png differ
diff --git a/wb_new_ui/assets/Common/images/lnsebq.png b/wb_new_ui/assets/Common/images/lnsebq.png
new file mode 100644
index 00000000..54776561
Binary files /dev/null and b/wb_new_ui/assets/Common/images/lnsebq.png differ
diff --git a/wb_new_ui/assets/Common/images/loading.png b/wb_new_ui/assets/Common/images/loading.png
new file mode 100644
index 00000000..3758e41c
Binary files /dev/null and b/wb_new_ui/assets/Common/images/loading.png differ
diff --git a/wb_new_ui/assets/Common/images/netloading.png b/wb_new_ui/assets/Common/images/netloading.png
new file mode 100644
index 00000000..70abd28b
Binary files /dev/null and b/wb_new_ui/assets/Common/images/netloading.png differ
diff --git a/wb_new_ui/assets/Common/images/new_btns/button01.png b/wb_new_ui/assets/Common/images/new_btns/button01.png
new file mode 100644
index 00000000..74fca711
Binary files /dev/null and b/wb_new_ui/assets/Common/images/new_btns/button01.png differ
diff --git a/wb_new_ui/assets/Common/images/new_btns/button02.png b/wb_new_ui/assets/Common/images/new_btns/button02.png
new file mode 100644
index 00000000..d55ee846
Binary files /dev/null and b/wb_new_ui/assets/Common/images/new_btns/button02.png differ
diff --git a/wb_new_ui/assets/Common/images/new_btns/button03.png b/wb_new_ui/assets/Common/images/new_btns/button03.png
new file mode 100644
index 00000000..2a5930e9
Binary files /dev/null and b/wb_new_ui/assets/Common/images/new_btns/button03.png differ
diff --git a/wb_new_ui/assets/Common/images/new_btns/new_button_redy.png b/wb_new_ui/assets/Common/images/new_btns/new_button_redy.png
new file mode 100644
index 00000000..50640013
Binary files /dev/null and b/wb_new_ui/assets/Common/images/new_btns/new_button_redy.png differ
diff --git a/wb_new_ui/assets/Common/images/over_jieshuUI.png b/wb_new_ui/assets/Common/images/over_jieshuUI.png
new file mode 100644
index 00000000..b9a6b687
Binary files /dev/null and b/wb_new_ui/assets/Common/images/over_jieshuUI.png differ
diff --git a/wb_new_ui/assets/Common/images/phone_code_send.png b/wb_new_ui/assets/Common/images/phone_code_send.png
new file mode 100644
index 00000000..b8273d72
Binary files /dev/null and b/wb_new_ui/assets/Common/images/phone_code_send.png differ
diff --git a/wb_new_ui/assets/Common/images/qd.png b/wb_new_ui/assets/Common/images/qd.png
new file mode 100644
index 00000000..b34e6a43
Binary files /dev/null and b/wb_new_ui/assets/Common/images/qd.png differ
diff --git a/wb_new_ui/assets/Common/images/record/01.png b/wb_new_ui/assets/Common/images/record/01.png
new file mode 100644
index 00000000..7458a075
Binary files /dev/null and b/wb_new_ui/assets/Common/images/record/01.png differ
diff --git a/wb_new_ui/assets/Common/images/record/02.png b/wb_new_ui/assets/Common/images/record/02.png
new file mode 100644
index 00000000..cf4ea084
Binary files /dev/null and b/wb_new_ui/assets/Common/images/record/02.png differ
diff --git a/wb_new_ui/assets/Common/images/record/button01.png b/wb_new_ui/assets/Common/images/record/button01.png
new file mode 100644
index 00000000..7d251955
Binary files /dev/null and b/wb_new_ui/assets/Common/images/record/button01.png differ
diff --git a/wb_new_ui/assets/Common/images/record/button02.png b/wb_new_ui/assets/Common/images/record/button02.png
new file mode 100644
index 00000000..d8ac1d65
Binary files /dev/null and b/wb_new_ui/assets/Common/images/record/button02.png differ
diff --git a/wb_new_ui/assets/Common/images/record/button03.png b/wb_new_ui/assets/Common/images/record/button03.png
new file mode 100644
index 00000000..629546eb
Binary files /dev/null and b/wb_new_ui/assets/Common/images/record/button03.png differ
diff --git a/wb_new_ui/assets/Common/images/record/di.png b/wb_new_ui/assets/Common/images/record/di.png
new file mode 100644
index 00000000..74398900
Binary files /dev/null and b/wb_new_ui/assets/Common/images/record/di.png differ
diff --git a/wb_new_ui/assets/Common/images/record/fanhui02.png b/wb_new_ui/assets/Common/images/record/fanhui02.png
new file mode 100644
index 00000000..8439977e
Binary files /dev/null and b/wb_new_ui/assets/Common/images/record/fanhui02.png differ
diff --git a/wb_new_ui/assets/Common/images/setting/icon_yinyue.png b/wb_new_ui/assets/Common/images/setting/icon_yinyue.png
new file mode 100644
index 00000000..64f5982f
Binary files /dev/null and b/wb_new_ui/assets/Common/images/setting/icon_yinyue.png differ
diff --git a/wb_new_ui/assets/Common/images/setting/off.png b/wb_new_ui/assets/Common/images/setting/off.png
new file mode 100644
index 00000000..8698fc10
Binary files /dev/null and b/wb_new_ui/assets/Common/images/setting/off.png differ
diff --git a/wb_new_ui/assets/Common/images/setting/on.png b/wb_new_ui/assets/Common/images/setting/on.png
new file mode 100644
index 00000000..32ec9926
Binary files /dev/null and b/wb_new_ui/assets/Common/images/setting/on.png differ
diff --git a/wb_new_ui/assets/Common/images/setting/setting_bar.png b/wb_new_ui/assets/Common/images/setting/setting_bar.png
new file mode 100644
index 00000000..53e35c81
Binary files /dev/null and b/wb_new_ui/assets/Common/images/setting/setting_bar.png differ
diff --git a/wb_new_ui/assets/Common/images/setting/setting_bar_bg.png b/wb_new_ui/assets/Common/images/setting/setting_bar_bg.png
new file mode 100644
index 00000000..07800692
Binary files /dev/null and b/wb_new_ui/assets/Common/images/setting/setting_bar_bg.png differ
diff --git a/wb_new_ui/assets/Common/images/setting/setting_dice.png b/wb_new_ui/assets/Common/images/setting/setting_dice.png
new file mode 100644
index 00000000..0b7fd080
Binary files /dev/null and b/wb_new_ui/assets/Common/images/setting/setting_dice.png differ
diff --git a/wb_new_ui/assets/Common/images/setting/setting_max_sound_sign.png b/wb_new_ui/assets/Common/images/setting/setting_max_sound_sign.png
new file mode 100644
index 00000000..f94364e5
Binary files /dev/null and b/wb_new_ui/assets/Common/images/setting/setting_max_sound_sign.png differ
diff --git a/wb_new_ui/assets/Common/images/setting/shezhi_icon_04.png b/wb_new_ui/assets/Common/images/setting/shezhi_icon_04.png
new file mode 100644
index 00000000..6589219b
Binary files /dev/null and b/wb_new_ui/assets/Common/images/setting/shezhi_icon_04.png differ
diff --git a/wb_new_ui/assets/Common/images/setting/shezhi_title_04.png b/wb_new_ui/assets/Common/images/setting/shezhi_title_04.png
new file mode 100644
index 00000000..4e993f3b
Binary files /dev/null and b/wb_new_ui/assets/Common/images/setting/shezhi_title_04.png differ
diff --git a/wb_new_ui/assets/Common/images/setting/sytb.png b/wb_new_ui/assets/Common/images/setting/sytb.png
new file mode 100644
index 00000000..2865a1fe
Binary files /dev/null and b/wb_new_ui/assets/Common/images/setting/sytb.png differ
diff --git a/wb_new_ui/assets/Common/images/setting/ts.png b/wb_new_ui/assets/Common/images/setting/ts.png
new file mode 100644
index 00000000..3d758c25
Binary files /dev/null and b/wb_new_ui/assets/Common/images/setting/ts.png differ
diff --git a/wb_new_ui/assets/Common/images/srk.png b/wb_new_ui/assets/Common/images/srk.png
new file mode 100644
index 00000000..9144b9f9
Binary files /dev/null and b/wb_new_ui/assets/Common/images/srk.png differ
diff --git a/wb_new_ui/assets/Common/images/sz.png b/wb_new_ui/assets/Common/images/sz.png
new file mode 100644
index 00000000..6d816c72
Binary files /dev/null and b/wb_new_ui/assets/Common/images/sz.png differ
diff --git a/wb_new_ui/assets/Common/images/tishi_bottom_01.png b/wb_new_ui/assets/Common/images/tishi_bottom_01.png
new file mode 100644
index 00000000..7a851c2e
Binary files /dev/null and b/wb_new_ui/assets/Common/images/tishi_bottom_01.png differ
diff --git a/wb_new_ui/assets/Common/images/title_bg2.png b/wb_new_ui/assets/Common/images/title_bg2.png
new file mode 100644
index 00000000..8201687b
Binary files /dev/null and b/wb_new_ui/assets/Common/images/title_bg2.png differ
diff --git a/wb_new_ui/assets/Common/images/w01(1).png b/wb_new_ui/assets/Common/images/w01(1).png
new file mode 100644
index 00000000..b72a2e4b
Binary files /dev/null and b/wb_new_ui/assets/Common/images/w01(1).png differ
diff --git a/wb_new_ui/assets/Common/images/w02(1).png b/wb_new_ui/assets/Common/images/w02(1).png
new file mode 100644
index 00000000..65cad5e2
Binary files /dev/null and b/wb_new_ui/assets/Common/images/w02(1).png differ
diff --git a/wb_new_ui/assets/Common/images/wanfa_title_01.png b/wb_new_ui/assets/Common/images/wanfa_title_01.png
new file mode 100644
index 00000000..3ca27060
Binary files /dev/null and b/wb_new_ui/assets/Common/images/wanfa_title_01.png differ
diff --git a/wb_new_ui/assets/Common/images/wenzi00.png b/wb_new_ui/assets/Common/images/wenzi00.png
new file mode 100644
index 00000000..41e0801a
Binary files /dev/null and b/wb_new_ui/assets/Common/images/wenzi00.png differ
diff --git a/wb_new_ui/assets/Common/images/win/9bg_03.png b/wb_new_ui/assets/Common/images/win/9bg_03.png
new file mode 100644
index 00000000..6452b005
Binary files /dev/null and b/wb_new_ui/assets/Common/images/win/9bg_03.png differ
diff --git a/wb_new_ui/assets/Common/images/win/9bg_04.png b/wb_new_ui/assets/Common/images/win/9bg_04.png
new file mode 100644
index 00000000..926f130c
Binary files /dev/null and b/wb_new_ui/assets/Common/images/win/9bg_04.png differ
diff --git a/wb_new_ui/assets/Common/images/win/9bg_05.png b/wb_new_ui/assets/Common/images/win/9bg_05.png
new file mode 100644
index 00000000..daa23265
Binary files /dev/null and b/wb_new_ui/assets/Common/images/win/9bg_05.png differ
diff --git a/wb_new_ui/assets/Common/images/win/bg_02.png b/wb_new_ui/assets/Common/images/win/bg_02.png
new file mode 100644
index 00000000..2d4c0c9f
Binary files /dev/null and b/wb_new_ui/assets/Common/images/win/bg_02.png differ
diff --git a/wb_new_ui/assets/Common/images/win/bg_txk_03.png b/wb_new_ui/assets/Common/images/win/bg_txk_03.png
new file mode 100644
index 00000000..aedb7264
Binary files /dev/null and b/wb_new_ui/assets/Common/images/win/bg_txk_03.png differ
diff --git a/wb_new_ui/assets/Common/images/win/bind_wechat_icon_title.png b/wb_new_ui/assets/Common/images/win/bind_wechat_icon_title.png
new file mode 100644
index 00000000..c2074372
Binary files /dev/null and b/wb_new_ui/assets/Common/images/win/bind_wechat_icon_title.png differ
diff --git a/wb_new_ui/assets/Common/images/win/buttom_guanbi.png b/wb_new_ui/assets/Common/images/win/buttom_guanbi.png
new file mode 100644
index 00000000..54e8341e
Binary files /dev/null and b/wb_new_ui/assets/Common/images/win/buttom_guanbi.png differ
diff --git a/wb_new_ui/assets/Common/images/win/cfandkzz.png b/wb_new_ui/assets/Common/images/win/cfandkzz.png
new file mode 100644
index 00000000..d70f9e3a
Binary files /dev/null and b/wb_new_ui/assets/Common/images/win/cfandkzz.png differ
diff --git a/wb_new_ui/assets/Common/images/win/cha.png b/wb_new_ui/assets/Common/images/win/cha.png
new file mode 100644
index 00000000..acbcd04c
Binary files /dev/null and b/wb_new_ui/assets/Common/images/win/cha.png differ
diff --git a/wb_new_ui/assets/Common/images/win/dbt.png b/wb_new_ui/assets/Common/images/win/dbt.png
new file mode 100644
index 00000000..7a783324
Binary files /dev/null and b/wb_new_ui/assets/Common/images/win/dbt.png differ
diff --git a/wb_new_ui/assets/Common/images/win/dkd.png b/wb_new_ui/assets/Common/images/win/dkd.png
new file mode 100644
index 00000000..3db475cd
Binary files /dev/null and b/wb_new_ui/assets/Common/images/win/dkd.png differ
diff --git a/wb_new_ui/assets/Common/images/win/fgxss.png b/wb_new_ui/assets/Common/images/win/fgxss.png
new file mode 100644
index 00000000..3bed9812
Binary files /dev/null and b/wb_new_ui/assets/Common/images/win/fgxss.png differ
diff --git a/wb_new_ui/assets/Common/images/win/hall_dialog_793.png b/wb_new_ui/assets/Common/images/win/hall_dialog_793.png
new file mode 100644
index 00000000..d926eec0
Binary files /dev/null and b/wb_new_ui/assets/Common/images/win/hall_dialog_793.png differ
diff --git a/wb_new_ui/assets/Common/images/win/hsxdk01.png b/wb_new_ui/assets/Common/images/win/hsxdk01.png
new file mode 100644
index 00000000..f82830e9
Binary files /dev/null and b/wb_new_ui/assets/Common/images/win/hsxdk01.png differ
diff --git a/wb_new_ui/assets/Common/images/win/left_bg@2x.png b/wb_new_ui/assets/Common/images/win/left_bg@2x.png
new file mode 100644
index 00000000..c84b143c
Binary files /dev/null and b/wb_new_ui/assets/Common/images/win/left_bg@2x.png differ
diff --git a/wb_new_ui/assets/Common/images/win/mine_item_bg.png b/wb_new_ui/assets/Common/images/win/mine_item_bg.png
new file mode 100644
index 00000000..ecdbc742
Binary files /dev/null and b/wb_new_ui/assets/Common/images/win/mine_item_bg.png differ
diff --git a/wb_new_ui/assets/Common/images/win/play_bg1@2x.png b/wb_new_ui/assets/Common/images/win/play_bg1@2x.png
new file mode 100644
index 00000000..93fc1f37
Binary files /dev/null and b/wb_new_ui/assets/Common/images/win/play_bg1@2x.png differ
diff --git a/wb_new_ui/assets/Common/images/win/shurukuang3.png b/wb_new_ui/assets/Common/images/win/shurukuang3.png
new file mode 100644
index 00000000..1dff0a70
Binary files /dev/null and b/wb_new_ui/assets/Common/images/win/shurukuang3.png differ
diff --git a/wb_new_ui/assets/Common/images/win/shurukuang5.png b/wb_new_ui/assets/Common/images/win/shurukuang5.png
new file mode 100644
index 00000000..bfd17664
Binary files /dev/null and b/wb_new_ui/assets/Common/images/win/shurukuang5.png differ
diff --git a/wb_new_ui/assets/Common/images/win/shurukuang6.png b/wb_new_ui/assets/Common/images/win/shurukuang6.png
new file mode 100644
index 00000000..9353b1a5
Binary files /dev/null and b/wb_new_ui/assets/Common/images/win/shurukuang6.png differ
diff --git a/wb_new_ui/assets/Common/images/win/tkd.png b/wb_new_ui/assets/Common/images/win/tkd.png
new file mode 100644
index 00000000..274fc631
Binary files /dev/null and b/wb_new_ui/assets/Common/images/win/tkd.png differ
diff --git a/wb_new_ui/assets/Common/images/win/tydk1.png b/wb_new_ui/assets/Common/images/win/tydk1.png
new file mode 100644
index 00000000..f32e7103
Binary files /dev/null and b/wb_new_ui/assets/Common/images/win/tydk1.png differ
diff --git a/wb_new_ui/assets/Common/images/win/xdk.png b/wb_new_ui/assets/Common/images/win/xdk.png
new file mode 100644
index 00000000..0c4ec8c0
Binary files /dev/null and b/wb_new_ui/assets/Common/images/win/xdk.png differ
diff --git a/wb_new_ui/assets/Common/images/win/zsxx.png b/wb_new_ui/assets/Common/images/win/zsxx.png
new file mode 100644
index 00000000..316e4bb3
Binary files /dev/null and b/wb_new_ui/assets/Common/images/win/zsxx.png differ
diff --git a/wb_new_ui/assets/Common/images/win/zz.png b/wb_new_ui/assets/Common/images/win/zz.png
new file mode 100644
index 00000000..33ef0058
Binary files /dev/null and b/wb_new_ui/assets/Common/images/win/zz.png differ
diff --git a/wb_new_ui/assets/Common/images/wwww.png b/wb_new_ui/assets/Common/images/wwww.png
new file mode 100644
index 00000000..9badefe4
Binary files /dev/null and b/wb_new_ui/assets/Common/images/wwww.png differ
diff --git a/wb_new_ui/assets/Common/images/zzdd_bg_01.png b/wb_new_ui/assets/Common/images/zzdd_bg_01.png
new file mode 100644
index 00000000..a3f15d99
Binary files /dev/null and b/wb_new_ui/assets/Common/images/zzdd_bg_01.png differ
diff --git a/wb_new_ui/assets/Common/images/zzdd_bg_011.png b/wb_new_ui/assets/Common/images/zzdd_bg_011.png
new file mode 100644
index 00000000..c9c1d4b0
Binary files /dev/null and b/wb_new_ui/assets/Common/images/zzdd_bg_011.png differ
diff --git a/wb_new_ui/assets/Common/images/zzdd_bg_03.png b/wb_new_ui/assets/Common/images/zzdd_bg_03.png
new file mode 100644
index 00000000..0bcc7aa2
Binary files /dev/null and b/wb_new_ui/assets/Common/images/zzdd_bg_03.png differ
diff --git a/wb_new_ui/assets/Common/images/光.png b/wb_new_ui/assets/Common/images/光.png
new file mode 100644
index 00000000..1e2a434d
Binary files /dev/null and b/wb_new_ui/assets/Common/images/光.png differ
diff --git a/wb_new_ui/assets/Common/images/加载圈(1).png b/wb_new_ui/assets/Common/images/加载圈(1).png
new file mode 100644
index 00000000..254f7be4
Binary files /dev/null and b/wb_new_ui/assets/Common/images/加载圈(1).png differ
diff --git a/wb_new_ui/assets/Common/images/加载底(1).png b/wb_new_ui/assets/Common/images/加载底(1).png
new file mode 100644
index 00000000..0a6b9c44
Binary files /dev/null and b/wb_new_ui/assets/Common/images/加载底(1).png differ
diff --git a/wb_new_ui/assets/Common/images/图标.png b/wb_new_ui/assets/Common/images/图标.png
new file mode 100644
index 00000000..e2c6ad89
Binary files /dev/null and b/wb_new_ui/assets/Common/images/图标.png differ
diff --git a/wb_new_ui/assets/Common/package.xml b/wb_new_ui/assets/Common/package.xml
new file mode 100644
index 00000000..5ff2d552
--- /dev/null
+++ b/wb_new_ui/assets/Common/package.xml
@@ -0,0 +1,1206 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/pop_oneChoose.xml b/wb_new_ui/assets/Common/pop_oneChoose.xml
new file mode 100644
index 00000000..8921d3a2
--- /dev/null
+++ b/wb_new_ui/assets/Common/pop_oneChoose.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/pop_oneInput.xml b/wb_new_ui/assets/Common/pop_oneInput.xml
new file mode 100644
index 00000000..7232d4ad
--- /dev/null
+++ b/wb_new_ui/assets/Common/pop_oneInput.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Common/pop_twoChoose.xml b/wb_new_ui/assets/Common/pop_twoChoose.xml
new file mode 100644
index 00000000..764dabb6
--- /dev/null
+++ b/wb_new_ui/assets/Common/pop_twoChoose.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/DebugLog/Button1.xml b/wb_new_ui/assets/DebugLog/Button1.xml
new file mode 100644
index 00000000..38ecda92
--- /dev/null
+++ b/wb_new_ui/assets/DebugLog/Button1.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/DebugLog/Main.xml b/wb_new_ui/assets/DebugLog/Main.xml
new file mode 100644
index 00000000..63515793
--- /dev/null
+++ b/wb_new_ui/assets/DebugLog/Main.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/DebugLog/Slider1.xml b/wb_new_ui/assets/DebugLog/Slider1.xml
new file mode 100644
index 00000000..3e7d22ac
--- /dev/null
+++ b/wb_new_ui/assets/DebugLog/Slider1.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/DebugLog/Slider1_grip.xml b/wb_new_ui/assets/DebugLog/Slider1_grip.xml
new file mode 100644
index 00000000..76a93346
--- /dev/null
+++ b/wb_new_ui/assets/DebugLog/Slider1_grip.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/DebugLog/Text.xml b/wb_new_ui/assets/DebugLog/Text.xml
new file mode 100644
index 00000000..db6d70f0
--- /dev/null
+++ b/wb_new_ui/assets/DebugLog/Text.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/DebugLog/package.xml b/wb_new_ui/assets/DebugLog/package.xml
new file mode 100644
index 00000000..4d693646
--- /dev/null
+++ b/wb_new_ui/assets/DebugLog/package.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/Main_2.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/Main_2.xml
new file mode 100644
index 00000000..e28844cd
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/Main_2.xml
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/Main_3.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/Main_3.xml
new file mode 100644
index 00000000..3fb31b57
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/Main_3.xml
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/Main_4.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/Main_4.xml
new file mode 100644
index 00000000..7d3d3fe0
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/Main_4.xml
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/PlayerHead_1.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/PlayerHead_1.xml
new file mode 100644
index 00000000..4bdd6be3
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/PlayerHead_1.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/PlayerHead_2.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/PlayerHead_2.xml
new file mode 100644
index 00000000..4b328aca
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/PlayerHead_2.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/PlayerHead_3.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/PlayerHead_3.xml
new file mode 100644
index 00000000..6132e7ef
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/PlayerHead_3.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/PlayerHead_4.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/PlayerHead_4.xml
new file mode 100644
index 00000000..0a61aad8
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/PlayerHead_4.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/bird/Btn_Card.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/bird/Btn_Card.xml
new file mode 100644
index 00000000..61ef9f3b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/bird/Btn_Card.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/bird/Panel_Birds.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/bird/Panel_Birds.xml
new file mode 100644
index 00000000..846bb610
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/bird/Panel_Birds.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/bird/game_bg_01.png b/wb_new_ui/assets/Extend_MJ_ChangSha/bird/game_bg_01.png
new file mode 100644
index 00000000..aaf406e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/bird/game_bg_01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/bird/niao.png b/wb_new_ui/assets/Extend_MJ_ChangSha/bird/niao.png
new file mode 100644
index 00000000..7d6026eb
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/bird/niao.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/choose/Comp_choose.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/choose/Comp_choose.xml
new file mode 100644
index 00000000..ccde7b7f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/choose/Comp_choose.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/choose/Pop_tip_choice.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/choose/Pop_tip_choice.xml
new file mode 100644
index 00000000..749ae736
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/choose/Pop_tip_choice.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/choose/component/choose/game_icon_02.png b/wb_new_ui/assets/Extend_MJ_ChangSha/choose/component/choose/game_icon_02.png
new file mode 100644
index 00000000..a5d6e501
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/choose/component/choose/game_icon_02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/banner.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/banner.xml
new file mode 100644
index 00000000..f06675aa
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/banner.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/btn_zan.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/btn_zan.xml
new file mode 100644
index 00000000..f38d1e32
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/btn_zan.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/clearing.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/clearing.xml
new file mode 100644
index 00000000..fbe1d7f0
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/clearing.xml
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/clearing_1_item.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/clearing_1_item.xml
new file mode 100644
index 00000000..a2765c1d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/clearing_1_item.xml
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/clearing_2_item.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/clearing_2_item.xml
new file mode 100644
index 00000000..3c59616b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/clearing_2_item.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/clearing_card.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/clearing_card.xml
new file mode 100644
index 00000000..97248a96
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/clearing_card.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/fd.png b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/fd.png
new file mode 100644
index 00000000..b3cbff5d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/fd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/Font1.fnt b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/Font1.fnt
new file mode 100644
index 00000000..9abbbaeb
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/Font1.fnt
@@ -0,0 +1,17 @@
+info creator=UIBuilder resizable=true
+char id=36830 img=7q1m2x xoffset=0 yoffset=0 xadvance=0
+char id=98 img=7q1m2k xoffset=0 yoffset=0 xadvance=0
+char id=99 img=7q1m2l xoffset=0 yoffset=0 xadvance=0
+char id=100 img=7q1m2m xoffset=0 yoffset=0 xadvance=0
+char id=101 img=7q1m2n xoffset=0 yoffset=0 xadvance=0
+char id=102 img=7q1m2o xoffset=0 yoffset=0 xadvance=0
+char id=103 img=7q1m2p xoffset=0 yoffset=0 xadvance=0
+char id=104 img=7q1m2q xoffset=0 yoffset=0 xadvance=0
+char id=105 img=7q1m2r xoffset=0 yoffset=0 xadvance=0
+char id=106 img=7q1m2s xoffset=0 yoffset=0 xadvance=0
+char id=107 img=7q1m2t xoffset=0 yoffset=0 xadvance=0
+char id=108 img=7q1m2u xoffset=0 yoffset=0 xadvance=0
+char id=109 img=7q1m2v xoffset=0 yoffset=0 xadvance=0
+char id=110 img=7q1m2w xoffset=0 yoffset=0 xadvance=0
+char id=97 img=hhtd32 xoffset=0 yoffset=0 xadvance=0
+char id=32988 img=hhtd31 xoffset=0 yoffset=-5 xadvance=0
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/d01.png b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/d01.png
new file mode 100644
index 00000000..27c208e0
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/d01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w00.png b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w00.png
new file mode 100644
index 00000000..9c09e5ba
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w00.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w02a.png b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w02a.png
new file mode 100644
index 00000000..3dbe8cc6
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w02a.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w03.png b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w03.png
new file mode 100644
index 00000000..379f221a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w03.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w04.png b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w04.png
new file mode 100644
index 00000000..2ffeb641
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w04.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w05.png b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w05.png
new file mode 100644
index 00000000..eb7642a5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w05.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w06.png b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w06.png
new file mode 100644
index 00000000..ffd8ebc0
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w06.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w07.png b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w07.png
new file mode 100644
index 00000000..7119926e
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w07.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w08.png b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w08.png
new file mode 100644
index 00000000..7277bfad
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w08.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w09.png b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w09.png
new file mode 100644
index 00000000..80235ecd
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w09.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w10.png b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w10.png
new file mode 100644
index 00000000..76525f48
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w10.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w11.png b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w11.png
new file mode 100644
index 00000000..b677c5ff
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w11.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w12.png b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w12.png
new file mode 100644
index 00000000..b43ad1f6
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w12.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w13.png b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w13.png
new file mode 100644
index 00000000..93ff700f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w13.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w14.png b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w14.png
new file mode 100644
index 00000000..c6cedc8f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w14.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w15.png b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w15.png
new file mode 100644
index 00000000..9619f0fc
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/w15.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/ww.png b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/ww.png
new file mode 100644
index 00000000..b9fc21e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/font/ww.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/qsinfo/btn_close.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/qsinfo/btn_close.xml
new file mode 100644
index 00000000..4919e664
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/qsinfo/btn_close.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/qsinfo/btn_jiantou.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/qsinfo/btn_jiantou.xml
new file mode 100644
index 00000000..5dc09833
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/qsinfo/btn_jiantou.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/qsinfo/btn_qs_di.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/qsinfo/btn_qs_di.xml
new file mode 100644
index 00000000..93b6c6d7
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/qsinfo/btn_qs_di.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/qsinfo/di(1).png b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/qsinfo/di(1).png
new file mode 100644
index 00000000..5b8fefec
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/qsinfo/di(1).png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/qsinfo/jiantou.png b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/qsinfo/jiantou.png
new file mode 100644
index 00000000..2a6d616c
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/qsinfo/jiantou.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/qsinfo/qs_info.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/qsinfo/qs_info.xml
new file mode 100644
index 00000000..eead1345
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/qsinfo/qs_info.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/qsinfo/qs_info_item.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/qsinfo/qs_info_item.xml
new file mode 100644
index 00000000..3f7ff4e2
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/qsinfo/qs_info_item.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/xqan(2).png b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/xqan(2).png
new file mode 100644
index 00000000..ab852139
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/clearing/xqan(2).png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/Component1.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/Component1.xml
new file mode 100644
index 00000000..af7774c1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/Component1.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/bird/Btn_Card.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/bird/Btn_Card.xml
new file mode 100644
index 00000000..61ef9f3b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/bird/Btn_Card.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/bird/Panel_Birds.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/bird/Panel_Birds.xml
new file mode 100644
index 00000000..846bb610
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/bird/Panel_Birds.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/bird/game_bg_01.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/bird/game_bg_01.png
new file mode 100644
index 00000000..aaf406e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/bird/game_bg_01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/bird/niao.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/bird/niao.png
new file mode 100644
index 00000000..7d6026eb
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/bird/niao.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/card/Btn_Card.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/card/Btn_Card.xml
new file mode 100644
index 00000000..602f58f3
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/card/Btn_Card.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/card/card_mark/btn_mark.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/card/card_mark/btn_mark.xml
new file mode 100644
index 00000000..ff47d398
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/card/card_mark/btn_mark.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/card/card_mark/images/tingArrow.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/card/card_mark/images/tingArrow.png
new file mode 100644
index 00000000..dad61ea9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/card/card_mark/images/tingArrow.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/card/card_mark/images/tingArrowMax.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/card/card_mark/images/tingArrowMax.png
new file mode 100644
index 00000000..613d7428
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/card/card_mark/images/tingArrowMax.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/choose/Btn_cross.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/choose/Btn_cross.xml
new file mode 100644
index 00000000..98b37ff9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/choose/Btn_cross.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/choose/Comp_choose.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/choose/Comp_choose.xml
new file mode 100644
index 00000000..ccde7b7f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/choose/Comp_choose.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/choose/Pop_tip_choice.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/choose/Pop_tip_choice.xml
new file mode 100644
index 00000000..467b55bd
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/choose/Pop_tip_choice.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/choose/component/choose/game_icon_02.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/choose/component/choose/game_icon_02.png
new file mode 100644
index 00000000..a5d6e501
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/choose/component/choose/game_icon_02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/Ani_shaizi.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/Ani_shaizi.xml
new file mode 100644
index 00000000..5013e6d9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/Ani_shaizi.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/dice1.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/dice1.xml
new file mode 100644
index 00000000..838f690a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/dice1.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/dice2.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/dice2.xml
new file mode 100644
index 00000000..c5f1fd71
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/dice2.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizi1.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizi1.png
new file mode 100644
index 00000000..cf04596a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizi1.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizi2.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizi2.png
new file mode 100644
index 00000000..3cecb048
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizi2.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizi3.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizi3.png
new file mode 100644
index 00000000..ab3f9c2f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizi3.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizi4.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizi4.png
new file mode 100644
index 00000000..b67b0b0e
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizi4.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizi5.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizi5.png
new file mode 100644
index 00000000..5c4a8a0f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizi5.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizi6.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizi6.png
new file mode 100644
index 00000000..5032410c
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizi6.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizimh.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizimh.png
new file mode 100644
index 00000000..554cf6d9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizimh.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizimh2.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizimh2.png
new file mode 100644
index 00000000..0435496c
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizimh2.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizimohu3.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizimohu3.png
new file mode 100644
index 00000000..3a31bf56
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/dice/shaizimohu3.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/eff/FzEffect.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/eff/FzEffect.xml
new file mode 100644
index 00000000..df530af9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/eff/FzEffect.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/eff/eff_zimo.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/eff/eff_zimo.xml
new file mode 100644
index 00000000..ab22d92e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/eff/eff_zimo.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/eff/image/墨迹.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/eff/image/墨迹.png
new file mode 100644
index 00000000..8de85e32
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/eff/image/墨迹.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/eff/image/星星.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/eff/image/星星.png
new file mode 100644
index 00000000..65b99b8d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/eff/image/星星.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/eff/mo.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/eff/mo.png
new file mode 100644
index 00000000..8ad0ce9d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/eff/mo.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/eff/zi.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/eff/zi.png
new file mode 100644
index 00000000..f4562ddb
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/eff/zi.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/eff/别人胡.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/eff/别人胡.xml
new file mode 100644
index 00000000..80da71d6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/eff/别人胡.xml
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/eff/自己胡牌.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/eff/自己胡牌.xml
new file mode 100644
index 00000000..55afb6b3
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/eff/自己胡牌.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/fangkuang.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/fangkuang.png
new file mode 100644
index 00000000..8cae95ad
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/fangkuang.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/fztips/Gcm_action_tips.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/fztips/Gcm_action_tips.xml
new file mode 100644
index 00000000..9a028eb9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/fztips/Gcm_action_tips.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/game_bg_01.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/game_bg_01.png
new file mode 100644
index 00000000..aaf406e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/game_bg_01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/gamerule.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/gamerule.xml
new file mode 100644
index 00000000..22eea673
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/gamerule.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hai_di/hai_di.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hai_di/hai_di.xml
new file mode 100644
index 00000000..4941e5ea
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hai_di/hai_di.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/eff_list1.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/eff_list1.xml
new file mode 100644
index 00000000..c712ed2e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/eff_list1.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/eff_list2.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/eff_list2.xml
new file mode 100644
index 00000000..1f03816c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/eff_list2.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he10.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he10.png
new file mode 100644
index 00000000..aa69f24b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he10.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he12.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he12.png
new file mode 100644
index 00000000..3c611dc3
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he12.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he13.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he13.png
new file mode 100644
index 00000000..222e762b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he13.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he14.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he14.png
new file mode 100644
index 00000000..a59d486a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he14.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he1_1.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he1_1.png
new file mode 100644
index 00000000..f861a43a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he1_1.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he1_2.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he1_2.png
new file mode 100644
index 00000000..2e7b6b57
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he1_2.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he1_3.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he1_3.png
new file mode 100644
index 00000000..297d86a6
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he1_3.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he1_4.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he1_4.png
new file mode 100644
index 00000000..25fdb668
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he1_4.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he2.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he2.png
new file mode 100644
index 00000000..8a9386ad
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he2.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he3.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he3.png
new file mode 100644
index 00000000..0d147a12
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he3.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he4.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he4.png
new file mode 100644
index 00000000..5c8b0b3b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he4.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he5.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he5.png
new file mode 100644
index 00000000..e7ab23bc
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he5.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he6.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he6.png
new file mode 100644
index 00000000..4e55b802
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he6.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he7.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he7.png
new file mode 100644
index 00000000..ee72ac3d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he7.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he8.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he8.png
new file mode 100644
index 00000000..ef45d4c7
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he8.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he9.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he9.png
new file mode 100644
index 00000000..1af6a117
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he9.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he_4w.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he_4w.png
new file mode 100644
index 00000000..13e2291c
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/image/he_4w.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/sao.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/sao.png
new file mode 100644
index 00000000..17f9598c
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/sao.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/zimo.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/zimo.png
new file mode 100644
index 00000000..d71720de
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/zimo.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/放射光.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/放射光.png
new file mode 100644
index 00000000..e239e06f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_effect/放射光.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_tip/Btn_Card_Hu.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_tip/Btn_Card_Hu.xml
new file mode 100644
index 00000000..ecb5ea09
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_tip/Btn_Card_Hu.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_tip/Hu_tip.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_tip/Hu_tip.xml
new file mode 100644
index 00000000..6cd21a47
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_tip/Hu_tip.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_tip/hu.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_tip/hu.png
new file mode 100644
index 00000000..216d9525
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_tip/hu.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_tip/ren.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_tip/ren.png
new file mode 100644
index 00000000..115cea17
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/hu_tip/ren.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/images/1_05.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/images/1_05.png
new file mode 100644
index 00000000..ba81b435
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/images/1_05.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/kai_gang/kai_gang.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/kai_gang/kai_gang.xml
new file mode 100644
index 00000000..d05ed93c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/kai_gang/kai_gang.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/laizi.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/laizi.png
new file mode 100644
index 00000000..d6b26afa
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/laizi.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/phone_info/Component3(1).xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/phone_info/Component3(1).xml
new file mode 100644
index 00000000..c7bc6b7b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/phone_info/Component3(1).xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/Tip_qishou.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/Tip_qishou.xml
new file mode 100644
index 00000000..757385e6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/Tip_qishou.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/biaoti.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/biaoti.png
new file mode 100644
index 00000000..a3ffade3
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/biaoti.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/game_bg_01.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/game_bg_01.png
new file mode 100644
index 00000000..aaf406e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/game_bg_01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/qs21.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/qs21.png
new file mode 100644
index 00000000..59394361
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/qs21.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/qs22.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/qs22.png
new file mode 100644
index 00000000..e8a46118
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/qs22.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/qs23.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/qs23.png
new file mode 100644
index 00000000..6332c20e
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/qs23.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/qs24.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/qs24.png
new file mode 100644
index 00000000..5415123b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/qs24.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/qs25.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/qs25.png
new file mode 100644
index 00000000..9c7a5667
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/qs25.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/qs26.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/qs26.png
new file mode 100644
index 00000000..b2208b82
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/qs26.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/qs27.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/qs27.png
new file mode 100644
index 00000000..4d5a1bb4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/qs27.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/qs30.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/qs30.png
new file mode 100644
index 00000000..6061a4ca
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/images/qs30.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/pop_tip_qishou.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/pop_tip_qishou.xml
new file mode 100644
index 00000000..cdec22d5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/pop_tip_qishou.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/pop_tip_zhongtu.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/pop_tip_zhongtu.xml
new file mode 100644
index 00000000..be0be499
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/pop_tip_zhongtu.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/showAll.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/showAll.xml
new file mode 100644
index 00000000..4bb27854
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/showAll.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/zhongtu.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/zhongtu.png
new file mode 100644
index 00000000..2b825244
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/qishou_hu/zhongtu.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/room/btn_invite.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/room/btn_invite.xml
new file mode 100644
index 00000000..397650a3
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/room/btn_invite.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/room/game_btn_kaiju_huang.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/room/game_btn_kaiju_huang.png
new file mode 100644
index 00000000..72475cf7
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/room/game_btn_kaiju_huang.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/room/game_btx_fuzhifangjianhao.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/room/game_btx_fuzhifangjianhao.png
new file mode 100644
index 00000000..02372173
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/room/game_btx_fuzhifangjianhao.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/room/game_btx_yaoqinghaoyou.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/room/game_btx_yaoqinghaoyou.png
new file mode 100644
index 00000000..ac70d628
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/room/game_btx_yaoqinghaoyou.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/santan.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/santan.png
new file mode 100644
index 00000000..dc997251
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/santan.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/tip_continue_win/com_continual_win.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/component/tip_continue_win/com_continual_win.xml
new file mode 100644
index 00000000..ad07d4af
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/component/tip_continue_win/com_continual_win.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/component/tip_continue_win/san.png b/wb_new_ui/assets/Extend_MJ_ChangSha/component/tip_continue_win/san.png
new file mode 100644
index 00000000..72a3a737
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/component/tip_continue_win/san.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/dice/Ani_shaizi.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/dice/Ani_shaizi.xml
new file mode 100644
index 00000000..5013e6d9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/dice/Ani_shaizi.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/dice/dice1.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/dice/dice1.xml
new file mode 100644
index 00000000..838f690a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/dice/dice1.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/dice/dice2.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/dice/dice2.xml
new file mode 100644
index 00000000..c5f1fd71
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/dice/dice2.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizi1.png b/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizi1.png
new file mode 100644
index 00000000..cf04596a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizi1.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizi2.png b/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizi2.png
new file mode 100644
index 00000000..3cecb048
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizi2.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizi3.png b/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizi3.png
new file mode 100644
index 00000000..ab3f9c2f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizi3.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizi4.png b/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizi4.png
new file mode 100644
index 00000000..b67b0b0e
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizi4.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizi5.png b/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizi5.png
new file mode 100644
index 00000000..5c4a8a0f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizi5.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizi6.png b/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizi6.png
new file mode 100644
index 00000000..5032410c
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizi6.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizimh.png b/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizimh.png
new file mode 100644
index 00000000..554cf6d9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizimh.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizimh2.png b/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizimh2.png
new file mode 100644
index 00000000..0435496c
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizimh2.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizimohu3.png b/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizimohu3.png
new file mode 100644
index 00000000..3a31bf56
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/dice/shaizimohu3.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/eff/FzEffect.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/eff/FzEffect.xml
new file mode 100644
index 00000000..df530af9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/eff/FzEffect.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/eff/eff_zimo.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/eff/eff_zimo.xml
new file mode 100644
index 00000000..ab22d92e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/eff/eff_zimo.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/eff/image/墨迹.png b/wb_new_ui/assets/Extend_MJ_ChangSha/eff/image/墨迹.png
new file mode 100644
index 00000000..8de85e32
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/eff/image/墨迹.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/eff/image/星星.png b/wb_new_ui/assets/Extend_MJ_ChangSha/eff/image/星星.png
new file mode 100644
index 00000000..65b99b8d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/eff/image/星星.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/eff/mo.png b/wb_new_ui/assets/Extend_MJ_ChangSha/eff/mo.png
new file mode 100644
index 00000000..8ad0ce9d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/eff/mo.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/eff/room_info/com_roominfo.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/eff/room_info/com_roominfo.xml
new file mode 100644
index 00000000..a0338147
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/eff/room_info/com_roominfo.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/eff/room_info/zz.png b/wb_new_ui/assets/Extend_MJ_ChangSha/eff/room_info/zz.png
new file mode 100644
index 00000000..72688551
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/eff/room_info/zz.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/eff/zi.png b/wb_new_ui/assets/Extend_MJ_ChangSha/eff/zi.png
new file mode 100644
index 00000000..f4562ddb
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/eff/zi.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/eff/别人胡.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/eff/别人胡.xml
new file mode 100644
index 00000000..80da71d6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/eff/别人胡.xml
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/eff/自己胡牌.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/eff/自己胡牌.xml
new file mode 100644
index 00000000..55afb6b3
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/eff/自己胡牌.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/font/images/1_05.png b/wb_new_ui/assets/Extend_MJ_ChangSha/font/images/1_05.png
new file mode 100644
index 00000000..ba81b435
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/font/images/1_05.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/fztips/Gcm_action_tips.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/fztips/Gcm_action_tips.xml
new file mode 100644
index 00000000..9a028eb9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/fztips/Gcm_action_tips.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hai_di/hai_di.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/hai_di/hai_di.xml
new file mode 100644
index 00000000..416d86bb
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/hai_di/hai_di.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/eff_list1.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/eff_list1.xml
new file mode 100644
index 00000000..c712ed2e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/eff_list1.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/eff_list2.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/eff_list2.xml
new file mode 100644
index 00000000..1f03816c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/eff_list2.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he10.png b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he10.png
new file mode 100644
index 00000000..aa69f24b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he10.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he12.png b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he12.png
new file mode 100644
index 00000000..3c611dc3
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he12.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he13.png b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he13.png
new file mode 100644
index 00000000..222e762b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he13.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he14.png b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he14.png
new file mode 100644
index 00000000..a59d486a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he14.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he1_1.png b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he1_1.png
new file mode 100644
index 00000000..f861a43a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he1_1.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he1_2.png b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he1_2.png
new file mode 100644
index 00000000..2e7b6b57
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he1_2.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he1_3.png b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he1_3.png
new file mode 100644
index 00000000..297d86a6
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he1_3.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he1_4.png b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he1_4.png
new file mode 100644
index 00000000..25fdb668
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he1_4.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he2.png b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he2.png
new file mode 100644
index 00000000..8a9386ad
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he2.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he3.png b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he3.png
new file mode 100644
index 00000000..0d147a12
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he3.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he4.png b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he4.png
new file mode 100644
index 00000000..5c8b0b3b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he4.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he5.png b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he5.png
new file mode 100644
index 00000000..e7ab23bc
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he5.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he6.png b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he6.png
new file mode 100644
index 00000000..4e55b802
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he6.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he7.png b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he7.png
new file mode 100644
index 00000000..ee72ac3d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he7.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he8.png b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he8.png
new file mode 100644
index 00000000..ef45d4c7
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he8.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he9.png b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he9.png
new file mode 100644
index 00000000..1af6a117
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he9.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he_4w.png b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he_4w.png
new file mode 100644
index 00000000..13e2291c
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/image/he_4w.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/sao.png b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/sao.png
new file mode 100644
index 00000000..17f9598c
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/sao.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/zimo.png b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/zimo.png
new file mode 100644
index 00000000..d71720de
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/zimo.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/放射光.png b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/放射光.png
new file mode 100644
index 00000000..e239e06f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_effect/放射光.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_tip/Btn_Card_Hu.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_tip/Btn_Card_Hu.xml
new file mode 100644
index 00000000..ecb5ea09
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_tip/Btn_Card_Hu.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_tip/Hu_tip.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_tip/Hu_tip.xml
new file mode 100644
index 00000000..6cd21a47
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_tip/Hu_tip.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_tip/hu.png b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_tip/hu.png
new file mode 100644
index 00000000..216d9525
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_tip/hu.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/hu_tip/ren.png b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_tip/ren.png
new file mode 100644
index 00000000..115cea17
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/hu_tip/ren.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/icon.png b/wb_new_ui/assets/Extend_MJ_ChangSha/icon.png
new file mode 100644
index 00000000..a7119777
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/icon.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/images/fangkuang.png b/wb_new_ui/assets/Extend_MJ_ChangSha/images/fangkuang.png
new file mode 100644
index 00000000..8cae95ad
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/images/fangkuang.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/images/game_bg_01.png b/wb_new_ui/assets/Extend_MJ_ChangSha/images/game_bg_01.png
new file mode 100644
index 00000000..aaf406e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/images/game_bg_01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/kai_gang/kai_gang.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/kai_gang/kai_gang.xml
new file mode 100644
index 00000000..7697e854
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/kai_gang/kai_gang.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/laizi.png b/wb_new_ui/assets/Extend_MJ_ChangSha/laizi.png
new file mode 100644
index 00000000..d6b26afa
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/laizi.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/package.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/package.xml
new file mode 100644
index 00000000..e9b1911b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/package.xml
@@ -0,0 +1,220 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/Tip_qishou.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/Tip_qishou.xml
new file mode 100644
index 00000000..757385e6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/Tip_qishou.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/biaoti.png b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/biaoti.png
new file mode 100644
index 00000000..a3ffade3
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/biaoti.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/game_bg_01.png b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/game_bg_01.png
new file mode 100644
index 00000000..aaf406e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/game_bg_01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/qs21.png b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/qs21.png
new file mode 100644
index 00000000..59394361
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/qs21.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/qs22.png b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/qs22.png
new file mode 100644
index 00000000..e8a46118
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/qs22.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/qs23.png b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/qs23.png
new file mode 100644
index 00000000..6332c20e
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/qs23.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/qs24.png b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/qs24.png
new file mode 100644
index 00000000..5415123b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/qs24.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/qs25.png b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/qs25.png
new file mode 100644
index 00000000..9c7a5667
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/qs25.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/qs26.png b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/qs26.png
new file mode 100644
index 00000000..b2208b82
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/qs26.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/qs27.png b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/qs27.png
new file mode 100644
index 00000000..4d5a1bb4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/qs27.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/qs30.png b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/qs30.png
new file mode 100644
index 00000000..6061a4ca
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/images/qs30.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/pop_tip_qishou.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/pop_tip_qishou.xml
new file mode 100644
index 00000000..b6335ffd
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/pop_tip_qishou.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/pop_tip_zhongtu.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/pop_tip_zhongtu.xml
new file mode 100644
index 00000000..8daa713d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/pop_tip_zhongtu.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/showAll.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/showAll.xml
new file mode 100644
index 00000000..4bb27854
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/showAll.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/zhongtu.png b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/zhongtu.png
new file mode 100644
index 00000000..2b825244
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/qishou_hu/zhongtu.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/santan.png b/wb_new_ui/assets/Extend_MJ_ChangSha/santan.png
new file mode 100644
index 00000000..dc997251
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/santan.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/tablebg.png b/wb_new_ui/assets/Extend_MJ_ChangSha/tablebg.png
new file mode 100644
index 00000000..f0355275
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/tablebg.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/ting.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/ting.xml
new file mode 100644
index 00000000..52365b55
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/ting.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/tip_continue_win/com_continual_win.xml b/wb_new_ui/assets/Extend_MJ_ChangSha/tip_continue_win/com_continual_win.xml
new file mode 100644
index 00000000..9edd3ce7
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_ChangSha/tip_continue_win/com_continual_win.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_ChangSha/tip_continue_win/san.png b/wb_new_ui/assets/Extend_MJ_ChangSha/tip_continue_win/san.png
new file mode 100644
index 00000000..72a3a737
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_ChangSha/tip_continue_win/san.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/Win_Frame.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/Win_Frame.xml
new file mode 100644
index 00000000..60343289
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/Win_Frame.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/buttons/Btn_Blue.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/buttons/Btn_Blue.xml
new file mode 100644
index 00000000..b45a8011
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/buttons/Btn_Blue.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/buttons/Btn_Blue2.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/buttons/Btn_Blue2.xml
new file mode 100644
index 00000000..ab92e9ab
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/buttons/Btn_Blue2.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/buttons/Btn_Yellow.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/buttons/Btn_Yellow.xml
new file mode 100644
index 00000000..80e8b90e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/buttons/Btn_Yellow.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/buttons/Btn_close.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/buttons/Btn_close.xml
new file mode 100644
index 00000000..421d3717
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/buttons/Btn_close.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/choose/Comp_choose.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/choose/Comp_choose.xml
new file mode 100644
index 00000000..7c99f377
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/choose/Comp_choose.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/choose/Pop_tip_choice.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/choose/Pop_tip_choice.xml
new file mode 100644
index 00000000..27aaa81a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/choose/Pop_tip_choice.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/choose/component/choose/game_icon_02.png b/wb_new_ui/assets/Extend_MJ_FuZhou/choose/component/choose/game_icon_02.png
new file mode 100644
index 00000000..a5d6e501
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/choose/component/choose/game_icon_02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/clearing/clearing_1_item.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/clearing/clearing_1_item.xml
new file mode 100644
index 00000000..5082a81a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/clearing/clearing_1_item.xml
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/clearing/clearing_2_item.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/clearing/clearing_2_item.xml
new file mode 100644
index 00000000..4eafa157
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/clearing/clearing_2_item.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/clearing/clearing_card.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/clearing/clearing_card.xml
new file mode 100644
index 00000000..c580b47d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/clearing/clearing_card.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/clearing/fd.png b/wb_new_ui/assets/Extend_MJ_FuZhou/clearing/fd.png
new file mode 100644
index 00000000..b3cbff5d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/clearing/fd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/clearing/font/d01.png b/wb_new_ui/assets/Extend_MJ_FuZhou/clearing/font/d01.png
new file mode 100644
index 00000000..27c208e0
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/clearing/font/d01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/clearing/font/w00.png b/wb_new_ui/assets/Extend_MJ_FuZhou/clearing/font/w00.png
new file mode 100644
index 00000000..9c09e5ba
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/clearing/font/w00.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/clearing/font/w03.png b/wb_new_ui/assets/Extend_MJ_FuZhou/clearing/font/w03.png
new file mode 100644
index 00000000..379f221a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/clearing/font/w03.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/clearing/xqan(2).png b/wb_new_ui/assets/Extend_MJ_FuZhou/clearing/xqan(2).png
new file mode 100644
index 00000000..ab852139
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/clearing/xqan(2).png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/Component1.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/Component1.xml
new file mode 100644
index 00000000..af7774c1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/Component1.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/bird/Ani_Birds.jta b/wb_new_ui/assets/Extend_MJ_FuZhou/component/bird/Ani_Birds.jta
new file mode 100644
index 00000000..9836d260
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/bird/Ani_Birds.jta differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/bird/Ani_Bomb.jta b/wb_new_ui/assets/Extend_MJ_FuZhou/component/bird/Ani_Bomb.jta
new file mode 100644
index 00000000..24d513f4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/bird/Ani_Bomb.jta differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/bird/Btn_Card.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/bird/Btn_Card.xml
new file mode 100644
index 00000000..53ebf6f8
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/bird/Btn_Card.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/bird/Niao_Effect.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/bird/Niao_Effect.xml
new file mode 100644
index 00000000..0ec00c32
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/bird/Niao_Effect.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/bird/Panel_Birds.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/bird/Panel_Birds.xml
new file mode 100644
index 00000000..47ec05f3
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/bird/Panel_Birds.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/card/Btn_Card.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/card/Btn_Card.xml
new file mode 100644
index 00000000..af96f01b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/card/Btn_Card.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/card/card_mark/btn_mark.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/card/card_mark/btn_mark.xml
new file mode 100644
index 00000000..4557d4b1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/card/card_mark/btn_mark.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/card/card_mark/images/tingArrow.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/card/card_mark/images/tingArrow.png
new file mode 100644
index 00000000..dad61ea9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/card/card_mark/images/tingArrow.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/card/card_mark/images/tingArrowMax.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/card/card_mark/images/tingArrowMax.png
new file mode 100644
index 00000000..613d7428
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/card/card_mark/images/tingArrowMax.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/chi_peng_effect/image/吃.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/chi_peng_effect/image/吃.png
new file mode 100644
index 00000000..c95413a4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/chi_peng_effect/image/吃.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/chi_peng_effect/image/胡.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/chi_peng_effect/image/胡.png
new file mode 100644
index 00000000..88343ba2
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/chi_peng_effect/image/胡.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/choose/Btn_cross.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/choose/Btn_cross.xml
new file mode 100644
index 00000000..fbd535fd
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/choose/Btn_cross.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/choose/Comp_choose.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/choose/Comp_choose.xml
new file mode 100644
index 00000000..7c99f377
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/choose/Comp_choose.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/choose/Gang_tip_choice.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/choose/Gang_tip_choice.xml
new file mode 100644
index 00000000..510cc212
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/choose/Gang_tip_choice.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/choose/Pop_tip_choice.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/choose/Pop_tip_choice.xml
new file mode 100644
index 00000000..99261bf9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/choose/Pop_tip_choice.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/choose/component/choose/game_icon_02.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/choose/component/choose/game_icon_02.png
new file mode 100644
index 00000000..a5d6e501
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/choose/component/choose/game_icon_02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/banner.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/banner.xml
new file mode 100644
index 00000000..f06675aa
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/banner.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/btn_zan.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/btn_zan.xml
new file mode 100644
index 00000000..f38d1e32
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/btn_zan.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/clearing.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/clearing.xml
new file mode 100644
index 00000000..0171bc75
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/clearing.xml
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/clearing_1_item.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/clearing_1_item.xml
new file mode 100644
index 00000000..01acaf5c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/clearing_1_item.xml
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/clearing_2_item.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/clearing_2_item.xml
new file mode 100644
index 00000000..4eafa157
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/clearing_2_item.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/clearing_card.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/clearing_card.xml
new file mode 100644
index 00000000..43918d97
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/clearing_card.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/di.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/di.png
new file mode 100644
index 00000000..c7b71b65
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/di.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/fd.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/fd.png
new file mode 100644
index 00000000..b3cbff5d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/fd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/font/d01.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/font/d01.png
new file mode 100644
index 00000000..27c208e0
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/font/d01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/font/w00.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/font/w00.png
new file mode 100644
index 00000000..9c09e5ba
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/font/w00.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/font/w03.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/font/w03.png
new file mode 100644
index 00000000..379f221a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/font/w03.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/xqan(2).png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/xqan(2).png
new file mode 100644
index 00000000..ab852139
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/clearing/xqan(2).png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/Btn_cr_checkbox.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/Btn_cr_checkbox.xml
new file mode 100644
index 00000000..742ab1a7
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/Btn_cr_checkbox.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/Btn_cr_checkbox2.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/Btn_cr_checkbox2.xml
new file mode 100644
index 00000000..f2f04210
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/Btn_cr_checkbox2.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/Cgm_create_room.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/Cgm_create_room.xml
new file mode 100644
index 00000000..f7dd0ec6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/Cgm_create_room.xml
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/Com_rule.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/Com_rule.xml
new file mode 100644
index 00000000..61804837
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/Com_rule.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/Win_rule.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/Win_rule.xml
new file mode 100644
index 00000000..6e4db400
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/Win_rule.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/di01.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/di01.xml
new file mode 100644
index 00000000..c1d63453
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/di01.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/di02.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/di02.xml
new file mode 100644
index 00000000..61b98288
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/di02.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/head_name_bg.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/head_name_bg.png
new file mode 100644
index 00000000..d89beb1d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/head_name_bg.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/image/di0.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/image/di0.png
new file mode 100644
index 00000000..b2539c70
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/image/di0.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/image/gou.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/image/gou.png
new file mode 100644
index 00000000..1d9c44a3
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/image/gou.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/image/multiple_btn_n.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/image/multiple_btn_n.png
new file mode 100644
index 00000000..92380b7b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/image/multiple_btn_n.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/image/pic06-2.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/image/pic06-2.png
new file mode 100644
index 00000000..86a581ae
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/image/pic06-2.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/image/pic08.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/image/pic08.png
new file mode 100644
index 00000000..f8ffdadb
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/image/pic08.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/image/single_btn_s.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/image/single_btn_s.png
new file mode 100644
index 00000000..14d3bc52
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/image/single_btn_s.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/opt_item.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/opt_item.xml
new file mode 100644
index 00000000..c0ff26de
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/create_room/opt_item.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/eff/FzEffect.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/eff/FzEffect.xml
new file mode 100644
index 00000000..a94c86ac
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/eff/FzEffect.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/eff/eff_zimo.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/eff/eff_zimo.xml
new file mode 100644
index 00000000..577fe0cf
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/eff/eff_zimo.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/eff/image/墨迹.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/eff/image/墨迹.png
new file mode 100644
index 00000000..8de85e32
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/eff/image/墨迹.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/eff/image/星星.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/eff/image/星星.png
new file mode 100644
index 00000000..65b99b8d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/eff/image/星星.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/eff/mo.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/eff/mo.png
new file mode 100644
index 00000000..8ad0ce9d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/eff/mo.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/eff/zi.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/eff/zi.png
new file mode 100644
index 00000000..f4562ddb
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/eff/zi.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/eff/别人胡.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/eff/别人胡.xml
new file mode 100644
index 00000000..8b47a80c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/eff/别人胡.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/eff/自己胡牌.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/eff/自己胡牌.xml
new file mode 100644
index 00000000..5ab5d795
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/eff/自己胡牌.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/Score.fnt b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/Score.fnt
new file mode 100644
index 00000000..d02040b7
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/Score.fnt
@@ -0,0 +1,14 @@
+info size=60 resizable=true colored=false
+char id=48 img=plauq xoffset=0 yoffset=0 xadvance=0
+char id=49 img=plaur xoffset=0 yoffset=0 xadvance=0
+char id=50 img=plaus xoffset=0 yoffset=0 xadvance=0
+char id=51 img=plaut xoffset=0 yoffset=0 xadvance=0
+char id=52 img=plauu xoffset=0 yoffset=0 xadvance=0
+char id=53 img=plauv xoffset=0 yoffset=0 xadvance=0
+char id=54 img=plauw xoffset=0 yoffset=0 xadvance=0
+char id=55 img=plaux xoffset=0 yoffset=0 xadvance=0
+char id=56 img=plauy xoffset=0 yoffset=0 xadvance=0
+char id=57 img=plauz xoffset=0 yoffset=0 xadvance=0
+char id=43 img=plau10 xoffset=0 yoffset=0 xadvance=0
+char id=45 img=plau11 xoffset=0 yoffset=0 xadvance=0
+char id=46 img=plau12 xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/0.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/0.png
new file mode 100644
index 00000000..c8ef1992
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/0.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/1.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/1.png
new file mode 100644
index 00000000..2c4992ac
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/1.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/2.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/2.png
new file mode 100644
index 00000000..b487b5de
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/2.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/3.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/3.png
new file mode 100644
index 00000000..3d6a12b4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/3.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/4.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/4.png
new file mode 100644
index 00000000..defcb744
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/4.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/5.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/5.png
new file mode 100644
index 00000000..762e6ce6
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/5.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/6.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/6.png
new file mode 100644
index 00000000..8e5cb532
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/6.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/7.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/7.png
new file mode 100644
index 00000000..6a5044ef
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/7.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/8.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/8.png
new file mode 100644
index 00000000..56f654b9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/8.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/9.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/9.png
new file mode 100644
index 00000000..b3056c8f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/9.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/jia.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/jia.png
new file mode 100644
index 00000000..fd6f92cf
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/jia.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/jian.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/jian.png
new file mode 100644
index 00000000..4b452339
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/jian.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/xsd.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/xsd.png
new file mode 100644
index 00000000..d0c8c312
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/font/image/xsd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/gamerule.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/gamerule.xml
new file mode 100644
index 00000000..8965f964
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/gamerule.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/head/Btn_realname.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/head/Btn_realname.xml
new file mode 100644
index 00000000..926e389a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/head/Btn_realname.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/head/Head.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/head/Head.xml
new file mode 100644
index 00000000..b05c13a6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/head/Head.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/eff_list1.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/eff_list1.xml
new file mode 100644
index 00000000..a9564165
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/eff_list1.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/eff_list2.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/eff_list2.xml
new file mode 100644
index 00000000..309102e0
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/eff_list2.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he1.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he1.png
new file mode 100644
index 00000000..6d9aebc2
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he1.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he10.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he10.png
new file mode 100644
index 00000000..4d5e3565
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he10.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he11.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he11.png
new file mode 100644
index 00000000..64843de3
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he11.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he12.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he12.png
new file mode 100644
index 00000000..fb27131b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he12.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he13.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he13.png
new file mode 100644
index 00000000..12d01d64
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he13.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he14.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he14.png
new file mode 100644
index 00000000..353522c0
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he14.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he15.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he15.png
new file mode 100644
index 00000000..af56f891
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he15.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he16.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he16.png
new file mode 100644
index 00000000..275e5abf
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he16.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he17.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he17.png
new file mode 100644
index 00000000..2d1937e2
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he17.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he18.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he18.png
new file mode 100644
index 00000000..82e2c438
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he18.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he19.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he19.png
new file mode 100644
index 00000000..01cd277a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he19.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he2.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he2.png
new file mode 100644
index 00000000..9f1615e4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he2.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he20.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he20.png
new file mode 100644
index 00000000..122cc533
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he20.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he21.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he21.png
new file mode 100644
index 00000000..7e75d55a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he21.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he22.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he22.png
new file mode 100644
index 00000000..01014ff3
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he22.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he23.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he23.png
new file mode 100644
index 00000000..6bf6e563
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he23.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he24.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he24.png
new file mode 100644
index 00000000..bd8f951b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he24.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he25.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he25.png
new file mode 100644
index 00000000..9f5cdc6c
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he25.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he26.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he26.png
new file mode 100644
index 00000000..a1a2fd3b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he26.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he27.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he27.png
new file mode 100644
index 00000000..97cf5490
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he27.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he28.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he28.png
new file mode 100644
index 00000000..31361404
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he28.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he29.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he29.png
new file mode 100644
index 00000000..a9d24116
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he29.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he3.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he3.png
new file mode 100644
index 00000000..31d0fa1f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he3.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he30.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he30.png
new file mode 100644
index 00000000..1e90cee6
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he30.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he31.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he31.png
new file mode 100644
index 00000000..9cbcd163
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he31.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he32.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he32.png
new file mode 100644
index 00000000..adeb11a8
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he32.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he33.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he33.png
new file mode 100644
index 00000000..260ec2ae
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he33.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he34.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he34.png
new file mode 100644
index 00000000..cb264b29
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he34.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he35.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he35.png
new file mode 100644
index 00000000..6eeeae33
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he35.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he36.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he36.png
new file mode 100644
index 00000000..2db680ed
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he36.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he37.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he37.png
new file mode 100644
index 00000000..211b2541
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he37.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he38.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he38.png
new file mode 100644
index 00000000..61a71550
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he38.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he39.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he39.png
new file mode 100644
index 00000000..97074dd6
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he39.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he4.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he4.png
new file mode 100644
index 00000000..d3ce210a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he4.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he40.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he40.png
new file mode 100644
index 00000000..125775a7
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he40.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he41.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he41.png
new file mode 100644
index 00000000..23c2f18f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he41.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he42.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he42.png
new file mode 100644
index 00000000..dbca9d81
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he42.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he43.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he43.png
new file mode 100644
index 00000000..ba261bb6
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he43.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he44.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he44.png
new file mode 100644
index 00000000..29908ffa
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he44.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he5.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he5.png
new file mode 100644
index 00000000..60200da6
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he5.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he6.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he6.png
new file mode 100644
index 00000000..dbd34321
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he6.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he7.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he7.png
new file mode 100644
index 00000000..e16ad703
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he7.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he8.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he8.png
new file mode 100644
index 00000000..71354d5b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he8.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he9.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he9.png
new file mode 100644
index 00000000..4bc094df
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/image/he9.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/sao.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/sao.png
new file mode 100644
index 00000000..17f9598c
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/sao.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/zimo.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/zimo.png
new file mode 100644
index 00000000..d71720de
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/zimo.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/放射光.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/放射光.png
new file mode 100644
index 00000000..e239e06f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_effect/放射光.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_tip/B02.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_tip/B02.png
new file mode 100644
index 00000000..1320fa3f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_tip/B02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_tip/Hu_tip.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_tip/Hu_tip.xml
new file mode 100644
index 00000000..38899ff1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/hu_tip/Hu_tip.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/bd.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/bd.png
new file mode 100644
index 00000000..bd6f40e9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/bd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/bsxz.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/bsxz.png
new file mode 100644
index 00000000..94139128
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/bsxz.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/big_result_item.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/big_result_item.xml
new file mode 100644
index 00000000..79663b26
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/big_result_item.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/big_result_wanfa_flag.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/big_result_wanfa_flag.xml
new file mode 100644
index 00000000..8123721f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/big_result_wanfa_flag.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/btn_result_close.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/btn_result_close.xml
new file mode 100644
index 00000000..e37440b6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/btn_result_close.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/btn_result_confirm.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/btn_result_confirm.xml
new file mode 100644
index 00000000..2db47be5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/btn_result_confirm.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/btn_result_share.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/btn_result_share.xml
new file mode 100644
index 00000000..80f4ed6e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/btn_result_share.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/btn_share_method.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/btn_share_method.xml
new file mode 100644
index 00000000..0f4df22e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/btn_share_method.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/descript_item.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/descript_item.xml
new file mode 100644
index 00000000..c69f6412
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/descript_item.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/result_head.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/result_head.xml
new file mode 100644
index 00000000..fc32f7f4
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/result_head.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/result_main.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/result_main.xml
new file mode 100644
index 00000000..e0b0e892
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/component/result_main.xml
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/bqd.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/bqd.png
new file mode 100644
index 00000000..a9f4ab42
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/bqd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/dyj.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/dyj.png
new file mode 100644
index 00000000..7ace77a1
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/dyj.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/fgx.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/fgx.png
new file mode 100644
index 00000000..cb7e82f4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/fgx.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/fh.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/fh.png
new file mode 100644
index 00000000..67e5e5aa
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/fh.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs-.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs-.png
new file mode 100644
index 00000000..e3c26bd3
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs-.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs00.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs00.png
new file mode 100644
index 00000000..aa8acd79
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs00.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs01.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs01.png
new file mode 100644
index 00000000..917bd1ec
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs02.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs02.png
new file mode 100644
index 00000000..d1c25990
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs03.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs03.png
new file mode 100644
index 00000000..70a2c407
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs03.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs04.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs04.png
new file mode 100644
index 00000000..54279140
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs04.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs05.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs05.png
new file mode 100644
index 00000000..eb173070
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs05.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs06.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs06.png
new file mode 100644
index 00000000..6cf3d5e4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs06.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs07.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs07.png
new file mode 100644
index 00000000..42786a7b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs07.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs08.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs08.png
new file mode 100644
index 00000000..32447d1e
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs08.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs09.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs09.png
new file mode 100644
index 00000000..3daa037d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hs09.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hsd.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hsd.png
new file mode 100644
index 00000000..87e861f8
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hsd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hskhy.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hskhy.png
new file mode 100644
index 00000000..22c4f01f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hskhy.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hskhz.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hskhz.png
new file mode 100644
index 00000000..0cff456e
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/hskhz.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls+.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls+.png
new file mode 100644
index 00000000..4a1f1109
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls+.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls00.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls00.png
new file mode 100644
index 00000000..b53a948a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls00.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls01.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls01.png
new file mode 100644
index 00000000..84df5287
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls02.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls02.png
new file mode 100644
index 00000000..4ca3ae49
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls03.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls03.png
new file mode 100644
index 00000000..8fa350e1
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls03.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls04.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls04.png
new file mode 100644
index 00000000..340bf520
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls04.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls05.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls05.png
new file mode 100644
index 00000000..f54be593
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls05.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls06.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls06.png
new file mode 100644
index 00000000..a4c01a51
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls06.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls07.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls07.png
new file mode 100644
index 00000000..c9ca1824
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls07.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls08.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls08.png
new file mode 100644
index 00000000..c40d3890
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls08.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls09.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls09.png
new file mode 100644
index 00000000..f550a2ca
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/ls09.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/lsd.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/lsd.png
new file mode 100644
index 00000000..66ce4c93
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/lsd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/lskhy.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/lskhy.png
new file mode 100644
index 00000000..35c353b8
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/lskhy.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/lskhz.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/lskhz.png
new file mode 100644
index 00000000..f29418f3
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/lskhz.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/nfont.fnt b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/nfont.fnt
new file mode 100644
index 00000000..28a5f67c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/nfont.fnt
@@ -0,0 +1,15 @@
+info size=12 resizable=true colored=false
+char id=45 img=plau33 xoffset=0 yoffset=0 xadvance=0
+char id=48 img=plau34 xoffset=0 yoffset=0 xadvance=0
+char id=49 img=plau35 xoffset=0 yoffset=0 xadvance=0
+char id=50 img=plau36 xoffset=0 yoffset=0 xadvance=0
+char id=51 img=plau37 xoffset=0 yoffset=0 xadvance=0
+char id=52 img=plau38 xoffset=0 yoffset=0 xadvance=0
+char id=53 img=plau39 xoffset=0 yoffset=0 xadvance=0
+char id=54 img=plau3a xoffset=0 yoffset=0 xadvance=0
+char id=55 img=plau3b xoffset=0 yoffset=0 xadvance=0
+char id=56 img=plau3c xoffset=0 yoffset=0 xadvance=0
+char id=57 img=plau3d xoffset=0 yoffset=0 xadvance=0
+char id=46 img=plau3e xoffset=0 yoffset=0 xadvance=0
+char id=41 img=plau3f xoffset=0 yoffset=0 xadvance=0
+char id=40 img=plau3g xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/pfont.fnt b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/pfont.fnt
new file mode 100644
index 00000000..e79ec473
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/font/pfont.fnt
@@ -0,0 +1,15 @@
+info size=12 resizable=true colored=false
+char id=43 img=plau2o xoffset=0 yoffset=0 xadvance=0
+char id=48 img=plau2p xoffset=0 yoffset=0 xadvance=0
+char id=49 img=plau2q xoffset=0 yoffset=0 xadvance=0
+char id=50 img=plau2r xoffset=0 yoffset=0 xadvance=0
+char id=51 img=plau2s xoffset=0 yoffset=0 xadvance=0
+char id=52 img=plau2t xoffset=0 yoffset=0 xadvance=0
+char id=53 img=plau2u xoffset=0 yoffset=0 xadvance=0
+char id=54 img=plau2v xoffset=0 yoffset=0 xadvance=0
+char id=55 img=plau2w xoffset=0 yoffset=0 xadvance=0
+char id=56 img=plau2x xoffset=0 yoffset=0 xadvance=0
+char id=57 img=plau2y xoffset=0 yoffset=0 xadvance=0
+char id=46 img=plau2z xoffset=0 yoffset=0 xadvance=0
+char id=41 img=plau30 xoffset=0 yoffset=0 xadvance=0
+char id=40 img=plau31 xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/fxlj.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/fxlj.png
new file mode 100644
index 00000000..80df1393
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/fxlj.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/fxzjan.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/fxzjan.png
new file mode 100644
index 00000000..c0ca63f6
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/fxzjan.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/fzzj.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/fzzj.png
new file mode 100644
index 00000000..24eea73a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/fzzj.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/hd.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/hd.png
new file mode 100644
index 00000000..5a7693d3
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/hd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/jfd.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/jfd.png
new file mode 100644
index 00000000..fdd3d7fc
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/jfd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/jtfx.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/jtfx.png
new file mode 100644
index 00000000..db8cab1b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/jtfx.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/k.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/k.png
new file mode 100644
index 00000000..73212604
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/k.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/qfan.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/qfan.png
new file mode 100644
index 00000000..f2a122a0
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/qfan.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/qiwnj.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/qiwnj.png
new file mode 100644
index 00000000..a83839ed
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/qiwnj.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/sb.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/sb.png
new file mode 100644
index 00000000..7293e34b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/sb.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/sl.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/sl.png
new file mode 100644
index 00000000..a416d3e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/sl.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/tgz.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/tgz.png
new file mode 100644
index 00000000..f5638bbd
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/tgz.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/zjwjd.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/zjwjd.png
new file mode 100644
index 00000000..cceb3bc5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/result/images/zjwjd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/share/images/fxtp.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/share/images/fxtp.png
new file mode 100644
index 00000000..8fe7facf
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/share/images/fxtp.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/share/images/fzzj.png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/share/images/fzzj.png
new file mode 100644
index 00000000..9edc07ab
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/share/images/fzzj.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/component/share/images/icon(1).png b/wb_new_ui/assets/Extend_MJ_FuZhou/component/share/images/icon(1).png
new file mode 100644
index 00000000..5985b428
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/component/share/images/icon(1).png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/SIYUAN.TTF b/wb_new_ui/assets/Extend_MJ_FuZhou/font/SIYUAN.TTF
new file mode 100644
index 00000000..31f678b1
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/SIYUAN.TTF differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/Score.fnt b/wb_new_ui/assets/Extend_MJ_FuZhou/font/Score.fnt
new file mode 100644
index 00000000..ff823cc7
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/font/Score.fnt
@@ -0,0 +1,14 @@
+info size=60 resizable=true colored=false
+char id=48 img=plau1d xoffset=0 yoffset=0 xadvance=0
+char id=49 img=plau1e xoffset=0 yoffset=0 xadvance=0
+char id=50 img=plau1f xoffset=0 yoffset=0 xadvance=0
+char id=51 img=plau1g xoffset=0 yoffset=0 xadvance=0
+char id=52 img=plau1h xoffset=0 yoffset=0 xadvance=0
+char id=53 img=plau1i xoffset=0 yoffset=0 xadvance=0
+char id=54 img=plau1j xoffset=0 yoffset=0 xadvance=0
+char id=55 img=plau1k xoffset=0 yoffset=0 xadvance=0
+char id=56 img=plau1l xoffset=0 yoffset=0 xadvance=0
+char id=57 img=plau1m xoffset=0 yoffset=0 xadvance=0
+char id=43 img=plau1n xoffset=0 yoffset=0 xadvance=0
+char id=45 img=plau1o xoffset=0 yoffset=0 xadvance=0
+char id=46 img=plau1p xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/0.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/0.png
new file mode 100644
index 00000000..c8ef1992
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/0.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/1.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/1.png
new file mode 100644
index 00000000..2c4992ac
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/1.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/2.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/2.png
new file mode 100644
index 00000000..b487b5de
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/2.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/3.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/3.png
new file mode 100644
index 00000000..3d6a12b4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/3.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/4.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/4.png
new file mode 100644
index 00000000..defcb744
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/4.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/5.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/5.png
new file mode 100644
index 00000000..762e6ce6
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/5.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/6.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/6.png
new file mode 100644
index 00000000..8e5cb532
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/6.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/7.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/7.png
new file mode 100644
index 00000000..6a5044ef
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/7.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/8.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/8.png
new file mode 100644
index 00000000..56f654b9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/8.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/9.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/9.png
new file mode 100644
index 00000000..b3056c8f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/9.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/jia.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/jia.png
new file mode 100644
index 00000000..fd6f92cf
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/jia.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/jian.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/jian.png
new file mode 100644
index 00000000..4b452339
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/jian.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/xsd.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/xsd.png
new file mode 100644
index 00000000..d0c8c312
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/image/xsd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/1_05.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/1_05.png
new file mode 100644
index 00000000..ba81b435
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/1_05.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/btn_comfirm.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/btn_comfirm.png
new file mode 100644
index 00000000..a4675ad5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/btn_comfirm.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/button.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/button.png
new file mode 100644
index 00000000..602961b9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/button.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/game_bottom_02.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/game_bottom_02.png
new file mode 100644
index 00000000..e066d51c
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/game_bottom_02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/head/Head0.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/head/Head0.png
new file mode 100644
index 00000000..07e87b29
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/head/Head0.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/head/owner.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/head/owner.png
new file mode 100644
index 00000000..3c2307b4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/head/owner.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/head/txk.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/head/txk.png
new file mode 100644
index 00000000..61c557da
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/head/txk.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/over_jieshuUI.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/over_jieshuUI.png
new file mode 100644
index 00000000..b9a6b687
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/over_jieshuUI.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/setting/ts.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/setting/ts.png
new file mode 100644
index 00000000..3d758c25
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/setting/ts.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/tishi_bottom_01.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/tishi_bottom_01.png
new file mode 100644
index 00000000..7a851c2e
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/tishi_bottom_01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/wanfa_title_01.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/wanfa_title_01.png
new file mode 100644
index 00000000..3ca27060
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/wanfa_title_01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/win/cha.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/win/cha.png
new file mode 100644
index 00000000..c02a83b9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/win/cha.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/win/tkd.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/win/tkd.png
new file mode 100644
index 00000000..8b48974d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/win/tkd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/win/tydk1.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/win/tydk1.png
new file mode 100644
index 00000000..f32e7103
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/win/tydk1.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/win/zz.png b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/win/zz.png
new file mode 100644
index 00000000..33ef0058
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/font/images/win/zz.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/images/clearing/Head0.png b/wb_new_ui/assets/Extend_MJ_FuZhou/images/clearing/Head0.png
new file mode 100644
index 00000000..ae3cd736
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/images/clearing/Head0.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/images/fangkuang.png b/wb_new_ui/assets/Extend_MJ_FuZhou/images/fangkuang.png
new file mode 100644
index 00000000..8cae95ad
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/images/fangkuang.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/images/fangpao.png b/wb_new_ui/assets/Extend_MJ_FuZhou/images/fangpao.png
new file mode 100644
index 00000000..205e7ca9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/images/fangpao.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/images/game_bg_01.png b/wb_new_ui/assets/Extend_MJ_FuZhou/images/game_bg_01.png
new file mode 100644
index 00000000..aaf406e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/images/game_bg_01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/images/icon.png b/wb_new_ui/assets/Extend_MJ_FuZhou/images/icon.png
new file mode 100644
index 00000000..2ad2fa17
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/images/icon.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/images/niao/game_bg_01.png b/wb_new_ui/assets/Extend_MJ_FuZhou/images/niao/game_bg_01.png
new file mode 100644
index 00000000..aaf406e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/images/niao/game_bg_01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/images/niao/niao.png b/wb_new_ui/assets/Extend_MJ_FuZhou/images/niao/niao.png
new file mode 100644
index 00000000..7d6026eb
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/images/niao/niao.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/images/wenzi00.png b/wb_new_ui/assets/Extend_MJ_FuZhou/images/wenzi00.png
new file mode 100644
index 00000000..444f7fc8
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/images/wenzi00.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/images/z01.png b/wb_new_ui/assets/Extend_MJ_FuZhou/images/z01.png
new file mode 100644
index 00000000..d2acf732
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/images/z01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/laizi.png b/wb_new_ui/assets/Extend_MJ_FuZhou/laizi.png
new file mode 100644
index 00000000..d6b26afa
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/laizi.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/package.xml b/wb_new_ui/assets/Extend_MJ_FuZhou/package.xml
new file mode 100644
index 00000000..ebc41001
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_FuZhou/package.xml
@@ -0,0 +1,245 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_FuZhou/santan.png b/wb_new_ui/assets/Extend_MJ_FuZhou/santan.png
new file mode 100644
index 00000000..dc997251
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_FuZhou/santan.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/Win_Frame.xml b/wb_new_ui/assets/Extend_MJ_JinXi/Win_Frame.xml
new file mode 100644
index 00000000..fbf086d0
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/Win_Frame.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/buttons/Btn_Blue.xml b/wb_new_ui/assets/Extend_MJ_JinXi/buttons/Btn_Blue.xml
new file mode 100644
index 00000000..b45a8011
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/buttons/Btn_Blue.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/buttons/Btn_Blue2.xml b/wb_new_ui/assets/Extend_MJ_JinXi/buttons/Btn_Blue2.xml
new file mode 100644
index 00000000..ab92e9ab
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/buttons/Btn_Blue2.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/buttons/Btn_Yellow.xml b/wb_new_ui/assets/Extend_MJ_JinXi/buttons/Btn_Yellow.xml
new file mode 100644
index 00000000..80e8b90e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/buttons/Btn_Yellow.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/buttons/Btn_close.xml b/wb_new_ui/assets/Extend_MJ_JinXi/buttons/Btn_close.xml
new file mode 100644
index 00000000..ce89d1ed
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/buttons/Btn_close.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/choose/Comp_choose.xml b/wb_new_ui/assets/Extend_MJ_JinXi/choose/Comp_choose.xml
new file mode 100644
index 00000000..7c99f377
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/choose/Comp_choose.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/choose/Pop_tip_choice.xml b/wb_new_ui/assets/Extend_MJ_JinXi/choose/Pop_tip_choice.xml
new file mode 100644
index 00000000..27aaa81a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/choose/Pop_tip_choice.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/choose/component/choose/game_icon_02.png b/wb_new_ui/assets/Extend_MJ_JinXi/choose/component/choose/game_icon_02.png
new file mode 100644
index 00000000..a5d6e501
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/choose/component/choose/game_icon_02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/clearing/clearing_1_item.xml b/wb_new_ui/assets/Extend_MJ_JinXi/clearing/clearing_1_item.xml
new file mode 100644
index 00000000..35d642e9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/clearing/clearing_1_item.xml
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/clearing/clearing_2_item.xml b/wb_new_ui/assets/Extend_MJ_JinXi/clearing/clearing_2_item.xml
new file mode 100644
index 00000000..27b0e775
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/clearing/clearing_2_item.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/clearing/clearing_card.xml b/wb_new_ui/assets/Extend_MJ_JinXi/clearing/clearing_card.xml
new file mode 100644
index 00000000..c580b47d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/clearing/clearing_card.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/clearing/fd.png b/wb_new_ui/assets/Extend_MJ_JinXi/clearing/fd.png
new file mode 100644
index 00000000..b3cbff5d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/clearing/fd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/clearing/font/d01.png b/wb_new_ui/assets/Extend_MJ_JinXi/clearing/font/d01.png
new file mode 100644
index 00000000..27c208e0
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/clearing/font/d01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/clearing/font/w00.png b/wb_new_ui/assets/Extend_MJ_JinXi/clearing/font/w00.png
new file mode 100644
index 00000000..9c09e5ba
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/clearing/font/w00.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/clearing/font/w03.png b/wb_new_ui/assets/Extend_MJ_JinXi/clearing/font/w03.png
new file mode 100644
index 00000000..379f221a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/clearing/font/w03.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/clearing/xqan(2).png b/wb_new_ui/assets/Extend_MJ_JinXi/clearing/xqan(2).png
new file mode 100644
index 00000000..ab852139
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/clearing/xqan(2).png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/Component1.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/Component1.xml
new file mode 100644
index 00000000..af7774c1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/Component1.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/bird/Ani_Birds.jta b/wb_new_ui/assets/Extend_MJ_JinXi/component/bird/Ani_Birds.jta
new file mode 100644
index 00000000..9836d260
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/bird/Ani_Birds.jta differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/bird/Ani_Bomb.jta b/wb_new_ui/assets/Extend_MJ_JinXi/component/bird/Ani_Bomb.jta
new file mode 100644
index 00000000..24d513f4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/bird/Ani_Bomb.jta differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/bird/Btn_Card.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/bird/Btn_Card.xml
new file mode 100644
index 00000000..acb6a096
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/bird/Btn_Card.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/bird/Niao_Effect.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/bird/Niao_Effect.xml
new file mode 100644
index 00000000..0ec00c32
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/bird/Niao_Effect.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/bird/Panel_Birds.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/bird/Panel_Birds.xml
new file mode 100644
index 00000000..c8d30c1e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/bird/Panel_Birds.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/card/Btn_Card.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/card/Btn_Card.xml
new file mode 100644
index 00000000..bf129768
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/card/Btn_Card.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/card/card_mark/btn_mark.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/card/card_mark/btn_mark.xml
new file mode 100644
index 00000000..86246f6d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/card/card_mark/btn_mark.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/card/card_mark/images/tingArrow.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/card/card_mark/images/tingArrow.png
new file mode 100644
index 00000000..dad61ea9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/card/card_mark/images/tingArrow.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/card/card_mark/images/tingArrowMax.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/card/card_mark/images/tingArrowMax.png
new file mode 100644
index 00000000..613d7428
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/card/card_mark/images/tingArrowMax.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/chi_peng_effect/image/吃.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/chi_peng_effect/image/吃.png
new file mode 100644
index 00000000..c95413a4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/chi_peng_effect/image/吃.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/chi_peng_effect/image/胡.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/chi_peng_effect/image/胡.png
new file mode 100644
index 00000000..88343ba2
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/chi_peng_effect/image/胡.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/choose/Btn_cross.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/choose/Btn_cross.xml
new file mode 100644
index 00000000..fbd535fd
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/choose/Btn_cross.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/choose/Comp_choose.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/choose/Comp_choose.xml
new file mode 100644
index 00000000..7c99f377
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/choose/Comp_choose.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/choose/Gang_tip_choice.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/choose/Gang_tip_choice.xml
new file mode 100644
index 00000000..510cc212
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/choose/Gang_tip_choice.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/choose/Pop_tip_choice.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/choose/Pop_tip_choice.xml
new file mode 100644
index 00000000..d766c727
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/choose/Pop_tip_choice.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/choose/component/choose/game_icon_02.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/choose/component/choose/game_icon_02.png
new file mode 100644
index 00000000..a5d6e501
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/choose/component/choose/game_icon_02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/banner.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/banner.xml
new file mode 100644
index 00000000..f06675aa
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/banner.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/btn_zan.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/btn_zan.xml
new file mode 100644
index 00000000..f38d1e32
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/btn_zan.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/clearing.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/clearing.xml
new file mode 100644
index 00000000..df2ed156
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/clearing.xml
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/clearing_1_item.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/clearing_1_item.xml
new file mode 100644
index 00000000..98346752
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/clearing_1_item.xml
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/clearing_2_item.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/clearing_2_item.xml
new file mode 100644
index 00000000..27b0e775
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/clearing_2_item.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/clearing_card.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/clearing_card.xml
new file mode 100644
index 00000000..43918d97
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/clearing_card.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/di.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/di.png
new file mode 100644
index 00000000..c7b71b65
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/di.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/fd.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/fd.png
new file mode 100644
index 00000000..b3cbff5d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/fd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/font/d01.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/font/d01.png
new file mode 100644
index 00000000..27c208e0
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/font/d01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/font/w00.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/font/w00.png
new file mode 100644
index 00000000..9c09e5ba
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/font/w00.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/font/w03.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/font/w03.png
new file mode 100644
index 00000000..379f221a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/font/w03.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/xqan(2).png b/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/xqan(2).png
new file mode 100644
index 00000000..ab852139
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/clearing/xqan(2).png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/Btn_cr_checkbox.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/Btn_cr_checkbox.xml
new file mode 100644
index 00000000..ee0fbb52
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/Btn_cr_checkbox.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/Btn_cr_checkbox2.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/Btn_cr_checkbox2.xml
new file mode 100644
index 00000000..aba96423
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/Btn_cr_checkbox2.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/Cgm_create_room.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/Cgm_create_room.xml
new file mode 100644
index 00000000..f7dd0ec6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/Cgm_create_room.xml
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/Com_rule.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/Com_rule.xml
new file mode 100644
index 00000000..61804837
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/Com_rule.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/Win_rule.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/Win_rule.xml
new file mode 100644
index 00000000..193b2b0d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/Win_rule.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/di01.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/di01.xml
new file mode 100644
index 00000000..0264ff54
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/di01.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/di02.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/di02.xml
new file mode 100644
index 00000000..61b98288
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/di02.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/head_name_bg.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/head_name_bg.png
new file mode 100644
index 00000000..d89beb1d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/head_name_bg.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/image/di0.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/image/di0.png
new file mode 100644
index 00000000..b2539c70
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/image/di0.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/image/gou.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/image/gou.png
new file mode 100644
index 00000000..1d9c44a3
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/image/gou.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/image/multiple_btn_n.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/image/multiple_btn_n.png
new file mode 100644
index 00000000..92380b7b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/image/multiple_btn_n.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/image/pic06-2.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/image/pic06-2.png
new file mode 100644
index 00000000..86a581ae
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/image/pic06-2.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/image/pic08.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/image/pic08.png
new file mode 100644
index 00000000..f8ffdadb
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/image/pic08.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/image/single_btn_s.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/image/single_btn_s.png
new file mode 100644
index 00000000..14d3bc52
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/image/single_btn_s.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/opt_item.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/opt_item.xml
new file mode 100644
index 00000000..c0ff26de
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/create_room/opt_item.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/eff/FzEffect.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/eff/FzEffect.xml
new file mode 100644
index 00000000..3aa9ad8e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/eff/FzEffect.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/eff/eff_zimo.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/eff/eff_zimo.xml
new file mode 100644
index 00000000..577fe0cf
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/eff/eff_zimo.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/eff/image/墨迹.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/eff/image/墨迹.png
new file mode 100644
index 00000000..8de85e32
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/eff/image/墨迹.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/eff/image/星星.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/eff/image/星星.png
new file mode 100644
index 00000000..65b99b8d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/eff/image/星星.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/eff/mo.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/eff/mo.png
new file mode 100644
index 00000000..8ad0ce9d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/eff/mo.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/eff/zi.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/eff/zi.png
new file mode 100644
index 00000000..f4562ddb
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/eff/zi.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/eff/别人胡.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/eff/别人胡.xml
new file mode 100644
index 00000000..8b47a80c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/eff/别人胡.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/eff/自己胡牌.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/eff/自己胡牌.xml
new file mode 100644
index 00000000..5ab5d795
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/eff/自己胡牌.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/font/Score.fnt b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/Score.fnt
new file mode 100644
index 00000000..d02040b7
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/Score.fnt
@@ -0,0 +1,14 @@
+info size=60 resizable=true colored=false
+char id=48 img=plauq xoffset=0 yoffset=0 xadvance=0
+char id=49 img=plaur xoffset=0 yoffset=0 xadvance=0
+char id=50 img=plaus xoffset=0 yoffset=0 xadvance=0
+char id=51 img=plaut xoffset=0 yoffset=0 xadvance=0
+char id=52 img=plauu xoffset=0 yoffset=0 xadvance=0
+char id=53 img=plauv xoffset=0 yoffset=0 xadvance=0
+char id=54 img=plauw xoffset=0 yoffset=0 xadvance=0
+char id=55 img=plaux xoffset=0 yoffset=0 xadvance=0
+char id=56 img=plauy xoffset=0 yoffset=0 xadvance=0
+char id=57 img=plauz xoffset=0 yoffset=0 xadvance=0
+char id=43 img=plau10 xoffset=0 yoffset=0 xadvance=0
+char id=45 img=plau11 xoffset=0 yoffset=0 xadvance=0
+char id=46 img=plau12 xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/0.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/0.png
new file mode 100644
index 00000000..c8ef1992
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/0.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/1.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/1.png
new file mode 100644
index 00000000..2c4992ac
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/1.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/2.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/2.png
new file mode 100644
index 00000000..b487b5de
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/2.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/3.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/3.png
new file mode 100644
index 00000000..3d6a12b4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/3.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/4.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/4.png
new file mode 100644
index 00000000..defcb744
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/4.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/5.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/5.png
new file mode 100644
index 00000000..762e6ce6
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/5.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/6.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/6.png
new file mode 100644
index 00000000..8e5cb532
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/6.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/7.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/7.png
new file mode 100644
index 00000000..6a5044ef
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/7.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/8.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/8.png
new file mode 100644
index 00000000..56f654b9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/8.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/9.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/9.png
new file mode 100644
index 00000000..b3056c8f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/9.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/jia.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/jia.png
new file mode 100644
index 00000000..fd6f92cf
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/jia.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/jian.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/jian.png
new file mode 100644
index 00000000..4b452339
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/jian.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/xsd.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/xsd.png
new file mode 100644
index 00000000..d0c8c312
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/font/image/xsd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/gamerule.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/gamerule.xml
new file mode 100644
index 00000000..8965f964
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/gamerule.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/head/Btn_realname.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/head/Btn_realname.xml
new file mode 100644
index 00000000..926e389a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/head/Btn_realname.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/head/Head.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/head/Head.xml
new file mode 100644
index 00000000..0be77925
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/head/Head.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/eff_list1.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/eff_list1.xml
new file mode 100644
index 00000000..9a18c415
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/eff_list1.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/eff_list2.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/eff_list2.xml
new file mode 100644
index 00000000..0082dc82
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/eff_list2.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he1.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he1.png
new file mode 100644
index 00000000..46d5d6e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he1.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he10.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he10.png
new file mode 100644
index 00000000..932d5ced
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he10.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he11.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he11.png
new file mode 100644
index 00000000..48a47a70
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he11.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he12.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he12.png
new file mode 100644
index 00000000..7bb231f8
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he12.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he13.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he13.png
new file mode 100644
index 00000000..f0913577
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he13.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he14.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he14.png
new file mode 100644
index 00000000..15838161
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he14.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he15.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he15.png
new file mode 100644
index 00000000..af56f891
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he15.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he16.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he16.png
new file mode 100644
index 00000000..275e5abf
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he16.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he17.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he17.png
new file mode 100644
index 00000000..2d1937e2
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he17.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he2.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he2.png
new file mode 100644
index 00000000..43deb455
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he2.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he3.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he3.png
new file mode 100644
index 00000000..d6f27e2c
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he3.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he4.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he4.png
new file mode 100644
index 00000000..9e64befa
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he4.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he5.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he5.png
new file mode 100644
index 00000000..5ec402e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he5.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he6.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he6.png
new file mode 100644
index 00000000..5718a24a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he6.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he7.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he7.png
new file mode 100644
index 00000000..34c9ff29
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he7.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he8.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he8.png
new file mode 100644
index 00000000..5ab8a471
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he8.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he9.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he9.png
new file mode 100644
index 00000000..0ac78f0f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/image/he9.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/sao.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/sao.png
new file mode 100644
index 00000000..17f9598c
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/sao.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/zimo.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/zimo.png
new file mode 100644
index 00000000..d71720de
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/zimo.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/放射光.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/放射光.png
new file mode 100644
index 00000000..e239e06f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_effect/放射光.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_tip/B02.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_tip/B02.png
new file mode 100644
index 00000000..1320fa3f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_tip/B02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_tip/Hu_tip.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_tip/Hu_tip.xml
new file mode 100644
index 00000000..38899ff1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/hu_tip/Hu_tip.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/bd.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/bd.png
new file mode 100644
index 00000000..bd6f40e9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/bd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/bsxz.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/bsxz.png
new file mode 100644
index 00000000..94139128
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/bsxz.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/big_result_item.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/big_result_item.xml
new file mode 100644
index 00000000..9b2f3407
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/big_result_item.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/big_result_wanfa_flag.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/big_result_wanfa_flag.xml
new file mode 100644
index 00000000..8123721f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/big_result_wanfa_flag.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/btn_result_close.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/btn_result_close.xml
new file mode 100644
index 00000000..e37440b6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/btn_result_close.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/btn_result_confirm.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/btn_result_confirm.xml
new file mode 100644
index 00000000..2db47be5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/btn_result_confirm.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/btn_result_share.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/btn_result_share.xml
new file mode 100644
index 00000000..80f4ed6e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/btn_result_share.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/btn_share_method.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/btn_share_method.xml
new file mode 100644
index 00000000..0f4df22e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/btn_share_method.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/descript_item.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/descript_item.xml
new file mode 100644
index 00000000..c69f6412
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/descript_item.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/result_head.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/result_head.xml
new file mode 100644
index 00000000..f649ab4a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/result_head.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/result_main.xml b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/result_main.xml
new file mode 100644
index 00000000..28ea3348
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/component/result_main.xml
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/bqd.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/bqd.png
new file mode 100644
index 00000000..a9f4ab42
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/bqd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/dyj.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/dyj.png
new file mode 100644
index 00000000..7ace77a1
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/dyj.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/fgx.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/fgx.png
new file mode 100644
index 00000000..cb7e82f4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/fgx.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/fh.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/fh.png
new file mode 100644
index 00000000..67e5e5aa
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/fh.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs-.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs-.png
new file mode 100644
index 00000000..e3c26bd3
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs-.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs00.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs00.png
new file mode 100644
index 00000000..aa8acd79
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs00.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs01.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs01.png
new file mode 100644
index 00000000..917bd1ec
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs02.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs02.png
new file mode 100644
index 00000000..d1c25990
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs03.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs03.png
new file mode 100644
index 00000000..70a2c407
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs03.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs04.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs04.png
new file mode 100644
index 00000000..54279140
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs04.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs05.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs05.png
new file mode 100644
index 00000000..eb173070
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs05.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs06.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs06.png
new file mode 100644
index 00000000..6cf3d5e4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs06.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs07.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs07.png
new file mode 100644
index 00000000..42786a7b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs07.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs08.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs08.png
new file mode 100644
index 00000000..32447d1e
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs08.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs09.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs09.png
new file mode 100644
index 00000000..3daa037d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hs09.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hsd.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hsd.png
new file mode 100644
index 00000000..87e861f8
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hsd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hskhy.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hskhy.png
new file mode 100644
index 00000000..22c4f01f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hskhy.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hskhz.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hskhz.png
new file mode 100644
index 00000000..0cff456e
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/hskhz.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls+.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls+.png
new file mode 100644
index 00000000..4a1f1109
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls+.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls00.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls00.png
new file mode 100644
index 00000000..b53a948a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls00.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls01.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls01.png
new file mode 100644
index 00000000..84df5287
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls02.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls02.png
new file mode 100644
index 00000000..4ca3ae49
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls03.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls03.png
new file mode 100644
index 00000000..8fa350e1
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls03.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls04.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls04.png
new file mode 100644
index 00000000..340bf520
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls04.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls05.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls05.png
new file mode 100644
index 00000000..f54be593
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls05.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls06.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls06.png
new file mode 100644
index 00000000..a4c01a51
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls06.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls07.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls07.png
new file mode 100644
index 00000000..c9ca1824
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls07.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls08.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls08.png
new file mode 100644
index 00000000..c40d3890
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls08.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls09.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls09.png
new file mode 100644
index 00000000..f550a2ca
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/ls09.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/lsd.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/lsd.png
new file mode 100644
index 00000000..66ce4c93
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/lsd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/lskhy.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/lskhy.png
new file mode 100644
index 00000000..35c353b8
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/lskhy.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/lskhz.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/lskhz.png
new file mode 100644
index 00000000..f29418f3
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/lskhz.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/nfont.fnt b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/nfont.fnt
new file mode 100644
index 00000000..28a5f67c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/nfont.fnt
@@ -0,0 +1,15 @@
+info size=12 resizable=true colored=false
+char id=45 img=plau33 xoffset=0 yoffset=0 xadvance=0
+char id=48 img=plau34 xoffset=0 yoffset=0 xadvance=0
+char id=49 img=plau35 xoffset=0 yoffset=0 xadvance=0
+char id=50 img=plau36 xoffset=0 yoffset=0 xadvance=0
+char id=51 img=plau37 xoffset=0 yoffset=0 xadvance=0
+char id=52 img=plau38 xoffset=0 yoffset=0 xadvance=0
+char id=53 img=plau39 xoffset=0 yoffset=0 xadvance=0
+char id=54 img=plau3a xoffset=0 yoffset=0 xadvance=0
+char id=55 img=plau3b xoffset=0 yoffset=0 xadvance=0
+char id=56 img=plau3c xoffset=0 yoffset=0 xadvance=0
+char id=57 img=plau3d xoffset=0 yoffset=0 xadvance=0
+char id=46 img=plau3e xoffset=0 yoffset=0 xadvance=0
+char id=41 img=plau3f xoffset=0 yoffset=0 xadvance=0
+char id=40 img=plau3g xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/pfont.fnt b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/pfont.fnt
new file mode 100644
index 00000000..e79ec473
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/font/pfont.fnt
@@ -0,0 +1,15 @@
+info size=12 resizable=true colored=false
+char id=43 img=plau2o xoffset=0 yoffset=0 xadvance=0
+char id=48 img=plau2p xoffset=0 yoffset=0 xadvance=0
+char id=49 img=plau2q xoffset=0 yoffset=0 xadvance=0
+char id=50 img=plau2r xoffset=0 yoffset=0 xadvance=0
+char id=51 img=plau2s xoffset=0 yoffset=0 xadvance=0
+char id=52 img=plau2t xoffset=0 yoffset=0 xadvance=0
+char id=53 img=plau2u xoffset=0 yoffset=0 xadvance=0
+char id=54 img=plau2v xoffset=0 yoffset=0 xadvance=0
+char id=55 img=plau2w xoffset=0 yoffset=0 xadvance=0
+char id=56 img=plau2x xoffset=0 yoffset=0 xadvance=0
+char id=57 img=plau2y xoffset=0 yoffset=0 xadvance=0
+char id=46 img=plau2z xoffset=0 yoffset=0 xadvance=0
+char id=41 img=plau30 xoffset=0 yoffset=0 xadvance=0
+char id=40 img=plau31 xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/fxlj.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/fxlj.png
new file mode 100644
index 00000000..80df1393
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/fxlj.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/fxzjan.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/fxzjan.png
new file mode 100644
index 00000000..c0ca63f6
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/fxzjan.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/fzzj.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/fzzj.png
new file mode 100644
index 00000000..24eea73a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/fzzj.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/hd.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/hd.png
new file mode 100644
index 00000000..5a7693d3
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/hd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/jfd.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/jfd.png
new file mode 100644
index 00000000..fdd3d7fc
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/jfd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/jtfx.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/jtfx.png
new file mode 100644
index 00000000..db8cab1b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/jtfx.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/k.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/k.png
new file mode 100644
index 00000000..73212604
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/k.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/qfan.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/qfan.png
new file mode 100644
index 00000000..f2a122a0
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/qfan.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/qiwnj.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/qiwnj.png
new file mode 100644
index 00000000..a83839ed
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/qiwnj.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/sb.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/sb.png
new file mode 100644
index 00000000..7293e34b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/sb.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/sl.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/sl.png
new file mode 100644
index 00000000..a416d3e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/sl.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/tgz.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/tgz.png
new file mode 100644
index 00000000..f5638bbd
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/tgz.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/zjwjd.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/zjwjd.png
new file mode 100644
index 00000000..cceb3bc5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/result/images/zjwjd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/share/images/fxtp.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/share/images/fxtp.png
new file mode 100644
index 00000000..8fe7facf
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/share/images/fxtp.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/share/images/fzzj.png b/wb_new_ui/assets/Extend_MJ_JinXi/component/share/images/fzzj.png
new file mode 100644
index 00000000..9edc07ab
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/share/images/fzzj.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/component/share/images/icon(1).png b/wb_new_ui/assets/Extend_MJ_JinXi/component/share/images/icon(1).png
new file mode 100644
index 00000000..5985b428
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/component/share/images/icon(1).png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/SIYUAN.TTF b/wb_new_ui/assets/Extend_MJ_JinXi/font/SIYUAN.TTF
new file mode 100644
index 00000000..31f678b1
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/SIYUAN.TTF differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/Score.fnt b/wb_new_ui/assets/Extend_MJ_JinXi/font/Score.fnt
new file mode 100644
index 00000000..ff823cc7
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/font/Score.fnt
@@ -0,0 +1,14 @@
+info size=60 resizable=true colored=false
+char id=48 img=plau1d xoffset=0 yoffset=0 xadvance=0
+char id=49 img=plau1e xoffset=0 yoffset=0 xadvance=0
+char id=50 img=plau1f xoffset=0 yoffset=0 xadvance=0
+char id=51 img=plau1g xoffset=0 yoffset=0 xadvance=0
+char id=52 img=plau1h xoffset=0 yoffset=0 xadvance=0
+char id=53 img=plau1i xoffset=0 yoffset=0 xadvance=0
+char id=54 img=plau1j xoffset=0 yoffset=0 xadvance=0
+char id=55 img=plau1k xoffset=0 yoffset=0 xadvance=0
+char id=56 img=plau1l xoffset=0 yoffset=0 xadvance=0
+char id=57 img=plau1m xoffset=0 yoffset=0 xadvance=0
+char id=43 img=plau1n xoffset=0 yoffset=0 xadvance=0
+char id=45 img=plau1o xoffset=0 yoffset=0 xadvance=0
+char id=46 img=plau1p xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/image/0.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/0.png
new file mode 100644
index 00000000..c8ef1992
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/0.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/image/1.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/1.png
new file mode 100644
index 00000000..2c4992ac
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/1.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/image/2.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/2.png
new file mode 100644
index 00000000..b487b5de
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/2.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/image/3.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/3.png
new file mode 100644
index 00000000..3d6a12b4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/3.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/image/4.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/4.png
new file mode 100644
index 00000000..defcb744
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/4.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/image/5.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/5.png
new file mode 100644
index 00000000..762e6ce6
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/5.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/image/6.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/6.png
new file mode 100644
index 00000000..8e5cb532
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/6.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/image/7.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/7.png
new file mode 100644
index 00000000..6a5044ef
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/7.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/image/8.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/8.png
new file mode 100644
index 00000000..56f654b9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/8.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/image/9.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/9.png
new file mode 100644
index 00000000..b3056c8f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/9.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/image/jia.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/jia.png
new file mode 100644
index 00000000..fd6f92cf
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/jia.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/image/jian.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/jian.png
new file mode 100644
index 00000000..4b452339
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/jian.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/image/xsd.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/xsd.png
new file mode 100644
index 00000000..d0c8c312
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/image/xsd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/images/1_05.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/1_05.png
new file mode 100644
index 00000000..ba81b435
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/1_05.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/images/btn_comfirm.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/btn_comfirm.png
new file mode 100644
index 00000000..a4675ad5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/btn_comfirm.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/images/button.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/button.png
new file mode 100644
index 00000000..602961b9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/button.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/images/game_bottom_02.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/game_bottom_02.png
new file mode 100644
index 00000000..e066d51c
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/game_bottom_02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/images/head/Head0.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/head/Head0.png
new file mode 100644
index 00000000..07e87b29
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/head/Head0.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/images/head/owner.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/head/owner.png
new file mode 100644
index 00000000..3c2307b4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/head/owner.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/images/head/txk.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/head/txk.png
new file mode 100644
index 00000000..61c557da
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/head/txk.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/images/over_jieshuUI.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/over_jieshuUI.png
new file mode 100644
index 00000000..b9a6b687
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/over_jieshuUI.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/images/setting/ts.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/setting/ts.png
new file mode 100644
index 00000000..3d758c25
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/setting/ts.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/images/tishi_bottom_01.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/tishi_bottom_01.png
new file mode 100644
index 00000000..7a851c2e
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/tishi_bottom_01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/images/wanfa_title_01.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/wanfa_title_01.png
new file mode 100644
index 00000000..3ca27060
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/wanfa_title_01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/images/win/cha.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/win/cha.png
new file mode 100644
index 00000000..c02a83b9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/win/cha.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/images/win/tkd.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/win/tkd.png
new file mode 100644
index 00000000..8b48974d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/win/tkd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/images/win/tydk1.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/win/tydk1.png
new file mode 100644
index 00000000..f32e7103
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/win/tydk1.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/font/images/win/zz.png b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/win/zz.png
new file mode 100644
index 00000000..33ef0058
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/font/images/win/zz.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/images/clearing/Head0.png b/wb_new_ui/assets/Extend_MJ_JinXi/images/clearing/Head0.png
new file mode 100644
index 00000000..ae3cd736
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/images/clearing/Head0.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/images/fangkuang.png b/wb_new_ui/assets/Extend_MJ_JinXi/images/fangkuang.png
new file mode 100644
index 00000000..8cae95ad
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/images/fangkuang.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/images/fangpao.png b/wb_new_ui/assets/Extend_MJ_JinXi/images/fangpao.png
new file mode 100644
index 00000000..205e7ca9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/images/fangpao.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/images/game_bg_01.png b/wb_new_ui/assets/Extend_MJ_JinXi/images/game_bg_01.png
new file mode 100644
index 00000000..aaf406e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/images/game_bg_01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/images/icon.png b/wb_new_ui/assets/Extend_MJ_JinXi/images/icon.png
new file mode 100644
index 00000000..2ad2fa17
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/images/icon.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/images/niao/game_bg_01.png b/wb_new_ui/assets/Extend_MJ_JinXi/images/niao/game_bg_01.png
new file mode 100644
index 00000000..aaf406e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/images/niao/game_bg_01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/images/niao/niao.png b/wb_new_ui/assets/Extend_MJ_JinXi/images/niao/niao.png
new file mode 100644
index 00000000..7d6026eb
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/images/niao/niao.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/images/wenzi00.png b/wb_new_ui/assets/Extend_MJ_JinXi/images/wenzi00.png
new file mode 100644
index 00000000..444f7fc8
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/images/wenzi00.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/images/z01.png b/wb_new_ui/assets/Extend_MJ_JinXi/images/z01.png
new file mode 100644
index 00000000..d2acf732
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/images/z01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/laizi.png b/wb_new_ui/assets/Extend_MJ_JinXi/laizi.png
new file mode 100644
index 00000000..d6b26afa
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/laizi.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/package.xml b/wb_new_ui/assets/Extend_MJ_JinXi/package.xml
new file mode 100644
index 00000000..e32cfe6a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_JinXi/package.xml
@@ -0,0 +1,217 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_JinXi/santan.png b/wb_new_ui/assets/Extend_MJ_JinXi/santan.png
new file mode 100644
index 00000000..dc997251
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_JinXi/santan.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/Win_Frame.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/Win_Frame.xml
new file mode 100644
index 00000000..7b0c8064
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/Win_Frame.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/buttons/Btn_Blue.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/buttons/Btn_Blue.xml
new file mode 100644
index 00000000..b45a8011
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/buttons/Btn_Blue.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/buttons/Btn_Blue2.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/buttons/Btn_Blue2.xml
new file mode 100644
index 00000000..ab92e9ab
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/buttons/Btn_Blue2.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/buttons/Btn_Yellow.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/buttons/Btn_Yellow.xml
new file mode 100644
index 00000000..80e8b90e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/buttons/Btn_Yellow.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/buttons/Btn_close.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/buttons/Btn_close.xml
new file mode 100644
index 00000000..cfff9397
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/buttons/Btn_close.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/choose/Comp_choose.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/choose/Comp_choose.xml
new file mode 100644
index 00000000..7c99f377
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/choose/Comp_choose.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/choose/Pop_tip_choice.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/choose/Pop_tip_choice.xml
new file mode 100644
index 00000000..27aaa81a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/choose/Pop_tip_choice.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/choose/component/choose/game_icon_02.png b/wb_new_ui/assets/Extend_MJ_LiChuan/choose/component/choose/game_icon_02.png
new file mode 100644
index 00000000..a5d6e501
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/choose/component/choose/game_icon_02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/clearing/clearing_1_item.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/clearing/clearing_1_item.xml
new file mode 100644
index 00000000..2073db0b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/clearing/clearing_1_item.xml
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/clearing/clearing_2_item.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/clearing/clearing_2_item.xml
new file mode 100644
index 00000000..7a9033c1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/clearing/clearing_2_item.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/clearing/clearing_card.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/clearing/clearing_card.xml
new file mode 100644
index 00000000..c580b47d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/clearing/clearing_card.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/clearing/fd.png b/wb_new_ui/assets/Extend_MJ_LiChuan/clearing/fd.png
new file mode 100644
index 00000000..b3cbff5d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/clearing/fd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/clearing/font/d01.png b/wb_new_ui/assets/Extend_MJ_LiChuan/clearing/font/d01.png
new file mode 100644
index 00000000..27c208e0
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/clearing/font/d01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/clearing/font/w00.png b/wb_new_ui/assets/Extend_MJ_LiChuan/clearing/font/w00.png
new file mode 100644
index 00000000..9c09e5ba
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/clearing/font/w00.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/clearing/font/w03.png b/wb_new_ui/assets/Extend_MJ_LiChuan/clearing/font/w03.png
new file mode 100644
index 00000000..379f221a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/clearing/font/w03.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/clearing/xqan(2).png b/wb_new_ui/assets/Extend_MJ_LiChuan/clearing/xqan(2).png
new file mode 100644
index 00000000..ab852139
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/clearing/xqan(2).png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/Component1.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/Component1.xml
new file mode 100644
index 00000000..af7774c1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/Component1.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/bird/Ani_Birds.jta b/wb_new_ui/assets/Extend_MJ_LiChuan/component/bird/Ani_Birds.jta
new file mode 100644
index 00000000..9836d260
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/bird/Ani_Birds.jta differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/bird/Ani_Bomb.jta b/wb_new_ui/assets/Extend_MJ_LiChuan/component/bird/Ani_Bomb.jta
new file mode 100644
index 00000000..24d513f4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/bird/Ani_Bomb.jta differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/bird/Btn_Card.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/bird/Btn_Card.xml
new file mode 100644
index 00000000..fc8a7153
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/bird/Btn_Card.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/bird/Niao_Effect.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/bird/Niao_Effect.xml
new file mode 100644
index 00000000..0ec00c32
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/bird/Niao_Effect.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/bird/Panel_Birds.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/bird/Panel_Birds.xml
new file mode 100644
index 00000000..f43016ec
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/bird/Panel_Birds.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/card/Btn_Card.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/card/Btn_Card.xml
new file mode 100644
index 00000000..9e18bb05
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/card/Btn_Card.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/card/card_mark/btn_mark.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/card/card_mark/btn_mark.xml
new file mode 100644
index 00000000..32cee9ff
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/card/card_mark/btn_mark.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/card/card_mark/images/tingArrow.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/card/card_mark/images/tingArrow.png
new file mode 100644
index 00000000..dad61ea9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/card/card_mark/images/tingArrow.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/card/card_mark/images/tingArrowMax.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/card/card_mark/images/tingArrowMax.png
new file mode 100644
index 00000000..613d7428
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/card/card_mark/images/tingArrowMax.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/chi_peng_effect/image/吃.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/chi_peng_effect/image/吃.png
new file mode 100644
index 00000000..c95413a4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/chi_peng_effect/image/吃.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/chi_peng_effect/image/胡.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/chi_peng_effect/image/胡.png
new file mode 100644
index 00000000..88343ba2
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/chi_peng_effect/image/胡.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/choose/Btn_cross.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/choose/Btn_cross.xml
new file mode 100644
index 00000000..fbd535fd
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/choose/Btn_cross.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/choose/Comp_choose.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/choose/Comp_choose.xml
new file mode 100644
index 00000000..7c99f377
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/choose/Comp_choose.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/choose/Gang_tip_choice.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/choose/Gang_tip_choice.xml
new file mode 100644
index 00000000..3cf21574
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/choose/Gang_tip_choice.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/choose/Pop_tip_choice.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/choose/Pop_tip_choice.xml
new file mode 100644
index 00000000..18f3f1a1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/choose/Pop_tip_choice.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/choose/component/choose/game_icon_02.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/choose/component/choose/game_icon_02.png
new file mode 100644
index 00000000..a5d6e501
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/choose/component/choose/game_icon_02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/banner.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/banner.xml
new file mode 100644
index 00000000..f06675aa
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/banner.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/btn_zan.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/btn_zan.xml
new file mode 100644
index 00000000..f38d1e32
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/btn_zan.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/clearing.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/clearing.xml
new file mode 100644
index 00000000..9d697bf7
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/clearing.xml
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/clearing_1_item.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/clearing_1_item.xml
new file mode 100644
index 00000000..18e2f8c1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/clearing_1_item.xml
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/clearing_2_item.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/clearing_2_item.xml
new file mode 100644
index 00000000..7a9033c1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/clearing_2_item.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/clearing_card.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/clearing_card.xml
new file mode 100644
index 00000000..43918d97
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/clearing_card.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/di.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/di.png
new file mode 100644
index 00000000..c7b71b65
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/di.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/fd.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/fd.png
new file mode 100644
index 00000000..b3cbff5d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/fd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/font/d01.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/font/d01.png
new file mode 100644
index 00000000..27c208e0
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/font/d01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/font/w00.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/font/w00.png
new file mode 100644
index 00000000..9c09e5ba
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/font/w00.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/font/w03.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/font/w03.png
new file mode 100644
index 00000000..379f221a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/font/w03.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/xqan(2).png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/xqan(2).png
new file mode 100644
index 00000000..ab852139
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/clearing/xqan(2).png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/Btn_cr_checkbox.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/Btn_cr_checkbox.xml
new file mode 100644
index 00000000..6642314e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/Btn_cr_checkbox.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/Btn_cr_checkbox2.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/Btn_cr_checkbox2.xml
new file mode 100644
index 00000000..1cfbdd43
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/Btn_cr_checkbox2.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/Cgm_create_room.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/Cgm_create_room.xml
new file mode 100644
index 00000000..f7dd0ec6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/Cgm_create_room.xml
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/Com_rule.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/Com_rule.xml
new file mode 100644
index 00000000..61804837
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/Com_rule.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/Win_rule.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/Win_rule.xml
new file mode 100644
index 00000000..379fde3a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/Win_rule.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/di01.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/di01.xml
new file mode 100644
index 00000000..55da10ce
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/di01.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/di02.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/di02.xml
new file mode 100644
index 00000000..61b98288
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/di02.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/head_name_bg.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/head_name_bg.png
new file mode 100644
index 00000000..d89beb1d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/head_name_bg.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/image/di0.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/image/di0.png
new file mode 100644
index 00000000..b2539c70
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/image/di0.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/image/gou.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/image/gou.png
new file mode 100644
index 00000000..1d9c44a3
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/image/gou.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/image/multiple_btn_n.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/image/multiple_btn_n.png
new file mode 100644
index 00000000..92380b7b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/image/multiple_btn_n.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/image/pic06-2.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/image/pic06-2.png
new file mode 100644
index 00000000..86a581ae
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/image/pic06-2.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/image/pic08.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/image/pic08.png
new file mode 100644
index 00000000..f8ffdadb
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/image/pic08.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/image/single_btn_s.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/image/single_btn_s.png
new file mode 100644
index 00000000..14d3bc52
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/image/single_btn_s.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/opt_item.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/opt_item.xml
new file mode 100644
index 00000000..c0ff26de
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/create_room/opt_item.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/eff/FzEffect.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/eff/FzEffect.xml
new file mode 100644
index 00000000..839ef254
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/eff/FzEffect.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/eff/eff_zimo.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/eff/eff_zimo.xml
new file mode 100644
index 00000000..577fe0cf
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/eff/eff_zimo.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/eff/image/墨迹.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/eff/image/墨迹.png
new file mode 100644
index 00000000..8de85e32
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/eff/image/墨迹.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/eff/image/星星.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/eff/image/星星.png
new file mode 100644
index 00000000..65b99b8d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/eff/image/星星.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/eff/mo.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/eff/mo.png
new file mode 100644
index 00000000..8ad0ce9d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/eff/mo.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/eff/zi.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/eff/zi.png
new file mode 100644
index 00000000..f4562ddb
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/eff/zi.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/eff/别人胡.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/eff/别人胡.xml
new file mode 100644
index 00000000..8b47a80c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/eff/别人胡.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/eff/自己胡牌.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/eff/自己胡牌.xml
new file mode 100644
index 00000000..5ab5d795
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/eff/自己胡牌.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/Score.fnt b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/Score.fnt
new file mode 100644
index 00000000..d02040b7
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/Score.fnt
@@ -0,0 +1,14 @@
+info size=60 resizable=true colored=false
+char id=48 img=plauq xoffset=0 yoffset=0 xadvance=0
+char id=49 img=plaur xoffset=0 yoffset=0 xadvance=0
+char id=50 img=plaus xoffset=0 yoffset=0 xadvance=0
+char id=51 img=plaut xoffset=0 yoffset=0 xadvance=0
+char id=52 img=plauu xoffset=0 yoffset=0 xadvance=0
+char id=53 img=plauv xoffset=0 yoffset=0 xadvance=0
+char id=54 img=plauw xoffset=0 yoffset=0 xadvance=0
+char id=55 img=plaux xoffset=0 yoffset=0 xadvance=0
+char id=56 img=plauy xoffset=0 yoffset=0 xadvance=0
+char id=57 img=plauz xoffset=0 yoffset=0 xadvance=0
+char id=43 img=plau10 xoffset=0 yoffset=0 xadvance=0
+char id=45 img=plau11 xoffset=0 yoffset=0 xadvance=0
+char id=46 img=plau12 xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/0.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/0.png
new file mode 100644
index 00000000..c8ef1992
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/0.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/1.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/1.png
new file mode 100644
index 00000000..2c4992ac
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/1.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/2.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/2.png
new file mode 100644
index 00000000..b487b5de
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/2.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/3.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/3.png
new file mode 100644
index 00000000..3d6a12b4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/3.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/4.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/4.png
new file mode 100644
index 00000000..defcb744
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/4.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/5.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/5.png
new file mode 100644
index 00000000..762e6ce6
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/5.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/6.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/6.png
new file mode 100644
index 00000000..8e5cb532
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/6.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/7.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/7.png
new file mode 100644
index 00000000..6a5044ef
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/7.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/8.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/8.png
new file mode 100644
index 00000000..56f654b9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/8.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/9.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/9.png
new file mode 100644
index 00000000..b3056c8f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/9.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/jia.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/jia.png
new file mode 100644
index 00000000..fd6f92cf
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/jia.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/jian.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/jian.png
new file mode 100644
index 00000000..4b452339
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/jian.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/xsd.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/xsd.png
new file mode 100644
index 00000000..d0c8c312
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/font/image/xsd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/gamerule.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/gamerule.xml
new file mode 100644
index 00000000..8965f964
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/gamerule.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/head/Btn_realname.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/head/Btn_realname.xml
new file mode 100644
index 00000000..926e389a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/head/Btn_realname.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/head/Head.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/head/Head.xml
new file mode 100644
index 00000000..832e43b9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/head/Head.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/eff_list1.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/eff_list1.xml
new file mode 100644
index 00000000..ee210965
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/eff_list1.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/eff_list2.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/eff_list2.xml
new file mode 100644
index 00000000..6d8fa4ca
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/eff_list2.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he1.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he1.png
new file mode 100644
index 00000000..46d5d6e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he1.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he10.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he10.png
new file mode 100644
index 00000000..0063c72a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he10.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he11.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he11.png
new file mode 100644
index 00000000..8c891033
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he11.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he12.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he12.png
new file mode 100644
index 00000000..39fbfe0f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he12.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he13.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he13.png
new file mode 100644
index 00000000..bccacdeb
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he13.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he2.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he2.png
new file mode 100644
index 00000000..43deb455
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he2.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he3.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he3.png
new file mode 100644
index 00000000..d6f27e2c
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he3.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he4.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he4.png
new file mode 100644
index 00000000..9e64befa
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he4.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he5.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he5.png
new file mode 100644
index 00000000..5ec402e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he5.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he6.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he6.png
new file mode 100644
index 00000000..5ab8a471
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he6.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he7.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he7.png
new file mode 100644
index 00000000..b3128b50
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he7.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he8.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he8.png
new file mode 100644
index 00000000..7735102d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he8.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he9.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he9.png
new file mode 100644
index 00000000..29779edb
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/image/he9.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/sao.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/sao.png
new file mode 100644
index 00000000..17f9598c
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/sao.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/zimo.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/zimo.png
new file mode 100644
index 00000000..d71720de
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/zimo.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/放射光.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/放射光.png
new file mode 100644
index 00000000..e239e06f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_effect/放射光.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_tip/B02.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_tip/B02.png
new file mode 100644
index 00000000..1320fa3f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_tip/B02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_tip/Hu_tip.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_tip/Hu_tip.xml
new file mode 100644
index 00000000..38899ff1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/hu_tip/Hu_tip.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/bd.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/bd.png
new file mode 100644
index 00000000..bd6f40e9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/bd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/bsxz.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/bsxz.png
new file mode 100644
index 00000000..94139128
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/bsxz.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/big_result_item.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/big_result_item.xml
new file mode 100644
index 00000000..54e034b7
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/big_result_item.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/big_result_wanfa_flag.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/big_result_wanfa_flag.xml
new file mode 100644
index 00000000..8123721f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/big_result_wanfa_flag.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/btn_result_close.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/btn_result_close.xml
new file mode 100644
index 00000000..e37440b6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/btn_result_close.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/btn_result_confirm.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/btn_result_confirm.xml
new file mode 100644
index 00000000..2db47be5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/btn_result_confirm.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/btn_result_share.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/btn_result_share.xml
new file mode 100644
index 00000000..80f4ed6e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/btn_result_share.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/btn_share_method.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/btn_share_method.xml
new file mode 100644
index 00000000..0f4df22e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/btn_share_method.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/descript_item.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/descript_item.xml
new file mode 100644
index 00000000..c69f6412
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/descript_item.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/result_head.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/result_head.xml
new file mode 100644
index 00000000..c188cf4b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/result_head.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/result_main.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/result_main.xml
new file mode 100644
index 00000000..0c25749d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/component/result_main.xml
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/bqd.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/bqd.png
new file mode 100644
index 00000000..a9f4ab42
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/bqd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/dyj.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/dyj.png
new file mode 100644
index 00000000..7ace77a1
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/dyj.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/fgx.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/fgx.png
new file mode 100644
index 00000000..cb7e82f4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/fgx.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/fh.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/fh.png
new file mode 100644
index 00000000..67e5e5aa
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/fh.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs-.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs-.png
new file mode 100644
index 00000000..e3c26bd3
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs-.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs00.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs00.png
new file mode 100644
index 00000000..aa8acd79
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs00.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs01.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs01.png
new file mode 100644
index 00000000..917bd1ec
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs02.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs02.png
new file mode 100644
index 00000000..d1c25990
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs03.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs03.png
new file mode 100644
index 00000000..70a2c407
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs03.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs04.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs04.png
new file mode 100644
index 00000000..54279140
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs04.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs05.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs05.png
new file mode 100644
index 00000000..eb173070
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs05.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs06.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs06.png
new file mode 100644
index 00000000..6cf3d5e4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs06.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs07.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs07.png
new file mode 100644
index 00000000..42786a7b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs07.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs08.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs08.png
new file mode 100644
index 00000000..32447d1e
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs08.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs09.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs09.png
new file mode 100644
index 00000000..3daa037d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hs09.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hsd.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hsd.png
new file mode 100644
index 00000000..87e861f8
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hsd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hskhy.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hskhy.png
new file mode 100644
index 00000000..22c4f01f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hskhy.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hskhz.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hskhz.png
new file mode 100644
index 00000000..0cff456e
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/hskhz.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls+.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls+.png
new file mode 100644
index 00000000..4a1f1109
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls+.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls00.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls00.png
new file mode 100644
index 00000000..b53a948a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls00.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls01.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls01.png
new file mode 100644
index 00000000..84df5287
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls02.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls02.png
new file mode 100644
index 00000000..4ca3ae49
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls03.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls03.png
new file mode 100644
index 00000000..8fa350e1
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls03.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls04.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls04.png
new file mode 100644
index 00000000..340bf520
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls04.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls05.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls05.png
new file mode 100644
index 00000000..f54be593
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls05.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls06.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls06.png
new file mode 100644
index 00000000..a4c01a51
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls06.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls07.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls07.png
new file mode 100644
index 00000000..c9ca1824
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls07.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls08.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls08.png
new file mode 100644
index 00000000..c40d3890
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls08.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls09.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls09.png
new file mode 100644
index 00000000..f550a2ca
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/ls09.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/lsd.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/lsd.png
new file mode 100644
index 00000000..66ce4c93
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/lsd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/lskhy.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/lskhy.png
new file mode 100644
index 00000000..35c353b8
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/lskhy.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/lskhz.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/lskhz.png
new file mode 100644
index 00000000..f29418f3
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/lskhz.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/nfont.fnt b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/nfont.fnt
new file mode 100644
index 00000000..28a5f67c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/nfont.fnt
@@ -0,0 +1,15 @@
+info size=12 resizable=true colored=false
+char id=45 img=plau33 xoffset=0 yoffset=0 xadvance=0
+char id=48 img=plau34 xoffset=0 yoffset=0 xadvance=0
+char id=49 img=plau35 xoffset=0 yoffset=0 xadvance=0
+char id=50 img=plau36 xoffset=0 yoffset=0 xadvance=0
+char id=51 img=plau37 xoffset=0 yoffset=0 xadvance=0
+char id=52 img=plau38 xoffset=0 yoffset=0 xadvance=0
+char id=53 img=plau39 xoffset=0 yoffset=0 xadvance=0
+char id=54 img=plau3a xoffset=0 yoffset=0 xadvance=0
+char id=55 img=plau3b xoffset=0 yoffset=0 xadvance=0
+char id=56 img=plau3c xoffset=0 yoffset=0 xadvance=0
+char id=57 img=plau3d xoffset=0 yoffset=0 xadvance=0
+char id=46 img=plau3e xoffset=0 yoffset=0 xadvance=0
+char id=41 img=plau3f xoffset=0 yoffset=0 xadvance=0
+char id=40 img=plau3g xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/pfont.fnt b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/pfont.fnt
new file mode 100644
index 00000000..e79ec473
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/font/pfont.fnt
@@ -0,0 +1,15 @@
+info size=12 resizable=true colored=false
+char id=43 img=plau2o xoffset=0 yoffset=0 xadvance=0
+char id=48 img=plau2p xoffset=0 yoffset=0 xadvance=0
+char id=49 img=plau2q xoffset=0 yoffset=0 xadvance=0
+char id=50 img=plau2r xoffset=0 yoffset=0 xadvance=0
+char id=51 img=plau2s xoffset=0 yoffset=0 xadvance=0
+char id=52 img=plau2t xoffset=0 yoffset=0 xadvance=0
+char id=53 img=plau2u xoffset=0 yoffset=0 xadvance=0
+char id=54 img=plau2v xoffset=0 yoffset=0 xadvance=0
+char id=55 img=plau2w xoffset=0 yoffset=0 xadvance=0
+char id=56 img=plau2x xoffset=0 yoffset=0 xadvance=0
+char id=57 img=plau2y xoffset=0 yoffset=0 xadvance=0
+char id=46 img=plau2z xoffset=0 yoffset=0 xadvance=0
+char id=41 img=plau30 xoffset=0 yoffset=0 xadvance=0
+char id=40 img=plau31 xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/fxlj.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/fxlj.png
new file mode 100644
index 00000000..80df1393
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/fxlj.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/fxzjan.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/fxzjan.png
new file mode 100644
index 00000000..c0ca63f6
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/fxzjan.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/fzzj.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/fzzj.png
new file mode 100644
index 00000000..24eea73a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/fzzj.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/hd.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/hd.png
new file mode 100644
index 00000000..5a7693d3
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/hd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/jfd.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/jfd.png
new file mode 100644
index 00000000..fdd3d7fc
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/jfd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/jtfx.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/jtfx.png
new file mode 100644
index 00000000..db8cab1b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/jtfx.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/k.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/k.png
new file mode 100644
index 00000000..73212604
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/k.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/qfan.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/qfan.png
new file mode 100644
index 00000000..f2a122a0
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/qfan.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/qiwnj.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/qiwnj.png
new file mode 100644
index 00000000..a83839ed
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/qiwnj.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/sb.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/sb.png
new file mode 100644
index 00000000..7293e34b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/sb.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/sl.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/sl.png
new file mode 100644
index 00000000..a416d3e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/sl.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/tgz.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/tgz.png
new file mode 100644
index 00000000..f5638bbd
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/tgz.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/zjwjd.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/zjwjd.png
new file mode 100644
index 00000000..cceb3bc5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/result/images/zjwjd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/share/images/fxtp.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/share/images/fxtp.png
new file mode 100644
index 00000000..8fe7facf
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/share/images/fxtp.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/share/images/fzzj.png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/share/images/fzzj.png
new file mode 100644
index 00000000..9edc07ab
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/share/images/fzzj.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/component/share/images/icon(1).png b/wb_new_ui/assets/Extend_MJ_LiChuan/component/share/images/icon(1).png
new file mode 100644
index 00000000..5985b428
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/component/share/images/icon(1).png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/SIYUAN.TTF b/wb_new_ui/assets/Extend_MJ_LiChuan/font/SIYUAN.TTF
new file mode 100644
index 00000000..31f678b1
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/SIYUAN.TTF differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/Score.fnt b/wb_new_ui/assets/Extend_MJ_LiChuan/font/Score.fnt
new file mode 100644
index 00000000..ff823cc7
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/font/Score.fnt
@@ -0,0 +1,14 @@
+info size=60 resizable=true colored=false
+char id=48 img=plau1d xoffset=0 yoffset=0 xadvance=0
+char id=49 img=plau1e xoffset=0 yoffset=0 xadvance=0
+char id=50 img=plau1f xoffset=0 yoffset=0 xadvance=0
+char id=51 img=plau1g xoffset=0 yoffset=0 xadvance=0
+char id=52 img=plau1h xoffset=0 yoffset=0 xadvance=0
+char id=53 img=plau1i xoffset=0 yoffset=0 xadvance=0
+char id=54 img=plau1j xoffset=0 yoffset=0 xadvance=0
+char id=55 img=plau1k xoffset=0 yoffset=0 xadvance=0
+char id=56 img=plau1l xoffset=0 yoffset=0 xadvance=0
+char id=57 img=plau1m xoffset=0 yoffset=0 xadvance=0
+char id=43 img=plau1n xoffset=0 yoffset=0 xadvance=0
+char id=45 img=plau1o xoffset=0 yoffset=0 xadvance=0
+char id=46 img=plau1p xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/0.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/0.png
new file mode 100644
index 00000000..c8ef1992
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/0.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/1.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/1.png
new file mode 100644
index 00000000..2c4992ac
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/1.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/2.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/2.png
new file mode 100644
index 00000000..b487b5de
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/2.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/3.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/3.png
new file mode 100644
index 00000000..3d6a12b4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/3.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/4.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/4.png
new file mode 100644
index 00000000..defcb744
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/4.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/5.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/5.png
new file mode 100644
index 00000000..762e6ce6
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/5.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/6.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/6.png
new file mode 100644
index 00000000..8e5cb532
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/6.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/7.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/7.png
new file mode 100644
index 00000000..6a5044ef
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/7.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/8.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/8.png
new file mode 100644
index 00000000..56f654b9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/8.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/9.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/9.png
new file mode 100644
index 00000000..b3056c8f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/9.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/jia.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/jia.png
new file mode 100644
index 00000000..fd6f92cf
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/jia.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/jian.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/jian.png
new file mode 100644
index 00000000..4b452339
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/jian.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/xsd.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/xsd.png
new file mode 100644
index 00000000..d0c8c312
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/image/xsd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/1_05.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/1_05.png
new file mode 100644
index 00000000..ba81b435
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/1_05.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/btn_comfirm.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/btn_comfirm.png
new file mode 100644
index 00000000..a4675ad5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/btn_comfirm.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/button.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/button.png
new file mode 100644
index 00000000..602961b9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/button.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/game_bottom_02.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/game_bottom_02.png
new file mode 100644
index 00000000..e066d51c
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/game_bottom_02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/head/Head0.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/head/Head0.png
new file mode 100644
index 00000000..07e87b29
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/head/Head0.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/head/owner.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/head/owner.png
new file mode 100644
index 00000000..3c2307b4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/head/owner.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/head/txk.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/head/txk.png
new file mode 100644
index 00000000..61c557da
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/head/txk.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/over_jieshuUI.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/over_jieshuUI.png
new file mode 100644
index 00000000..b9a6b687
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/over_jieshuUI.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/setting/ts.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/setting/ts.png
new file mode 100644
index 00000000..3d758c25
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/setting/ts.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/tishi_bottom_01.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/tishi_bottom_01.png
new file mode 100644
index 00000000..7a851c2e
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/tishi_bottom_01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/wanfa_title_01.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/wanfa_title_01.png
new file mode 100644
index 00000000..3ca27060
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/wanfa_title_01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/win/cha.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/win/cha.png
new file mode 100644
index 00000000..c02a83b9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/win/cha.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/win/tkd.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/win/tkd.png
new file mode 100644
index 00000000..8b48974d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/win/tkd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/win/tydk1.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/win/tydk1.png
new file mode 100644
index 00000000..f32e7103
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/win/tydk1.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/win/zz.png b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/win/zz.png
new file mode 100644
index 00000000..33ef0058
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/font/images/win/zz.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/images/clearing/Head0.png b/wb_new_ui/assets/Extend_MJ_LiChuan/images/clearing/Head0.png
new file mode 100644
index 00000000..ae3cd736
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/images/clearing/Head0.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/images/fangkuang.png b/wb_new_ui/assets/Extend_MJ_LiChuan/images/fangkuang.png
new file mode 100644
index 00000000..8cae95ad
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/images/fangkuang.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/images/fangpao.png b/wb_new_ui/assets/Extend_MJ_LiChuan/images/fangpao.png
new file mode 100644
index 00000000..205e7ca9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/images/fangpao.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/images/game_bg_01.png b/wb_new_ui/assets/Extend_MJ_LiChuan/images/game_bg_01.png
new file mode 100644
index 00000000..aaf406e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/images/game_bg_01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/images/icon.png b/wb_new_ui/assets/Extend_MJ_LiChuan/images/icon.png
new file mode 100644
index 00000000..2ad2fa17
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/images/icon.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/images/niao/game_bg_01.png b/wb_new_ui/assets/Extend_MJ_LiChuan/images/niao/game_bg_01.png
new file mode 100644
index 00000000..aaf406e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/images/niao/game_bg_01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/images/niao/niao.png b/wb_new_ui/assets/Extend_MJ_LiChuan/images/niao/niao.png
new file mode 100644
index 00000000..7d6026eb
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/images/niao/niao.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/images/wenzi00.png b/wb_new_ui/assets/Extend_MJ_LiChuan/images/wenzi00.png
new file mode 100644
index 00000000..444f7fc8
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/images/wenzi00.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/images/z01.png b/wb_new_ui/assets/Extend_MJ_LiChuan/images/z01.png
new file mode 100644
index 00000000..d2acf732
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/images/z01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/laizi.png b/wb_new_ui/assets/Extend_MJ_LiChuan/laizi.png
new file mode 100644
index 00000000..d6b26afa
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/laizi.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/package.xml b/wb_new_ui/assets/Extend_MJ_LiChuan/package.xml
new file mode 100644
index 00000000..cb506e02
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_LiChuan/package.xml
@@ -0,0 +1,213 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_LiChuan/santan.png b/wb_new_ui/assets/Extend_MJ_LiChuan/santan.png
new file mode 100644
index 00000000..dc997251
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_LiChuan/santan.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/Win_Frame.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/Win_Frame.xml
new file mode 100644
index 00000000..08ac022f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/Win_Frame.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/buttons/Btn_Blue.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/buttons/Btn_Blue.xml
new file mode 100644
index 00000000..b45a8011
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/buttons/Btn_Blue.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/buttons/Btn_Blue2.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/buttons/Btn_Blue2.xml
new file mode 100644
index 00000000..ab92e9ab
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/buttons/Btn_Blue2.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/buttons/Btn_Yellow.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/buttons/Btn_Yellow.xml
new file mode 100644
index 00000000..80e8b90e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/buttons/Btn_Yellow.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/buttons/Btn_close.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/buttons/Btn_close.xml
new file mode 100644
index 00000000..56c72933
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/buttons/Btn_close.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/choose/Comp_choose.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/choose/Comp_choose.xml
new file mode 100644
index 00000000..7c99f377
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/choose/Comp_choose.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/choose/Pop_tip_choice.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/choose/Pop_tip_choice.xml
new file mode 100644
index 00000000..27aaa81a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/choose/Pop_tip_choice.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/choose/component/choose/game_icon_02.png b/wb_new_ui/assets/Extend_MJ_NanCheng/choose/component/choose/game_icon_02.png
new file mode 100644
index 00000000..a5d6e501
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/choose/component/choose/game_icon_02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/clearing/clearing_1_item.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/clearing/clearing_1_item.xml
new file mode 100644
index 00000000..6bdad961
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/clearing/clearing_1_item.xml
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/clearing/clearing_2_item.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/clearing/clearing_2_item.xml
new file mode 100644
index 00000000..88bf6a62
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/clearing/clearing_2_item.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/clearing/clearing_card.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/clearing/clearing_card.xml
new file mode 100644
index 00000000..c580b47d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/clearing/clearing_card.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/clearing/fd.png b/wb_new_ui/assets/Extend_MJ_NanCheng/clearing/fd.png
new file mode 100644
index 00000000..b3cbff5d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/clearing/fd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/clearing/font/d01.png b/wb_new_ui/assets/Extend_MJ_NanCheng/clearing/font/d01.png
new file mode 100644
index 00000000..27c208e0
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/clearing/font/d01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/clearing/font/w00.png b/wb_new_ui/assets/Extend_MJ_NanCheng/clearing/font/w00.png
new file mode 100644
index 00000000..9c09e5ba
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/clearing/font/w00.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/clearing/font/w03.png b/wb_new_ui/assets/Extend_MJ_NanCheng/clearing/font/w03.png
new file mode 100644
index 00000000..379f221a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/clearing/font/w03.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/clearing/xqan(2).png b/wb_new_ui/assets/Extend_MJ_NanCheng/clearing/xqan(2).png
new file mode 100644
index 00000000..ab852139
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/clearing/xqan(2).png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/Component1.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/Component1.xml
new file mode 100644
index 00000000..af7774c1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/Component1.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/bg/Image/bg1.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/bg/Image/bg1.png
new file mode 100644
index 00000000..1b01d77d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/bg/Image/bg1.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/bg/Image/bg2.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/bg/Image/bg2.png
new file mode 100644
index 00000000..25427c29
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/bg/Image/bg2.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/bg/Image/bg3.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/bg/Image/bg3.png
new file mode 100644
index 00000000..c8baa42f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/bg/Image/bg3.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/bg/Image/bg4.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/bg/Image/bg4.png
new file mode 100644
index 00000000..8193d79b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/bg/Image/bg4.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/bird/Ani_Birds.jta b/wb_new_ui/assets/Extend_MJ_NanCheng/component/bird/Ani_Birds.jta
new file mode 100644
index 00000000..9836d260
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/bird/Ani_Birds.jta differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/bird/Ani_Bomb.jta b/wb_new_ui/assets/Extend_MJ_NanCheng/component/bird/Ani_Bomb.jta
new file mode 100644
index 00000000..24d513f4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/bird/Ani_Bomb.jta differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/bird/Btn_Card.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/bird/Btn_Card.xml
new file mode 100644
index 00000000..93ed3d49
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/bird/Btn_Card.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/bird/Niao_Effect.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/bird/Niao_Effect.xml
new file mode 100644
index 00000000..18990dca
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/bird/Niao_Effect.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/bird/Panel_Birds.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/bird/Panel_Birds.xml
new file mode 100644
index 00000000..a26685ae
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/bird/Panel_Birds.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/card/Btn_Card.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/card/Btn_Card.xml
new file mode 100644
index 00000000..c1c5aaa8
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/card/Btn_Card.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/card/card_mark/btn_mark.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/card/card_mark/btn_mark.xml
new file mode 100644
index 00000000..dfbb11fa
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/card/card_mark/btn_mark.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/card/card_mark/images/tingArrow.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/card/card_mark/images/tingArrow.png
new file mode 100644
index 00000000..dad61ea9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/card/card_mark/images/tingArrow.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/card/card_mark/images/tingArrowMax.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/card/card_mark/images/tingArrowMax.png
new file mode 100644
index 00000000..613d7428
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/card/card_mark/images/tingArrowMax.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/chi_peng_effect/image/吃.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/chi_peng_effect/image/吃.png
new file mode 100644
index 00000000..c95413a4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/chi_peng_effect/image/吃.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/chi_peng_effect/image/胡.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/chi_peng_effect/image/胡.png
new file mode 100644
index 00000000..88343ba2
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/chi_peng_effect/image/胡.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/choose/Btn_cross.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/choose/Btn_cross.xml
new file mode 100644
index 00000000..fbd535fd
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/choose/Btn_cross.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/choose/Comp_choose.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/choose/Comp_choose.xml
new file mode 100644
index 00000000..7c99f377
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/choose/Comp_choose.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/choose/Gang_tip_choice.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/choose/Gang_tip_choice.xml
new file mode 100644
index 00000000..af06a973
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/choose/Gang_tip_choice.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/choose/Pop_tip_choice.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/choose/Pop_tip_choice.xml
new file mode 100644
index 00000000..354932d8
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/choose/Pop_tip_choice.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/choose/component/choose/game_icon_02.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/choose/component/choose/game_icon_02.png
new file mode 100644
index 00000000..a5d6e501
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/choose/component/choose/game_icon_02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/banner.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/banner.xml
new file mode 100644
index 00000000..f06675aa
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/banner.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/btn_zan.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/btn_zan.xml
new file mode 100644
index 00000000..f38d1e32
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/btn_zan.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/clearing.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/clearing.xml
new file mode 100644
index 00000000..5f5448cc
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/clearing.xml
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/clearing_1_item.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/clearing_1_item.xml
new file mode 100644
index 00000000..339f0647
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/clearing_1_item.xml
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/clearing_2_item.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/clearing_2_item.xml
new file mode 100644
index 00000000..88bf6a62
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/clearing_2_item.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/clearing_card.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/clearing_card.xml
new file mode 100644
index 00000000..43918d97
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/clearing_card.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/di.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/di.png
new file mode 100644
index 00000000..c7b71b65
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/di.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/fd.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/fd.png
new file mode 100644
index 00000000..b3cbff5d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/fd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/font/d01.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/font/d01.png
new file mode 100644
index 00000000..27c208e0
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/font/d01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/font/w00.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/font/w00.png
new file mode 100644
index 00000000..9c09e5ba
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/font/w00.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/font/w03.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/font/w03.png
new file mode 100644
index 00000000..379f221a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/font/w03.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/xqan(2).png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/xqan(2).png
new file mode 100644
index 00000000..ab852139
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/clearing/xqan(2).png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/Btn_cr_checkbox.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/Btn_cr_checkbox.xml
new file mode 100644
index 00000000..b2a46bb8
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/Btn_cr_checkbox.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/Btn_cr_checkbox2.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/Btn_cr_checkbox2.xml
new file mode 100644
index 00000000..7f4ca778
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/Btn_cr_checkbox2.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/Cgm_create_room.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/Cgm_create_room.xml
new file mode 100644
index 00000000..f7dd0ec6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/Cgm_create_room.xml
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/Com_rule.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/Com_rule.xml
new file mode 100644
index 00000000..61804837
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/Com_rule.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/Win_rule.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/Win_rule.xml
new file mode 100644
index 00000000..4ac8d1df
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/Win_rule.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/di01.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/di01.xml
new file mode 100644
index 00000000..f4d9e2e4
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/di01.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/di02.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/di02.xml
new file mode 100644
index 00000000..61b98288
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/di02.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/head_name_bg.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/head_name_bg.png
new file mode 100644
index 00000000..d89beb1d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/head_name_bg.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/image/di0.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/image/di0.png
new file mode 100644
index 00000000..b2539c70
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/image/di0.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/image/gou.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/image/gou.png
new file mode 100644
index 00000000..1d9c44a3
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/image/gou.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/image/multiple_btn_n.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/image/multiple_btn_n.png
new file mode 100644
index 00000000..92380b7b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/image/multiple_btn_n.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/image/pic06-2.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/image/pic06-2.png
new file mode 100644
index 00000000..86a581ae
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/image/pic06-2.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/image/pic08.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/image/pic08.png
new file mode 100644
index 00000000..f8ffdadb
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/image/pic08.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/image/single_btn_s.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/image/single_btn_s.png
new file mode 100644
index 00000000..14d3bc52
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/image/single_btn_s.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/opt_item.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/opt_item.xml
new file mode 100644
index 00000000..c0ff26de
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/create_room/opt_item.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/eff/FzEffect.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/eff/FzEffect.xml
new file mode 100644
index 00000000..04b82d10
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/eff/FzEffect.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/eff/eff_zimo.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/eff/eff_zimo.xml
new file mode 100644
index 00000000..577fe0cf
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/eff/eff_zimo.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/eff/image/墨迹.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/eff/image/墨迹.png
new file mode 100644
index 00000000..8de85e32
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/eff/image/墨迹.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/eff/image/星星.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/eff/image/星星.png
new file mode 100644
index 00000000..65b99b8d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/eff/image/星星.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/eff/mo.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/eff/mo.png
new file mode 100644
index 00000000..8ad0ce9d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/eff/mo.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/eff/zi.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/eff/zi.png
new file mode 100644
index 00000000..f4562ddb
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/eff/zi.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/eff/别人胡.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/eff/别人胡.xml
new file mode 100644
index 00000000..9c02bfb4
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/eff/别人胡.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/eff/自己胡牌.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/eff/自己胡牌.xml
new file mode 100644
index 00000000..415981a2
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/eff/自己胡牌.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/Score.fnt b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/Score.fnt
new file mode 100644
index 00000000..d02040b7
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/Score.fnt
@@ -0,0 +1,14 @@
+info size=60 resizable=true colored=false
+char id=48 img=plauq xoffset=0 yoffset=0 xadvance=0
+char id=49 img=plaur xoffset=0 yoffset=0 xadvance=0
+char id=50 img=plaus xoffset=0 yoffset=0 xadvance=0
+char id=51 img=plaut xoffset=0 yoffset=0 xadvance=0
+char id=52 img=plauu xoffset=0 yoffset=0 xadvance=0
+char id=53 img=plauv xoffset=0 yoffset=0 xadvance=0
+char id=54 img=plauw xoffset=0 yoffset=0 xadvance=0
+char id=55 img=plaux xoffset=0 yoffset=0 xadvance=0
+char id=56 img=plauy xoffset=0 yoffset=0 xadvance=0
+char id=57 img=plauz xoffset=0 yoffset=0 xadvance=0
+char id=43 img=plau10 xoffset=0 yoffset=0 xadvance=0
+char id=45 img=plau11 xoffset=0 yoffset=0 xadvance=0
+char id=46 img=plau12 xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/0.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/0.png
new file mode 100644
index 00000000..c8ef1992
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/0.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/1.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/1.png
new file mode 100644
index 00000000..2c4992ac
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/1.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/2.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/2.png
new file mode 100644
index 00000000..b487b5de
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/2.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/3.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/3.png
new file mode 100644
index 00000000..3d6a12b4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/3.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/4.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/4.png
new file mode 100644
index 00000000..defcb744
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/4.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/5.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/5.png
new file mode 100644
index 00000000..762e6ce6
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/5.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/6.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/6.png
new file mode 100644
index 00000000..8e5cb532
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/6.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/7.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/7.png
new file mode 100644
index 00000000..6a5044ef
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/7.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/8.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/8.png
new file mode 100644
index 00000000..56f654b9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/8.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/9.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/9.png
new file mode 100644
index 00000000..b3056c8f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/9.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/jia.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/jia.png
new file mode 100644
index 00000000..fd6f92cf
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/jia.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/jian.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/jian.png
new file mode 100644
index 00000000..4b452339
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/jian.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/xsd.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/xsd.png
new file mode 100644
index 00000000..d0c8c312
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/font/image/xsd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/gamerule.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/gamerule.xml
new file mode 100644
index 00000000..8965f964
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/gamerule.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/head/Btn_realname.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/head/Btn_realname.xml
new file mode 100644
index 00000000..3ef2ac33
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/head/Btn_realname.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/head/Head.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/head/Head.xml
new file mode 100644
index 00000000..e0df3703
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/head/Head.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/eff_list1.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/eff_list1.xml
new file mode 100644
index 00000000..03b4bd95
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/eff_list1.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/eff_list2.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/eff_list2.xml
new file mode 100644
index 00000000..ccb892cb
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/eff_list2.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he1.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he1.png
new file mode 100644
index 00000000..46d5d6e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he1.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he10.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he10.png
new file mode 100644
index 00000000..932d5ced
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he10.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he11.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he11.png
new file mode 100644
index 00000000..48a47a70
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he11.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he12.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he12.png
new file mode 100644
index 00000000..7bb231f8
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he12.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he13.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he13.png
new file mode 100644
index 00000000..f0913577
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he13.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he14.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he14.png
new file mode 100644
index 00000000..15838161
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he14.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he15.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he15.png
new file mode 100644
index 00000000..af56f891
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he15.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he16.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he16.png
new file mode 100644
index 00000000..275e5abf
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he16.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he17.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he17.png
new file mode 100644
index 00000000..2d1937e2
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he17.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he2.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he2.png
new file mode 100644
index 00000000..43deb455
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he2.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he3.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he3.png
new file mode 100644
index 00000000..d6f27e2c
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he3.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he4.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he4.png
new file mode 100644
index 00000000..9e64befa
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he4.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he5.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he5.png
new file mode 100644
index 00000000..5ec402e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he5.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he6.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he6.png
new file mode 100644
index 00000000..5718a24a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he6.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he7.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he7.png
new file mode 100644
index 00000000..34c9ff29
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he7.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he8.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he8.png
new file mode 100644
index 00000000..5ab8a471
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he8.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he9.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he9.png
new file mode 100644
index 00000000..0ac78f0f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/image/he9.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/sao.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/sao.png
new file mode 100644
index 00000000..17f9598c
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/sao.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/zimo.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/zimo.png
new file mode 100644
index 00000000..d71720de
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/zimo.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/放射光.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/放射光.png
new file mode 100644
index 00000000..e239e06f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_effect/放射光.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_tip/B02.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_tip/B02.png
new file mode 100644
index 00000000..1320fa3f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_tip/B02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_tip/Hu_tip.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_tip/Hu_tip.xml
new file mode 100644
index 00000000..38899ff1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/hu_tip/Hu_tip.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/bd.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/bd.png
new file mode 100644
index 00000000..bd6f40e9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/bd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/bsxz.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/bsxz.png
new file mode 100644
index 00000000..94139128
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/bsxz.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/big_result_item.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/big_result_item.xml
new file mode 100644
index 00000000..1d04df9e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/big_result_item.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/big_result_wanfa_flag.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/big_result_wanfa_flag.xml
new file mode 100644
index 00000000..a5ff356c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/big_result_wanfa_flag.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/btn_result_close.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/btn_result_close.xml
new file mode 100644
index 00000000..c9e8c795
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/btn_result_close.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/btn_result_confirm.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/btn_result_confirm.xml
new file mode 100644
index 00000000..88790130
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/btn_result_confirm.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/btn_result_share.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/btn_result_share.xml
new file mode 100644
index 00000000..772e43bd
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/btn_result_share.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/btn_share_method.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/btn_share_method.xml
new file mode 100644
index 00000000..0f4df22e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/btn_share_method.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/descript_item.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/descript_item.xml
new file mode 100644
index 00000000..c69f6412
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/descript_item.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/result_head.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/result_head.xml
new file mode 100644
index 00000000..87d125fa
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/result_head.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/result_main.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/result_main.xml
new file mode 100644
index 00000000..90755929
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/component/result_main.xml
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/bqd.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/bqd.png
new file mode 100644
index 00000000..a9f4ab42
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/bqd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/dyj.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/dyj.png
new file mode 100644
index 00000000..7ace77a1
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/dyj.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/fgx.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/fgx.png
new file mode 100644
index 00000000..cb7e82f4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/fgx.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/fh.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/fh.png
new file mode 100644
index 00000000..67e5e5aa
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/fh.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs-.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs-.png
new file mode 100644
index 00000000..e3c26bd3
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs-.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs00.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs00.png
new file mode 100644
index 00000000..aa8acd79
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs00.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs01.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs01.png
new file mode 100644
index 00000000..917bd1ec
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs02.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs02.png
new file mode 100644
index 00000000..d1c25990
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs03.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs03.png
new file mode 100644
index 00000000..70a2c407
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs03.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs04.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs04.png
new file mode 100644
index 00000000..54279140
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs04.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs05.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs05.png
new file mode 100644
index 00000000..eb173070
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs05.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs06.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs06.png
new file mode 100644
index 00000000..6cf3d5e4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs06.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs07.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs07.png
new file mode 100644
index 00000000..42786a7b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs07.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs08.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs08.png
new file mode 100644
index 00000000..32447d1e
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs08.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs09.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs09.png
new file mode 100644
index 00000000..3daa037d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hs09.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hsd.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hsd.png
new file mode 100644
index 00000000..87e861f8
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hsd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hskhy.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hskhy.png
new file mode 100644
index 00000000..22c4f01f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hskhy.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hskhz.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hskhz.png
new file mode 100644
index 00000000..0cff456e
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/hskhz.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls+.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls+.png
new file mode 100644
index 00000000..4a1f1109
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls+.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls00.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls00.png
new file mode 100644
index 00000000..b53a948a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls00.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls01.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls01.png
new file mode 100644
index 00000000..84df5287
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls02.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls02.png
new file mode 100644
index 00000000..4ca3ae49
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls03.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls03.png
new file mode 100644
index 00000000..8fa350e1
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls03.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls04.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls04.png
new file mode 100644
index 00000000..340bf520
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls04.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls05.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls05.png
new file mode 100644
index 00000000..f54be593
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls05.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls06.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls06.png
new file mode 100644
index 00000000..a4c01a51
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls06.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls07.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls07.png
new file mode 100644
index 00000000..c9ca1824
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls07.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls08.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls08.png
new file mode 100644
index 00000000..c40d3890
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls08.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls09.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls09.png
new file mode 100644
index 00000000..f550a2ca
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/ls09.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/lsd.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/lsd.png
new file mode 100644
index 00000000..66ce4c93
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/lsd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/lskhy.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/lskhy.png
new file mode 100644
index 00000000..35c353b8
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/lskhy.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/lskhz.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/lskhz.png
new file mode 100644
index 00000000..f29418f3
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/lskhz.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/nfont.fnt b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/nfont.fnt
new file mode 100644
index 00000000..534eab26
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/nfont.fnt
@@ -0,0 +1,15 @@
+info size=12 resizable=true colored=false
+char id=45 img=plau3o xoffset=0 yoffset=0 xadvance=0
+char id=48 img=plau3p xoffset=0 yoffset=0 xadvance=0
+char id=49 img=plau3q xoffset=0 yoffset=0 xadvance=0
+char id=50 img=plau3r xoffset=0 yoffset=0 xadvance=0
+char id=51 img=plau3s xoffset=0 yoffset=0 xadvance=0
+char id=52 img=plau3t xoffset=0 yoffset=0 xadvance=0
+char id=53 img=plau3u xoffset=0 yoffset=0 xadvance=0
+char id=54 img=plau3v xoffset=0 yoffset=0 xadvance=0
+char id=55 img=plau3w xoffset=0 yoffset=0 xadvance=0
+char id=56 img=plau3x xoffset=0 yoffset=0 xadvance=0
+char id=57 img=plau3y xoffset=0 yoffset=0 xadvance=0
+char id=46 img=plau3z xoffset=0 yoffset=0 xadvance=0
+char id=41 img=plau40 xoffset=0 yoffset=0 xadvance=0
+char id=40 img=plau41 xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/pfont.fnt b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/pfont.fnt
new file mode 100644
index 00000000..ac84c653
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/font/pfont.fnt
@@ -0,0 +1,15 @@
+info size=12 resizable=true colored=false
+char id=43 img=plau39 xoffset=0 yoffset=0 xadvance=0
+char id=48 img=plau3a xoffset=0 yoffset=0 xadvance=0
+char id=49 img=plau3b xoffset=0 yoffset=0 xadvance=0
+char id=50 img=plau3c xoffset=0 yoffset=0 xadvance=0
+char id=51 img=plau3d xoffset=0 yoffset=0 xadvance=0
+char id=52 img=plau3e xoffset=0 yoffset=0 xadvance=0
+char id=53 img=plau3f xoffset=0 yoffset=0 xadvance=0
+char id=54 img=plau3g xoffset=0 yoffset=0 xadvance=0
+char id=55 img=plau3h xoffset=0 yoffset=0 xadvance=0
+char id=56 img=plau3i xoffset=0 yoffset=0 xadvance=0
+char id=57 img=plau3j xoffset=0 yoffset=0 xadvance=0
+char id=46 img=plau3k xoffset=0 yoffset=0 xadvance=0
+char id=41 img=plau3l xoffset=0 yoffset=0 xadvance=0
+char id=40 img=plau3m xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/fxlj.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/fxlj.png
new file mode 100644
index 00000000..80df1393
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/fxlj.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/fxzjan.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/fxzjan.png
new file mode 100644
index 00000000..c0ca63f6
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/fxzjan.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/fzzj.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/fzzj.png
new file mode 100644
index 00000000..24eea73a
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/fzzj.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/hd.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/hd.png
new file mode 100644
index 00000000..5a7693d3
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/hd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/jfd.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/jfd.png
new file mode 100644
index 00000000..fdd3d7fc
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/jfd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/jtfx.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/jtfx.png
new file mode 100644
index 00000000..db8cab1b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/jtfx.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/k.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/k.png
new file mode 100644
index 00000000..73212604
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/k.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/qfan.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/qfan.png
new file mode 100644
index 00000000..f2a122a0
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/qfan.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/qiwnj.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/qiwnj.png
new file mode 100644
index 00000000..a83839ed
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/qiwnj.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/sb.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/sb.png
new file mode 100644
index 00000000..7293e34b
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/sb.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/sl.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/sl.png
new file mode 100644
index 00000000..a416d3e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/sl.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/tgz.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/tgz.png
new file mode 100644
index 00000000..f5638bbd
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/tgz.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/zjwjd.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/zjwjd.png
new file mode 100644
index 00000000..cceb3bc5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/result/images/zjwjd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/share/images/fxtp.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/share/images/fxtp.png
new file mode 100644
index 00000000..8fe7facf
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/share/images/fxtp.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/share/images/fzzj.png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/share/images/fzzj.png
new file mode 100644
index 00000000..9edc07ab
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/share/images/fzzj.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/component/share/images/icon(1).png b/wb_new_ui/assets/Extend_MJ_NanCheng/component/share/images/icon(1).png
new file mode 100644
index 00000000..5985b428
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/component/share/images/icon(1).png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/SIYUAN.TTF b/wb_new_ui/assets/Extend_MJ_NanCheng/font/SIYUAN.TTF
new file mode 100644
index 00000000..31f678b1
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/SIYUAN.TTF differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/Score.fnt b/wb_new_ui/assets/Extend_MJ_NanCheng/font/Score.fnt
new file mode 100644
index 00000000..ff823cc7
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/font/Score.fnt
@@ -0,0 +1,14 @@
+info size=60 resizable=true colored=false
+char id=48 img=plau1d xoffset=0 yoffset=0 xadvance=0
+char id=49 img=plau1e xoffset=0 yoffset=0 xadvance=0
+char id=50 img=plau1f xoffset=0 yoffset=0 xadvance=0
+char id=51 img=plau1g xoffset=0 yoffset=0 xadvance=0
+char id=52 img=plau1h xoffset=0 yoffset=0 xadvance=0
+char id=53 img=plau1i xoffset=0 yoffset=0 xadvance=0
+char id=54 img=plau1j xoffset=0 yoffset=0 xadvance=0
+char id=55 img=plau1k xoffset=0 yoffset=0 xadvance=0
+char id=56 img=plau1l xoffset=0 yoffset=0 xadvance=0
+char id=57 img=plau1m xoffset=0 yoffset=0 xadvance=0
+char id=43 img=plau1n xoffset=0 yoffset=0 xadvance=0
+char id=45 img=plau1o xoffset=0 yoffset=0 xadvance=0
+char id=46 img=plau1p xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/0.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/0.png
new file mode 100644
index 00000000..c8ef1992
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/0.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/1.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/1.png
new file mode 100644
index 00000000..2c4992ac
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/1.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/2.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/2.png
new file mode 100644
index 00000000..b487b5de
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/2.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/3.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/3.png
new file mode 100644
index 00000000..3d6a12b4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/3.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/4.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/4.png
new file mode 100644
index 00000000..defcb744
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/4.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/5.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/5.png
new file mode 100644
index 00000000..762e6ce6
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/5.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/6.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/6.png
new file mode 100644
index 00000000..8e5cb532
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/6.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/7.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/7.png
new file mode 100644
index 00000000..6a5044ef
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/7.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/8.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/8.png
new file mode 100644
index 00000000..56f654b9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/8.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/9.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/9.png
new file mode 100644
index 00000000..b3056c8f
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/9.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/jia.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/jia.png
new file mode 100644
index 00000000..fd6f92cf
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/jia.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/jian.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/jian.png
new file mode 100644
index 00000000..4b452339
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/jian.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/xsd.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/xsd.png
new file mode 100644
index 00000000..d0c8c312
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/image/xsd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/1_05.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/1_05.png
new file mode 100644
index 00000000..ba81b435
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/1_05.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/btn_comfirm.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/btn_comfirm.png
new file mode 100644
index 00000000..a4675ad5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/btn_comfirm.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/button.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/button.png
new file mode 100644
index 00000000..602961b9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/button.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/game_bottom_02.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/game_bottom_02.png
new file mode 100644
index 00000000..e066d51c
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/game_bottom_02.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/head/Head0.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/head/Head0.png
new file mode 100644
index 00000000..07e87b29
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/head/Head0.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/head/owner.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/head/owner.png
new file mode 100644
index 00000000..3c2307b4
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/head/owner.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/head/txk.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/head/txk.png
new file mode 100644
index 00000000..61c557da
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/head/txk.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/over_jieshuUI.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/over_jieshuUI.png
new file mode 100644
index 00000000..b9a6b687
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/over_jieshuUI.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/setting/ts.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/setting/ts.png
new file mode 100644
index 00000000..3d758c25
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/setting/ts.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/tishi_bottom_01.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/tishi_bottom_01.png
new file mode 100644
index 00000000..7a851c2e
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/tishi_bottom_01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/wanfa_title_01.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/wanfa_title_01.png
new file mode 100644
index 00000000..3ca27060
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/wanfa_title_01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/win/cha.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/win/cha.png
new file mode 100644
index 00000000..c02a83b9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/win/cha.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/win/tkd.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/win/tkd.png
new file mode 100644
index 00000000..8b48974d
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/win/tkd.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/win/tydk1.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/win/tydk1.png
new file mode 100644
index 00000000..f32e7103
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/win/tydk1.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/win/zz.png b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/win/zz.png
new file mode 100644
index 00000000..33ef0058
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/font/images/win/zz.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/images/clearing/Head0.png b/wb_new_ui/assets/Extend_MJ_NanCheng/images/clearing/Head0.png
new file mode 100644
index 00000000..ae3cd736
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/images/clearing/Head0.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/images/fangkuang.png b/wb_new_ui/assets/Extend_MJ_NanCheng/images/fangkuang.png
new file mode 100644
index 00000000..8cae95ad
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/images/fangkuang.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/images/fangpao.png b/wb_new_ui/assets/Extend_MJ_NanCheng/images/fangpao.png
new file mode 100644
index 00000000..205e7ca9
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/images/fangpao.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/images/game_bg_01.png b/wb_new_ui/assets/Extend_MJ_NanCheng/images/game_bg_01.png
new file mode 100644
index 00000000..aaf406e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/images/game_bg_01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/images/icon.png b/wb_new_ui/assets/Extend_MJ_NanCheng/images/icon.png
new file mode 100644
index 00000000..2ad2fa17
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/images/icon.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/images/niao/game_bg_01.png b/wb_new_ui/assets/Extend_MJ_NanCheng/images/niao/game_bg_01.png
new file mode 100644
index 00000000..aaf406e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/images/niao/game_bg_01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/images/niao/niao.png b/wb_new_ui/assets/Extend_MJ_NanCheng/images/niao/niao.png
new file mode 100644
index 00000000..7d6026eb
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/images/niao/niao.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/images/wenzi00.png b/wb_new_ui/assets/Extend_MJ_NanCheng/images/wenzi00.png
new file mode 100644
index 00000000..444f7fc8
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/images/wenzi00.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/images/z01.png b/wb_new_ui/assets/Extend_MJ_NanCheng/images/z01.png
new file mode 100644
index 00000000..d2acf732
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/images/z01.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/laizi.png b/wb_new_ui/assets/Extend_MJ_NanCheng/laizi.png
new file mode 100644
index 00000000..d6b26afa
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/laizi.png differ
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/package.xml b/wb_new_ui/assets/Extend_MJ_NanCheng/package.xml
new file mode 100644
index 00000000..f039beaa
--- /dev/null
+++ b/wb_new_ui/assets/Extend_MJ_NanCheng/package.xml
@@ -0,0 +1,221 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_MJ_NanCheng/santan.png b/wb_new_ui/assets/Extend_MJ_NanCheng/santan.png
new file mode 100644
index 00000000..dc997251
Binary files /dev/null and b/wb_new_ui/assets/Extend_MJ_NanCheng/santan.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/Btn_chat.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/Btn_chat.xml
new file mode 100644
index 00000000..2c94c060
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/Btn_chat.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/Gcm_chat.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/Gcm_chat.xml
new file mode 100644
index 00000000..3cc8bf5e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/Gcm_chat.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/buttons/Btn_Yellow.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/buttons/Btn_Yellow.xml
new file mode 100644
index 00000000..80e8b90e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/buttons/Btn_Yellow.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/buttons/Btn_Yellow_New.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/buttons/Btn_Yellow_New.xml
new file mode 100644
index 00000000..c62c883a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/buttons/Btn_Yellow_New.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/buttons/Btn_close.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/buttons/Btn_close.xml
new file mode 100644
index 00000000..f5e86d58
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/buttons/Btn_close.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/buttons/Button_1.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/buttons/Button_1.xml
new file mode 100644
index 00000000..4eebb52c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/buttons/Button_1.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Btn_Yellow.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Btn_Yellow.xml
new file mode 100644
index 00000000..80e8b90e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Btn_Yellow.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Btn_wxyq.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Btn_wxyq.xml
new file mode 100644
index 00000000..d3579069
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Btn_wxyq.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/ChunTian_Main_2.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/ChunTian_Main_2.xml
new file mode 100644
index 00000000..6073e649
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/ChunTian_Main_2.xml
@@ -0,0 +1,149 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/ChunTian_Main_3.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/ChunTian_Main_3.xml
new file mode 100644
index 00000000..48c09435
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/ChunTian_Main_3.xml
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/ChunTian_Main_4.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/ChunTian_Main_4.xml
new file mode 100644
index 00000000..0b429491
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/ChunTian_Main_4.xml
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Clock.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Clock.xml
new file mode 100644
index 00000000..21849cae
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Clock.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Component1.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Component1.xml
new file mode 100644
index 00000000..af7774c1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Component1.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Creat_ChunTian.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Creat_ChunTian.xml
new file mode 100644
index 00000000..55842362
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Creat_ChunTian.xml
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Face3.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Face3.xml
new file mode 100644
index 00000000..d309c306
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Face3.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/b.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/b.png
new file mode 100644
index 00000000..b01689c8
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/b.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/c.mp3 b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/c.mp3
new file mode 100644
index 00000000..3806a016
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/c.mp3 differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/c01(1).png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/c01(1).png
new file mode 100644
index 00000000..9fb7fce5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/c01(1).png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/c01.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/c01.png
new file mode 100644
index 00000000..58abf24b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/c01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/c02.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/c02.png
new file mode 100644
index 00000000..f38dedb2
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/c02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/c03.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/c03.png
new file mode 100644
index 00000000..ada66be4
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/c03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/c04(1).png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/c04(1).png
new file mode 100644
index 00000000..75580153
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/c04(1).png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/eff_3.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/eff_3.xml
new file mode 100644
index 00000000..acbf530f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/eff_3.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/guang.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/guang.png
new file mode 100644
index 00000000..628dbe5e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/guang.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/spring.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/spring.xml
new file mode 100644
index 00000000..7b2186d5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/spring.xml
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/炸弹.jta b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/炸弹.jta
new file mode 100644
index 00000000..775f284d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Folder2/Package1/炸弹.jta differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button10.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button10.xml
new file mode 100644
index 00000000..2e9be9f8
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button10.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button11.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button11.xml
new file mode 100644
index 00000000..ea4c06ff
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button11.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button12.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button12.xml
new file mode 100644
index 00000000..38c2c85e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button12.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button13.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button13.xml
new file mode 100644
index 00000000..fac136f2
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button13.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button14.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button14.xml
new file mode 100644
index 00000000..79b81376
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button14.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button15.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button15.xml
new file mode 100644
index 00000000..ed78cb59
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button15.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button16.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button16.xml
new file mode 100644
index 00000000..393bc1a0
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button16.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button17.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button17.xml
new file mode 100644
index 00000000..254177b0
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button17.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button18.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button18.xml
new file mode 100644
index 00000000..cf36a966
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button18.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button6.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button6.xml
new file mode 100644
index 00000000..0c57c514
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button6.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button7.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button7.xml
new file mode 100644
index 00000000..38be2950
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button7.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button8.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button8.xml
new file mode 100644
index 00000000..a1fbb67f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button8.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button9.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button9.xml
new file mode 100644
index 00000000..69cdc589
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/Button9.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/baochun.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/baochun.png
new file mode 100644
index 00000000..ee240451
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/baochun.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/baochunzi.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/baochunzi.png
new file mode 100644
index 00000000..b035f485
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/baochunzi.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/bubao.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/bubao.png
new file mode 100644
index 00000000..5846897b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/bubao.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/bubaozi.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/bubaozi.png
new file mode 100644
index 00000000..a6794878
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/bubaozi.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/butongyi.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/butongyi.png
new file mode 100644
index 00000000..206ccbaa
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/butongyi.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/butongyi_zi.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/butongyi_zi.png
new file mode 100644
index 00000000..9df7e1c5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/butongyi_zi.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_blue.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_blue.png
new file mode 100644
index 00000000..3edb3bc3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_blue.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_bujiao.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_bujiao.png
new file mode 100644
index 00000000..5e0d0e23
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_bujiao.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_buqiang.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_buqiang.png
new file mode 100644
index 00000000..2d24b44d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_buqiang.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_buyao.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_buyao.png
new file mode 100644
index 00000000..44cb6014
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_buyao.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_chongxuan.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_chongxuan.png
new file mode 100644
index 00000000..3f31b4c9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_chongxuan.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_chupai.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_chupai.png
new file mode 100644
index 00000000..128c709c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_chupai.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_green.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_green.png
new file mode 100644
index 00000000..cc6516be
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_green.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_jiaodizhu.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_jiaodizhu.png
new file mode 100644
index 00000000..0f2d6a43
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_jiaodizhu.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_jixu.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_jixu.png
new file mode 100644
index 00000000..b6b69180
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_jixu.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_qiangdizhu.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_qiangdizhu.png
new file mode 100644
index 00000000..e33a6062
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_qiangdizhu.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_rangxianchu.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_rangxianchu.png
new file mode 100644
index 00000000..e893db65
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_rangxianchu.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_tishi.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_tishi.png
new file mode 100644
index 00000000..5c5b13f9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_tishi.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_yellow.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_yellow.png
new file mode 100644
index 00000000..8822e362
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_new_btn_yellow.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_two_icon_buchu.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_two_icon_buchu.png
new file mode 100644
index 00000000..568a4c8b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_two_icon_buchu.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_two_icon_bujiao.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_two_icon_bujiao.png
new file mode 100644
index 00000000..8a144d90
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_two_icon_bujiao.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_two_icon_buqiang.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_two_icon_buqiang.png
new file mode 100644
index 00000000..00e93197
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_two_icon_buqiang.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_two_icon_jiaodizhu.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_two_icon_jiaodizhu.png
new file mode 100644
index 00000000..e10b8499
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_two_icon_jiaodizhu.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_two_icon_qiangdizhu.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_two_icon_qiangdizhu.png
new file mode 100644
index 00000000..8237e02e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/ddz_two_icon_qiangdizhu.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/dizhuIcon.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/dizhuIcon.xml
new file mode 100644
index 00000000..f78e8c5b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/dizhuIcon.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/tongyi.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/tongyi.png
new file mode 100644
index 00000000..be3a2983
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/tongyi.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/tongyizi.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/tongyizi.png
new file mode 100644
index 00000000..8f1bf9e3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/tongyizi.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/zijibaochun.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/zijibaochun.png
new file mode 100644
index 00000000..b76199b3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/JiaoDiZhu/zijibaochun.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Main/component/zhuomian/gray_bg_btn.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Main/component/zhuomian/gray_bg_btn.xml
new file mode 100644
index 00000000..2deb3236
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Main/component/zhuomian/gray_bg_btn.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Main/component/zhuomian/hw_img.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Main/component/zhuomian/hw_img.png
new file mode 100644
index 00000000..8334da0b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Main/component/zhuomian/hw_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Main/images/dn.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Main/images/dn.png
new file mode 100644
index 00000000..d364b796
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Main/images/dn.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/MsgBubble1.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/MsgBubble1.xml
new file mode 100644
index 00000000..e0ac6a54
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/MsgBubble1.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/MsgBubble2.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/MsgBubble2.xml
new file mode 100644
index 00000000..e26a42e1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/MsgBubble2.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/Btn_Agran.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/Btn_Agran.xml
new file mode 100644
index 00000000..80e8b90e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/Btn_Agran.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/Btn_queding.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/Btn_queding.xml
new file mode 100644
index 00000000..f10e6eb3
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/Btn_queding.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/Head3.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/Head3.xml
new file mode 100644
index 00000000..b64603f3
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/Head3.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/big_result_item.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/big_result_item.xml
new file mode 100644
index 00000000..b493c525
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/big_result_item.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/btn_result_close.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/btn_result_close.xml
new file mode 100644
index 00000000..b881f2a5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/btn_result_close.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/btn_zan.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/btn_zan.xml
new file mode 100644
index 00000000..dcae3f20
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/btn_zan.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/clearing.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/clearing.xml
new file mode 100644
index 00000000..04681062
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/clearing.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/clearing1.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/clearing1.xml
new file mode 100644
index 00000000..45d25aa5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/clearing1.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/clearing_item_1.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/clearing_item_1.xml
new file mode 100644
index 00000000..c2f6e1d5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/clearing_item_1.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/clearing_item_2.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/clearing_item_2.xml
new file mode 100644
index 00000000..0b1ce050
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/clearing_item_2.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/component/big_result_wanfa_flag.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/component/big_result_wanfa_flag.xml
new file mode 100644
index 00000000..c28e8a7b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/component/big_result_wanfa_flag.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/component/btn_share_method.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/component/btn_share_method.xml
new file mode 100644
index 00000000..0f4df22e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/component/btn_share_method.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/descript_item.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/descript_item.xml
new file mode 100644
index 00000000..b71bb46d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/descript_item.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/di.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/di.png
new file mode 100644
index 00000000..1de9d814
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/di.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/di01.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/di01.png
new file mode 100644
index 00000000..4c729645
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/di01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/di02.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/di02.png
new file mode 100644
index 00000000..ce8c4726
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/di02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/dyj.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/dyj.png
new file mode 100644
index 00000000..7ace77a1
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/dyj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/fengexian.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/fengexian.png
new file mode 100644
index 00000000..bb0aca99
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/fengexian.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/fgx.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/fgx.png
new file mode 100644
index 00000000..cb7e82f4
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/fgx.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/fh.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/fh.png
new file mode 100644
index 00000000..2c85345e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/fh.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/fnt_lose.fnt b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/fnt_lose.fnt
new file mode 100644
index 00000000..f2e257c7
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/fnt_lose.fnt
@@ -0,0 +1,14 @@
+info size=20 resizable=true colored=false
+char id=43 img=ckvbb2 xoffset=0 yoffset=0 xadvance=0
+char id=45 img=ckvbb1 xoffset=0 yoffset=0 xadvance=0
+char id=46 img=ckvbb0 xoffset=0 yoffset=0 xadvance=0
+char id=48 img=ckvbb3 xoffset=0 yoffset=0 xadvance=0
+char id=49 img=ckvbb4 xoffset=0 yoffset=0 xadvance=0
+char id=50 img=ckvbb5 xoffset=0 yoffset=0 xadvance=0
+char id=51 img=ckvbb6 xoffset=0 yoffset=0 xadvance=0
+char id=52 img=ckvbb7 xoffset=0 yoffset=0 xadvance=0
+char id=53 img=ckvbb8 xoffset=0 yoffset=0 xadvance=0
+char id=54 img=ckvbb9 xoffset=0 yoffset=0 xadvance=0
+char id=55 img=ckvbba xoffset=0 yoffset=0 xadvance=0
+char id=56 img=ckvbbb xoffset=0 yoffset=0 xadvance=0
+char id=57 img=ckvbbc xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/fnt_win.fnt b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/fnt_win.fnt
new file mode 100644
index 00000000..b4cc159b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/fnt_win.fnt
@@ -0,0 +1,14 @@
+info size=20 resizable=true colored=false
+char id=43 img=ckvbbh xoffset=0 yoffset=0 xadvance=0
+char id=45 img=ckvbbg xoffset=0 yoffset=0 xadvance=0
+char id=46 img=ckvbbf xoffset=0 yoffset=0 xadvance=0
+char id=48 img=ckvbbi xoffset=0 yoffset=0 xadvance=0
+char id=49 img=ckvbbj xoffset=0 yoffset=0 xadvance=0
+char id=50 img=ckvbbk xoffset=0 yoffset=0 xadvance=0
+char id=51 img=ckvbbl xoffset=0 yoffset=0 xadvance=0
+char id=52 img=ckvbbm xoffset=0 yoffset=0 xadvance=0
+char id=53 img=ckvbbn xoffset=0 yoffset=0 xadvance=0
+char id=54 img=ckvbbo xoffset=0 yoffset=0 xadvance=0
+char id=55 img=ckvbbp xoffset=0 yoffset=0 xadvance=0
+char id=56 img=ckvbbq xoffset=0 yoffset=0 xadvance=0
+char id=57 img=ckvbbe xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_+.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_+.png
new file mode 100644
index 00000000..26eb24e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_+.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_-.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_-.png
new file mode 100644
index 00000000..9221a8d5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_-.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_..png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_..png
new file mode 100644
index 00000000..e388e793
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_..png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_0.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_0.png
new file mode 100644
index 00000000..d6e1b05f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_0.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_1.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_1.png
new file mode 100644
index 00000000..f3751c47
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_2.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_2.png
new file mode 100644
index 00000000..f5db0f79
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_2.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_3.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_3.png
new file mode 100644
index 00000000..2ca12144
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_3.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_4.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_4.png
new file mode 100644
index 00000000..6e9bb8ab
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_4.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_5.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_5.png
new file mode 100644
index 00000000..31190485
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_5.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_6.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_6.png
new file mode 100644
index 00000000..173cd017
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_6.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_7.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_7.png
new file mode 100644
index 00000000..b38d77dc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_7.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_8.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_8.png
new file mode 100644
index 00000000..c0437173
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_8.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_9.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_9.png
new file mode 100644
index 00000000..2859ea8f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_9.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_zj.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_zj.png
new file mode 100644
index 00000000..c09ea237
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/lose/lose_zj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_+.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_+.png
new file mode 100644
index 00000000..b5cc0bd2
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_+.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_-.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_-.png
new file mode 100644
index 00000000..a25e14ed
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_-.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_..png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_..png
new file mode 100644
index 00000000..1c929993
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_..png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_0.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_0.png
new file mode 100644
index 00000000..638aeb1b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_0.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_1.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_1.png
new file mode 100644
index 00000000..e241f503
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_2.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_2.png
new file mode 100644
index 00000000..c158508f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_2.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_3.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_3.png
new file mode 100644
index 00000000..798d2cc6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_3.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_4.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_4.png
new file mode 100644
index 00000000..c88a357c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_4.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_5.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_5.png
new file mode 100644
index 00000000..480f718a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_5.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_6.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_6.png
new file mode 100644
index 00000000..3b419615
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_6.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_7.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_7.png
new file mode 100644
index 00000000..f9a37e84
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_7.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_8.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_8.png
new file mode 100644
index 00000000..0259d686
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_8.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_9.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_9.png
new file mode 100644
index 00000000..6c5307d9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_9.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_zj.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_zj.png
new file mode 100644
index 00000000..e8d94870
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/win_zj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/zjxz.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/zjxz.png
new file mode 100644
index 00000000..e8d94870
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/font/win/zjxz.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/fxlj.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/fxlj.png
new file mode 100644
index 00000000..80df1393
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/fxlj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/fxzj.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/fxzj.png
new file mode 100644
index 00000000..dd797da8
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/fxzj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/fzzj.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/fzzj.png
new file mode 100644
index 00000000..24eea73a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/fzzj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/hd.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/hd.png
new file mode 100644
index 00000000..5a7693d3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/hd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/a00.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/a00.png
new file mode 100644
index 00000000..471d463e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/a00.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/bg_xjs.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/bg_xjs.png
new file mode 100644
index 00000000..bd136e7e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/bg_xjs.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/btl.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/btl.png
new file mode 100644
index 00000000..e8dce092
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/btl.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/button01.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/button01.png
new file mode 100644
index 00000000..347a5605
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/button01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/di00.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/di00.png
new file mode 100644
index 00000000..467a6670
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/di00.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/di2.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/di2.png
new file mode 100644
index 00000000..975c7691
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/di2.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/image/bg_xjs.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/image/bg_xjs.png
new file mode 100644
index 00000000..bd136e7e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/image/bg_xjs.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/lose.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/lose.png
new file mode 100644
index 00000000..58496432
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/lose.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/qd.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/qd.png
new file mode 100644
index 00000000..c12f6d0e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/qd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/sb.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/sb.png
new file mode 100644
index 00000000..a204e8c0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/sb.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/shengyu.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/shengyu.png
new file mode 100644
index 00000000..885dda4a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/shengyu.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/sl.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/sl.png
new file mode 100644
index 00000000..4bc55f00
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/sl.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/win.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/win.png
new file mode 100644
index 00000000..307ae94a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/win.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/zan.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/zan.png
new file mode 100644
index 00000000..159ad1b0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/zan.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/zlyj_img.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/zlyj_img.png
new file mode 100644
index 00000000..a506c5b0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/image/zlyj_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/images/bqd.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/images/bqd.png
new file mode 100644
index 00000000..a9f4ab42
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/images/bqd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/jfd.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/jfd.png
new file mode 100644
index 00000000..fdd3d7fc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/jfd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/jtfx.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/jtfx.png
new file mode 100644
index 00000000..db8cab1b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/jtfx.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/k.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/k.png
new file mode 100644
index 00000000..97e76587
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/k.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/lose_zj.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/lose_zj.png
new file mode 100644
index 00000000..c09ea237
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/lose_zj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/poker_r.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/poker_r.xml
new file mode 100644
index 00000000..3e65aabf
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/poker_r.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/qd.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/qd.png
new file mode 100644
index 00000000..c12f6d0e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/qd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/qiwnj.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/qiwnj.png
new file mode 100644
index 00000000..a83839ed
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/qiwnj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/result_head.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/result_head.xml
new file mode 100644
index 00000000..9978afc0
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/result_head.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/result_main.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/result_main.xml
new file mode 100644
index 00000000..a5bf6d58
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/result_main.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/sb.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/sb.png
new file mode 100644
index 00000000..a204e8c0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/sb.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/sl.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/sl.png
new file mode 100644
index 00000000..4bc55f00
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/sl.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/tgz.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/tgz.png
new file mode 100644
index 00000000..f5638bbd
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/tgz.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/wxyqhy.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/wxyqhy.png
new file mode 100644
index 00000000..e25d2f0a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/wxyqhy.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/yzb.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/yzb.png
new file mode 100644
index 00000000..52070e6b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/yzb.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/zb.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/zb.png
new file mode 100644
index 00000000..dae6d2b2
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/zb.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/zjwjd.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/zjwjd.png
new file mode 100644
index 00000000..cceb3bc5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/Result/zjwjd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/RightPanel.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/RightPanel.xml
new file mode 100644
index 00000000..b5f96474
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/RightPanel.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/RoomInfoPanel1.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/RoomInfoPanel1.xml
new file mode 100644
index 00000000..1e85ba98
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/RoomInfoPanel1.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/RoomInfoPanel_1.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/RoomInfoPanel_1.xml
new file mode 100644
index 00000000..5d5f2e91
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/RoomInfoPanel_1.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/VoiceMask(1).xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/VoiceMask(1).xml
new file mode 100644
index 00000000..40081815
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/VoiceMask(1).xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/card_info/Player_card_info_1.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/card_info/Player_card_info_1.xml
new file mode 100644
index 00000000..da605353
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/card_info/Player_card_info_1.xml
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/card_info/Player_card_info_2.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/card_info/Player_card_info_2.xml
new file mode 100644
index 00000000..bd673f22
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/card_info/Player_card_info_2.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/card_info/Player_card_info_3.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/card_info/Player_card_info_3.xml
new file mode 100644
index 00000000..0026a696
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/card_info/Player_card_info_3.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/card_info/Player_card_info_4.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/card_info/Player_card_info_4.xml
new file mode 100644
index 00000000..42875405
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/card_info/Player_card_info_4.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/Btn_chat.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/Btn_chat.xml
new file mode 100644
index 00000000..20c4b1ac
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/Btn_chat.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/Gcm_chat.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/Gcm_chat.xml
new file mode 100644
index 00000000..af34def9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/Gcm_chat.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/component/VoiceMask(1).xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/component/VoiceMask(1).xml
new file mode 100644
index 00000000..e4631df8
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/component/VoiceMask(1).xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/images/game_icon_04.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/images/game_icon_04.png
new file mode 100644
index 00000000..0133f079
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/images/game_icon_04.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/images/mkf.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/images/mkf.png
new file mode 100644
index 00000000..211891cf
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/images/mkf.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/images/yuyinquan01.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/images/yuyinquan01.png
new file mode 100644
index 00000000..5b4467b6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/images/yuyinquan01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/images/yuyinquan02.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/images/yuyinquan02.png
new file mode 100644
index 00000000..3e7c9b83
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/images/yuyinquan02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/images/yuyinquan03.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/images/yuyinquan03.png
new file mode 100644
index 00000000..e5344235
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/images/yuyinquan03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/images/yyb.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/images/yyb.png
new file mode 100644
index 00000000..3b3affb9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/chat/images/yyb.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/clearing/room/btn_invite(1).xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/clearing/room/btn_invite(1).xml
new file mode 100644
index 00000000..d1d96d96
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/clearing/room/btn_invite(1).xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/create_room/Btn_cr_checkbox.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/create_room/Btn_cr_checkbox.xml
new file mode 100644
index 00000000..607d4f7a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/create_room/Btn_cr_checkbox.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/create_room/Btn_cr_checkbox2.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/create_room/Btn_cr_checkbox2.xml
new file mode 100644
index 00000000..dcdf731f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/create_room/Btn_cr_checkbox2.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/create_room/di01.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/create_room/di01.xml
new file mode 100644
index 00000000..528f53ca
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/create_room/di01.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/create_room/image/gou.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/create_room/image/gou.png
new file mode 100644
index 00000000..1d9c44a3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/create_room/image/gou.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/create_room/image/multiple_btn_n.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/create_room/image/multiple_btn_n.png
new file mode 100644
index 00000000..92380b7b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/create_room/image/multiple_btn_n.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/create_room/image/pic08.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/create_room/image/pic08.png
new file mode 100644
index 00000000..f8ffdadb
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/create_room/image/pic08.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/create_room/image/single_btn_s.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/create_room/image/single_btn_s.png
new file mode 100644
index 00000000..14d3bc52
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/create_room/image/single_btn_s.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/Win_Mine.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/Win_Mine.xml
new file mode 100644
index 00000000..4647fb25
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/Win_Mine.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/c01.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/c01.png
new file mode 100644
index 00000000..58abf24b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/c01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/c02.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/c02.png
new file mode 100644
index 00000000..850bfbb3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/c02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/c03.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/c03.png
new file mode 100644
index 00000000..2719fb21
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/c03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/c04.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/c04.png
new file mode 100644
index 00000000..1b9779f5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/c04.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/eff_1.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/eff_1.xml
new file mode 100644
index 00000000..38e9f2cc
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/eff_1.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/eff_2.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/eff_2.xml
new file mode 100644
index 00000000..7ca3b422
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/eff_2.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/eff_4.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/eff_4.xml
new file mode 100644
index 00000000..19dcd779
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/eff_4.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/eff_5.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/eff_5.xml
new file mode 100644
index 00000000..2acd6ebb
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/eff_5.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/feiji.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/feiji.png
new file mode 100644
index 00000000..0f41d4e9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/feiji.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/l.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/l.png
new file mode 100644
index 00000000..35be0811
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/l.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/s01.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/s01.png
new file mode 100644
index 00000000..da24396b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/s01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/s02.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/s02.png
new file mode 100644
index 00000000..08d0877d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/s02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/s_32.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/s_32.png
new file mode 100644
index 00000000..b2f1315a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/s_32.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/z01.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/z01.png
new file mode 100644
index 00000000..25e903de
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/z01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/z02.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/z02.png
new file mode 100644
index 00000000..020548e4
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/z02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/z03.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/z03.png
new file mode 100644
index 00000000..cc18f4a0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/z03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/z04.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/z04.png
new file mode 100644
index 00000000..6d0fd782
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/z04.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/z05.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/z05.png
new file mode 100644
index 00000000..6d40d406
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/z05.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/z06.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/z06.png
new file mode 100644
index 00000000..e011d742
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/z06.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/z07.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/z07.png
new file mode 100644
index 00000000..3b1b814c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/z07.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/z08.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/z08.png
new file mode 100644
index 00000000..2781f785
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/card_type/z08.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/effct_img/光.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/effct_img/光.png
new file mode 100644
index 00000000..37ac55e3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/effct_img/光.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/effct_img/星.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/effct_img/星.png
new file mode 100644
index 00000000..e9d4b763
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/effct_img/星.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/effct_img/粒子.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/effct_img/粒子.png
new file mode 100644
index 00000000..0210f2d7
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/effct_img/粒子.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/one_card_eff/00.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/one_card_eff/00.png
new file mode 100644
index 00000000..b8e8bb97
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/one_card_eff/00.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/one_card_eff/01.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/one_card_eff/01.png
new file mode 100644
index 00000000..981bca37
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/one_card_eff/01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/one_card_eff/02.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/one_card_eff/02.png
new file mode 100644
index 00000000..6876210a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/one_card_eff/02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/one_card_eff/one_card_eff.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/one_card_eff/one_card_eff.xml
new file mode 100644
index 00000000..f5af30fb
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/one_card_eff/one_card_eff.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/poker/poker_eff.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/poker/poker_eff.xml
new file mode 100644
index 00000000..761e1d68
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/poker/poker_eff.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/01.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/01.png
new file mode 100644
index 00000000..d5af334f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/02.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/02.png
new file mode 100644
index 00000000..39ec1b30
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/03.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/03.png
new file mode 100644
index 00000000..24be44af
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/f00.mp3 b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/f00.mp3
new file mode 100644
index 00000000..9ca0a43f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/f00.mp3 differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/lose.mp3 b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/lose.mp3
new file mode 100644
index 00000000..3a0d1c4f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/lose.mp3 differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/rank_eff.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/rank_eff.xml
new file mode 100644
index 00000000..22818aec
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/rank_eff.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/s01.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/s01.png
new file mode 100644
index 00000000..70f2a971
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/s01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/s02.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/s02.png
new file mode 100644
index 00000000..4ced5fb6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/s02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/s04.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/s04.png
new file mode 100644
index 00000000..d623e7bb
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/s04.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/s05.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/s05.png
new file mode 100644
index 00000000..ae2b4f7d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/rank1/s05.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/win/ying.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/win/ying.png
new file mode 100644
index 00000000..f8bedeb5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/win/ying.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/win/光.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/win/光.png
new file mode 100644
index 00000000..37ac55e3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/win/光.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/win/遮罩.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/win/遮罩.png
new file mode 100644
index 00000000..c744578b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/effect/win/遮罩.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/feiqi.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/feiqi.xml
new file mode 100644
index 00000000..07d32097
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/feiqi.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/game_bottom_01.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/game_bottom_01.png
new file mode 100644
index 00000000..e25d2f0a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/game_bottom_01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/gps/btn_distance_new.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/gps/btn_distance_new.xml
new file mode 100644
index 00000000..01be57c5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/gps/btn_distance_new.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/gps/hsgps.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/gps/hsgps.png
new file mode 100644
index 00000000..2de98968
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/gps/hsgps.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/gps/lsgps.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/gps/lsgps.png
new file mode 100644
index 00000000..8425f601
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/gps/lsgps.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/1.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/1.png
new file mode 100644
index 00000000..4ff70a26
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/Head.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/Head.xml
new file mode 100644
index 00000000..1c0e8cd8
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/Head.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/HeadNameBG.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/HeadNameBG.xml
new file mode 100644
index 00000000..a1077314
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/HeadNameBG.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/PlayerHead_1.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/PlayerHead_1.xml
new file mode 100644
index 00000000..2f940975
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/PlayerHead_1.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/PlayerHead_2.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/PlayerHead_2.xml
new file mode 100644
index 00000000..176c23e5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/PlayerHead_2.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/PlayerHead_3.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/PlayerHead_3.xml
new file mode 100644
index 00000000..fe98e478
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/PlayerHead_3.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/PlayerHead_4.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/PlayerHead_4.xml
new file mode 100644
index 00000000..fe98e478
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/PlayerHead_4.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/gq.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/gq.png
new file mode 100644
index 00000000..43016562
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/gq.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/gq1.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/gq1.png
new file mode 100644
index 00000000..d10f8c3f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/gq1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/head_info_1.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/head_info_1.xml
new file mode 100644
index 00000000..c8fe7809
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/head_info_1.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/jfk.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/jfk.png
new file mode 100644
index 00000000..3503fee7
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/jfk.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/shengyu.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/shengyu.xml
new file mode 100644
index 00000000..4e8b4f13
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/shengyu.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/touxiang.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/touxiang.xml
new file mode 100644
index 00000000..f84488d5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/touxiang.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/tuoguan.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/tuoguan.png
new file mode 100644
index 00000000..d899c8d5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/head/tuoguan.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/image/NewPoker/bg.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/image/NewPoker/bg.png
new file mode 100644
index 00000000..65a93a82
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/image/NewPoker/bg.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/image/bg.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/image/bg.png
new file mode 100644
index 00000000..3aa66e61
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/image/bg.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/image/ddz_new_icon_card.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/image/ddz_new_icon_card.png
new file mode 100644
index 00000000..916b49aa
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/image/ddz_new_icon_card.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/image/niuniu_icon_08.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/image/niuniu_icon_08.png
new file mode 100644
index 00000000..2df77e06
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/image/niuniu_icon_08.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/mtdk_img.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/mtdk_img.png
new file mode 100644
index 00000000..0d440770
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/mtdk_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/niuniu_bg_03.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/niuniu_bg_03.png
new file mode 100644
index 00000000..8f4662ac
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/niuniu_bg_03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/4g01.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/4g01.png
new file mode 100644
index 00000000..cbb50f5b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/4g01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/4g02.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/4g02.png
new file mode 100644
index 00000000..38cb7331
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/4g02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/4g03.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/4g03.png
new file mode 100644
index 00000000..15bc9cc9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/4g03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/chakan.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/chakan.png
new file mode 100644
index 00000000..ff65453a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/chakan.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/dianchi01.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/dianchi01.png
new file mode 100644
index 00000000..95d369ff
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/dianchi01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/dianchi02.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/dianchi02.png
new file mode 100644
index 00000000..86b4430c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/dianchi02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/shezhi.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/shezhi.png
new file mode 100644
index 00000000..9f212dcc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/shezhi.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/wifi01.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/wifi01.png
new file mode 100644
index 00000000..f5ff4a53
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/wifi01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/wifi02.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/wifi02.png
new file mode 100644
index 00000000..f2de359a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/wifi02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/wifi03.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/wifi03.png
new file mode 100644
index 00000000..a64ca8b7
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/phone_info/wifi03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/wenzi00.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/wenzi00.png
new file mode 100644
index 00000000..f76c785a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/wenzi00.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/庄.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/庄.png
new file mode 100644
index 00000000..7d392a4e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/images/庄.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/mask.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/mask.xml
new file mode 100644
index 00000000..dd687ba1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/mask.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/00.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/00.png
new file mode 100644
index 00000000..bd2dedfc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/00.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/101.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/101.xml
new file mode 100644
index 00000000..59138d0d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/101.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/102.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/102.xml
new file mode 100644
index 00000000..d09985d1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/102.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/103.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/103.xml
new file mode 100644
index 00000000..44e41e51
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/103.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/104.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/104.xml
new file mode 100644
index 00000000..d19ca7cd
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/104.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/105.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/105.xml
new file mode 100644
index 00000000..bd982bd0
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/105.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/106.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/106.xml
new file mode 100644
index 00000000..7fb179d6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/106.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/107.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/107.xml
new file mode 100644
index 00000000..6ea0e9ec
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/107.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/108.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/108.xml
new file mode 100644
index 00000000..cd71c07f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/108.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/109.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/109.xml
new file mode 100644
index 00000000..aa11a628
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/109.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/110.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/110.xml
new file mode 100644
index 00000000..67b9d7f3
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/110.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/111.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/111.xml
new file mode 100644
index 00000000..c6126b50
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/111.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/112.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/112.xml
new file mode 100644
index 00000000..553a9585
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/112.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/113.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/113.xml
new file mode 100644
index 00000000..ef66b45b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/113.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/114.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/114.xml
new file mode 100644
index 00000000..13352300
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/114.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/115.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/115.xml
new file mode 100644
index 00000000..d09985d1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/1/115.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/201.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/201.xml
new file mode 100644
index 00000000..a2a44d8d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/201.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/202.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/202.xml
new file mode 100644
index 00000000..a155b504
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/202.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/203.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/203.xml
new file mode 100644
index 00000000..e53ef953
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/203.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/204.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/204.xml
new file mode 100644
index 00000000..3c9ca921
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/204.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/205.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/205.xml
new file mode 100644
index 00000000..d9d0012e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/205.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/206.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/206.xml
new file mode 100644
index 00000000..8010effd
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/206.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/207.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/207.xml
new file mode 100644
index 00000000..ebb08dd9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/207.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/208.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/208.xml
new file mode 100644
index 00000000..d19a8880
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/208.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/209.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/209.xml
new file mode 100644
index 00000000..97e6eaf0
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/209.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/210.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/210.xml
new file mode 100644
index 00000000..d266b7e5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/210.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/211.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/211.xml
new file mode 100644
index 00000000..bae687f7
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/211.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/212.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/212.xml
new file mode 100644
index 00000000..d6fee58d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/212.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/213.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/213.xml
new file mode 100644
index 00000000..f4e10055
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/213.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/214.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/214.xml
new file mode 100644
index 00000000..a2a44d8d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/214.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/215.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/215.xml
new file mode 100644
index 00000000..a155b504
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/2/215.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/10.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/10.png
new file mode 100644
index 00000000..3c01b920
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/10.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/301.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/301.xml
new file mode 100644
index 00000000..3aafdaed
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/301.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/302.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/302.xml
new file mode 100644
index 00000000..f1350c51
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/302.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/303.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/303.xml
new file mode 100644
index 00000000..2676de0a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/303.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/304.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/304.xml
new file mode 100644
index 00000000..aa7498be
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/304.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/305.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/305.xml
new file mode 100644
index 00000000..07b3ff9e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/305.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/306.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/306.xml
new file mode 100644
index 00000000..554063b9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/306.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/307.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/307.xml
new file mode 100644
index 00000000..cdb58d91
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/307.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/308.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/308.xml
new file mode 100644
index 00000000..7fafa0ae
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/308.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/309.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/309.xml
new file mode 100644
index 00000000..283aa107
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/309.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/310.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/310.xml
new file mode 100644
index 00000000..44ba92f5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/310.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/311.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/311.xml
new file mode 100644
index 00000000..e8c292e9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/311.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/312.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/312.xml
new file mode 100644
index 00000000..6e49364d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/312.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/313.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/313.xml
new file mode 100644
index 00000000..0cda5415
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/313.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/314.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/314.xml
new file mode 100644
index 00000000..3cd8a861
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/314.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/315.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/315.xml
new file mode 100644
index 00000000..f1350c51
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/315.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/bg.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/bg.png
new file mode 100644
index 00000000..3facd8e6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/bg.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/h03.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/h03.png
new file mode 100644
index 00000000..5d3c704e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/h03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/newcard2/di.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/newcard2/di.xml
new file mode 100644
index 00000000..fa58f7ad
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/3/newcard2/di.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/401.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/401.xml
new file mode 100644
index 00000000..c95b905b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/401.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/402.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/402.xml
new file mode 100644
index 00000000..bd3a9518
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/402.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/403.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/403.xml
new file mode 100644
index 00000000..b2912748
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/403.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/404.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/404.xml
new file mode 100644
index 00000000..e2517247
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/404.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/405.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/405.xml
new file mode 100644
index 00000000..51e966e2
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/405.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/406.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/406.xml
new file mode 100644
index 00000000..448c42e6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/406.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/407.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/407.xml
new file mode 100644
index 00000000..838344b5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/407.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/408.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/408.xml
new file mode 100644
index 00000000..c9793d65
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/408.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/409.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/409.xml
new file mode 100644
index 00000000..c8833f77
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/409.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/410.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/410.xml
new file mode 100644
index 00000000..aaa54a97
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/410.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/411.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/411.xml
new file mode 100644
index 00000000..f69c1fd7
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/411.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/412.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/412.xml
new file mode 100644
index 00000000..54247b3b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/412.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/413.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/413.xml
new file mode 100644
index 00000000..10289e2e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/413.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/414.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/414.xml
new file mode 100644
index 00000000..c95b905b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/414.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/415.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/415.xml
new file mode 100644
index 00000000..e0f737cd
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/4/415.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/516.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/516.xml
new file mode 100644
index 00000000..b3736844
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/516.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/617.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/617.xml
new file mode 100644
index 00000000..6053824a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/617.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/NewPoker/bg.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/NewPoker/bg.png
new file mode 100644
index 00000000..65a93a82
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/NewPoker/bg.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/di(1).xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/di(1).xml
new file mode 100644
index 00000000..dbf5ad25
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/di(1).xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/di.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/di.xml
new file mode 100644
index 00000000..e4a1d5f0
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/di.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/01.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/01.png
new file mode 100644
index 00000000..5039ff93
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/02.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/02.png
new file mode 100644
index 00000000..7888aa16
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/03.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/03.png
new file mode 100644
index 00000000..c38a4210
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/04.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/04.png
new file mode 100644
index 00000000..1c270bf3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/04.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/05.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/05.png
new file mode 100644
index 00000000..10f93ecb
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/05.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/06.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/06.png
new file mode 100644
index 00000000..d49fc1ce
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/06.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/07.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/07.png
new file mode 100644
index 00000000..bbc9cfc7
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/07.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/08.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/08.png
new file mode 100644
index 00000000..79f6d128
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/08.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/09.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/09.png
new file mode 100644
index 00000000..fc0806e8
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/09.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/10.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/10.png
new file mode 100644
index 00000000..ef580c8e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/10.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/11.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/11.png
new file mode 100644
index 00000000..54a29355
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/11.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/12.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/12.png
new file mode 100644
index 00000000..77bd2d60
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/12.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/13.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/13.png
new file mode 100644
index 00000000..b45b8da4
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/13.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/bg.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/bg.png
new file mode 100644
index 00000000..3facd8e6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/bg.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_bg_room.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_bg_room.png
new file mode 100644
index 00000000..a50b5622
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_bg_room.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_new_mul_icon.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_new_mul_icon.png
new file mode 100644
index 00000000..0da17723
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_new_mul_icon.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_0.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_0.png
new file mode 100644
index 00000000..b5992329
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_0.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_101.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_101.png
new file mode 100644
index 00000000..4d03a630
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_101.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_102.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_102.png
new file mode 100644
index 00000000..2b32f0ca
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_102.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_103.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_103.png
new file mode 100644
index 00000000..90476538
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_103.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_104.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_104.png
new file mode 100644
index 00000000..9ccb333c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_104.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_105.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_105.png
new file mode 100644
index 00000000..7d3ac213
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_105.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_106.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_106.png
new file mode 100644
index 00000000..4a82896e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_106.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_107.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_107.png
new file mode 100644
index 00000000..99632ea0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_107.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_108.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_108.png
new file mode 100644
index 00000000..6d8999ea
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_108.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_109.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_109.png
new file mode 100644
index 00000000..9dc4b624
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_109.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_110.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_110.png
new file mode 100644
index 00000000..6a928202
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_110.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_111.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_111.png
new file mode 100644
index 00000000..935e1738
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_111.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_112.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_112.png
new file mode 100644
index 00000000..32eaf968
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_112.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_113.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_113.png
new file mode 100644
index 00000000..d36c91bb
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_113.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_114.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_114.png
new file mode 100644
index 00000000..4d03a630
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_114.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_115.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_115.png
new file mode 100644
index 00000000..2b32f0ca
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_115.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_201.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_201.png
new file mode 100644
index 00000000..21f44334
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_201.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_202.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_202.png
new file mode 100644
index 00000000..da0182e1
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_202.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_203.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_203.png
new file mode 100644
index 00000000..29d308e9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_203.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_204.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_204.png
new file mode 100644
index 00000000..bbfbd067
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_204.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_205.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_205.png
new file mode 100644
index 00000000..2bc2a2e3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_205.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_206.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_206.png
new file mode 100644
index 00000000..2d3a694d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_206.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_207.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_207.png
new file mode 100644
index 00000000..0f823d18
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_207.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_208.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_208.png
new file mode 100644
index 00000000..1100cb3a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_208.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_209.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_209.png
new file mode 100644
index 00000000..6fec42cd
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_209.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_210.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_210.png
new file mode 100644
index 00000000..a719090e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_210.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_211.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_211.png
new file mode 100644
index 00000000..643ca06b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_211.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_212.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_212.png
new file mode 100644
index 00000000..d2e9b733
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_212.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_213.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_213.png
new file mode 100644
index 00000000..16020c48
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_213.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_214.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_214.png
new file mode 100644
index 00000000..21f44334
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_214.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_215.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_215.png
new file mode 100644
index 00000000..da0182e1
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_215.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_301.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_301.png
new file mode 100644
index 00000000..4728748d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_301.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_302.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_302.png
new file mode 100644
index 00000000..ef3ca5ba
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_302.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_303.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_303.png
new file mode 100644
index 00000000..389b20be
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_303.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_304.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_304.png
new file mode 100644
index 00000000..fdd6bb7f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_304.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_305.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_305.png
new file mode 100644
index 00000000..55ec3a97
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_305.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_306.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_306.png
new file mode 100644
index 00000000..68748c79
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_306.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_307.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_307.png
new file mode 100644
index 00000000..58fddeef
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_307.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_308.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_308.png
new file mode 100644
index 00000000..58b84196
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_308.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_309.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_309.png
new file mode 100644
index 00000000..7e07892f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_309.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_310.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_310.png
new file mode 100644
index 00000000..7c589e14
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_310.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_311.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_311.png
new file mode 100644
index 00000000..62ecc0e4
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_311.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_312.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_312.png
new file mode 100644
index 00000000..2063c8b5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_312.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_313.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_313.png
new file mode 100644
index 00000000..d5e2ea1e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_313.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_314.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_314.png
new file mode 100644
index 00000000..4728748d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_314.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_315.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_315.png
new file mode 100644
index 00000000..ef3ca5ba
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_315.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_401.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_401.png
new file mode 100644
index 00000000..9aeab705
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_401.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_402.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_402.png
new file mode 100644
index 00000000..77ce0fb3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_402.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_403.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_403.png
new file mode 100644
index 00000000..6c071896
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_403.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_404.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_404.png
new file mode 100644
index 00000000..a3d695d6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_404.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_405.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_405.png
new file mode 100644
index 00000000..5c828937
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_405.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_406.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_406.png
new file mode 100644
index 00000000..3637ec57
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_406.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_407.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_407.png
new file mode 100644
index 00000000..1413d487
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_407.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_408.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_408.png
new file mode 100644
index 00000000..78b83598
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_408.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_409.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_409.png
new file mode 100644
index 00000000..fedf19dc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_409.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_410.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_410.png
new file mode 100644
index 00000000..2dc06518
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_410.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_411.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_411.png
new file mode 100644
index 00000000..c145a551
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_411.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_412.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_412.png
new file mode 100644
index 00000000..b2b506e9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_412.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_413.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_413.png
new file mode 100644
index 00000000..69892eba
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_413.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_414.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_414.png
new file mode 100644
index 00000000..9aeab705
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_414.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_415.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_415.png
new file mode 100644
index 00000000..77ce0fb3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_415.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_516.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_516.png
new file mode 100644
index 00000000..4190ac3b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_516.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_617.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_617.png
new file mode 100644
index 00000000..c0ecb416
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/ddz_poker_617.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/fangpian.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/fangpian.png
new file mode 100644
index 00000000..334e229a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/fangpian.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/heitao.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/heitao.png
new file mode 100644
index 00000000..5ee6ede8
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/heitao.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/hongtao.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/hongtao.png
new file mode 100644
index 00000000..f3f2cf18
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/hongtao.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/joker.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/joker.png
new file mode 100644
index 00000000..ddab0095
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/joker.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/joker02.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/joker02.png
new file mode 100644
index 00000000..2962f102
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/joker02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/meihua.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/meihua.png
new file mode 100644
index 00000000..4de302dc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/newcard/素材/meihua.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/phone_info/Btn_log.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/phone_info/Btn_log.xml
new file mode 100644
index 00000000..2cfecd5f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/phone_info/Btn_log.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/phone_info/Btn_setting.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/phone_info/Btn_setting.xml
new file mode 100644
index 00000000..2c2c696f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/phone_info/Btn_setting.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/phone_info/Component3(1).xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/phone_info/Component3(1).xml
new file mode 100644
index 00000000..a9d58a71
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/phone_info/Component3(1).xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/phone_info/Component3.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/phone_info/Component3.xml
new file mode 100644
index 00000000..8f64be5e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/phone_info/Component3.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/phone_info/ProgressBar2.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/phone_info/ProgressBar2.xml
new file mode 100644
index 00000000..9d15a08b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/phone_info/ProgressBar2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/piao/btn_nopiao.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/piao/btn_nopiao.xml
new file mode 100644
index 00000000..26809618
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/piao/btn_nopiao.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/piao/btn_piao.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/piao/btn_piao.xml
new file mode 100644
index 00000000..37a2902d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/piao/btn_piao.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/Btn_back_jiesan.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/Btn_back_jiesan.xml
new file mode 100644
index 00000000..75c94b71
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/Btn_back_jiesan.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/Btn_back_lobby.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/Btn_back_lobby.xml
new file mode 100644
index 00000000..8e21bafb
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/Btn_back_lobby.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/Btn_log.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/Btn_log.xml
new file mode 100644
index 00000000..7a42a902
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/Btn_log.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/btn_distance.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/btn_distance.xml
new file mode 100644
index 00000000..0d3a07f4
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/btn_distance.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/card.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/card.png
new file mode 100644
index 00000000..2ae52ea6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/card.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/fb.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/fb.png
new file mode 100644
index 00000000..3bdb7060
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/fb.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/hand_poker_con.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/hand_poker_con.xml
new file mode 100644
index 00000000..ebf61c44
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/hand_poker_con.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/poker10.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/poker10.xml
new file mode 100644
index 00000000..37a70b33
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/poker10.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/poker12.5.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/poker12.5.xml
new file mode 100644
index 00000000..4da0a488
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/poker12.5.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/poker4.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/poker4.xml
new file mode 100644
index 00000000..6f182141
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/poker4.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/poker6.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/poker6.xml
new file mode 100644
index 00000000..3e65aabf
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/poker6.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/poker7.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/poker7.xml
new file mode 100644
index 00000000..2a954896
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/poker7.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/poker8.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/poker8.xml
new file mode 100644
index 00000000..7916ad00
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/poker/poker8.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/record/Btn_record_play.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/record/Btn_record_play.xml
new file mode 100644
index 00000000..1a92b95b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/record/Btn_record_play.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/record/Btn_record_return.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/record/Btn_record_return.xml
new file mode 100644
index 00000000..4992c37f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/record/Btn_record_return.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/record/Btn_record_speed.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/record/Btn_record_speed.xml
new file mode 100644
index 00000000..cfb540b1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/record/Btn_record_speed.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/record/Record.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/record/Record.xml
new file mode 100644
index 00000000..10bf3e31
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/record/Record.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/setting/Button4.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/setting/Button4.xml
new file mode 100644
index 00000000..106474af
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/setting/Button4.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/setting/changeBG/b01.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/setting/changeBG/b01.png
new file mode 100644
index 00000000..0435017f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/setting/changeBG/b01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/setting/images/newsetting/sp_img.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/setting/images/newsetting/sp_img.png
new file mode 100644
index 00000000..90e88b0b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/setting/images/newsetting/sp_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/threePai.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/threePai.xml
new file mode 100644
index 00000000..b22089de
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/threePai.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/tuoguanzhong.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/component/tuoguanzhong.xml
new file mode 100644
index 00000000..f31498ad
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/component/tuoguanzhong.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/yq.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/yq.png
new file mode 100644
index 00000000..59fb068b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/yq.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/component/yqhy.png b/wb_new_ui/assets/Extend_Poker_ChunTian/component/yqhy.png
new file mode 100644
index 00000000..768b34b5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/component/yqhy.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/c.mp3 b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/c.mp3
new file mode 100644
index 00000000..3806a016
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/c.mp3 differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/11(1).png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/11(1).png
new file mode 100644
index 00000000..b2211327
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/11(1).png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/11.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/11.png
new file mode 100644
index 00000000..b2211327
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/11.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/Spring.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/Spring.xml
new file mode 100644
index 00000000..9110aeeb
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/Spring.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/Spring1.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/Spring1.xml
new file mode 100644
index 00000000..828ef7c4
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/Spring1.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/Spring3.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/Spring3.xml
new file mode 100644
index 00000000..99e933b1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/Spring3.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/chunt.jta b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/chunt.jta
new file mode 100644
index 00000000..c35fa43e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/chunt.jta differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/laoron.jta b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/laoron.jta
new file mode 100644
index 00000000..a5aad6d1
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/laoron.jta differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/spring2.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/spring2.xml
new file mode 100644
index 00000000..69461af7
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/spring2.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/前杆.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/前杆.png
new file mode 100644
index 00000000..2ce6869c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/前杆.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/反春(1).png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/反春(1).png
new file mode 100644
index 00000000..9a10f371
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/反春(1).png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/反春.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/反春.png
new file mode 100644
index 00000000..af8ec7eb
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/反春.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/后杆.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/后杆.png
new file mode 100644
index 00000000..0d343837
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/后杆.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/字.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/字.png
new file mode 100644
index 00000000..af8ec7eb
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/字.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/底.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/底.png
new file mode 100644
index 00000000..ef0b9abd
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/底.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/底板.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/底板.png
new file mode 100644
index 00000000..932ce00c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/底板.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/春天.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/春天.png
new file mode 100644
index 00000000..c5f3c7e6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/春天.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/花(1).png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/花(1).png
new file mode 100644
index 00000000..717e5ed8
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/花(1).png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/花.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/花.png
new file mode 100644
index 00000000..717e5ed8
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/花.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/花1(1).png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/花1(1).png
new file mode 100644
index 00000000..7393c31f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/花1(1).png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/花1.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/花1.png
new file mode 100644
index 00000000..7393c31f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/花1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/花花(1).png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/花花(1).png
new file mode 100644
index 00000000..90272c34
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/花花(1).png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/花花.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/花花.png
new file mode 100644
index 00000000..90272c34
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/花花.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/雾1.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/雾1.png
new file mode 100644
index 00000000..482e4787
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/雾1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/顶.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/顶.png
new file mode 100644
index 00000000..548edcbf
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/顶.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/顶板.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/顶板.png
new file mode 100644
index 00000000..55562eb0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/chunt/顶板.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/eff_1.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/eff_1.xml
new file mode 100644
index 00000000..978cdda6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/eff_1.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/eff_2.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/eff_2.xml
new file mode 100644
index 00000000..d62338d6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/eff_2.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/eff_4.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/eff_4.xml
new file mode 100644
index 00000000..bc940309
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/eff_4.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/eff_5.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/eff_5.xml
new file mode 100644
index 00000000..132586cc
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/eff_5.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/eff_6.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/eff_6.xml
new file mode 100644
index 00000000..7ad0a00b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/eff_6.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/eff_feiji.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/eff_feiji.png
new file mode 100644
index 00000000..a4061efc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/eff_feiji.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/eff_feiji.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/eff_feiji.xml
new file mode 100644
index 00000000..440d266a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/eff_feiji.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/f.mp3 b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/f.mp3
new file mode 100644
index 00000000..ecff85f1
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/f.mp3 differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/fjz.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/fjz.png
new file mode 100644
index 00000000..8b497723
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/fjz.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/fjz.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/fjz.xml
new file mode 100644
index 00000000..4d85c7c2
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/fjz.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/ld.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/ld.png
new file mode 100644
index 00000000..93fc177d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/ld.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/s.mp3 b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/s.mp3
new file mode 100644
index 00000000..398af510
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/s.mp3 differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/se.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/se.png
new file mode 100644
index 00000000..edfc865e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/se.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/shachun/shachun.jta b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/shachun/shachun.jta
new file mode 100644
index 00000000..96aad1b1
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/shachun/shachun.jta differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/shanxing.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/shanxing.png
new file mode 100644
index 00000000..19efa008
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/shanxing.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/sz.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/sz.png
new file mode 100644
index 00000000..85b8880f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/sz.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/tlj.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/tlj.png
new file mode 100644
index 00000000..cd844e18
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/tlj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/xiahua.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/xiahua.png
new file mode 100644
index 00000000..c531a630
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/xiahua.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/xing/xing.jta b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/xing/xing.jta
new file mode 100644
index 00000000..ad9a7b7c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/xing/xing.jta differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/z.mp3 b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/z.mp3
new file mode 100644
index 00000000..c4c3113b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/z.mp3 differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/10.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/10.png
new file mode 100644
index 00000000..ddc2741b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/10.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/2.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/2.png
new file mode 100644
index 00000000..1feb50d9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/2.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/3.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/3.png
new file mode 100644
index 00000000..12a71378
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/3.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/4.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/4.png
new file mode 100644
index 00000000..581169a5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/4.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/5.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/5.png
new file mode 100644
index 00000000..05e724f3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/5.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/6.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/6.png
new file mode 100644
index 00000000..48d20bdf
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/6.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/7.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/7.png
new file mode 100644
index 00000000..f6ee8312
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/7.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/8.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/8.png
new file mode 100644
index 00000000..49571d6b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/8.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/9.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/9.png
new file mode 100644
index 00000000..6ffc1401
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/9.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/eff_3.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/eff_3.xml
new file mode 100644
index 00000000..5c32565d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/eff_3.xml
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/zhad.jta b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/zhad.jta
new file mode 100644
index 00000000..0b1bc14e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/zhad.jta differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/炸弹.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/炸弹.png
new file mode 100644
index 00000000..6769014e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/炸弹.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/炸弹1.png b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/炸弹1.png
new file mode 100644
index 00000000..7fc2ee48
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/donghua/zhad/炸弹1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/SIYUAN.TTF b/wb_new_ui/assets/Extend_Poker_ChunTian/font/SIYUAN.TTF
new file mode 100644
index 00000000..31f678b1
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/SIYUAN.TTF differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/Score.fnt b/wb_new_ui/assets/Extend_Poker_ChunTian/font/Score.fnt
new file mode 100644
index 00000000..490d09c0
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/font/Score.fnt
@@ -0,0 +1,14 @@
+info size=60 resizable=true colored=false
+char id=48 img=ckvbm xoffset=0 yoffset=0 xadvance=0
+char id=49 img=ckvbn xoffset=0 yoffset=0 xadvance=0
+char id=50 img=ckvbo xoffset=0 yoffset=0 xadvance=0
+char id=51 img=ckvbp xoffset=0 yoffset=0 xadvance=0
+char id=52 img=ckvbq xoffset=0 yoffset=0 xadvance=0
+char id=53 img=ckvbr xoffset=0 yoffset=0 xadvance=0
+char id=54 img=ckvbs xoffset=0 yoffset=0 xadvance=0
+char id=55 img=ckvbt xoffset=0 yoffset=0 xadvance=0
+char id=56 img=ckvbu xoffset=0 yoffset=0 xadvance=0
+char id=57 img=ckvbv xoffset=0 yoffset=0 xadvance=0
+char id=43 img=ckvbw xoffset=0 yoffset=0 xadvance=0
+char id=45 img=ckvbx xoffset=0 yoffset=0 xadvance=0
+char id=46 img=ckvby xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/0.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/0.png
new file mode 100644
index 00000000..c8ef1992
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/0.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/1.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/1.png
new file mode 100644
index 00000000..2c4992ac
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/2.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/2.png
new file mode 100644
index 00000000..b487b5de
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/2.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/3.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/3.png
new file mode 100644
index 00000000..3d6a12b4
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/3.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/4.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/4.png
new file mode 100644
index 00000000..defcb744
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/4.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/5.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/5.png
new file mode 100644
index 00000000..762e6ce6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/5.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/6.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/6.png
new file mode 100644
index 00000000..8e5cb532
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/6.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/7.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/7.png
new file mode 100644
index 00000000..6a5044ef
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/7.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/8.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/8.png
new file mode 100644
index 00000000..56f654b9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/8.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/9.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/9.png
new file mode 100644
index 00000000..b3056c8f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/9.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/jia.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/jia.png
new file mode 100644
index 00000000..fd6f92cf
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/jia.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/jian.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/jian.png
new file mode 100644
index 00000000..4b452339
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/jian.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/xsd.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/xsd.png
new file mode 100644
index 00000000..d0c8c312
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/image/xsd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/chat_button_blue.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/chat_button_blue.png
new file mode 100644
index 00000000..efa7e973
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/chat_button_blue.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/game/game_fonts_02.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/game/game_fonts_02.png
new file mode 100644
index 00000000..dbf4d8f2
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/game/game_fonts_02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/head/Head0.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/head/Head0.png
new file mode 100644
index 00000000..07e87b29
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/head/Head0.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/head/head_name_bg.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/head/head_name_bg.png
new file mode 100644
index 00000000..d89beb1d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/head/head_name_bg.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/head/index_bg_01.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/head/index_bg_01.png
new file mode 100644
index 00000000..5cb37a23
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/head/index_bg_01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/head/owner.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/head/owner.png
new file mode 100644
index 00000000..3c2307b4
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/head/owner.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/new_btns/button03.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/new_btns/button03.png
new file mode 100644
index 00000000..2a5930e9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/new_btns/button03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/record/01.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/record/01.png
new file mode 100644
index 00000000..7458a075
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/record/01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/record/02.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/record/02.png
new file mode 100644
index 00000000..cf4ea084
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/record/02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/record/button01.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/record/button01.png
new file mode 100644
index 00000000..7d251955
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/record/button01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/record/button02.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/record/button02.png
new file mode 100644
index 00000000..d8ac1d65
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/record/button02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/record/button03.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/record/button03.png
new file mode 100644
index 00000000..629546eb
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/record/button03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/record/di.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/record/di.png
new file mode 100644
index 00000000..74398900
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/record/di.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/setting/sytb.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/setting/sytb.png
new file mode 100644
index 00000000..2865a1fe
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/setting/sytb.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/tishi_bottom_01.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/tishi_bottom_01.png
new file mode 100644
index 00000000..7a851c2e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/tishi_bottom_01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/win/cha.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/win/cha.png
new file mode 100644
index 00000000..c02a83b9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/win/cha.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/win/tkd.png b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/win/tkd.png
new file mode 100644
index 00000000..8b48974d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/font/images/win/tkd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/gamerule.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/gamerule.xml
new file mode 100644
index 00000000..e671d7f8
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/gamerule.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/image/MovieClip1.jta b/wb_new_ui/assets/Extend_Poker_ChunTian/image/MovieClip1.jta
new file mode 100644
index 00000000..14c451f9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/image/MovieClip1.jta differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/1.png b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/1.png
new file mode 100644
index 00000000..5ae3a2e2
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/2.png b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/2.png
new file mode 100644
index 00000000..a173a8a3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/2.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/3.png b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/3.png
new file mode 100644
index 00000000..0bac61ef
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/3.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/5.png b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/5.png
new file mode 100644
index 00000000..554b0cf0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/5.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/8.png b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/8.png
new file mode 100644
index 00000000..f121f288
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/8.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/bc_img.png b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/bc_img.png
new file mode 100644
index 00000000..5eef547e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/bc_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/bp.png b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/bp.png
new file mode 100644
index 00000000..fb704c0d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/bp.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/cp_img.png b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/cp_img.png
new file mode 100644
index 00000000..af5b0e9d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/cp_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/hsand.png b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/hsand.png
new file mode 100644
index 00000000..1b2adaef
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/hsand.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/lsand.png b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/lsand.png
new file mode 100644
index 00000000..a5ab1ed5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/lsand.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/p.png b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/p.png
new file mode 100644
index 00000000..cec56f05
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/p.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/ts_img.png b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/ts_img.png
new file mode 100644
index 00000000..baa13b5c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/ts_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/wenzi01.png b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/wenzi01.png
new file mode 100644
index 00000000..64f1f025
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/wenzi01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/wenzi02.png b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/wenzi02.png
new file mode 100644
index 00000000..8adebce6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/wenzi02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/wenzi04.png b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/wenzi04.png
new file mode 100644
index 00000000..7187df1a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/wenzi04.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/wenzi041.png b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/wenzi041.png
new file mode 100644
index 00000000..fb56cde9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/image/btn/wenzi041.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/image/icon.png b/wb_new_ui/assets/Extend_Poker_ChunTian/image/icon.png
new file mode 100644
index 00000000..371009e1
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/image/icon.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/image/shadow.png b/wb_new_ui/assets/Extend_Poker_ChunTian/image/shadow.png
new file mode 100644
index 00000000..9cdef1c5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/image/shadow.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/image/wxyqhy_img.png b/wb_new_ui/assets/Extend_Poker_ChunTian/image/wxyqhy_img.png
new file mode 100644
index 00000000..e25d2f0a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/image/wxyqhy_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/image/ying.png b/wb_new_ui/assets/Extend_Poker_ChunTian/image/ying.png
new file mode 100644
index 00000000..f8bedeb5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/image/ying.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/image/光.png b/wb_new_ui/assets/Extend_Poker_ChunTian/image/光.png
new file mode 100644
index 00000000..37ac55e3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/image/光.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/image/遮罩.png b/wb_new_ui/assets/Extend_Poker_ChunTian/image/遮罩.png
new file mode 100644
index 00000000..c744578b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/image/遮罩.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/images/Button3.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/images/Button3.xml
new file mode 100644
index 00000000..0bbddc4a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/images/Button3.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/images/clock.png b/wb_new_ui/assets/Extend_Poker_ChunTian/images/clock.png
new file mode 100644
index 00000000..8e556328
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/images/clock.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/images/dks02.png b/wb_new_ui/assets/Extend_Poker_ChunTian/images/dks02.png
new file mode 100644
index 00000000..6f54628a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/images/dks02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/images/fh_img.png b/wb_new_ui/assets/Extend_Poker_ChunTian/images/fh_img.png
new file mode 100644
index 00000000..dd498d90
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/images/fh_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/images/game_icon_07.png b/wb_new_ui/assets/Extend_Poker_ChunTian/images/game_icon_07.png
new file mode 100644
index 00000000..5e193e8d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/images/game_icon_07.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/images/gbyy.png b/wb_new_ui/assets/Extend_Poker_ChunTian/images/gbyy.png
new file mode 100644
index 00000000..d04898a6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/images/gbyy.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/images/hsgps.png b/wb_new_ui/assets/Extend_Poker_ChunTian/images/hsgps.png
new file mode 100644
index 00000000..2de98968
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/images/hsgps.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/images/hsgq.png b/wb_new_ui/assets/Extend_Poker_ChunTian/images/hsgq.png
new file mode 100644
index 00000000..51dbafb0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/images/hsgq.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/images/img_6.png b/wb_new_ui/assets/Extend_Poker_ChunTian/images/img_6.png
new file mode 100644
index 00000000..754a998e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/images/img_6.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/images/js.png b/wb_new_ui/assets/Extend_Poker_ChunTian/images/js.png
new file mode 100644
index 00000000..3cf44c4b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/images/js.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/images/lk.png b/wb_new_ui/assets/Extend_Poker_ChunTian/images/lk.png
new file mode 100644
index 00000000..15900fe2
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/images/lk.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/images/lt.png b/wb_new_ui/assets/Extend_Poker_ChunTian/images/lt.png
new file mode 100644
index 00000000..228cbc5d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/images/lt.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/images/lvgps.png b/wb_new_ui/assets/Extend_Poker_ChunTian/images/lvgps.png
new file mode 100644
index 00000000..95488d24
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/images/lvgps.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/images/sd.png b/wb_new_ui/assets/Extend_Poker_ChunTian/images/sd.png
new file mode 100644
index 00000000..5fb1fb6c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/images/sd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/images/sm.png b/wb_new_ui/assets/Extend_Poker_ChunTian/images/sm.png
new file mode 100644
index 00000000..34a7bf05
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/images/sm.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/images/sz.png b/wb_new_ui/assets/Extend_Poker_ChunTian/images/sz.png
new file mode 100644
index 00000000..93afc318
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/images/sz.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/images/voice/yuyinquan01.png b/wb_new_ui/assets/Extend_Poker_ChunTian/images/voice/yuyinquan01.png
new file mode 100644
index 00000000..5b4467b6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/images/voice/yuyinquan01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/images/voice/yuyinquan02.png b/wb_new_ui/assets/Extend_Poker_ChunTian/images/voice/yuyinquan02.png
new file mode 100644
index 00000000..3e7c9b83
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/images/voice/yuyinquan02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/images/voice/yuyinquan03.png b/wb_new_ui/assets/Extend_Poker_ChunTian/images/voice/yuyinquan03.png
new file mode 100644
index 00000000..e5344235
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/images/voice/yuyinquan03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/images/wenhao.png b/wb_new_ui/assets/Extend_Poker_ChunTian/images/wenhao.png
new file mode 100644
index 00000000..c4aeeb92
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/images/wenhao.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/images/yy.png b/wb_new_ui/assets/Extend_Poker_ChunTian/images/yy.png
new file mode 100644
index 00000000..83759b81
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/images/yy.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/newcard/00.png b/wb_new_ui/assets/Extend_Poker_ChunTian/newcard/00.png
new file mode 100644
index 00000000..bd2dedfc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/newcard/00.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/package.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/package.xml
new file mode 100644
index 00000000..5e4b09d0
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/package.xml
@@ -0,0 +1,627 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/SettingWindow1.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/SettingWindow1.xml
new file mode 100644
index 00000000..c8aba9f4
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/SettingWindow1.xml
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/component/Btn_cr_checkbox.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/component/Btn_cr_checkbox.xml
new file mode 100644
index 00000000..c35f2dee
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/component/Btn_cr_checkbox.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/component/Slider1.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/component/Slider1.xml
new file mode 100644
index 00000000..4b0a77cd
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/component/Slider1.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/component/Slider1_grip.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/component/Slider1_grip.xml
new file mode 100644
index 00000000..6892ec78
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/component/Slider1_grip.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/component/Slider1_grip2.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/component/Slider1_grip2.xml
new file mode 100644
index 00000000..6892ec78
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/component/Slider1_grip2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/component/Slider2.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/component/Slider2.xml
new file mode 100644
index 00000000..fa1aad50
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/component/Slider2.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/component/hd.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/component/hd.png
new file mode 100644
index 00000000..2d20a475
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/component/hd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/component/setting/btn_bg.xml b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/component/setting/btn_bg.xml
new file mode 100644
index 00000000..d03ebfe3
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/component/setting/btn_bg.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/component/ydk.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/component/ydk.png
new file mode 100644
index 00000000..9ba8ce6e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/component/ydk.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/11_08.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/11_08.png
new file mode 100644
index 00000000..f94364e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/11_08.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/9bg_04.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/9bg_04.png
new file mode 100644
index 00000000..926f130c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/9bg_04.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/bj.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/bj.png
new file mode 100644
index 00000000..cea57b31
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/bj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/dk.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/dk.png
new file mode 100644
index 00000000..6452b005
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/dk.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/fg.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/fg.png
new file mode 100644
index 00000000..bdb04cbc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/fg.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/fgx.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/fgx.png
new file mode 100644
index 00000000..d5a2cc57
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/fgx.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/hdtd.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/hdtd.png
new file mode 100644
index 00000000..eaf3cedc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/hdtd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/hw.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/hw.png
new file mode 100644
index 00000000..18a25f6c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/hw.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/icon_yinxiao.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/icon_yinxiao.png
new file mode 100644
index 00000000..19b75a6a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/icon_yinxiao.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/icon_yinyue.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/icon_yinyue.png
new file mode 100644
index 00000000..80d55764
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/icon_yinyue.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/jd.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/jd.png
new file mode 100644
index 00000000..6323502f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/jd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/jdt.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/jdt.png
new file mode 100644
index 00000000..80e9f069
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/jdt.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/pm.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/pm.png
new file mode 100644
index 00000000..f30ca18f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/pm.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/shezhi_title_03.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/shezhi_title_03.png
new file mode 100644
index 00000000..554a0279
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/shezhi_title_03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/shezhi_title_04.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/shezhi_title_04.png
new file mode 100644
index 00000000..4e993f3b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/shezhi_title_04.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/sx.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/sx.png
new file mode 100644
index 00000000..2f329bd3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/sx.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/sytb.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/sytb.png
new file mode 100644
index 00000000..3bea691d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/sytb.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/szbt.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/szbt.png
new file mode 100644
index 00000000..fd0b4b9b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/szbt.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/szz.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/szz.png
new file mode 100644
index 00000000..e56408f5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/szz.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/table_bg1.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/table_bg1.png
new file mode 100644
index 00000000..a98db882
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/table_bg1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/table_bg2.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/table_bg2.png
new file mode 100644
index 00000000..53db8638
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/table_bg2.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/table_bg3.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/table_bg3.png
new file mode 100644
index 00000000..813893b0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/table_bg3.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/xzk.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/xzk.png
new file mode 100644
index 00000000..6cefea08
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/xzk.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/yytb.png b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/yytb.png
new file mode 100644
index 00000000..23ae81c0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_ChunTian/setting/images/setting/yytb.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/Com_PlayerInfoClear.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/Com_PlayerInfoClear.xml
new file mode 100644
index 00000000..8c29dd2c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/Com_PlayerInfoClear.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/Comp_over0Title.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/Comp_over0Title.xml
new file mode 100644
index 00000000..9cbc7d8d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/Comp_over0Title.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/Comp_playerOver0Info.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/Comp_playerOver0Info.xml
new file mode 100644
index 00000000..5a374639
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/Comp_playerOver0Info.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/Comp_playerOver1Info.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/Comp_playerOver1Info.xml
new file mode 100644
index 00000000..b342f9cb
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/Comp_playerOver1Info.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/btn_closeRound.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/btn_closeRound.xml
new file mode 100644
index 00000000..9dd9dbfe
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/btn_closeRound.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/btn_copyRecord.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/btn_copyRecord.xml
new file mode 100644
index 00000000..534ea99f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/btn_copyRecord.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/btn_head.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/btn_head.xml
new file mode 100644
index 00000000..edd2c891
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/btn_head.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/btn_nextRound.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/btn_nextRound.xml
new file mode 100644
index 00000000..49a8ec4e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/btn_nextRound.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/btn_shareRecord.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/btn_shareRecord.xml
new file mode 100644
index 00000000..c49eb5f6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/btn_shareRecord.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/comp_playerInfoChild.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/comp_playerInfoChild.xml
new file mode 100644
index 00000000..916e02b6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Component/comp_playerInfoChild.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/Group 247.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/Group 247.png
new file mode 100644
index 00000000..3ca3fa3f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/Group 247.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/Group 248.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/Group 248.png
new file mode 100644
index 00000000..11c580b9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/Group 248.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/Group 249.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/Group 249.png
new file mode 100644
index 00000000..0beaf2bd
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/Group 249.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/Group 250.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/Group 250.png
new file mode 100644
index 00000000..fde2f1de
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/Group 250.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/Group 2531.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/Group 2531.png
new file mode 100644
index 00000000..a98b918c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/Group 2531.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/Rectangle 242.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/Rectangle 242.png
new file mode 100644
index 00000000..eae58da2
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/Rectangle 242.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/Union.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/Union.png
new file mode 100644
index 00000000..168d211d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/Union.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/Union1.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/Union1.png
new file mode 100644
index 00000000..94906656
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/Union1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/club 2.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/club 2.png
new file mode 100644
index 00000000..b7dac53d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/club 2.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/image 59.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/image 59.png
new file mode 100644
index 00000000..a396acee
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/image 59.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/image 60.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/image 60.png
new file mode 100644
index 00000000..54c2f730
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/image 60.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/失败.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/失败.png
new file mode 100644
index 00000000..2dcb32cf
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/失败.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/牌局结束.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/牌局结束.png
new file mode 100644
index 00000000..11ab2baf
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/牌局结束.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/胜利.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/胜利.png
new file mode 100644
index 00000000..caad3109
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Clearing/Image/胜利.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_Check.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_Check.xml
new file mode 100644
index 00000000..53392d18
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_Check.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_CloseRoom.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_CloseRoom.xml
new file mode 100644
index 00000000..7409dff3
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_CloseRoom.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_GamePlay.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_GamePlay.xml
new file mode 100644
index 00000000..0fcb017b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_GamePlay.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_Invite.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_Invite.xml
new file mode 100644
index 00000000..8a484b3a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_Invite.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_Message.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_Message.xml
new file mode 100644
index 00000000..43169efb
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_Message.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_Ready.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_Ready.xml
new file mode 100644
index 00000000..07c2764b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_Ready.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_SelfCard.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_SelfCard.xml
new file mode 100644
index 00000000..99a07712
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_SelfCard.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_SendCard.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_SendCard.xml
new file mode 100644
index 00000000..a1741706
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_SendCard.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_Setting.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_Setting.xml
new file mode 100644
index 00000000..24d407a1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_Setting.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_Spectator.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_Spectator.xml
new file mode 100644
index 00000000..43edb57d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_Spectator.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_Tip.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_Tip.xml
new file mode 100644
index 00000000..219f89e2
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Btn_Tip.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Comp_Clock.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Comp_Clock.xml
new file mode 100644
index 00000000..f560d232
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Comp_Clock.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Comp_OutCard.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Comp_OutCard.xml
new file mode 100644
index 00000000..0e714ab5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Comp_OutCard.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Comp_SelfCard.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Comp_SelfCard.xml
new file mode 100644
index 00000000..0bb6e12c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Comp_SelfCard.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Image/Group 192.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Image/Group 192.png
new file mode 100644
index 00000000..aaa1898b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/Image/Group 192.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/PB_Battery.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/PB_Battery.xml
new file mode 100644
index 00000000..103184e9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/PB_Battery.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/btn_head.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/btn_head.xml
new file mode 100644
index 00000000..0f3d849c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Component/btn_head.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 193.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 193.png
new file mode 100644
index 00000000..aaa1898b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 193.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 205.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 205.png
new file mode 100644
index 00000000..00487171
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 205.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 207.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 207.png
new file mode 100644
index 00000000..6eccfe46
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 207.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 247.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 247.png
new file mode 100644
index 00000000..703479a3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 247.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 248.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 248.png
new file mode 100644
index 00000000..c45278a9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 248.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 272.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 272.png
new file mode 100644
index 00000000..2bc8d75b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 272.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 273.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 273.png
new file mode 100644
index 00000000..73001643
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 273.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 274.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 274.png
new file mode 100644
index 00000000..69305f6c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 274.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 276.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 276.png
new file mode 100644
index 00000000..01e9acbf
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 276.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 277.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 277.png
new file mode 100644
index 00000000..0857fd40
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 277.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 278.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 278.png
new file mode 100644
index 00000000..5c8c739c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 278.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 280.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 280.png
new file mode 100644
index 00000000..b1377446
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 280.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 284.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 284.png
new file mode 100644
index 00000000..4450afb2
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/Group 284.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/button_05 1.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/button_05 1.png
new file mode 100644
index 00000000..7d3cfc97
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/button_05 1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/button_wanfa 1.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/button_wanfa 1.png
new file mode 100644
index 00000000..18397a74
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/button_wanfa 1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/要不起.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/要不起.png
new file mode 100644
index 00000000..a695f74d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Image/要不起.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/PlayerHead_1.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/PlayerHead_1.xml
new file mode 100644
index 00000000..6fe88533
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/PlayerHead_1.xml
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/PlayerHead_2.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/PlayerHead_2.xml
new file mode 100644
index 00000000..d886223b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/PlayerHead_2.xml
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Player_card_info_1.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Player_card_info_1.xml
new file mode 100644
index 00000000..7586f867
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Player_card_info_1.xml
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Player_card_info_2.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Player_card_info_2.xml
new file mode 100644
index 00000000..b46cfdf0
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/Player_card_info_2.xml
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/shengyu.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/shengyu.xml
new file mode 100644
index 00000000..3c286e1c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/Main_New/shengyu.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/RunFast_Main_New_2.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/RunFast_Main_New_2.xml
new file mode 100644
index 00000000..c1a0b7e5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/RunFast_Main_New_2.xml
@@ -0,0 +1,209 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/clearing_new.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/clearing_new.xml
new file mode 100644
index 00000000..55a591a9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/clearing_new.xml
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Btn_Yellow.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Btn_Yellow.xml
new file mode 100644
index 00000000..dfd9680b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Btn_Yellow.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Btn_wxyq.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Btn_wxyq.xml
new file mode 100644
index 00000000..9a30fd16
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Btn_wxyq.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Clock.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Clock.xml
new file mode 100644
index 00000000..f9e81426
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Clock.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Creat_RunFast.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Creat_RunFast.xml
new file mode 100644
index 00000000..d8bc52a1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Creat_RunFast.xml
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/b.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/b.png
new file mode 100644
index 00000000..b01689c8
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/b.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/c.mp3 b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/c.mp3
new file mode 100644
index 00000000..3806a016
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/c.mp3 differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/c01(1).png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/c01(1).png
new file mode 100644
index 00000000..9fb7fce5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/c01(1).png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/c01.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/c01.png
new file mode 100644
index 00000000..58abf24b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/c01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/c02.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/c02.png
new file mode 100644
index 00000000..f38dedb2
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/c02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/c03.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/c03.png
new file mode 100644
index 00000000..ada66be4
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/c03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/c04(1).png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/c04(1).png
new file mode 100644
index 00000000..75580153
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/c04(1).png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/eff_3.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/eff_3.xml
new file mode 100644
index 00000000..78cc120b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/eff_3.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/guang.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/guang.png
new file mode 100644
index 00000000..628dbe5e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/guang.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/spring.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/spring.xml
new file mode 100644
index 00000000..546582b1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/spring.xml
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/炸弹.jta b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/炸弹.jta
new file mode 100644
index 00000000..775f284d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Folder2/Package1/炸弹.jta differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Main/component/zhuomian/gray_bg_btn.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Main/component/zhuomian/gray_bg_btn.xml
new file mode 100644
index 00000000..2deb3236
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Main/component/zhuomian/gray_bg_btn.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Main/component/zhuomian/hw_img.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Main/component/zhuomian/hw_img.png
new file mode 100644
index 00000000..8334da0b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Main/component/zhuomian/hw_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Main/images/dn.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Main/images/dn.png
new file mode 100644
index 00000000..d364b796
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Main/images/dn.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/Btn_Agran.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/Btn_Agran.xml
new file mode 100644
index 00000000..80e8b90e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/Btn_Agran.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/Btn_queding.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/Btn_queding.xml
new file mode 100644
index 00000000..a855f7f3
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/Btn_queding.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/Head3.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/Head3.xml
new file mode 100644
index 00000000..cb853291
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/Head3.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/big_result_item.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/big_result_item.xml
new file mode 100644
index 00000000..3f35a415
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/big_result_item.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/btn_result_close.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/btn_result_close.xml
new file mode 100644
index 00000000..dd2fce12
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/btn_result_close.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/btn_zan.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/btn_zan.xml
new file mode 100644
index 00000000..dcae3f20
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/btn_zan.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/clearing.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/clearing.xml
new file mode 100644
index 00000000..da5ad331
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/clearing.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/clearing_item_1.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/clearing_item_1.xml
new file mode 100644
index 00000000..86e16547
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/clearing_item_1.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/clearing_item_2.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/clearing_item_2.xml
new file mode 100644
index 00000000..c92ba1b1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/clearing_item_2.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/descript_item.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/descript_item.xml
new file mode 100644
index 00000000..b71bb46d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/descript_item.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/di.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/di.png
new file mode 100644
index 00000000..1de9d814
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/di.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/di01.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/di01.png
new file mode 100644
index 00000000..4c729645
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/di01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/di02.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/di02.png
new file mode 100644
index 00000000..ce8c4726
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/di02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/dyj.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/dyj.png
new file mode 100644
index 00000000..7ace77a1
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/dyj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/fengexian.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/fengexian.png
new file mode 100644
index 00000000..bb0aca99
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/fengexian.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/fgx.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/fgx.png
new file mode 100644
index 00000000..cb7e82f4
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/fgx.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/fh.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/fh.png
new file mode 100644
index 00000000..2c85345e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/fh.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/fnt_lose.fnt b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/fnt_lose.fnt
new file mode 100644
index 00000000..17643325
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/fnt_lose.fnt
@@ -0,0 +1,14 @@
+info creator=UIBuilder size=20 resizable=true
+char id=43 img=nauechy xoffset=0 yoffset=0 xadvance=0
+char id=45 img=nauechx xoffset=0 yoffset=0 xadvance=0
+char id=46 img=nauechw xoffset=0 yoffset=0 xadvance=0
+char id=48 img=nauechz xoffset=0 yoffset=0 xadvance=0
+char id=49 img=naueci0 xoffset=0 yoffset=0 xadvance=0
+char id=50 img=naueci1 xoffset=0 yoffset=0 xadvance=0
+char id=51 img=naueci2 xoffset=0 yoffset=0 xadvance=0
+char id=52 img=naueci3 xoffset=0 yoffset=0 xadvance=0
+char id=53 img=naueci4 xoffset=0 yoffset=0 xadvance=0
+char id=54 img=naueci5 xoffset=0 yoffset=0 xadvance=0
+char id=55 img=naueci6 xoffset=0 yoffset=0 xadvance=0
+char id=56 img=naueci7 xoffset=0 yoffset=0 xadvance=0
+char id=57 img=naueci8 xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/fnt_win.fnt b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/fnt_win.fnt
new file mode 100644
index 00000000..7bf46930
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/fnt_win.fnt
@@ -0,0 +1,14 @@
+info creator=UIBuilder size=20 resizable=true
+char id=43 img=nauechj xoffset=0 yoffset=0 xadvance=0
+char id=45 img=nauechi xoffset=0 yoffset=0 xadvance=0
+char id=46 img=nauechh xoffset=0 yoffset=0 xadvance=0
+char id=48 img=nauechk xoffset=0 yoffset=0 xadvance=0
+char id=49 img=nauechl xoffset=0 yoffset=0 xadvance=0
+char id=50 img=nauechm xoffset=0 yoffset=0 xadvance=0
+char id=51 img=nauechn xoffset=0 yoffset=0 xadvance=0
+char id=52 img=nauecho xoffset=0 yoffset=0 xadvance=0
+char id=53 img=nauechp xoffset=0 yoffset=0 xadvance=0
+char id=54 img=nauechq xoffset=0 yoffset=0 xadvance=0
+char id=55 img=nauechr xoffset=0 yoffset=0 xadvance=0
+char id=56 img=nauechs xoffset=0 yoffset=0 xadvance=0
+char id=57 img=nauechg xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_+.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_+.png
new file mode 100644
index 00000000..26eb24e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_+.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_-.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_-.png
new file mode 100644
index 00000000..9221a8d5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_-.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_..png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_..png
new file mode 100644
index 00000000..e388e793
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_..png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_0.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_0.png
new file mode 100644
index 00000000..d6e1b05f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_0.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_1.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_1.png
new file mode 100644
index 00000000..f3751c47
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_2.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_2.png
new file mode 100644
index 00000000..f5db0f79
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_2.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_3.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_3.png
new file mode 100644
index 00000000..2ca12144
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_3.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_4.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_4.png
new file mode 100644
index 00000000..6e9bb8ab
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_4.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_5.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_5.png
new file mode 100644
index 00000000..31190485
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_5.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_6.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_6.png
new file mode 100644
index 00000000..173cd017
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_6.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_7.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_7.png
new file mode 100644
index 00000000..b38d77dc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_7.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_8.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_8.png
new file mode 100644
index 00000000..c0437173
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_8.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_9.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_9.png
new file mode 100644
index 00000000..2859ea8f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_9.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_zj.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_zj.png
new file mode 100644
index 00000000..c09ea237
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/lose/lose_zj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_+.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_+.png
new file mode 100644
index 00000000..b5cc0bd2
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_+.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_-.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_-.png
new file mode 100644
index 00000000..a25e14ed
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_-.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_..png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_..png
new file mode 100644
index 00000000..1c929993
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_..png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_0.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_0.png
new file mode 100644
index 00000000..638aeb1b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_0.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_1.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_1.png
new file mode 100644
index 00000000..e241f503
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_2.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_2.png
new file mode 100644
index 00000000..c158508f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_2.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_3.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_3.png
new file mode 100644
index 00000000..798d2cc6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_3.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_4.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_4.png
new file mode 100644
index 00000000..c88a357c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_4.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_5.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_5.png
new file mode 100644
index 00000000..480f718a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_5.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_6.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_6.png
new file mode 100644
index 00000000..3b419615
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_6.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_7.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_7.png
new file mode 100644
index 00000000..f9a37e84
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_7.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_8.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_8.png
new file mode 100644
index 00000000..0259d686
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_8.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_9.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_9.png
new file mode 100644
index 00000000..6c5307d9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_9.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_zj.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_zj.png
new file mode 100644
index 00000000..e8d94870
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/win_zj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/zjxz.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/zjxz.png
new file mode 100644
index 00000000..e8d94870
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/font/win/zjxz.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/fxlj.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/fxlj.png
new file mode 100644
index 00000000..80df1393
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/fxlj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/fxzj.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/fxzj.png
new file mode 100644
index 00000000..dd797da8
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/fxzj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/fzzj.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/fzzj.png
new file mode 100644
index 00000000..24eea73a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/fzzj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/hd.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/hd.png
new file mode 100644
index 00000000..5a7693d3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/hd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/a00.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/a00.png
new file mode 100644
index 00000000..471d463e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/a00.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/bg_xjs.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/bg_xjs.png
new file mode 100644
index 00000000..bd136e7e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/bg_xjs.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/btl.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/btl.png
new file mode 100644
index 00000000..e8dce092
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/btl.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/button01.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/button01.png
new file mode 100644
index 00000000..347a5605
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/button01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/di00.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/di00.png
new file mode 100644
index 00000000..467a6670
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/di00.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/di2.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/di2.png
new file mode 100644
index 00000000..975c7691
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/di2.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/lose.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/lose.png
new file mode 100644
index 00000000..58496432
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/lose.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/shengyu.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/shengyu.png
new file mode 100644
index 00000000..885dda4a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/shengyu.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/win.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/win.png
new file mode 100644
index 00000000..307ae94a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/win.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/zan.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/zan.png
new file mode 100644
index 00000000..159ad1b0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/zan.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/zlyj_img.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/zlyj_img.png
new file mode 100644
index 00000000..a506c5b0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/image/zlyj_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/jfd.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/jfd.png
new file mode 100644
index 00000000..fdd3d7fc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/jfd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/jtfx.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/jtfx.png
new file mode 100644
index 00000000..db8cab1b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/jtfx.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/k.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/k.png
new file mode 100644
index 00000000..97e76587
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/k.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/lose_zj.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/lose_zj.png
new file mode 100644
index 00000000..c09ea237
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/lose_zj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/poker_r.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/poker_r.xml
new file mode 100644
index 00000000..3e65aabf
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/poker_r.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/qd.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/qd.png
new file mode 100644
index 00000000..c12f6d0e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/qd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/qiwnj.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/qiwnj.png
new file mode 100644
index 00000000..a83839ed
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/qiwnj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/result_head.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/result_head.xml
new file mode 100644
index 00000000..317991ee
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/result_head.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/result_main.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/result_main.xml
new file mode 100644
index 00000000..016aa404
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/result_main.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/sb.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/sb.png
new file mode 100644
index 00000000..a204e8c0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/sb.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/sl.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/sl.png
new file mode 100644
index 00000000..4bc55f00
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/sl.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/tgz.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/tgz.png
new file mode 100644
index 00000000..f5638bbd
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/tgz.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/wxyqhy.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/wxyqhy.png
new file mode 100644
index 00000000..e25d2f0a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/wxyqhy.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/yzb.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/yzb.png
new file mode 100644
index 00000000..52070e6b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/yzb.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/zb.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/zb.png
new file mode 100644
index 00000000..dae6d2b2
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/zb.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/zjwjd.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/zjwjd.png
new file mode 100644
index 00000000..cceb3bc5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/Result/zjwjd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/RightPanel.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/RightPanel.xml
new file mode 100644
index 00000000..c4641f94
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/RightPanel.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/RoomInfoPanel1.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/RoomInfoPanel1.xml
new file mode 100644
index 00000000..bce0bff8
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/RoomInfoPanel1.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/RoomInfoPanel_1.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/RoomInfoPanel_1.xml
new file mode 100644
index 00000000..5d5f2e91
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/RoomInfoPanel_1.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/RunFast_Main_2.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/RunFast_Main_2.xml
new file mode 100644
index 00000000..78819602
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/RunFast_Main_2.xml
@@ -0,0 +1,155 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/RunFast_Main_3.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/RunFast_Main_3.xml
new file mode 100644
index 00000000..d3042ae5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/RunFast_Main_3.xml
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/card_info/Player_card_info_1.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/card_info/Player_card_info_1.xml
new file mode 100644
index 00000000..aa3081b4
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/card_info/Player_card_info_1.xml
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/card_info/Player_card_info_2.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/card_info/Player_card_info_2.xml
new file mode 100644
index 00000000..bb71cf82
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/card_info/Player_card_info_2.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/card_info/Player_card_info_3.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/card_info/Player_card_info_3.xml
new file mode 100644
index 00000000..a73287f4
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/card_info/Player_card_info_3.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/Btn_chat.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/Btn_chat.xml
new file mode 100644
index 00000000..20c4b1ac
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/Btn_chat.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/Gcm_chat.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/Gcm_chat.xml
new file mode 100644
index 00000000..cf12353d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/Gcm_chat.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/component/VoiceMask(1).xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/component/VoiceMask(1).xml
new file mode 100644
index 00000000..d7b4ddc3
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/component/VoiceMask(1).xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/images/game_icon_04.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/images/game_icon_04.png
new file mode 100644
index 00000000..0133f079
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/images/game_icon_04.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/images/mkf.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/images/mkf.png
new file mode 100644
index 00000000..211891cf
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/images/mkf.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/images/yuyinquan01.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/images/yuyinquan01.png
new file mode 100644
index 00000000..5b4467b6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/images/yuyinquan01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/images/yuyinquan02.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/images/yuyinquan02.png
new file mode 100644
index 00000000..3e7c9b83
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/images/yuyinquan02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/images/yuyinquan03.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/images/yuyinquan03.png
new file mode 100644
index 00000000..e5344235
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/images/yuyinquan03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/images/yyb.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/images/yyb.png
new file mode 100644
index 00000000..3b3affb9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/chat/images/yyb.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/clearing/clearing1/chat_button_blue.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/clearing/clearing1/chat_button_blue.png
new file mode 100644
index 00000000..7b89ca92
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/clearing/clearing1/chat_button_blue.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/clearing/room/btn_invite(1).xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/clearing/room/btn_invite(1).xml
new file mode 100644
index 00000000..255c3e0d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/clearing/room/btn_invite(1).xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/Win_Mine.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/Win_Mine.xml
new file mode 100644
index 00000000..70f0e0b9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/Win_Mine.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/c01.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/c01.png
new file mode 100644
index 00000000..58abf24b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/c01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/c02.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/c02.png
new file mode 100644
index 00000000..850bfbb3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/c02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/c03.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/c03.png
new file mode 100644
index 00000000..2719fb21
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/c03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/c04.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/c04.png
new file mode 100644
index 00000000..1b9779f5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/c04.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/eff_1.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/eff_1.xml
new file mode 100644
index 00000000..2f1971eb
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/eff_1.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/eff_2.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/eff_2.xml
new file mode 100644
index 00000000..ae1dad31
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/eff_2.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/eff_4.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/eff_4.xml
new file mode 100644
index 00000000..8e3599fe
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/eff_4.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/eff_5.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/eff_5.xml
new file mode 100644
index 00000000..2ffdd936
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/eff_5.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/feiji.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/feiji.png
new file mode 100644
index 00000000..0f41d4e9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/feiji.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/l.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/l.png
new file mode 100644
index 00000000..35be0811
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/l.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/s01.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/s01.png
new file mode 100644
index 00000000..da24396b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/s01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/s02.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/s02.png
new file mode 100644
index 00000000..08d0877d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/s02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/s_32.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/s_32.png
new file mode 100644
index 00000000..b2f1315a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/s_32.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/z01.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/z01.png
new file mode 100644
index 00000000..25e903de
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/z01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/z02.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/z02.png
new file mode 100644
index 00000000..020548e4
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/z02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/z03.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/z03.png
new file mode 100644
index 00000000..cc18f4a0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/z03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/z04.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/z04.png
new file mode 100644
index 00000000..6d0fd782
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/z04.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/z05.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/z05.png
new file mode 100644
index 00000000..6d40d406
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/z05.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/z06.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/z06.png
new file mode 100644
index 00000000..e011d742
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/z06.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/z07.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/z07.png
new file mode 100644
index 00000000..3b1b814c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/z07.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/z08.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/z08.png
new file mode 100644
index 00000000..2781f785
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/card_type/z08.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/effct_img/光.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/effct_img/光.png
new file mode 100644
index 00000000..37ac55e3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/effct_img/光.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/effct_img/星.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/effct_img/星.png
new file mode 100644
index 00000000..e9d4b763
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/effct_img/星.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/effct_img/粒子.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/effct_img/粒子.png
new file mode 100644
index 00000000..0210f2d7
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/effct_img/粒子.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/one_card_eff/00.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/one_card_eff/00.png
new file mode 100644
index 00000000..b8e8bb97
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/one_card_eff/00.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/one_card_eff/01.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/one_card_eff/01.png
new file mode 100644
index 00000000..981bca37
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/one_card_eff/01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/one_card_eff/02.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/one_card_eff/02.png
new file mode 100644
index 00000000..6876210a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/one_card_eff/02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/one_card_eff/one_card_eff.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/one_card_eff/one_card_eff.xml
new file mode 100644
index 00000000..3173b6b8
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/one_card_eff/one_card_eff.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/poker/poker_eff.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/poker/poker_eff.xml
new file mode 100644
index 00000000..07a3510c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/poker/poker_eff.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/01.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/01.png
new file mode 100644
index 00000000..d5af334f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/02.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/02.png
new file mode 100644
index 00000000..39ec1b30
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/03.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/03.png
new file mode 100644
index 00000000..24be44af
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/f00.mp3 b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/f00.mp3
new file mode 100644
index 00000000..9ca0a43f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/f00.mp3 differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/lose.mp3 b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/lose.mp3
new file mode 100644
index 00000000..3a0d1c4f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/lose.mp3 differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/rank_eff.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/rank_eff.xml
new file mode 100644
index 00000000..4d2310c9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/rank_eff.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/s01.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/s01.png
new file mode 100644
index 00000000..70f2a971
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/s01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/s02.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/s02.png
new file mode 100644
index 00000000..4ced5fb6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/s02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/s04.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/s04.png
new file mode 100644
index 00000000..d623e7bb
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/s04.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/s05.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/s05.png
new file mode 100644
index 00000000..ae2b4f7d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/rank1/s05.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/win/ying.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/win/ying.png
new file mode 100644
index 00000000..f8bedeb5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/win/ying.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/win/光.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/win/光.png
new file mode 100644
index 00000000..37ac55e3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/win/光.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/win/遮罩.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/win/遮罩.png
new file mode 100644
index 00000000..c744578b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/effect/win/遮罩.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/game_bottom_01.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/game_bottom_01.png
new file mode 100644
index 00000000..e25d2f0a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/game_bottom_01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/1.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/1.png
new file mode 100644
index 00000000..4ff70a26
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/Head.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/Head.xml
new file mode 100644
index 00000000..3142ea93
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/Head.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/HeadNameBG.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/HeadNameBG.xml
new file mode 100644
index 00000000..e04ab8d8
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/HeadNameBG.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/PlayerHead_1.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/PlayerHead_1.xml
new file mode 100644
index 00000000..11198fcf
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/PlayerHead_1.xml
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/PlayerHead_2.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/PlayerHead_2.xml
new file mode 100644
index 00000000..ddfdd8ce
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/PlayerHead_2.xml
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/PlayerHead_3.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/PlayerHead_3.xml
new file mode 100644
index 00000000..33acdb4c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/PlayerHead_3.xml
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/gq.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/gq.png
new file mode 100644
index 00000000..43016562
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/gq.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/gq1.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/gq1.png
new file mode 100644
index 00000000..d10f8c3f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/gq1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/head_info_1.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/head_info_1.xml
new file mode 100644
index 00000000..c7bab0f0
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/head_info_1.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/jfk.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/jfk.png
new file mode 100644
index 00000000..3503fee7
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/jfk.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/shengyu.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/shengyu.xml
new file mode 100644
index 00000000..4e8b4f13
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/shengyu.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/touxiang.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/touxiang.xml
new file mode 100644
index 00000000..8a0d9116
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/touxiang.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/tuoguan.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/tuoguan.png
new file mode 100644
index 00000000..d899c8d5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/head/tuoguan.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/NewPoker/bg.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/NewPoker/bg.png
new file mode 100644
index 00000000..65a93a82
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/NewPoker/bg.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/bg.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/bg.png
new file mode 100644
index 00000000..3aa66e61
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/bg.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/mtdk_img.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/mtdk_img.png
new file mode 100644
index 00000000..0d440770
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/mtdk_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/niuniu_bg_03.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/niuniu_bg_03.png
new file mode 100644
index 00000000..8f4662ac
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/niuniu_bg_03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/4g01.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/4g01.png
new file mode 100644
index 00000000..cbb50f5b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/4g01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/4g02.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/4g02.png
new file mode 100644
index 00000000..38cb7331
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/4g02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/4g03.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/4g03.png
new file mode 100644
index 00000000..15bc9cc9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/4g03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/chakan.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/chakan.png
new file mode 100644
index 00000000..ff65453a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/chakan.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/dianchi01.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/dianchi01.png
new file mode 100644
index 00000000..95d369ff
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/dianchi01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/dianchi02.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/dianchi02.png
new file mode 100644
index 00000000..86b4430c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/dianchi02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/shezhi.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/shezhi.png
new file mode 100644
index 00000000..9f212dcc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/shezhi.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/wifi01.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/wifi01.png
new file mode 100644
index 00000000..f5ff4a53
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/wifi01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/wifi02.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/wifi02.png
new file mode 100644
index 00000000..f2de359a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/wifi02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/wifi03.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/wifi03.png
new file mode 100644
index 00000000..a64ca8b7
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/phone_info/wifi03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/wenzi00.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/wenzi00.png
new file mode 100644
index 00000000..f76c785a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/wenzi00.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/庄.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/庄.png
new file mode 100644
index 00000000..7d392a4e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/images/庄.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/niuniu_icon_08.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/niuniu_icon_08.png
new file mode 100644
index 00000000..2df77e06
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/image/niuniu_icon_08.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/mask.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/mask.xml
new file mode 100644
index 00000000..dd687ba1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/mask.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/00.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/00.png
new file mode 100644
index 00000000..bd2dedfc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/00.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/101.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/101.xml
new file mode 100644
index 00000000..93cfb4fc
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/101.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/102.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/102.xml
new file mode 100644
index 00000000..841b47af
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/102.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/103.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/103.xml
new file mode 100644
index 00000000..d9b63159
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/103.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/104.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/104.xml
new file mode 100644
index 00000000..6da7793e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/104.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/105.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/105.xml
new file mode 100644
index 00000000..1a1a3650
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/105.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/106.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/106.xml
new file mode 100644
index 00000000..8534f766
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/106.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/107.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/107.xml
new file mode 100644
index 00000000..4ea81c0a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/107.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/108.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/108.xml
new file mode 100644
index 00000000..0032534f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/108.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/109.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/109.xml
new file mode 100644
index 00000000..dbdba24e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/109.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/110.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/110.xml
new file mode 100644
index 00000000..52197106
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/110.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/111.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/111.xml
new file mode 100644
index 00000000..da9feb52
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/111.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/112.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/112.xml
new file mode 100644
index 00000000..8c79efb9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/112.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/113.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/113.xml
new file mode 100644
index 00000000..373b945f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/113.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/114.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/114.xml
new file mode 100644
index 00000000..c3629899
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/114.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/115.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/115.xml
new file mode 100644
index 00000000..f72bda4a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/1/115.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/201.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/201.xml
new file mode 100644
index 00000000..c5a2c0d1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/201.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/202.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/202.xml
new file mode 100644
index 00000000..09f72032
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/202.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/203.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/203.xml
new file mode 100644
index 00000000..8cc43bf5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/203.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/204.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/204.xml
new file mode 100644
index 00000000..5d65f0d3
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/204.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/205.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/205.xml
new file mode 100644
index 00000000..d0016fba
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/205.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/206.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/206.xml
new file mode 100644
index 00000000..622286fa
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/206.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/207.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/207.xml
new file mode 100644
index 00000000..ca53cc02
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/207.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/208.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/208.xml
new file mode 100644
index 00000000..8268c3f8
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/208.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/209.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/209.xml
new file mode 100644
index 00000000..d93c7d4f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/209.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/210.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/210.xml
new file mode 100644
index 00000000..5995da3e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/210.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/211.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/211.xml
new file mode 100644
index 00000000..6562b94f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/211.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/212.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/212.xml
new file mode 100644
index 00000000..16aad50c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/212.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/213.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/213.xml
new file mode 100644
index 00000000..425712f8
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/213.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/214.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/214.xml
new file mode 100644
index 00000000..28492198
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/214.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/215.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/215.xml
new file mode 100644
index 00000000..3629029c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/2/215.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/10.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/10.png
new file mode 100644
index 00000000..3c01b920
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/10.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/301.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/301.xml
new file mode 100644
index 00000000..06ec69e6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/301.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/302.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/302.xml
new file mode 100644
index 00000000..ace14437
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/302.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/303.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/303.xml
new file mode 100644
index 00000000..e9635531
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/303.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/304.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/304.xml
new file mode 100644
index 00000000..94e6cdcf
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/304.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/305.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/305.xml
new file mode 100644
index 00000000..2237004d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/305.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/306.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/306.xml
new file mode 100644
index 00000000..e66b7474
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/306.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/307.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/307.xml
new file mode 100644
index 00000000..ae1a81d9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/307.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/308.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/308.xml
new file mode 100644
index 00000000..1b10ae2b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/308.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/309.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/309.xml
new file mode 100644
index 00000000..42e1c9f6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/309.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/310.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/310.xml
new file mode 100644
index 00000000..e2f55138
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/310.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/310_1.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/310_1.xml
new file mode 100644
index 00000000..690107d8
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/310_1.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/310_2.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/310_2.xml
new file mode 100644
index 00000000..d5db6362
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/310_2.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/311.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/311.xml
new file mode 100644
index 00000000..8a39e8a4
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/311.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/312.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/312.xml
new file mode 100644
index 00000000..7f183f28
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/312.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/313.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/313.xml
new file mode 100644
index 00000000..c6f197d8
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/313.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/314.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/314.xml
new file mode 100644
index 00000000..06ec69e6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/314.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/315.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/315.xml
new file mode 100644
index 00000000..6d5d4d0b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/315.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/bg.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/bg.png
new file mode 100644
index 00000000..3facd8e6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/bg.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/h03.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/h03.png
new file mode 100644
index 00000000..5d3c704e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/h03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/newcard2/di.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/newcard2/di.xml
new file mode 100644
index 00000000..101e302b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/3/newcard2/di.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/401.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/401.xml
new file mode 100644
index 00000000..77b2222e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/401.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/402.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/402.xml
new file mode 100644
index 00000000..ce8976a0
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/402.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/403.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/403.xml
new file mode 100644
index 00000000..ad16b956
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/403.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/404.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/404.xml
new file mode 100644
index 00000000..d807e2bd
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/404.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/405.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/405.xml
new file mode 100644
index 00000000..dbacc065
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/405.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/406.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/406.xml
new file mode 100644
index 00000000..7bac9be4
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/406.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/407.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/407.xml
new file mode 100644
index 00000000..8d7b098b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/407.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/408.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/408.xml
new file mode 100644
index 00000000..f272c18f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/408.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/409.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/409.xml
new file mode 100644
index 00000000..3422154e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/409.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/410.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/410.xml
new file mode 100644
index 00000000..37b097fc
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/410.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/411.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/411.xml
new file mode 100644
index 00000000..f3a58564
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/411.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/412.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/412.xml
new file mode 100644
index 00000000..52722023
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/412.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/413.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/413.xml
new file mode 100644
index 00000000..13c7aa68
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/413.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/414.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/414.xml
new file mode 100644
index 00000000..77b2222e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/414.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/415.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/415.xml
new file mode 100644
index 00000000..23a293d8
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/4/415.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/515.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/515.xml
new file mode 100644
index 00000000..a64c3554
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/515.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/616.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/616.xml
new file mode 100644
index 00000000..410f31bc
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/616.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/NewPoker/bg.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/NewPoker/bg.png
new file mode 100644
index 00000000..65a93a82
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/NewPoker/bg.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/di(1).xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/di(1).xml
new file mode 100644
index 00000000..c0e648cb
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/di(1).xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/di.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/di.xml
new file mode 100644
index 00000000..5d58d2e0
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/di.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/01.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/01.png
new file mode 100644
index 00000000..5039ff93
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/02.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/02.png
new file mode 100644
index 00000000..7888aa16
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/03.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/03.png
new file mode 100644
index 00000000..c38a4210
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/04.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/04.png
new file mode 100644
index 00000000..1c270bf3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/04.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/05.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/05.png
new file mode 100644
index 00000000..10f93ecb
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/05.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/06.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/06.png
new file mode 100644
index 00000000..d49fc1ce
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/06.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/07.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/07.png
new file mode 100644
index 00000000..bbc9cfc7
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/07.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/08.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/08.png
new file mode 100644
index 00000000..79f6d128
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/08.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/09.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/09.png
new file mode 100644
index 00000000..fc0806e8
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/09.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/10.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/10.png
new file mode 100644
index 00000000..ef580c8e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/10.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/11.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/11.png
new file mode 100644
index 00000000..54a29355
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/11.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/12.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/12.png
new file mode 100644
index 00000000..77bd2d60
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/12.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/13.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/13.png
new file mode 100644
index 00000000..b45b8da4
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/13.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/bg.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/bg.png
new file mode 100644
index 00000000..3facd8e6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/bg.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/fangpian.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/fangpian.png
new file mode 100644
index 00000000..334e229a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/fangpian.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/heitao.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/heitao.png
new file mode 100644
index 00000000..5ee6ede8
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/heitao.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/hongtao.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/hongtao.png
new file mode 100644
index 00000000..f3f2cf18
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/hongtao.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/joker.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/joker.png
new file mode 100644
index 00000000..ddab0095
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/joker.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/joker02.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/joker02.png
new file mode 100644
index 00000000..2962f102
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/joker02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/meihua.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/meihua.png
new file mode 100644
index 00000000..4de302dc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/newcard/素材/meihua.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/phone_info/Btn_log.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/phone_info/Btn_log.xml
new file mode 100644
index 00000000..3ae20ab4
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/phone_info/Btn_log.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/phone_info/Btn_setting.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/phone_info/Btn_setting.xml
new file mode 100644
index 00000000..f7dfb246
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/phone_info/Btn_setting.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/phone_info/Component3(1).xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/phone_info/Component3(1).xml
new file mode 100644
index 00000000..a98d3c20
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/phone_info/Component3(1).xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/phone_info/Component3.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/phone_info/Component3.xml
new file mode 100644
index 00000000..9c6e9992
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/phone_info/Component3.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/phone_info/ProgressBar2.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/phone_info/ProgressBar2.xml
new file mode 100644
index 00000000..f052933a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/phone_info/ProgressBar2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/piao/btn_nopiao.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/piao/btn_nopiao.xml
new file mode 100644
index 00000000..5cd11ea3
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/piao/btn_nopiao.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/piao/btn_piao.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/piao/btn_piao.xml
new file mode 100644
index 00000000..0d71677f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/piao/btn_piao.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/Btn_back_jiesan.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/Btn_back_jiesan.xml
new file mode 100644
index 00000000..11f008f3
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/Btn_back_jiesan.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/Btn_back_lobby.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/Btn_back_lobby.xml
new file mode 100644
index 00000000..aa194ff6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/Btn_back_lobby.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/Btn_leave_lobby.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/Btn_leave_lobby.xml
new file mode 100644
index 00000000..5f65294d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/Btn_leave_lobby.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/Btn_log.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/Btn_log.xml
new file mode 100644
index 00000000..3ae20ab4
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/Btn_log.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/btn_distance.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/btn_distance.xml
new file mode 100644
index 00000000..1056a0af
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/btn_distance.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/card.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/card.png
new file mode 100644
index 00000000..2ae52ea6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/card.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/fb.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/fb.png
new file mode 100644
index 00000000..3bdb7060
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/fb.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/hand_poker_con.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/hand_poker_con.xml
new file mode 100644
index 00000000..ebf61c44
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/hand_poker_con.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/poker10.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/poker10.xml
new file mode 100644
index 00000000..37a70b33
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/poker10.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/poker12.5.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/poker12.5.xml
new file mode 100644
index 00000000..4da0a488
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/poker12.5.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/poker4.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/poker4.xml
new file mode 100644
index 00000000..6f182141
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/poker4.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/poker6.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/poker6.xml
new file mode 100644
index 00000000..3e65aabf
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/poker6.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/poker7.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/poker7.xml
new file mode 100644
index 00000000..2a954896
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/poker7.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/poker8.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/poker8.xml
new file mode 100644
index 00000000..7916ad00
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/poker/poker8.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/setting/images/newsetting/sp_img.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/setting/images/newsetting/sp_img.png
new file mode 100644
index 00000000..90e88b0b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/setting/images/newsetting/sp_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/tuoguanzhong.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/tuoguanzhong.xml
new file mode 100644
index 00000000..0193278b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/tuoguanzhong.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/yq.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/yq.png
new file mode 100644
index 00000000..59fb068b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/yq.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/component/yqhy.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/yqhy.png
new file mode 100644
index 00000000..768b34b5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/component/yqhy.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/c.mp3 b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/c.mp3
new file mode 100644
index 00000000..3806a016
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/c.mp3 differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/11.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/11.png
new file mode 100644
index 00000000..b2211327
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/11.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/chunt.jta b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/chunt.jta
new file mode 100644
index 00000000..c35fa43e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/chunt.jta differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/laoron.jta b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/laoron.jta
new file mode 100644
index 00000000..a5aad6d1
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/laoron.jta differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/spring.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/spring.xml
new file mode 100644
index 00000000..ab93d583
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/spring.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/spring2.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/spring2.xml
new file mode 100644
index 00000000..5d080ff6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/spring2.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/前杆.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/前杆.png
new file mode 100644
index 00000000..2ce6869c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/前杆.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/后杆.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/后杆.png
new file mode 100644
index 00000000..0d343837
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/后杆.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/字.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/字.png
new file mode 100644
index 00000000..9345d07d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/字.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/底.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/底.png
new file mode 100644
index 00000000..ef0b9abd
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/底.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/底板.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/底板.png
new file mode 100644
index 00000000..932ce00c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/底板.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/春天.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/春天.png
new file mode 100644
index 00000000..c5f3c7e6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/春天.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/花.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/花.png
new file mode 100644
index 00000000..717e5ed8
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/花.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/花1.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/花1.png
new file mode 100644
index 00000000..7393c31f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/花1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/花花.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/花花.png
new file mode 100644
index 00000000..90272c34
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/花花.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/雾1.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/雾1.png
new file mode 100644
index 00000000..482e4787
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/雾1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/顶.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/顶.png
new file mode 100644
index 00000000..548edcbf
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/顶.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/顶板.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/顶板.png
new file mode 100644
index 00000000..55562eb0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/chunt/顶板.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/eff_1.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/eff_1.xml
new file mode 100644
index 00000000..8c43c993
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/eff_1.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/eff_2.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/eff_2.xml
new file mode 100644
index 00000000..35c6ba6f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/eff_2.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/eff_4.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/eff_4.xml
new file mode 100644
index 00000000..65577453
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/eff_4.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/eff_5.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/eff_5.xml
new file mode 100644
index 00000000..57bb9093
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/eff_5.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/eff_feiji.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/eff_feiji.png
new file mode 100644
index 00000000..a4061efc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/eff_feiji.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/eff_feiji.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/eff_feiji.xml
new file mode 100644
index 00000000..729cad38
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/eff_feiji.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/f.mp3 b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/f.mp3
new file mode 100644
index 00000000..ecff85f1
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/f.mp3 differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/fjz.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/fjz.png
new file mode 100644
index 00000000..8b497723
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/fjz.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/fjz.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/fjz.xml
new file mode 100644
index 00000000..22a558ab
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/fjz.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/ld.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/ld.png
new file mode 100644
index 00000000..93fc177d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/ld.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/s.mp3 b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/s.mp3
new file mode 100644
index 00000000..398af510
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/s.mp3 differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/se.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/se.png
new file mode 100644
index 00000000..edfc865e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/se.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/shanxing.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/shanxing.png
new file mode 100644
index 00000000..19efa008
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/shanxing.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/sz.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/sz.png
new file mode 100644
index 00000000..85b8880f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/sz.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/xiahua.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/xiahua.png
new file mode 100644
index 00000000..c531a630
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/xiahua.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/xing/xing.jta b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/xing/xing.jta
new file mode 100644
index 00000000..ad9a7b7c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/xing/xing.jta differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/z.mp3 b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/z.mp3
new file mode 100644
index 00000000..c4c3113b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/z.mp3 differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/10.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/10.png
new file mode 100644
index 00000000..ddc2741b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/10.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/2.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/2.png
new file mode 100644
index 00000000..1feb50d9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/2.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/3.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/3.png
new file mode 100644
index 00000000..12a71378
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/3.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/4.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/4.png
new file mode 100644
index 00000000..581169a5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/4.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/5.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/5.png
new file mode 100644
index 00000000..05e724f3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/5.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/6.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/6.png
new file mode 100644
index 00000000..48d20bdf
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/6.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/7.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/7.png
new file mode 100644
index 00000000..f6ee8312
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/7.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/8.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/8.png
new file mode 100644
index 00000000..49571d6b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/8.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/9.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/9.png
new file mode 100644
index 00000000..6ffc1401
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/9.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/eff_3.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/eff_3.xml
new file mode 100644
index 00000000..b1497ac7
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/eff_3.xml
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/zhad.jta b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/zhad.jta
new file mode 100644
index 00000000..0b1bc14e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/zhad.jta differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/炸弹.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/炸弹.png
new file mode 100644
index 00000000..6769014e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/炸弹.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/炸弹1.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/炸弹1.png
new file mode 100644
index 00000000..7fc2ee48
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/donghua/zhad/炸弹1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/gamerule.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/gamerule.xml
new file mode 100644
index 00000000..5410bae9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/gamerule.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/image/MovieClip1.jta b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/MovieClip1.jta
new file mode 100644
index 00000000..14c451f9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/MovieClip1.jta differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/1.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/1.png
new file mode 100644
index 00000000..5ae3a2e2
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/2.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/2.png
new file mode 100644
index 00000000..a173a8a3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/2.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/3.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/3.png
new file mode 100644
index 00000000..0bac61ef
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/3.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/5.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/5.png
new file mode 100644
index 00000000..554b0cf0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/5.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/8.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/8.png
new file mode 100644
index 00000000..f121f288
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/8.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/bc_img.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/bc_img.png
new file mode 100644
index 00000000..5eef547e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/bc_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/bp.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/bp.png
new file mode 100644
index 00000000..fb704c0d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/bp.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/cp_img.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/cp_img.png
new file mode 100644
index 00000000..af5b0e9d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/cp_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/hsand.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/hsand.png
new file mode 100644
index 00000000..1b2adaef
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/hsand.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/lsand.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/lsand.png
new file mode 100644
index 00000000..a5ab1ed5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/lsand.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/p.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/p.png
new file mode 100644
index 00000000..cec56f05
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/p.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/ts_img.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/ts_img.png
new file mode 100644
index 00000000..baa13b5c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/ts_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/wenzi01.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/wenzi01.png
new file mode 100644
index 00000000..64f1f025
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/wenzi01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/wenzi02.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/wenzi02.png
new file mode 100644
index 00000000..8adebce6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/wenzi02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/wenzi04.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/wenzi04.png
new file mode 100644
index 00000000..7187df1a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/wenzi04.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/wenzi041.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/wenzi041.png
new file mode 100644
index 00000000..fb56cde9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/btn/wenzi041.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/image/icon.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/icon.png
new file mode 100644
index 00000000..371009e1
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/icon.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/image/shadow.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/shadow.png
new file mode 100644
index 00000000..9cdef1c5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/shadow.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/image/wxyqhy_img.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/wxyqhy_img.png
new file mode 100644
index 00000000..e25d2f0a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/wxyqhy_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/image/ying.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/ying.png
new file mode 100644
index 00000000..f8bedeb5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/ying.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/image/光.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/光.png
new file mode 100644
index 00000000..37ac55e3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/光.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/image/遮罩.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/遮罩.png
new file mode 100644
index 00000000..c744578b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/image/遮罩.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/images/Button3.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/Button3.xml
new file mode 100644
index 00000000..c26a807f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/Button3.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/images/clock.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/clock.png
new file mode 100644
index 00000000..8e556328
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/clock.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/images/dks02.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/dks02.png
new file mode 100644
index 00000000..6f54628a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/dks02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/images/fh_img.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/fh_img.png
new file mode 100644
index 00000000..dd498d90
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/fh_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/images/hsgps.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/hsgps.png
new file mode 100644
index 00000000..2de98968
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/hsgps.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/images/hsgq.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/hsgq.png
new file mode 100644
index 00000000..51dbafb0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/hsgq.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/images/js.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/js.png
new file mode 100644
index 00000000..3cf44c4b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/js.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/images/lk.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/lk.png
new file mode 100644
index 00000000..61773ec8
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/lk.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/images/lvgps.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/lvgps.png
new file mode 100644
index 00000000..95488d24
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/lvgps.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/images/sd.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/sd.png
new file mode 100644
index 00000000..5fb1fb6c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/sd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/images/sm.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/sm.png
new file mode 100644
index 00000000..34a7bf05
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/sm.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/images/sz.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/sz.png
new file mode 100644
index 00000000..93afc318
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/sz.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/images/wenhao.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/wenhao.png
new file mode 100644
index 00000000..c4aeeb92
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/images/wenhao.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/package.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/package.xml
new file mode 100644
index 00000000..856732c2
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/package.xml
@@ -0,0 +1,496 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/SettingWindow1.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/SettingWindow1.xml
new file mode 100644
index 00000000..18cc25d7
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/SettingWindow1.xml
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/component/Btn_cr_checkbox.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/component/Btn_cr_checkbox.xml
new file mode 100644
index 00000000..a9219e1f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/component/Btn_cr_checkbox.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/component/Slider1.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/component/Slider1.xml
new file mode 100644
index 00000000..a1d6af12
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/component/Slider1.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/component/Slider1_grip.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/component/Slider1_grip.xml
new file mode 100644
index 00000000..0f078633
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/component/Slider1_grip.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/component/Slider1_grip2.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/component/Slider1_grip2.xml
new file mode 100644
index 00000000..0f078633
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/component/Slider1_grip2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/component/Slider2.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/component/Slider2.xml
new file mode 100644
index 00000000..9a90bd49
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/component/Slider2.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/component/hd.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/component/hd.png
new file mode 100644
index 00000000..2d20a475
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/component/hd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/component/setting/btn_bg.xml b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/component/setting/btn_bg.xml
new file mode 100644
index 00000000..4e6bc0ab
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/component/setting/btn_bg.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/component/ydk.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/component/ydk.png
new file mode 100644
index 00000000..9ba8ce6e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/component/ydk.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/11_08.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/11_08.png
new file mode 100644
index 00000000..f94364e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/11_08.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/9bg_04.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/9bg_04.png
new file mode 100644
index 00000000..926f130c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/9bg_04.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/bj.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/bj.png
new file mode 100644
index 00000000..cea57b31
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/bj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/dk.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/dk.png
new file mode 100644
index 00000000..6452b005
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/dk.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/fg.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/fg.png
new file mode 100644
index 00000000..bdb04cbc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/fg.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/fgx.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/fgx.png
new file mode 100644
index 00000000..d5a2cc57
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/fgx.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/hdtd.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/hdtd.png
new file mode 100644
index 00000000..eaf3cedc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/hdtd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/hw.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/hw.png
new file mode 100644
index 00000000..18a25f6c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/hw.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/icon_yinxiao.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/icon_yinxiao.png
new file mode 100644
index 00000000..19b75a6a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/icon_yinxiao.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/icon_yinyue.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/icon_yinyue.png
new file mode 100644
index 00000000..80d55764
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/icon_yinyue.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/jd.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/jd.png
new file mode 100644
index 00000000..6323502f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/jd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/jdt.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/jdt.png
new file mode 100644
index 00000000..80e9f069
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/jdt.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/pm.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/pm.png
new file mode 100644
index 00000000..f30ca18f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/pm.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/shezhi_title_03.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/shezhi_title_03.png
new file mode 100644
index 00000000..554a0279
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/shezhi_title_03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/shezhi_title_04.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/shezhi_title_04.png
new file mode 100644
index 00000000..4e993f3b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/shezhi_title_04.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/sx.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/sx.png
new file mode 100644
index 00000000..2f329bd3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/sx.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/sytb.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/sytb.png
new file mode 100644
index 00000000..3bea691d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/sytb.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/szbt.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/szbt.png
new file mode 100644
index 00000000..fd0b4b9b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/szbt.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/szz.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/szz.png
new file mode 100644
index 00000000..e56408f5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/szz.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/table_bg1.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/table_bg1.png
new file mode 100644
index 00000000..a98db882
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/table_bg1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/table_bg2.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/table_bg2.png
new file mode 100644
index 00000000..53db8638
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/table_bg2.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/table_bg3.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/table_bg3.png
new file mode 100644
index 00000000..813893b0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/table_bg3.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/xzk.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/xzk.png
new file mode 100644
index 00000000..6cefea08
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/xzk.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/yytb.png b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/yytb.png
new file mode 100644
index 00000000..23ae81c0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_RunFastNew/setting/images/setting/yytb.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Clearing.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/Clearing.xml
new file mode 100644
index 00000000..03a093fa
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/Clearing.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Clearing/Component/btn_nextRound.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/Clearing/Component/btn_nextRound.xml
new file mode 100644
index 00000000..cde42cfa
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/Clearing/Component/btn_nextRound.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/Main.xml
new file mode 100644
index 00000000..4b101539
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/Main.xml
@@ -0,0 +1,260 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_Check.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_Check.xml
new file mode 100644
index 00000000..d9783444
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_Check.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_CloseRoom.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_CloseRoom.xml
new file mode 100644
index 00000000..6e03bff5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_CloseRoom.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_GamePlay.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_GamePlay.xml
new file mode 100644
index 00000000..45846192
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_GamePlay.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_Invite.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_Invite.xml
new file mode 100644
index 00000000..b5d38194
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_Invite.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_Message.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_Message.xml
new file mode 100644
index 00000000..61b4f8a9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_Message.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_Ready.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_Ready.xml
new file mode 100644
index 00000000..5d426581
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_Ready.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_SelfCard.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_SelfCard.xml
new file mode 100644
index 00000000..ee555bca
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_SelfCard.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_SendCard.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_SendCard.xml
new file mode 100644
index 00000000..b3becc8a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_SendCard.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_Setting.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_Setting.xml
new file mode 100644
index 00000000..46eec885
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_Setting.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_Spectator.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_Spectator.xml
new file mode 100644
index 00000000..89920b5c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_Spectator.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_Tip.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_Tip.xml
new file mode 100644
index 00000000..b27656c5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Btn_Tip.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Comp_Clock.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Comp_Clock.xml
new file mode 100644
index 00000000..723e0fd5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Comp_Clock.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Comp_OutCard.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Comp_OutCard.xml
new file mode 100644
index 00000000..0e714ab5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/Comp_OutCard.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/PB_Battery.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/PB_Battery.xml
new file mode 100644
index 00000000..f617c7af
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/PB_Battery.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/btn_head.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/btn_head.xml
new file mode 100644
index 00000000..0f3d849c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/btn_head.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/btn_tipChild.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/btn_tipChild.xml
new file mode 100644
index 00000000..f4374c91
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Component/btn_tipChild.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 193.png b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 193.png
new file mode 100644
index 00000000..aaa1898b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 193.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 207.png b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 207.png
new file mode 100644
index 00000000..6eccfe46
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 207.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 247.png b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 247.png
new file mode 100644
index 00000000..703479a3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 247.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 248.png b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 248.png
new file mode 100644
index 00000000..c45278a9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 248.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 272.png b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 272.png
new file mode 100644
index 00000000..2bc8d75b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 272.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 273.png b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 273.png
new file mode 100644
index 00000000..73001643
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 273.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 274.png b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 274.png
new file mode 100644
index 00000000..69305f6c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 274.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 276.png b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 276.png
new file mode 100644
index 00000000..01e9acbf
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 276.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 277.png b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 277.png
new file mode 100644
index 00000000..0857fd40
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 277.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 278.png b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 278.png
new file mode 100644
index 00000000..5c8c739c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 278.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 280.png b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 280.png
new file mode 100644
index 00000000..b1377446
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 280.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 284.png b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 284.png
new file mode 100644
index 00000000..4450afb2
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/Group 284.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/button_05 1.png b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/button_05 1.png
new file mode 100644
index 00000000..7d3cfc97
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/button_05 1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/button_wanfa 1.png b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/button_wanfa 1.png
new file mode 100644
index 00000000..18397a74
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/button_wanfa 1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/要不起.png b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/要不起.png
new file mode 100644
index 00000000..a695f74d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Image/要不起.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/PlayerHead_1.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/PlayerHead_1.xml
new file mode 100644
index 00000000..4f4c0941
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/PlayerHead_1.xml
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/PlayerHead_2.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/PlayerHead_2.xml
new file mode 100644
index 00000000..478ad10c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/PlayerHead_2.xml
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Player_card_info_1.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Player_card_info_1.xml
new file mode 100644
index 00000000..eea66d72
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/Main/Player_card_info_1.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/Clock.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/component/Clock.xml
new file mode 100644
index 00000000..d690cf16
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/component/Clock.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/Main/component/zhuomian/gray_bg_btn.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/component/Main/component/zhuomian/gray_bg_btn.xml
new file mode 100644
index 00000000..2deb3236
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/component/Main/component/zhuomian/gray_bg_btn.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/Main/component/zhuomian/hw_img.png b/wb_new_ui/assets/Extend_Poker_SuoHa/component/Main/component/zhuomian/hw_img.png
new file mode 100644
index 00000000..8334da0b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/component/Main/component/zhuomian/hw_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/Result/yzb.png b/wb_new_ui/assets/Extend_Poker_SuoHa/component/Result/yzb.png
new file mode 100644
index 00000000..52070e6b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/component/Result/yzb.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/Result/zb.png b/wb_new_ui/assets/Extend_Poker_SuoHa/component/Result/zb.png
new file mode 100644
index 00000000..dae6d2b2
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/component/Result/zb.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/RoomInfoPanel1.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/component/RoomInfoPanel1.xml
new file mode 100644
index 00000000..bce0bff8
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/component/RoomInfoPanel1.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/effect/one_card_eff/00.png b/wb_new_ui/assets/Extend_Poker_SuoHa/component/effect/one_card_eff/00.png
new file mode 100644
index 00000000..b8e8bb97
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/component/effect/one_card_eff/00.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/effect/one_card_eff/01.png b/wb_new_ui/assets/Extend_Poker_SuoHa/component/effect/one_card_eff/01.png
new file mode 100644
index 00000000..981bca37
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/component/effect/one_card_eff/01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/effect/one_card_eff/02.png b/wb_new_ui/assets/Extend_Poker_SuoHa/component/effect/one_card_eff/02.png
new file mode 100644
index 00000000..6876210a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/component/effect/one_card_eff/02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/effect/one_card_eff/one_card_eff.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/component/effect/one_card_eff/one_card_eff.xml
new file mode 100644
index 00000000..1afa29d8
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/component/effect/one_card_eff/one_card_eff.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/head/1.png b/wb_new_ui/assets/Extend_Poker_SuoHa/component/head/1.png
new file mode 100644
index 00000000..4ff70a26
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/component/head/1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/head/gq.png b/wb_new_ui/assets/Extend_Poker_SuoHa/component/head/gq.png
new file mode 100644
index 00000000..43016562
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/component/head/gq.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/head/gq1.png b/wb_new_ui/assets/Extend_Poker_SuoHa/component/head/gq1.png
new file mode 100644
index 00000000..d10f8c3f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/component/head/gq1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/head/jfk.png b/wb_new_ui/assets/Extend_Poker_SuoHa/component/head/jfk.png
new file mode 100644
index 00000000..3503fee7
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/component/head/jfk.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/head/shengyu.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/component/head/shengyu.xml
new file mode 100644
index 00000000..4e8b4f13
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/component/head/shengyu.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/head/touxiang.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/component/head/touxiang.xml
new file mode 100644
index 00000000..3ceb8c8f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/component/head/touxiang.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/head/tuoguan.png b/wb_new_ui/assets/Extend_Poker_SuoHa/component/head/tuoguan.png
new file mode 100644
index 00000000..d899c8d5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/component/head/tuoguan.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/image/images/mtdk_img.png b/wb_new_ui/assets/Extend_Poker_SuoHa/component/image/images/mtdk_img.png
new file mode 100644
index 00000000..0d440770
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/component/image/images/mtdk_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/image/images/庄.png b/wb_new_ui/assets/Extend_Poker_SuoHa/component/image/images/庄.png
new file mode 100644
index 00000000..7d392a4e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/component/image/images/庄.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/mask.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/component/mask.xml
new file mode 100644
index 00000000..dd687ba1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/component/mask.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/piao/btn_nopiao.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/component/piao/btn_nopiao.xml
new file mode 100644
index 00000000..751dffbd
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/component/piao/btn_nopiao.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/piao/btn_piao.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/component/piao/btn_piao.xml
new file mode 100644
index 00000000..c1074cfd
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/component/piao/btn_piao.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/poker/Btn_back_jiesan.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/component/poker/Btn_back_jiesan.xml
new file mode 100644
index 00000000..2951887a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/component/poker/Btn_back_jiesan.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/poker/Btn_back_lobby.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/component/poker/Btn_back_lobby.xml
new file mode 100644
index 00000000..f9a0afb5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/component/poker/Btn_back_lobby.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/poker/Btn_leave_lobby.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/component/poker/Btn_leave_lobby.xml
new file mode 100644
index 00000000..d79d90fa
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/component/poker/Btn_leave_lobby.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/poker/Btn_log.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/component/poker/Btn_log.xml
new file mode 100644
index 00000000..3ff1b0a1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/component/poker/Btn_log.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/poker/card.png b/wb_new_ui/assets/Extend_Poker_SuoHa/component/poker/card.png
new file mode 100644
index 00000000..2ae52ea6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/component/poker/card.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/component/poker/hand_poker_con.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/component/poker/hand_poker_con.xml
new file mode 100644
index 00000000..ebf61c44
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/component/poker/hand_poker_con.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/1.png b/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/1.png
new file mode 100644
index 00000000..5ae3a2e2
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/2.png b/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/2.png
new file mode 100644
index 00000000..a173a8a3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/2.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/3.png b/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/3.png
new file mode 100644
index 00000000..0bac61ef
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/3.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/5.png b/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/5.png
new file mode 100644
index 00000000..554b0cf0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/5.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/8.png b/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/8.png
new file mode 100644
index 00000000..f121f288
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/8.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/bc_img.png b/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/bc_img.png
new file mode 100644
index 00000000..5eef547e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/bc_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/bp.png b/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/bp.png
new file mode 100644
index 00000000..fb704c0d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/bp.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/cp_img.png b/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/cp_img.png
new file mode 100644
index 00000000..af5b0e9d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/cp_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/hsand.png b/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/hsand.png
new file mode 100644
index 00000000..1b2adaef
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/hsand.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/lsand.png b/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/lsand.png
new file mode 100644
index 00000000..a5ab1ed5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/lsand.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/p.png b/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/p.png
new file mode 100644
index 00000000..cec56f05
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/p.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/ts_img.png b/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/ts_img.png
new file mode 100644
index 00000000..baa13b5c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/image/btn/ts_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/images/clock.png b/wb_new_ui/assets/Extend_Poker_SuoHa/images/clock.png
new file mode 100644
index 00000000..8e556328
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/images/clock.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/images/fh_img.png b/wb_new_ui/assets/Extend_Poker_SuoHa/images/fh_img.png
new file mode 100644
index 00000000..dd498d90
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/images/fh_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/images/js.png b/wb_new_ui/assets/Extend_Poker_SuoHa/images/js.png
new file mode 100644
index 00000000..3cf44c4b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/images/js.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/images/lk.png b/wb_new_ui/assets/Extend_Poker_SuoHa/images/lk.png
new file mode 100644
index 00000000..61773ec8
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/images/lk.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/images/sm.png b/wb_new_ui/assets/Extend_Poker_SuoHa/images/sm.png
new file mode 100644
index 00000000..34a7bf05
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/images/sm.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/old/HeadNameBG.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/old/HeadNameBG.xml
new file mode 100644
index 00000000..4af360c8
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/old/HeadNameBG.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/old/RightPanel.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/old/RightPanel.xml
new file mode 100644
index 00000000..872ab084
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/old/RightPanel.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/old/dks02.png b/wb_new_ui/assets/Extend_Poker_SuoHa/old/dks02.png
new file mode 100644
index 00000000..6f54628a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/old/dks02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/old/image/images/phone_info/4g01.png b/wb_new_ui/assets/Extend_Poker_SuoHa/old/image/images/phone_info/4g01.png
new file mode 100644
index 00000000..cbb50f5b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/old/image/images/phone_info/4g01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/old/image/images/phone_info/4g02.png b/wb_new_ui/assets/Extend_Poker_SuoHa/old/image/images/phone_info/4g02.png
new file mode 100644
index 00000000..38cb7331
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/old/image/images/phone_info/4g02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/old/image/images/phone_info/4g03.png b/wb_new_ui/assets/Extend_Poker_SuoHa/old/image/images/phone_info/4g03.png
new file mode 100644
index 00000000..15bc9cc9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/old/image/images/phone_info/4g03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/old/image/images/phone_info/dianchi01.png b/wb_new_ui/assets/Extend_Poker_SuoHa/old/image/images/phone_info/dianchi01.png
new file mode 100644
index 00000000..95d369ff
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/old/image/images/phone_info/dianchi01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/old/image/images/phone_info/dianchi02.png b/wb_new_ui/assets/Extend_Poker_SuoHa/old/image/images/phone_info/dianchi02.png
new file mode 100644
index 00000000..86b4430c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/old/image/images/phone_info/dianchi02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/old/image/images/phone_info/wifi01.png b/wb_new_ui/assets/Extend_Poker_SuoHa/old/image/images/phone_info/wifi01.png
new file mode 100644
index 00000000..f5ff4a53
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/old/image/images/phone_info/wifi01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/old/image/images/phone_info/wifi02.png b/wb_new_ui/assets/Extend_Poker_SuoHa/old/image/images/phone_info/wifi02.png
new file mode 100644
index 00000000..f2de359a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/old/image/images/phone_info/wifi02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/old/image/images/phone_info/wifi03.png b/wb_new_ui/assets/Extend_Poker_SuoHa/old/image/images/phone_info/wifi03.png
new file mode 100644
index 00000000..a64ca8b7
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/old/image/images/phone_info/wifi03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/old/jfk.png b/wb_new_ui/assets/Extend_Poker_SuoHa/old/jfk.png
new file mode 100644
index 00000000..3503fee7
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/old/jfk.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/old/phone_info/Btn_log.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/old/phone_info/Btn_log.xml
new file mode 100644
index 00000000..d625eb24
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/old/phone_info/Btn_log.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/old/phone_info/Btn_setting.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/old/phone_info/Btn_setting.xml
new file mode 100644
index 00000000..5e201ff4
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/old/phone_info/Btn_setting.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/old/phone_info/Component3(1).xml b/wb_new_ui/assets/Extend_Poker_SuoHa/old/phone_info/Component3(1).xml
new file mode 100644
index 00000000..cd107c4e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/old/phone_info/Component3(1).xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/old/phone_info/Component3.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/old/phone_info/Component3.xml
new file mode 100644
index 00000000..145fb64f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/old/phone_info/Component3.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/old/phone_info/ProgressBar2.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/old/phone_info/ProgressBar2.xml
new file mode 100644
index 00000000..1c8bf235
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/old/phone_info/ProgressBar2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/old/sd.png b/wb_new_ui/assets/Extend_Poker_SuoHa/old/sd.png
new file mode 100644
index 00000000..5fb1fb6c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/old/sd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/old/sm.png b/wb_new_ui/assets/Extend_Poker_SuoHa/old/sm.png
new file mode 100644
index 00000000..34a7bf05
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/old/sm.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/old/sz.png b/wb_new_ui/assets/Extend_Poker_SuoHa/old/sz.png
new file mode 100644
index 00000000..93afc318
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHa/old/sz.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHa/package.xml b/wb_new_ui/assets/Extend_Poker_SuoHa/package.xml
new file mode 100644
index 00000000..804cadf4
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHa/package.xml
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Btn_chat.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Btn_chat.xml
new file mode 100644
index 00000000..cc3c7452
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Btn_chat.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Gcm_chat.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Gcm_chat.xml
new file mode 100644
index 00000000..5f431074
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Gcm_chat.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_Check.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_Check.xml
new file mode 100644
index 00000000..a4892ed1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_Check.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_CloseRoom.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_CloseRoom.xml
new file mode 100644
index 00000000..6e10d80e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_CloseRoom.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_GamePlay.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_GamePlay.xml
new file mode 100644
index 00000000..45e01cd4
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_GamePlay.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_Invite.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_Invite.xml
new file mode 100644
index 00000000..5aa716f9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_Invite.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_Message.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_Message.xml
new file mode 100644
index 00000000..c9af9a0b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_Message.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_Ready.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_Ready.xml
new file mode 100644
index 00000000..2cb575c6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_Ready.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_SelfCard.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_SelfCard.xml
new file mode 100644
index 00000000..99a07712
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_SelfCard.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_SendCard.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_SendCard.xml
new file mode 100644
index 00000000..f1b01b88
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_SendCard.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_Setting.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_Setting.xml
new file mode 100644
index 00000000..3c4b9ebc
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_Setting.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_Spectator.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_Spectator.xml
new file mode 100644
index 00000000..1148ccf1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_Spectator.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_Tip.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_Tip.xml
new file mode 100644
index 00000000..7cffbc6f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Btn_Tip.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Comp_Clock.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Comp_Clock.xml
new file mode 100644
index 00000000..c2a4fb77
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Comp_Clock.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Comp_OutCard.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Comp_OutCard.xml
new file mode 100644
index 00000000..0e714ab5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Comp_OutCard.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Comp_SelfCard.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Comp_SelfCard.xml
new file mode 100644
index 00000000..0bb6e12c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Comp_SelfCard.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Image/Group 192.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Image/Group 192.png
new file mode 100644
index 00000000..aaa1898b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/Image/Group 192.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/PB_Battery.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/PB_Battery.xml
new file mode 100644
index 00000000..c3700711
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/PB_Battery.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/btn_head.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/btn_head.xml
new file mode 100644
index 00000000..edd2c891
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Component/btn_head.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 193.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 193.png
new file mode 100644
index 00000000..aaa1898b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 193.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 205.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 205.png
new file mode 100644
index 00000000..00487171
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 205.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 207.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 207.png
new file mode 100644
index 00000000..6eccfe46
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 207.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 247.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 247.png
new file mode 100644
index 00000000..703479a3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 247.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 248.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 248.png
new file mode 100644
index 00000000..c45278a9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 248.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 272.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 272.png
new file mode 100644
index 00000000..2bc8d75b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 272.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 273.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 273.png
new file mode 100644
index 00000000..73001643
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 273.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 274.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 274.png
new file mode 100644
index 00000000..69305f6c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 274.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 276.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 276.png
new file mode 100644
index 00000000..01e9acbf
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 276.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 277.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 277.png
new file mode 100644
index 00000000..0857fd40
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 277.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 278.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 278.png
new file mode 100644
index 00000000..5c8c739c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 278.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 280.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 280.png
new file mode 100644
index 00000000..b1377446
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 280.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 284.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 284.png
new file mode 100644
index 00000000..4450afb2
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/Group 284.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/button_05 1.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/button_05 1.png
new file mode 100644
index 00000000..7d3cfc97
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/button_05 1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/button_wanfa 1.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/button_wanfa 1.png
new file mode 100644
index 00000000..18397a74
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/button_wanfa 1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/要不起.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/要不起.png
new file mode 100644
index 00000000..a695f74d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Image/要不起.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/PlayerHead_1.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/PlayerHead_1.xml
new file mode 100644
index 00000000..546a75cf
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/PlayerHead_1.xml
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/PlayerHead_2.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/PlayerHead_2.xml
new file mode 100644
index 00000000..2540b3e0
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/PlayerHead_2.xml
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Player_card_info_1.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Player_card_info_1.xml
new file mode 100644
index 00000000..ca5cc216
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Player_card_info_1.xml
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Player_card_info_2.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Player_card_info_2.xml
new file mode 100644
index 00000000..af2adda5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/Main_New/Player_card_info_2.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/buttons/Btn_Yellow.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/buttons/Btn_Yellow.xml
new file mode 100644
index 00000000..80e8b90e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/buttons/Btn_Yellow.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/buttons/Btn_Yellow_New.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/buttons/Btn_Yellow_New.xml
new file mode 100644
index 00000000..cae7ce72
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/buttons/Btn_Yellow_New.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/buttons/Btn_close.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/buttons/Btn_close.xml
new file mode 100644
index 00000000..2f5efb24
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/buttons/Btn_close.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/buttons/Button_1.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/buttons/Button_1.xml
new file mode 100644
index 00000000..8ebec50e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/buttons/Button_1.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Btn_Yellow.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Btn_Yellow.xml
new file mode 100644
index 00000000..80e8b90e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Btn_Yellow.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Btn_wxyq.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Btn_wxyq.xml
new file mode 100644
index 00000000..c3f1547d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Btn_wxyq.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Clock.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Clock.xml
new file mode 100644
index 00000000..d63335c4
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Clock.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Component1.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Component1.xml
new file mode 100644
index 00000000..af7774c1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Component1.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Creat_SuoHa.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Creat_SuoHa.xml
new file mode 100644
index 00000000..e1a997b0
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Creat_SuoHa.xml
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Face3.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Face3.xml
new file mode 100644
index 00000000..d309c306
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Face3.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/b.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/b.png
new file mode 100644
index 00000000..b01689c8
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/b.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/c.mp3 b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/c.mp3
new file mode 100644
index 00000000..3806a016
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/c.mp3 differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/c01(1).png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/c01(1).png
new file mode 100644
index 00000000..9fb7fce5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/c01(1).png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/c01.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/c01.png
new file mode 100644
index 00000000..58abf24b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/c01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/c02.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/c02.png
new file mode 100644
index 00000000..f38dedb2
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/c02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/c03.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/c03.png
new file mode 100644
index 00000000..ada66be4
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/c03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/c04(1).png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/c04(1).png
new file mode 100644
index 00000000..75580153
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/c04(1).png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/eff_3.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/eff_3.xml
new file mode 100644
index 00000000..897acf2f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/eff_3.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/guang.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/guang.png
new file mode 100644
index 00000000..628dbe5e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/guang.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/spring.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/spring.xml
new file mode 100644
index 00000000..b504ce5d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/spring.xml
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/炸弹.jta b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/炸弹.jta
new file mode 100644
index 00000000..775f284d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Folder2/Package1/炸弹.jta differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Main/component/zhuomian/gray_bg_btn.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Main/component/zhuomian/gray_bg_btn.xml
new file mode 100644
index 00000000..2deb3236
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Main/component/zhuomian/gray_bg_btn.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Main/component/zhuomian/hw_img.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Main/component/zhuomian/hw_img.png
new file mode 100644
index 00000000..8334da0b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Main/component/zhuomian/hw_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Main/images/dn.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Main/images/dn.png
new file mode 100644
index 00000000..d364b796
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Main/images/dn.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/MsgBubble1.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/MsgBubble1.xml
new file mode 100644
index 00000000..8f05aac9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/MsgBubble1.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/MsgBubble2.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/MsgBubble2.xml
new file mode 100644
index 00000000..d46273e9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/MsgBubble2.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/Btn_Agran.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/Btn_Agran.xml
new file mode 100644
index 00000000..80e8b90e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/Btn_Agran.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/Btn_queding.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/Btn_queding.xml
new file mode 100644
index 00000000..9eed3632
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/Btn_queding.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/Head3.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/Head3.xml
new file mode 100644
index 00000000..b26c1412
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/Head3.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/big_result_item.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/big_result_item.xml
new file mode 100644
index 00000000..659d6312
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/big_result_item.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/btn_result_close.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/btn_result_close.xml
new file mode 100644
index 00000000..16d5c45e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/btn_result_close.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/btn_zan.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/btn_zan.xml
new file mode 100644
index 00000000..dcae3f20
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/btn_zan.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/clearing.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/clearing.xml
new file mode 100644
index 00000000..106a3503
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/clearing.xml
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/clearing_item_1.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/clearing_item_1.xml
new file mode 100644
index 00000000..071ef86b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/clearing_item_1.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/clearing_item_2.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/clearing_item_2.xml
new file mode 100644
index 00000000..932e2097
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/clearing_item_2.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/component/big_result_wanfa_flag.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/component/big_result_wanfa_flag.xml
new file mode 100644
index 00000000..48368689
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/component/big_result_wanfa_flag.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/component/btn_share_method.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/component/btn_share_method.xml
new file mode 100644
index 00000000..0f4df22e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/component/btn_share_method.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/descript_item.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/descript_item.xml
new file mode 100644
index 00000000..b71bb46d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/descript_item.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/di.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/di.png
new file mode 100644
index 00000000..1de9d814
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/di.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/di01.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/di01.png
new file mode 100644
index 00000000..4c729645
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/di01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/di02.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/di02.png
new file mode 100644
index 00000000..ce8c4726
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/di02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/dyj.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/dyj.png
new file mode 100644
index 00000000..7ace77a1
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/dyj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/fengexian.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/fengexian.png
new file mode 100644
index 00000000..bb0aca99
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/fengexian.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/fgx.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/fgx.png
new file mode 100644
index 00000000..cb7e82f4
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/fgx.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/fh.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/fh.png
new file mode 100644
index 00000000..2c85345e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/fh.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/fnt_lose.fnt b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/fnt_lose.fnt
new file mode 100644
index 00000000..186d5f1a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/fnt_lose.fnt
@@ -0,0 +1,14 @@
+info size=20 resizable=true colored=false
+char id=43 img=ckvb7e xoffset=0 yoffset=0 xadvance=0
+char id=45 img=ckvb7d xoffset=0 yoffset=0 xadvance=0
+char id=46 img=ckvb7c xoffset=0 yoffset=0 xadvance=0
+char id=48 img=ckvb7f xoffset=0 yoffset=0 xadvance=0
+char id=49 img=ckvb7g xoffset=0 yoffset=0 xadvance=0
+char id=50 img=ckvb7h xoffset=0 yoffset=0 xadvance=0
+char id=51 img=ckvb7i xoffset=0 yoffset=0 xadvance=0
+char id=52 img=ckvb7j xoffset=0 yoffset=0 xadvance=0
+char id=53 img=ckvb7k xoffset=0 yoffset=0 xadvance=0
+char id=54 img=ckvb7l xoffset=0 yoffset=0 xadvance=0
+char id=55 img=ckvb7m xoffset=0 yoffset=0 xadvance=0
+char id=56 img=ckvb7n xoffset=0 yoffset=0 xadvance=0
+char id=57 img=ckvb7o xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/fnt_win.fnt b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/fnt_win.fnt
new file mode 100644
index 00000000..9e998336
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/fnt_win.fnt
@@ -0,0 +1,14 @@
+info size=20 resizable=true colored=false
+char id=43 img=ckvb7t xoffset=0 yoffset=0 xadvance=0
+char id=45 img=ckvb7s xoffset=0 yoffset=0 xadvance=0
+char id=46 img=ckvb7r xoffset=0 yoffset=0 xadvance=0
+char id=48 img=ckvb7u xoffset=0 yoffset=0 xadvance=0
+char id=49 img=ckvb7v xoffset=0 yoffset=0 xadvance=0
+char id=50 img=ckvb7w xoffset=0 yoffset=0 xadvance=0
+char id=51 img=ckvb7x xoffset=0 yoffset=0 xadvance=0
+char id=52 img=ckvb7y xoffset=0 yoffset=0 xadvance=0
+char id=53 img=ckvb7z xoffset=0 yoffset=0 xadvance=0
+char id=54 img=ckvb80 xoffset=0 yoffset=0 xadvance=0
+char id=55 img=ckvb81 xoffset=0 yoffset=0 xadvance=0
+char id=56 img=ckvb82 xoffset=0 yoffset=0 xadvance=0
+char id=57 img=ckvb7q xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_+.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_+.png
new file mode 100644
index 00000000..26eb24e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_+.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_-.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_-.png
new file mode 100644
index 00000000..9221a8d5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_-.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_..png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_..png
new file mode 100644
index 00000000..e388e793
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_..png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_0.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_0.png
new file mode 100644
index 00000000..d6e1b05f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_0.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_1.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_1.png
new file mode 100644
index 00000000..f3751c47
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_2.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_2.png
new file mode 100644
index 00000000..f5db0f79
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_2.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_3.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_3.png
new file mode 100644
index 00000000..2ca12144
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_3.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_4.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_4.png
new file mode 100644
index 00000000..6e9bb8ab
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_4.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_5.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_5.png
new file mode 100644
index 00000000..31190485
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_5.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_6.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_6.png
new file mode 100644
index 00000000..173cd017
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_6.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_7.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_7.png
new file mode 100644
index 00000000..b38d77dc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_7.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_8.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_8.png
new file mode 100644
index 00000000..c0437173
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_8.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_9.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_9.png
new file mode 100644
index 00000000..2859ea8f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_9.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_zj.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_zj.png
new file mode 100644
index 00000000..c09ea237
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/lose/lose_zj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_+.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_+.png
new file mode 100644
index 00000000..b5cc0bd2
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_+.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_-.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_-.png
new file mode 100644
index 00000000..a25e14ed
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_-.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_..png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_..png
new file mode 100644
index 00000000..1c929993
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_..png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_0.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_0.png
new file mode 100644
index 00000000..638aeb1b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_0.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_1.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_1.png
new file mode 100644
index 00000000..e241f503
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_2.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_2.png
new file mode 100644
index 00000000..c158508f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_2.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_3.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_3.png
new file mode 100644
index 00000000..798d2cc6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_3.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_4.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_4.png
new file mode 100644
index 00000000..c88a357c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_4.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_5.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_5.png
new file mode 100644
index 00000000..480f718a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_5.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_6.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_6.png
new file mode 100644
index 00000000..3b419615
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_6.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_7.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_7.png
new file mode 100644
index 00000000..f9a37e84
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_7.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_8.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_8.png
new file mode 100644
index 00000000..0259d686
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_8.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_9.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_9.png
new file mode 100644
index 00000000..6c5307d9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_9.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_zj.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_zj.png
new file mode 100644
index 00000000..e8d94870
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/win_zj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/zjxz.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/zjxz.png
new file mode 100644
index 00000000..e8d94870
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/font/win/zjxz.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/fxlj.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/fxlj.png
new file mode 100644
index 00000000..80df1393
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/fxlj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/fxzj.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/fxzj.png
new file mode 100644
index 00000000..dd797da8
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/fxzj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/fzzj.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/fzzj.png
new file mode 100644
index 00000000..24eea73a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/fzzj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/hd.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/hd.png
new file mode 100644
index 00000000..5a7693d3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/hd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/a00.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/a00.png
new file mode 100644
index 00000000..471d463e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/a00.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/bg_xjs.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/bg_xjs.png
new file mode 100644
index 00000000..bd136e7e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/bg_xjs.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/btl.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/btl.png
new file mode 100644
index 00000000..e8dce092
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/btl.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/button01.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/button01.png
new file mode 100644
index 00000000..347a5605
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/button01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/di00.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/di00.png
new file mode 100644
index 00000000..467a6670
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/di00.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/di2.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/di2.png
new file mode 100644
index 00000000..975c7691
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/di2.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/lose.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/lose.png
new file mode 100644
index 00000000..58496432
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/lose.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/shengyu.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/shengyu.png
new file mode 100644
index 00000000..885dda4a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/shengyu.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/win.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/win.png
new file mode 100644
index 00000000..307ae94a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/win.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/zan.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/zan.png
new file mode 100644
index 00000000..159ad1b0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/zan.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/zlyj_img.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/zlyj_img.png
new file mode 100644
index 00000000..a506c5b0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/image/zlyj_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/images/bqd.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/images/bqd.png
new file mode 100644
index 00000000..a9f4ab42
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/images/bqd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/jfd.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/jfd.png
new file mode 100644
index 00000000..fdd3d7fc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/jfd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/jtfx.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/jtfx.png
new file mode 100644
index 00000000..db8cab1b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/jtfx.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/k.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/k.png
new file mode 100644
index 00000000..97e76587
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/k.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/lose_zj.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/lose_zj.png
new file mode 100644
index 00000000..c09ea237
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/lose_zj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/poker_r.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/poker_r.xml
new file mode 100644
index 00000000..3e65aabf
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/poker_r.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/qd.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/qd.png
new file mode 100644
index 00000000..c12f6d0e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/qd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/qiwnj.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/qiwnj.png
new file mode 100644
index 00000000..a83839ed
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/qiwnj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/result_head.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/result_head.xml
new file mode 100644
index 00000000..4e2b5bf6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/result_head.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/result_main.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/result_main.xml
new file mode 100644
index 00000000..d8cddbbf
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/result_main.xml
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/sb.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/sb.png
new file mode 100644
index 00000000..a204e8c0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/sb.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/sl.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/sl.png
new file mode 100644
index 00000000..4bc55f00
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/sl.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/tgz.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/tgz.png
new file mode 100644
index 00000000..f5638bbd
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/tgz.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/wxyqhy.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/wxyqhy.png
new file mode 100644
index 00000000..e25d2f0a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/wxyqhy.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/yzb.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/yzb.png
new file mode 100644
index 00000000..52070e6b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/yzb.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/zb.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/zb.png
new file mode 100644
index 00000000..dae6d2b2
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/zb.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/zjwjd.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/zjwjd.png
new file mode 100644
index 00000000..cceb3bc5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/Result/zjwjd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/RightPanel.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/RightPanel.xml
new file mode 100644
index 00000000..ca47df2f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/RightPanel.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/RoomInfoPanel1.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/RoomInfoPanel1.xml
new file mode 100644
index 00000000..bce0bff8
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/RoomInfoPanel1.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/RoomInfoPanel_1.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/RoomInfoPanel_1.xml
new file mode 100644
index 00000000..5d5f2e91
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/RoomInfoPanel_1.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/SuoHa_Main_2.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/SuoHa_Main_2.xml
new file mode 100644
index 00000000..acd488e5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/SuoHa_Main_2.xml
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/SuoHa_Main_3.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/SuoHa_Main_3.xml
new file mode 100644
index 00000000..24be7ffb
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/SuoHa_Main_3.xml
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/VoiceMask(1).xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/VoiceMask(1).xml
new file mode 100644
index 00000000..03725767
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/VoiceMask(1).xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/card_info/Player_card_info_1.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/card_info/Player_card_info_1.xml
new file mode 100644
index 00000000..bd917ee6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/card_info/Player_card_info_1.xml
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/card_info/Player_card_info_2.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/card_info/Player_card_info_2.xml
new file mode 100644
index 00000000..ab9a92e7
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/card_info/Player_card_info_2.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/card_info/Player_card_info_3.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/card_info/Player_card_info_3.xml
new file mode 100644
index 00000000..19024f54
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/card_info/Player_card_info_3.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/Btn_chat.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/Btn_chat.xml
new file mode 100644
index 00000000..20c4b1ac
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/Btn_chat.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/Gcm_chat.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/Gcm_chat.xml
new file mode 100644
index 00000000..b4ae6668
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/Gcm_chat.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/component/VoiceMask(1).xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/component/VoiceMask(1).xml
new file mode 100644
index 00000000..045e37fa
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/component/VoiceMask(1).xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/images/game_icon_04.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/images/game_icon_04.png
new file mode 100644
index 00000000..0133f079
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/images/game_icon_04.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/images/mkf.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/images/mkf.png
new file mode 100644
index 00000000..211891cf
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/images/mkf.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/images/yuyinquan01.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/images/yuyinquan01.png
new file mode 100644
index 00000000..5b4467b6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/images/yuyinquan01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/images/yuyinquan02.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/images/yuyinquan02.png
new file mode 100644
index 00000000..3e7c9b83
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/images/yuyinquan02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/images/yuyinquan03.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/images/yuyinquan03.png
new file mode 100644
index 00000000..e5344235
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/images/yuyinquan03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/images/yyb.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/images/yyb.png
new file mode 100644
index 00000000..3b3affb9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/chat/images/yyb.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/clearing/clearing1/chat_button_blue.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/clearing/clearing1/chat_button_blue.png
new file mode 100644
index 00000000..7b89ca92
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/clearing/clearing1/chat_button_blue.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/clearing/room/btn_invite(1).xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/clearing/room/btn_invite(1).xml
new file mode 100644
index 00000000..2aa7d8bd
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/clearing/room/btn_invite(1).xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/create_room/Btn_cr_checkbox.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/create_room/Btn_cr_checkbox.xml
new file mode 100644
index 00000000..465ec9b6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/create_room/Btn_cr_checkbox.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/create_room/Btn_cr_checkbox2.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/create_room/Btn_cr_checkbox2.xml
new file mode 100644
index 00000000..982c2bc6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/create_room/Btn_cr_checkbox2.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/create_room/di01.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/create_room/di01.xml
new file mode 100644
index 00000000..3ae52736
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/create_room/di01.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/create_room/image/gou.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/create_room/image/gou.png
new file mode 100644
index 00000000..1d9c44a3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/create_room/image/gou.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/create_room/image/multiple_btn_n.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/create_room/image/multiple_btn_n.png
new file mode 100644
index 00000000..92380b7b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/create_room/image/multiple_btn_n.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/create_room/image/pic08.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/create_room/image/pic08.png
new file mode 100644
index 00000000..f8ffdadb
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/create_room/image/pic08.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/create_room/image/single_btn_s.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/create_room/image/single_btn_s.png
new file mode 100644
index 00000000..14d3bc52
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/create_room/image/single_btn_s.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/Win_Mine.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/Win_Mine.xml
new file mode 100644
index 00000000..fc2c68eb
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/Win_Mine.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/c01.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/c01.png
new file mode 100644
index 00000000..58abf24b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/c01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/c02.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/c02.png
new file mode 100644
index 00000000..850bfbb3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/c02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/c03.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/c03.png
new file mode 100644
index 00000000..2719fb21
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/c03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/c04.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/c04.png
new file mode 100644
index 00000000..1b9779f5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/c04.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/eff_1.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/eff_1.xml
new file mode 100644
index 00000000..25f18814
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/eff_1.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/eff_2.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/eff_2.xml
new file mode 100644
index 00000000..bef0f813
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/eff_2.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/eff_4.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/eff_4.xml
new file mode 100644
index 00000000..ddb1e0c8
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/eff_4.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/eff_5.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/eff_5.xml
new file mode 100644
index 00000000..af39ae1e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/eff_5.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/feiji.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/feiji.png
new file mode 100644
index 00000000..0f41d4e9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/feiji.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/l.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/l.png
new file mode 100644
index 00000000..35be0811
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/l.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/s01.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/s01.png
new file mode 100644
index 00000000..da24396b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/s01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/s02.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/s02.png
new file mode 100644
index 00000000..08d0877d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/s02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/s_32.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/s_32.png
new file mode 100644
index 00000000..b2f1315a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/s_32.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/z01.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/z01.png
new file mode 100644
index 00000000..25e903de
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/z01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/z02.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/z02.png
new file mode 100644
index 00000000..020548e4
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/z02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/z03.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/z03.png
new file mode 100644
index 00000000..cc18f4a0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/z03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/z04.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/z04.png
new file mode 100644
index 00000000..6d0fd782
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/z04.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/z05.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/z05.png
new file mode 100644
index 00000000..6d40d406
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/z05.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/z06.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/z06.png
new file mode 100644
index 00000000..e011d742
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/z06.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/z07.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/z07.png
new file mode 100644
index 00000000..3b1b814c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/z07.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/z08.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/z08.png
new file mode 100644
index 00000000..2781f785
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/card_type/z08.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/effct_img/光.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/effct_img/光.png
new file mode 100644
index 00000000..37ac55e3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/effct_img/光.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/effct_img/星.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/effct_img/星.png
new file mode 100644
index 00000000..e9d4b763
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/effct_img/星.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/effct_img/粒子.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/effct_img/粒子.png
new file mode 100644
index 00000000..0210f2d7
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/effct_img/粒子.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/one_card_eff/00.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/one_card_eff/00.png
new file mode 100644
index 00000000..b8e8bb97
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/one_card_eff/00.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/one_card_eff/01.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/one_card_eff/01.png
new file mode 100644
index 00000000..981bca37
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/one_card_eff/01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/one_card_eff/02.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/one_card_eff/02.png
new file mode 100644
index 00000000..6876210a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/one_card_eff/02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/one_card_eff/one_card_eff.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/one_card_eff/one_card_eff.xml
new file mode 100644
index 00000000..5c1c25ae
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/one_card_eff/one_card_eff.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/poker/poker_eff.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/poker/poker_eff.xml
new file mode 100644
index 00000000..6741b048
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/poker/poker_eff.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/01.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/01.png
new file mode 100644
index 00000000..d5af334f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/02.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/02.png
new file mode 100644
index 00000000..39ec1b30
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/03.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/03.png
new file mode 100644
index 00000000..24be44af
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/f00.mp3 b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/f00.mp3
new file mode 100644
index 00000000..9ca0a43f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/f00.mp3 differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/lose.mp3 b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/lose.mp3
new file mode 100644
index 00000000..3a0d1c4f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/lose.mp3 differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/rank_eff.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/rank_eff.xml
new file mode 100644
index 00000000..439a21a3
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/rank_eff.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/s01.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/s01.png
new file mode 100644
index 00000000..70f2a971
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/s01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/s02.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/s02.png
new file mode 100644
index 00000000..4ced5fb6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/s02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/s04.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/s04.png
new file mode 100644
index 00000000..d623e7bb
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/s04.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/s05.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/s05.png
new file mode 100644
index 00000000..ae2b4f7d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/rank1/s05.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/win/ying.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/win/ying.png
new file mode 100644
index 00000000..f8bedeb5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/win/ying.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/win/光.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/win/光.png
new file mode 100644
index 00000000..37ac55e3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/win/光.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/win/遮罩.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/win/遮罩.png
new file mode 100644
index 00000000..c744578b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/effect/win/遮罩.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/game_bottom_01.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/game_bottom_01.png
new file mode 100644
index 00000000..e25d2f0a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/game_bottom_01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/gps/btn_distance_new.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/gps/btn_distance_new.xml
new file mode 100644
index 00000000..dace1656
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/gps/btn_distance_new.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/gps/hsgps.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/gps/hsgps.png
new file mode 100644
index 00000000..2de98968
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/gps/hsgps.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/gps/lsgps.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/gps/lsgps.png
new file mode 100644
index 00000000..8425f601
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/gps/lsgps.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/1.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/1.png
new file mode 100644
index 00000000..4ff70a26
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/Head.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/Head.xml
new file mode 100644
index 00000000..9705d8f1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/Head.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/HeadNameBG.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/HeadNameBG.xml
new file mode 100644
index 00000000..3659e95e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/HeadNameBG.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/PlayerHead_1.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/PlayerHead_1.xml
new file mode 100644
index 00000000..81d27521
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/PlayerHead_1.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/PlayerHead_2.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/PlayerHead_2.xml
new file mode 100644
index 00000000..da8a4050
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/PlayerHead_2.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/PlayerHead_3.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/PlayerHead_3.xml
new file mode 100644
index 00000000..ece0e60f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/PlayerHead_3.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/gq.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/gq.png
new file mode 100644
index 00000000..43016562
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/gq.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/gq1.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/gq1.png
new file mode 100644
index 00000000..d10f8c3f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/gq1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/head_info_1.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/head_info_1.xml
new file mode 100644
index 00000000..b852a09b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/head_info_1.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/jfk.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/jfk.png
new file mode 100644
index 00000000..3503fee7
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/jfk.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/shengyu.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/shengyu.xml
new file mode 100644
index 00000000..4e8b4f13
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/shengyu.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/touxiang.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/touxiang.xml
new file mode 100644
index 00000000..03fae553
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/touxiang.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/tuoguan.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/tuoguan.png
new file mode 100644
index 00000000..d899c8d5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/head/tuoguan.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/image/NewPoker/bg.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/image/NewPoker/bg.png
new file mode 100644
index 00000000..65a93a82
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/image/NewPoker/bg.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/image/bg.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/image/bg.png
new file mode 100644
index 00000000..3aa66e61
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/image/bg.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/image/images/庄.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/image/images/庄.png
new file mode 100644
index 00000000..7d392a4e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/image/images/庄.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/image/niuniu_icon_08.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/image/niuniu_icon_08.png
new file mode 100644
index 00000000..2df77e06
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/image/niuniu_icon_08.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/mtdk_img.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/mtdk_img.png
new file mode 100644
index 00000000..0d440770
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/mtdk_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/niuniu_bg_03.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/niuniu_bg_03.png
new file mode 100644
index 00000000..8f4662ac
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/niuniu_bg_03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/4g01.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/4g01.png
new file mode 100644
index 00000000..cbb50f5b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/4g01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/4g02.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/4g02.png
new file mode 100644
index 00000000..38cb7331
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/4g02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/4g03.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/4g03.png
new file mode 100644
index 00000000..15bc9cc9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/4g03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/chakan.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/chakan.png
new file mode 100644
index 00000000..ff65453a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/chakan.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/dianchi01.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/dianchi01.png
new file mode 100644
index 00000000..95d369ff
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/dianchi01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/dianchi02.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/dianchi02.png
new file mode 100644
index 00000000..86b4430c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/dianchi02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/shezhi.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/shezhi.png
new file mode 100644
index 00000000..9f212dcc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/shezhi.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/wifi01.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/wifi01.png
new file mode 100644
index 00000000..f5ff4a53
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/wifi01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/wifi02.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/wifi02.png
new file mode 100644
index 00000000..f2de359a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/wifi02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/wifi03.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/wifi03.png
new file mode 100644
index 00000000..a64ca8b7
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/phone_info/wifi03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/wenzi00.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/wenzi00.png
new file mode 100644
index 00000000..f76c785a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/wenzi00.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/庄.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/庄.png
new file mode 100644
index 00000000..7d392a4e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/images/庄.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/mask.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/mask.xml
new file mode 100644
index 00000000..dd687ba1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/mask.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/00.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/00.png
new file mode 100644
index 00000000..bd2dedfc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/00.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/101.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/101.xml
new file mode 100644
index 00000000..15e9b84d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/101.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/102.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/102.xml
new file mode 100644
index 00000000..f73de0e9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/102.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/103.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/103.xml
new file mode 100644
index 00000000..6433e800
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/103.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/104.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/104.xml
new file mode 100644
index 00000000..91865297
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/104.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/105.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/105.xml
new file mode 100644
index 00000000..2474bb91
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/105.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/106.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/106.xml
new file mode 100644
index 00000000..fab73e8a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/106.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/107.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/107.xml
new file mode 100644
index 00000000..af483f1b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/107.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/108.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/108.xml
new file mode 100644
index 00000000..83ed32d3
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/108.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/109.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/109.xml
new file mode 100644
index 00000000..49223b45
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/109.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/110.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/110.xml
new file mode 100644
index 00000000..22b7f16a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/110.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/111.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/111.xml
new file mode 100644
index 00000000..f8200cb1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/111.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/112.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/112.xml
new file mode 100644
index 00000000..4fa62303
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/112.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/113.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/113.xml
new file mode 100644
index 00000000..ca04ce53
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/113.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/114.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/114.xml
new file mode 100644
index 00000000..2da9a7bf
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/1/114.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/201.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/201.xml
new file mode 100644
index 00000000..c57d78ed
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/201.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/202.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/202.xml
new file mode 100644
index 00000000..7d02f64e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/202.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/203.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/203.xml
new file mode 100644
index 00000000..145b87b6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/203.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/204.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/204.xml
new file mode 100644
index 00000000..d24960bf
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/204.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/205.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/205.xml
new file mode 100644
index 00000000..2954e2c3
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/205.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/206.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/206.xml
new file mode 100644
index 00000000..a93e8bc5
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/206.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/207.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/207.xml
new file mode 100644
index 00000000..31e080ea
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/207.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/208.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/208.xml
new file mode 100644
index 00000000..a8cce452
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/208.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/209.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/209.xml
new file mode 100644
index 00000000..ce6aea72
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/209.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/210.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/210.xml
new file mode 100644
index 00000000..ac05bcdf
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/210.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/211.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/211.xml
new file mode 100644
index 00000000..66dbfb65
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/211.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/212.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/212.xml
new file mode 100644
index 00000000..76fe2292
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/212.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/213.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/213.xml
new file mode 100644
index 00000000..3693045e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/213.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/214.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/214.xml
new file mode 100644
index 00000000..65514bd2
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/2/214.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/10.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/10.png
new file mode 100644
index 00000000..3c01b920
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/10.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/301.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/301.xml
new file mode 100644
index 00000000..9b541ab1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/301.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/302.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/302.xml
new file mode 100644
index 00000000..aa223ab1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/302.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/303.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/303.xml
new file mode 100644
index 00000000..876cd179
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/303.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/304.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/304.xml
new file mode 100644
index 00000000..098e557e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/304.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/305.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/305.xml
new file mode 100644
index 00000000..02b6bc40
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/305.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/306.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/306.xml
new file mode 100644
index 00000000..4690a386
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/306.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/307.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/307.xml
new file mode 100644
index 00000000..44d5eb77
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/307.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/308.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/308.xml
new file mode 100644
index 00000000..5f7b94a7
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/308.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/309.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/309.xml
new file mode 100644
index 00000000..0387e4a7
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/309.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/310.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/310.xml
new file mode 100644
index 00000000..ed5b36dd
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/310.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/310_1.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/310_1.xml
new file mode 100644
index 00000000..bbc6f56b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/310_1.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/310_2.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/310_2.xml
new file mode 100644
index 00000000..b13d554c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/310_2.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/311.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/311.xml
new file mode 100644
index 00000000..bbd16643
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/311.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/312.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/312.xml
new file mode 100644
index 00000000..d0fedf09
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/312.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/313.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/313.xml
new file mode 100644
index 00000000..2b79a763
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/313.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/314.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/314.xml
new file mode 100644
index 00000000..9b541ab1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/314.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/bg.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/bg.png
new file mode 100644
index 00000000..3facd8e6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/bg.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/h03.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/h03.png
new file mode 100644
index 00000000..5d3c704e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/h03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/newcard2/di.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/newcard2/di.xml
new file mode 100644
index 00000000..05e2407f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/3/newcard2/di.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/401.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/401.xml
new file mode 100644
index 00000000..fa4be071
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/401.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/402.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/402.xml
new file mode 100644
index 00000000..88baf7cc
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/402.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/403.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/403.xml
new file mode 100644
index 00000000..76823410
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/403.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/404.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/404.xml
new file mode 100644
index 00000000..ca53fb4e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/404.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/405.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/405.xml
new file mode 100644
index 00000000..8618b5f7
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/405.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/406.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/406.xml
new file mode 100644
index 00000000..47a42ad6
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/406.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/407.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/407.xml
new file mode 100644
index 00000000..665a8204
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/407.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/408.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/408.xml
new file mode 100644
index 00000000..08c562eb
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/408.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/409.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/409.xml
new file mode 100644
index 00000000..51a6232a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/409.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/410.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/410.xml
new file mode 100644
index 00000000..afa9ce6f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/410.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/411.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/411.xml
new file mode 100644
index 00000000..04b1c983
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/411.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/412.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/412.xml
new file mode 100644
index 00000000..138b39a2
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/412.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/413.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/413.xml
new file mode 100644
index 00000000..3541b67d
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/413.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/414.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/414.xml
new file mode 100644
index 00000000..fa4be071
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/414.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/415.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/415.xml
new file mode 100644
index 00000000..033ff86f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/4/415.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/515.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/515.xml
new file mode 100644
index 00000000..d412f264
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/515.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/616.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/616.xml
new file mode 100644
index 00000000..52cca9ed
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/616.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/NewPoker/bg.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/NewPoker/bg.png
new file mode 100644
index 00000000..65a93a82
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/NewPoker/bg.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/di(1).xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/di(1).xml
new file mode 100644
index 00000000..62cff754
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/di(1).xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/di.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/di.xml
new file mode 100644
index 00000000..e196ca89
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/di.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/01.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/01.png
new file mode 100644
index 00000000..5039ff93
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/02.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/02.png
new file mode 100644
index 00000000..7888aa16
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/03.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/03.png
new file mode 100644
index 00000000..c38a4210
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/04.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/04.png
new file mode 100644
index 00000000..1c270bf3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/04.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/05.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/05.png
new file mode 100644
index 00000000..10f93ecb
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/05.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/06.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/06.png
new file mode 100644
index 00000000..d49fc1ce
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/06.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/07.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/07.png
new file mode 100644
index 00000000..bbc9cfc7
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/07.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/08.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/08.png
new file mode 100644
index 00000000..79f6d128
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/08.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/09.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/09.png
new file mode 100644
index 00000000..fc0806e8
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/09.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/10.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/10.png
new file mode 100644
index 00000000..ef580c8e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/10.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/11.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/11.png
new file mode 100644
index 00000000..54a29355
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/11.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/12.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/12.png
new file mode 100644
index 00000000..77bd2d60
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/12.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/13.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/13.png
new file mode 100644
index 00000000..b45b8da4
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/13.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/bg.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/bg.png
new file mode 100644
index 00000000..3facd8e6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/bg.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/fangpian.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/fangpian.png
new file mode 100644
index 00000000..334e229a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/fangpian.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/heitao.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/heitao.png
new file mode 100644
index 00000000..5ee6ede8
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/heitao.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/hongtao.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/hongtao.png
new file mode 100644
index 00000000..f3f2cf18
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/hongtao.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/joker.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/joker.png
new file mode 100644
index 00000000..ddab0095
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/joker.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/joker02.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/joker02.png
new file mode 100644
index 00000000..2962f102
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/joker02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/meihua.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/meihua.png
new file mode 100644
index 00000000..4de302dc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/newcard/素材/meihua.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/phone_info/Btn_log.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/phone_info/Btn_log.xml
new file mode 100644
index 00000000..4d013d41
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/phone_info/Btn_log.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/phone_info/Btn_setting.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/phone_info/Btn_setting.xml
new file mode 100644
index 00000000..f30e4015
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/phone_info/Btn_setting.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/phone_info/Component3(1).xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/phone_info/Component3(1).xml
new file mode 100644
index 00000000..dd136add
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/phone_info/Component3(1).xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/phone_info/Component3.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/phone_info/Component3.xml
new file mode 100644
index 00000000..a6bb4e87
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/phone_info/Component3.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/phone_info/ProgressBar2.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/phone_info/ProgressBar2.xml
new file mode 100644
index 00000000..68f25c7b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/phone_info/ProgressBar2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/piao/btn_nopiao.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/piao/btn_nopiao.xml
new file mode 100644
index 00000000..4cb1689a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/piao/btn_nopiao.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/piao/btn_piao.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/piao/btn_piao.xml
new file mode 100644
index 00000000..ca370205
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/piao/btn_piao.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/Btn_back_jiesan.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/Btn_back_jiesan.xml
new file mode 100644
index 00000000..ac14aaf0
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/Btn_back_jiesan.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/Btn_back_lobby.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/Btn_back_lobby.xml
new file mode 100644
index 00000000..124c555a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/Btn_back_lobby.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/Btn_leave_lobby.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/Btn_leave_lobby.xml
new file mode 100644
index 00000000..8c609fb2
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/Btn_leave_lobby.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/Btn_log.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/Btn_log.xml
new file mode 100644
index 00000000..4d013d41
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/Btn_log.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/btn_distance.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/btn_distance.xml
new file mode 100644
index 00000000..b39c8d9e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/btn_distance.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/card.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/card.png
new file mode 100644
index 00000000..2ae52ea6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/card.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/fb.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/fb.png
new file mode 100644
index 00000000..3bdb7060
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/fb.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/hand_poker_con.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/hand_poker_con.xml
new file mode 100644
index 00000000..ebf61c44
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/hand_poker_con.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/poker10.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/poker10.xml
new file mode 100644
index 00000000..37a70b33
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/poker10.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/poker12.5.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/poker12.5.xml
new file mode 100644
index 00000000..4da0a488
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/poker12.5.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/poker4.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/poker4.xml
new file mode 100644
index 00000000..6f182141
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/poker4.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/poker6.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/poker6.xml
new file mode 100644
index 00000000..3e65aabf
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/poker6.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/poker7.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/poker7.xml
new file mode 100644
index 00000000..2a954896
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/poker7.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/poker8.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/poker8.xml
new file mode 100644
index 00000000..7916ad00
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/poker/poker8.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/record/Btn_record_play.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/record/Btn_record_play.xml
new file mode 100644
index 00000000..883ec7ba
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/record/Btn_record_play.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/record/Btn_record_return.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/record/Btn_record_return.xml
new file mode 100644
index 00000000..44205896
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/record/Btn_record_return.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/record/Btn_record_speed.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/record/Btn_record_speed.xml
new file mode 100644
index 00000000..cfb540b1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/record/Btn_record_speed.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/record/Record.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/record/Record.xml
new file mode 100644
index 00000000..334137dc
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/record/Record.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/setting/Button4.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/setting/Button4.xml
new file mode 100644
index 00000000..7bbd0302
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/setting/Button4.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/setting/changeBG/b01.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/setting/changeBG/b01.png
new file mode 100644
index 00000000..0435017f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/setting/changeBG/b01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/setting/images/newsetting/sp_img.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/setting/images/newsetting/sp_img.png
new file mode 100644
index 00000000..90e88b0b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/setting/images/newsetting/sp_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/tuoguanzhong.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/tuoguanzhong.xml
new file mode 100644
index 00000000..97664b0f
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/tuoguanzhong.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/yq.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/yq.png
new file mode 100644
index 00000000..59fb068b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/yq.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/yqhy.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/yqhy.png
new file mode 100644
index 00000000..768b34b5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/component/yqhy.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/c.mp3 b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/c.mp3
new file mode 100644
index 00000000..3806a016
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/c.mp3 differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/11.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/11.png
new file mode 100644
index 00000000..b2211327
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/11.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/Spring.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/Spring.xml
new file mode 100644
index 00000000..7fc53ff1
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/Spring.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/chunt.jta b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/chunt.jta
new file mode 100644
index 00000000..c35fa43e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/chunt.jta differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/laoron.jta b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/laoron.jta
new file mode 100644
index 00000000..a5aad6d1
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/laoron.jta differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/spring2.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/spring2.xml
new file mode 100644
index 00000000..826ae522
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/spring2.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/前杆.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/前杆.png
new file mode 100644
index 00000000..2ce6869c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/前杆.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/后杆.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/后杆.png
new file mode 100644
index 00000000..0d343837
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/后杆.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/字.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/字.png
new file mode 100644
index 00000000..9345d07d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/字.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/底.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/底.png
new file mode 100644
index 00000000..ef0b9abd
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/底.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/底板.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/底板.png
new file mode 100644
index 00000000..932ce00c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/底板.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/春天.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/春天.png
new file mode 100644
index 00000000..c5f3c7e6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/春天.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/花.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/花.png
new file mode 100644
index 00000000..717e5ed8
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/花.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/花1.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/花1.png
new file mode 100644
index 00000000..7393c31f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/花1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/花花.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/花花.png
new file mode 100644
index 00000000..90272c34
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/花花.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/雾1.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/雾1.png
new file mode 100644
index 00000000..482e4787
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/雾1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/顶.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/顶.png
new file mode 100644
index 00000000..548edcbf
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/顶.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/顶板.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/顶板.png
new file mode 100644
index 00000000..55562eb0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/chunt/顶板.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/eff_1.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/eff_1.xml
new file mode 100644
index 00000000..bec9d688
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/eff_1.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/eff_2.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/eff_2.xml
new file mode 100644
index 00000000..69002c0e
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/eff_2.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/eff_4.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/eff_4.xml
new file mode 100644
index 00000000..d4d07f1a
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/eff_4.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/eff_5.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/eff_5.xml
new file mode 100644
index 00000000..51e55e03
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/eff_5.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/eff_feiji.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/eff_feiji.png
new file mode 100644
index 00000000..a4061efc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/eff_feiji.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/eff_feiji.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/eff_feiji.xml
new file mode 100644
index 00000000..b52569cb
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/eff_feiji.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/f.mp3 b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/f.mp3
new file mode 100644
index 00000000..ecff85f1
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/f.mp3 differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/fjz.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/fjz.png
new file mode 100644
index 00000000..8b497723
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/fjz.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/fjz.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/fjz.xml
new file mode 100644
index 00000000..0bc19782
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/fjz.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/ld.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/ld.png
new file mode 100644
index 00000000..93fc177d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/ld.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/s.mp3 b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/s.mp3
new file mode 100644
index 00000000..398af510
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/s.mp3 differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/se.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/se.png
new file mode 100644
index 00000000..edfc865e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/se.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/shanxing.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/shanxing.png
new file mode 100644
index 00000000..19efa008
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/shanxing.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/sz.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/sz.png
new file mode 100644
index 00000000..85b8880f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/sz.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/xiahua.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/xiahua.png
new file mode 100644
index 00000000..c531a630
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/xiahua.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/xing/xing.jta b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/xing/xing.jta
new file mode 100644
index 00000000..ad9a7b7c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/xing/xing.jta differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/z.mp3 b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/z.mp3
new file mode 100644
index 00000000..c4c3113b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/z.mp3 differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/10.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/10.png
new file mode 100644
index 00000000..ddc2741b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/10.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/2.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/2.png
new file mode 100644
index 00000000..1feb50d9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/2.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/3.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/3.png
new file mode 100644
index 00000000..12a71378
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/3.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/4.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/4.png
new file mode 100644
index 00000000..581169a5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/4.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/5.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/5.png
new file mode 100644
index 00000000..05e724f3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/5.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/6.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/6.png
new file mode 100644
index 00000000..48d20bdf
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/6.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/7.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/7.png
new file mode 100644
index 00000000..f6ee8312
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/7.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/8.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/8.png
new file mode 100644
index 00000000..49571d6b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/8.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/9.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/9.png
new file mode 100644
index 00000000..6ffc1401
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/9.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/eff_3.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/eff_3.xml
new file mode 100644
index 00000000..2cd037ab
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/eff_3.xml
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/zhad.jta b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/zhad.jta
new file mode 100644
index 00000000..0b1bc14e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/zhad.jta differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/炸弹.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/炸弹.png
new file mode 100644
index 00000000..6769014e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/炸弹.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/炸弹1.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/炸弹1.png
new file mode 100644
index 00000000..7fc2ee48
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/donghua/zhad/炸弹1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/SIYUAN.TTF b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/SIYUAN.TTF
new file mode 100644
index 00000000..31f678b1
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/SIYUAN.TTF differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/Score.fnt b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/Score.fnt
new file mode 100644
index 00000000..003a6f3b
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/Score.fnt
@@ -0,0 +1,14 @@
+info size=60 resizable=true colored=false
+char id=48 img=ckvb8 xoffset=0 yoffset=0 xadvance=0
+char id=49 img=ckvb9 xoffset=0 yoffset=0 xadvance=0
+char id=50 img=ckvba xoffset=0 yoffset=0 xadvance=0
+char id=51 img=ckvbb xoffset=0 yoffset=0 xadvance=0
+char id=52 img=ckvbc xoffset=0 yoffset=0 xadvance=0
+char id=53 img=ckvbd xoffset=0 yoffset=0 xadvance=0
+char id=54 img=ckvbe xoffset=0 yoffset=0 xadvance=0
+char id=55 img=ckvbf xoffset=0 yoffset=0 xadvance=0
+char id=56 img=ckvbg xoffset=0 yoffset=0 xadvance=0
+char id=57 img=ckvbh xoffset=0 yoffset=0 xadvance=0
+char id=43 img=ckvbi xoffset=0 yoffset=0 xadvance=0
+char id=45 img=ckvbj xoffset=0 yoffset=0 xadvance=0
+char id=46 img=ckvbk xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/0.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/0.png
new file mode 100644
index 00000000..c8ef1992
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/0.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/1.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/1.png
new file mode 100644
index 00000000..2c4992ac
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/2.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/2.png
new file mode 100644
index 00000000..b487b5de
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/2.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/3.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/3.png
new file mode 100644
index 00000000..3d6a12b4
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/3.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/4.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/4.png
new file mode 100644
index 00000000..defcb744
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/4.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/5.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/5.png
new file mode 100644
index 00000000..762e6ce6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/5.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/6.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/6.png
new file mode 100644
index 00000000..8e5cb532
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/6.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/7.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/7.png
new file mode 100644
index 00000000..6a5044ef
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/7.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/8.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/8.png
new file mode 100644
index 00000000..56f654b9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/8.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/9.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/9.png
new file mode 100644
index 00000000..b3056c8f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/9.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/jia.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/jia.png
new file mode 100644
index 00000000..fd6f92cf
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/jia.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/jian.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/jian.png
new file mode 100644
index 00000000..4b452339
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/jian.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/xsd.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/xsd.png
new file mode 100644
index 00000000..d0c8c312
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/image/xsd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/chat_button_blue.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/chat_button_blue.png
new file mode 100644
index 00000000..efa7e973
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/chat_button_blue.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/game/game_fonts_02.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/game/game_fonts_02.png
new file mode 100644
index 00000000..dbf4d8f2
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/game/game_fonts_02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/head/Head0.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/head/Head0.png
new file mode 100644
index 00000000..07e87b29
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/head/Head0.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/head/head_name_bg.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/head/head_name_bg.png
new file mode 100644
index 00000000..d89beb1d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/head/head_name_bg.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/head/index_bg_01.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/head/index_bg_01.png
new file mode 100644
index 00000000..5cb37a23
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/head/index_bg_01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/head/owner.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/head/owner.png
new file mode 100644
index 00000000..3c2307b4
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/head/owner.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/new_btns/button03.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/new_btns/button03.png
new file mode 100644
index 00000000..2a5930e9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/new_btns/button03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/record/01.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/record/01.png
new file mode 100644
index 00000000..7458a075
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/record/01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/record/02.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/record/02.png
new file mode 100644
index 00000000..cf4ea084
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/record/02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/record/button01.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/record/button01.png
new file mode 100644
index 00000000..7d251955
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/record/button01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/record/button02.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/record/button02.png
new file mode 100644
index 00000000..d8ac1d65
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/record/button02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/record/button03.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/record/button03.png
new file mode 100644
index 00000000..629546eb
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/record/button03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/record/di.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/record/di.png
new file mode 100644
index 00000000..74398900
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/record/di.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/setting/sytb.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/setting/sytb.png
new file mode 100644
index 00000000..2865a1fe
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/setting/sytb.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/tishi_bottom_01.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/tishi_bottom_01.png
new file mode 100644
index 00000000..7a851c2e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/tishi_bottom_01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/win/cha.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/win/cha.png
new file mode 100644
index 00000000..34a915ae
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/win/cha.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/win/tkd.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/win/tkd.png
new file mode 100644
index 00000000..8b48974d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/font/images/win/tkd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/gamerule.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/gamerule.xml
new file mode 100644
index 00000000..5410bae9
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/gamerule.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/MovieClip1.jta b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/MovieClip1.jta
new file mode 100644
index 00000000..14c451f9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/MovieClip1.jta differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/1.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/1.png
new file mode 100644
index 00000000..5ae3a2e2
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/2.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/2.png
new file mode 100644
index 00000000..a173a8a3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/2.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/3.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/3.png
new file mode 100644
index 00000000..0bac61ef
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/3.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/5.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/5.png
new file mode 100644
index 00000000..554b0cf0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/5.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/8.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/8.png
new file mode 100644
index 00000000..f121f288
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/8.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/bc_img.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/bc_img.png
new file mode 100644
index 00000000..5eef547e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/bc_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/bp.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/bp.png
new file mode 100644
index 00000000..fb704c0d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/bp.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/cp_img.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/cp_img.png
new file mode 100644
index 00000000..af5b0e9d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/cp_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/hsand.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/hsand.png
new file mode 100644
index 00000000..1b2adaef
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/hsand.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/lsand.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/lsand.png
new file mode 100644
index 00000000..a5ab1ed5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/lsand.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/p.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/p.png
new file mode 100644
index 00000000..cec56f05
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/p.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/ts_img.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/ts_img.png
new file mode 100644
index 00000000..baa13b5c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/ts_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/wenzi01.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/wenzi01.png
new file mode 100644
index 00000000..64f1f025
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/wenzi01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/wenzi02.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/wenzi02.png
new file mode 100644
index 00000000..8adebce6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/wenzi02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/wenzi04.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/wenzi04.png
new file mode 100644
index 00000000..7187df1a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/wenzi04.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/wenzi041.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/wenzi041.png
new file mode 100644
index 00000000..fb56cde9
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/btn/wenzi041.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/icon.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/icon.png
new file mode 100644
index 00000000..371009e1
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/icon.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/shadow.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/shadow.png
new file mode 100644
index 00000000..9cdef1c5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/shadow.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/wxyqhy_img.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/wxyqhy_img.png
new file mode 100644
index 00000000..e25d2f0a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/wxyqhy_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/ying.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/ying.png
new file mode 100644
index 00000000..f8bedeb5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/ying.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/光.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/光.png
new file mode 100644
index 00000000..37ac55e3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/光.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/遮罩.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/遮罩.png
new file mode 100644
index 00000000..c744578b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/image/遮罩.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/Button3.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/Button3.xml
new file mode 100644
index 00000000..d80647d3
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/Button3.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/clock.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/clock.png
new file mode 100644
index 00000000..8e556328
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/clock.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/dks02.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/dks02.png
new file mode 100644
index 00000000..6f54628a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/dks02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/fh_img.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/fh_img.png
new file mode 100644
index 00000000..dd498d90
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/fh_img.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/game_icon_07.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/game_icon_07.png
new file mode 100644
index 00000000..5e193e8d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/game_icon_07.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/gbyy.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/gbyy.png
new file mode 100644
index 00000000..d04898a6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/gbyy.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/hsgps.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/hsgps.png
new file mode 100644
index 00000000..2de98968
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/hsgps.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/hsgq.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/hsgq.png
new file mode 100644
index 00000000..51dbafb0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/hsgq.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/img_6.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/img_6.png
new file mode 100644
index 00000000..754a998e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/img_6.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/js.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/js.png
new file mode 100644
index 00000000..3cf44c4b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/js.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/lk.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/lk.png
new file mode 100644
index 00000000..61773ec8
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/lk.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/lt.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/lt.png
new file mode 100644
index 00000000..228cbc5d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/lt.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/lvgps.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/lvgps.png
new file mode 100644
index 00000000..95488d24
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/lvgps.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/sd.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/sd.png
new file mode 100644
index 00000000..5fb1fb6c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/sd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/sm.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/sm.png
new file mode 100644
index 00000000..34a7bf05
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/sm.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/sz.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/sz.png
new file mode 100644
index 00000000..93afc318
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/sz.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/voice/yuyinquan01.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/voice/yuyinquan01.png
new file mode 100644
index 00000000..5b4467b6
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/voice/yuyinquan01.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/voice/yuyinquan02.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/voice/yuyinquan02.png
new file mode 100644
index 00000000..3e7c9b83
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/voice/yuyinquan02.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/voice/yuyinquan03.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/voice/yuyinquan03.png
new file mode 100644
index 00000000..e5344235
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/voice/yuyinquan03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/wenhao.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/wenhao.png
new file mode 100644
index 00000000..c4aeeb92
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/wenhao.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/yy.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/yy.png
new file mode 100644
index 00000000..83759b81
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/images/yy.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/newcard/00.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/newcard/00.png
new file mode 100644
index 00000000..bd2dedfc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/newcard/00.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/package.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/package.xml
new file mode 100644
index 00000000..141a0de4
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/package.xml
@@ -0,0 +1,538 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/SettingWindow1.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/SettingWindow1.xml
new file mode 100644
index 00000000..4021b235
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/SettingWindow1.xml
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/component/Btn_cr_checkbox.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/component/Btn_cr_checkbox.xml
new file mode 100644
index 00000000..d5bbca7c
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/component/Btn_cr_checkbox.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/component/Slider1.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/component/Slider1.xml
new file mode 100644
index 00000000..b1c12fde
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/component/Slider1.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/component/Slider1_grip.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/component/Slider1_grip.xml
new file mode 100644
index 00000000..136a8258
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/component/Slider1_grip.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/component/Slider1_grip2.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/component/Slider1_grip2.xml
new file mode 100644
index 00000000..136a8258
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/component/Slider1_grip2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/component/Slider2.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/component/Slider2.xml
new file mode 100644
index 00000000..0001b167
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/component/Slider2.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/component/hd.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/component/hd.png
new file mode 100644
index 00000000..2d20a475
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/component/hd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/component/setting/btn_bg.xml b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/component/setting/btn_bg.xml
new file mode 100644
index 00000000..e699f761
--- /dev/null
+++ b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/component/setting/btn_bg.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/component/ydk.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/component/ydk.png
new file mode 100644
index 00000000..9ba8ce6e
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/component/ydk.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/11_08.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/11_08.png
new file mode 100644
index 00000000..f94364e5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/11_08.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/9bg_04.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/9bg_04.png
new file mode 100644
index 00000000..926f130c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/9bg_04.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/bj.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/bj.png
new file mode 100644
index 00000000..cea57b31
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/bj.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/dk.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/dk.png
new file mode 100644
index 00000000..6452b005
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/dk.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/fg.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/fg.png
new file mode 100644
index 00000000..bdb04cbc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/fg.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/fgx.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/fgx.png
new file mode 100644
index 00000000..d5a2cc57
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/fgx.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/hdtd.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/hdtd.png
new file mode 100644
index 00000000..eaf3cedc
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/hdtd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/hw.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/hw.png
new file mode 100644
index 00000000..18a25f6c
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/hw.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/icon_yinxiao.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/icon_yinxiao.png
new file mode 100644
index 00000000..19b75a6a
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/icon_yinxiao.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/icon_yinyue.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/icon_yinyue.png
new file mode 100644
index 00000000..80d55764
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/icon_yinyue.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/jd.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/jd.png
new file mode 100644
index 00000000..6323502f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/jd.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/jdt.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/jdt.png
new file mode 100644
index 00000000..80e9f069
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/jdt.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/pm.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/pm.png
new file mode 100644
index 00000000..f30ca18f
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/pm.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/shezhi_title_03.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/shezhi_title_03.png
new file mode 100644
index 00000000..554a0279
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/shezhi_title_03.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/shezhi_title_04.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/shezhi_title_04.png
new file mode 100644
index 00000000..4e993f3b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/shezhi_title_04.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/sx.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/sx.png
new file mode 100644
index 00000000..2f329bd3
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/sx.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/sytb.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/sytb.png
new file mode 100644
index 00000000..3bea691d
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/sytb.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/szbt.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/szbt.png
new file mode 100644
index 00000000..fd0b4b9b
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/szbt.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/szz.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/szz.png
new file mode 100644
index 00000000..e56408f5
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/szz.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/table_bg1.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/table_bg1.png
new file mode 100644
index 00000000..a98db882
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/table_bg1.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/table_bg2.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/table_bg2.png
new file mode 100644
index 00000000..53db8638
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/table_bg2.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/table_bg3.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/table_bg3.png
new file mode 100644
index 00000000..813893b0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/table_bg3.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/xzk.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/xzk.png
new file mode 100644
index 00000000..6cefea08
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/xzk.png differ
diff --git a/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/yytb.png b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/yytb.png
new file mode 100644
index 00000000..23ae81c0
Binary files /dev/null and b/wb_new_ui/assets/Extend_Poker_SuoHaNew/setting/images/setting/yytb.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/btn_assist.xml b/wb_new_ui/assets/FGAssist/invite/btn_assist.xml
new file mode 100644
index 00000000..6928e8ef
--- /dev/null
+++ b/wb_new_ui/assets/FGAssist/invite/btn_assist.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/FGAssist/invite/component/invite/btn_auto_invite.xml b/wb_new_ui/assets/FGAssist/invite/component/invite/btn_auto_invite.xml
new file mode 100644
index 00000000..65970950
--- /dev/null
+++ b/wb_new_ui/assets/FGAssist/invite/component/invite/btn_auto_invite.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/FGAssist/invite/component/invite/btn_invite.xml b/wb_new_ui/assets/FGAssist/invite/component/invite/btn_invite.xml
new file mode 100644
index 00000000..5aabedfc
--- /dev/null
+++ b/wb_new_ui/assets/FGAssist/invite/component/invite/btn_invite.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/FGAssist/invite/component/invite/btn_invite_action.xml b/wb_new_ui/assets/FGAssist/invite/component/invite/btn_invite_action.xml
new file mode 100644
index 00000000..f78618b3
--- /dev/null
+++ b/wb_new_ui/assets/FGAssist/invite/component/invite/btn_invite_action.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/FGAssist/invite/component/invite/btn_reload.xml b/wb_new_ui/assets/FGAssist/invite/component/invite/btn_reload.xml
new file mode 100644
index 00000000..88e8f1fd
--- /dev/null
+++ b/wb_new_ui/assets/FGAssist/invite/component/invite/btn_reload.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/FGAssist/invite/component/invite/checkbox.xml b/wb_new_ui/assets/FGAssist/invite/component/invite/checkbox.xml
new file mode 100644
index 00000000..63d22e27
--- /dev/null
+++ b/wb_new_ui/assets/FGAssist/invite/component/invite/checkbox.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/FGAssist/invite/component/invite/item_invite.xml b/wb_new_ui/assets/FGAssist/invite/component/invite/item_invite.xml
new file mode 100644
index 00000000..f6e92d1f
--- /dev/null
+++ b/wb_new_ui/assets/FGAssist/invite/component/invite/item_invite.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/FGAssist/invite/component/table/btn_lab.xml b/wb_new_ui/assets/FGAssist/invite/component/table/btn_lab.xml
new file mode 100644
index 00000000..d9a26851
--- /dev/null
+++ b/wb_new_ui/assets/FGAssist/invite/component/table/btn_lab.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/FGAssist/invite/component/table/btn_show.xml b/wb_new_ui/assets/FGAssist/invite/component/table/btn_show.xml
new file mode 100644
index 00000000..8214a295
--- /dev/null
+++ b/wb_new_ui/assets/FGAssist/invite/component/table/btn_show.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/FGAssist/invite/component/table/btn_table_action.xml b/wb_new_ui/assets/FGAssist/invite/component/table/btn_table_action.xml
new file mode 100644
index 00000000..3ceead0a
--- /dev/null
+++ b/wb_new_ui/assets/FGAssist/invite/component/table/btn_table_action.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/FGAssist/invite/component/table/com_table.xml b/wb_new_ui/assets/FGAssist/invite/component/table/com_table.xml
new file mode 100644
index 00000000..a0703af9
--- /dev/null
+++ b/wb_new_ui/assets/FGAssist/invite/component/table/com_table.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/FGAssist/invite/component/table/item_player.xml b/wb_new_ui/assets/FGAssist/invite/component/table/item_player.xml
new file mode 100644
index 00000000..cf41856b
--- /dev/null
+++ b/wb_new_ui/assets/FGAssist/invite/component/table/item_player.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/FGAssist/invite/image/invite/andi.png b/wb_new_ui/assets/FGAssist/invite/image/invite/andi.png
new file mode 100644
index 00000000..c762a406
Binary files /dev/null and b/wb_new_ui/assets/FGAssist/invite/image/invite/andi.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/image/invite/btyqjr.png b/wb_new_ui/assets/FGAssist/invite/image/invite/btyqjr.png
new file mode 100644
index 00000000..2d0e9be5
Binary files /dev/null and b/wb_new_ui/assets/FGAssist/invite/image/invite/btyqjr.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/image/invite/ddz.png b/wb_new_ui/assets/FGAssist/invite/image/invite/ddz.png
new file mode 100644
index 00000000..8fa7af4a
Binary files /dev/null and b/wb_new_ui/assets/FGAssist/invite/image/invite/ddz.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/image/invite/dhk.png b/wb_new_ui/assets/FGAssist/invite/image/invite/dhk.png
new file mode 100644
index 00000000..f5690e47
Binary files /dev/null and b/wb_new_ui/assets/FGAssist/invite/image/invite/dhk.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/image/invite/jj.png b/wb_new_ui/assets/FGAssist/invite/image/invite/jj.png
new file mode 100644
index 00000000..159a6b22
Binary files /dev/null and b/wb_new_ui/assets/FGAssist/invite/image/invite/jj.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/image/invite/js.png b/wb_new_ui/assets/FGAssist/invite/image/invite/js.png
new file mode 100644
index 00000000..42aa9f09
Binary files /dev/null and b/wb_new_ui/assets/FGAssist/invite/image/invite/js.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/image/invite/kx.png b/wb_new_ui/assets/FGAssist/invite/image/invite/kx.png
new file mode 100644
index 00000000..311e16fd
Binary files /dev/null and b/wb_new_ui/assets/FGAssist/invite/image/invite/kx.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/image/invite/npc.png b/wb_new_ui/assets/FGAssist/invite/image/invite/npc.png
new file mode 100644
index 00000000..3bcf27ed
Binary files /dev/null and b/wb_new_ui/assets/FGAssist/invite/image/invite/npc.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/image/invite/sx.png b/wb_new_ui/assets/FGAssist/invite/image/invite/sx.png
new file mode 100644
index 00000000..aacf0838
Binary files /dev/null and b/wb_new_ui/assets/FGAssist/invite/image/invite/sx.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/image/invite/yjyq.png b/wb_new_ui/assets/FGAssist/invite/image/invite/yjyq.png
new file mode 100644
index 00000000..1b9d3d29
Binary files /dev/null and b/wb_new_ui/assets/FGAssist/invite/image/invite/yjyq.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/image/invite/yq.png b/wb_new_ui/assets/FGAssist/invite/image/invite/yq.png
new file mode 100644
index 00000000..77a04003
Binary files /dev/null and b/wb_new_ui/assets/FGAssist/invite/image/invite/yq.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/image/invite/yqhs.png b/wb_new_ui/assets/FGAssist/invite/image/invite/yqhs.png
new file mode 100644
index 00000000..bbb75d06
Binary files /dev/null and b/wb_new_ui/assets/FGAssist/invite/image/invite/yqhs.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/image/invite/zjdk.png b/wb_new_ui/assets/FGAssist/invite/image/invite/zjdk.png
new file mode 100644
index 00000000..471d463e
Binary files /dev/null and b/wb_new_ui/assets/FGAssist/invite/image/invite/zjdk.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/image/table/dan.png b/wb_new_ui/assets/FGAssist/invite/image/table/dan.png
new file mode 100644
index 00000000..ec64a49b
Binary files /dev/null and b/wb_new_ui/assets/FGAssist/invite/image/table/dan.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/image/table/jrzzan.png b/wb_new_ui/assets/FGAssist/invite/image/table/jrzzan.png
new file mode 100644
index 00000000..06365e7e
Binary files /dev/null and b/wb_new_ui/assets/FGAssist/invite/image/table/jrzzan.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/image/table/tczzan.png b/wb_new_ui/assets/FGAssist/invite/image/table/tczzan.png
new file mode 100644
index 00000000..d1fdaefa
Binary files /dev/null and b/wb_new_ui/assets/FGAssist/invite/image/table/tczzan.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/image/table/wzb.png b/wb_new_ui/assets/FGAssist/invite/image/table/wzb.png
new file mode 100644
index 00000000..86107bc5
Binary files /dev/null and b/wb_new_ui/assets/FGAssist/invite/image/table/wzb.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/image/table/xzz.png b/wb_new_ui/assets/FGAssist/invite/image/table/xzz.png
new file mode 100644
index 00000000..b809115d
Binary files /dev/null and b/wb_new_ui/assets/FGAssist/invite/image/table/xzz.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/image/table/yzb.png b/wb_new_ui/assets/FGAssist/invite/image/table/yzb.png
new file mode 100644
index 00000000..f1d14537
Binary files /dev/null and b/wb_new_ui/assets/FGAssist/invite/image/table/yzb.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/image/table/zk.png b/wb_new_ui/assets/FGAssist/invite/image/table/zk.png
new file mode 100644
index 00000000..ad342f77
Binary files /dev/null and b/wb_new_ui/assets/FGAssist/invite/image/table/zk.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/image/table/zkdk.png b/wb_new_ui/assets/FGAssist/invite/image/table/zkdk.png
new file mode 100644
index 00000000..ab3f0614
Binary files /dev/null and b/wb_new_ui/assets/FGAssist/invite/image/table/zkdk.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/image/tool/btdk.png b/wb_new_ui/assets/FGAssist/invite/image/tool/btdk.png
new file mode 100644
index 00000000..fd0b4b9b
Binary files /dev/null and b/wb_new_ui/assets/FGAssist/invite/image/tool/btdk.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/image/tool/hd.png b/wb_new_ui/assets/FGAssist/invite/image/tool/hd.png
new file mode 100644
index 00000000..f32e7103
Binary files /dev/null and b/wb_new_ui/assets/FGAssist/invite/image/tool/hd.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/image/tool/yqhybtz.png b/wb_new_ui/assets/FGAssist/invite/image/tool/yqhybtz.png
new file mode 100644
index 00000000..fbd7fef6
Binary files /dev/null and b/wb_new_ui/assets/FGAssist/invite/image/tool/yqhybtz.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/image/tool/zstb.png b/wb_new_ui/assets/FGAssist/invite/image/tool/zstb.png
new file mode 100644
index 00000000..ca81303f
Binary files /dev/null and b/wb_new_ui/assets/FGAssist/invite/image/tool/zstb.png differ
diff --git a/wb_new_ui/assets/FGAssist/invite/panel_assist.xml b/wb_new_ui/assets/FGAssist/invite/panel_assist.xml
new file mode 100644
index 00000000..f2406a5a
--- /dev/null
+++ b/wb_new_ui/assets/FGAssist/invite/panel_assist.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/FGAssist/invite/panel_invited.xml b/wb_new_ui/assets/FGAssist/invite/panel_invited.xml
new file mode 100644
index 00000000..aee88ce4
--- /dev/null
+++ b/wb_new_ui/assets/FGAssist/invite/panel_invited.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/FGAssist/invite/panel_table.xml b/wb_new_ui/assets/FGAssist/invite/panel_table.xml
new file mode 100644
index 00000000..1a0bb1af
--- /dev/null
+++ b/wb_new_ui/assets/FGAssist/invite/panel_table.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/FGAssist/package.xml b/wb_new_ui/assets/FGAssist/package.xml
new file mode 100644
index 00000000..e78e65df
--- /dev/null
+++ b/wb_new_ui/assets/FGAssist/package.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/AuditNumber/Component/btn_allow.xml b/wb_new_ui/assets/Family/AuditNumber/Component/btn_allow.xml
new file mode 100644
index 00000000..332d48b9
--- /dev/null
+++ b/wb_new_ui/assets/Family/AuditNumber/Component/btn_allow.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/AuditNumber/Component/btn_unAllow.xml b/wb_new_ui/assets/Family/AuditNumber/Component/btn_unAllow.xml
new file mode 100644
index 00000000..76e4a996
--- /dev/null
+++ b/wb_new_ui/assets/Family/AuditNumber/Component/btn_unAllow.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/AuditNumber/Component/comp_auditNumberChild.xml b/wb_new_ui/assets/Family/AuditNumber/Component/comp_auditNumberChild.xml
new file mode 100644
index 00000000..7ecae784
--- /dev/null
+++ b/wb_new_ui/assets/Family/AuditNumber/Component/comp_auditNumberChild.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Component/Label_createExplanation.xml b/wb_new_ui/assets/Family/CreateAndJoin/Component/Label_createExplanation.xml
new file mode 100644
index 00000000..8ecb0565
--- /dev/null
+++ b/wb_new_ui/assets/Family/CreateAndJoin/Component/Label_createExplanation.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_create.xml b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_create.xml
new file mode 100644
index 00000000..a8c82b92
--- /dev/null
+++ b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_create.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_createFamily.xml b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_createFamily.xml
new file mode 100644
index 00000000..80937ac2
--- /dev/null
+++ b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_createFamily.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_del.xml b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_del.xml
new file mode 100644
index 00000000..2ee1bf75
--- /dev/null
+++ b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_del.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_joinFamily.xml b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_joinFamily.xml
new file mode 100644
index 00000000..934ef066
--- /dev/null
+++ b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_joinFamily.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_0.xml b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_0.xml
new file mode 100644
index 00000000..5138c5fd
--- /dev/null
+++ b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_0.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_1.xml b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_1.xml
new file mode 100644
index 00000000..f8868ad8
--- /dev/null
+++ b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_1.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_2.xml b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_2.xml
new file mode 100644
index 00000000..64e89520
--- /dev/null
+++ b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_3.xml b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_3.xml
new file mode 100644
index 00000000..02b0bbff
--- /dev/null
+++ b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_3.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_4.xml b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_4.xml
new file mode 100644
index 00000000..5f8b3f17
--- /dev/null
+++ b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_4.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_5.xml b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_5.xml
new file mode 100644
index 00000000..adbb9221
--- /dev/null
+++ b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_5.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_6.xml b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_6.xml
new file mode 100644
index 00000000..757ecc6a
--- /dev/null
+++ b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_6.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_7.xml b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_7.xml
new file mode 100644
index 00000000..106e9d98
--- /dev/null
+++ b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_7.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_8.xml b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_8.xml
new file mode 100644
index 00000000..0d282eac
--- /dev/null
+++ b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_8.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_9.xml b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_9.xml
new file mode 100644
index 00000000..cc0ecf2a
--- /dev/null
+++ b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_num_9.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_re.xml b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_re.xml
new file mode 100644
index 00000000..76576109
--- /dev/null
+++ b/wb_new_ui/assets/Family/CreateAndJoin/Component/btn_re.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Image/Group 109.png b/wb_new_ui/assets/Family/CreateAndJoin/Image/Group 109.png
new file mode 100644
index 00000000..5bbf81b9
Binary files /dev/null and b/wb_new_ui/assets/Family/CreateAndJoin/Image/Group 109.png differ
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Image/Group 139.png b/wb_new_ui/assets/Family/CreateAndJoin/Image/Group 139.png
new file mode 100644
index 00000000..64dddcc3
Binary files /dev/null and b/wb_new_ui/assets/Family/CreateAndJoin/Image/Group 139.png differ
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Image/Group 140.png b/wb_new_ui/assets/Family/CreateAndJoin/Image/Group 140.png
new file mode 100644
index 00000000..ba62b468
Binary files /dev/null and b/wb_new_ui/assets/Family/CreateAndJoin/Image/Group 140.png differ
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Image/Group 142.png b/wb_new_ui/assets/Family/CreateAndJoin/Image/Group 142.png
new file mode 100644
index 00000000..adb80b93
Binary files /dev/null and b/wb_new_ui/assets/Family/CreateAndJoin/Image/Group 142.png differ
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Image/Rectangle 112.png b/wb_new_ui/assets/Family/CreateAndJoin/Image/Rectangle 112.png
new file mode 100644
index 00000000..128713ac
Binary files /dev/null and b/wb_new_ui/assets/Family/CreateAndJoin/Image/Rectangle 112.png differ
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Image/Rectangle 158.png b/wb_new_ui/assets/Family/CreateAndJoin/Image/Rectangle 158.png
new file mode 100644
index 00000000..8cd015cc
Binary files /dev/null and b/wb_new_ui/assets/Family/CreateAndJoin/Image/Rectangle 158.png differ
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Image/Rectangle 159.png b/wb_new_ui/assets/Family/CreateAndJoin/Image/Rectangle 159.png
new file mode 100644
index 00000000..68ab3d1d
Binary files /dev/null and b/wb_new_ui/assets/Family/CreateAndJoin/Image/Rectangle 159.png differ
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Image/Rectangle 160.png b/wb_new_ui/assets/Family/CreateAndJoin/Image/Rectangle 160.png
new file mode 100644
index 00000000..438d830a
Binary files /dev/null and b/wb_new_ui/assets/Family/CreateAndJoin/Image/Rectangle 160.png differ
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Image/Rectangle 161.png b/wb_new_ui/assets/Family/CreateAndJoin/Image/Rectangle 161.png
new file mode 100644
index 00000000..03858154
Binary files /dev/null and b/wb_new_ui/assets/Family/CreateAndJoin/Image/Rectangle 161.png differ
diff --git a/wb_new_ui/assets/Family/CreateAndJoin/Image/image 43.png b/wb_new_ui/assets/Family/CreateAndJoin/Image/image 43.png
new file mode 100644
index 00000000..d23d0300
Binary files /dev/null and b/wb_new_ui/assets/Family/CreateAndJoin/Image/image 43.png differ
diff --git a/wb_new_ui/assets/Family/GamePlay/Component/Label_details.xml b/wb_new_ui/assets/Family/GamePlay/Component/Label_details.xml
new file mode 100644
index 00000000..e0d70880
--- /dev/null
+++ b/wb_new_ui/assets/Family/GamePlay/Component/Label_details.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/GamePlay/Component/btn_addPlay.xml b/wb_new_ui/assets/Family/GamePlay/Component/btn_addPlay.xml
new file mode 100644
index 00000000..f8af1bba
--- /dev/null
+++ b/wb_new_ui/assets/Family/GamePlay/Component/btn_addPlay.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/GamePlay/Component/btn_close.xml b/wb_new_ui/assets/Family/GamePlay/Component/btn_close.xml
new file mode 100644
index 00000000..22c6f3f1
--- /dev/null
+++ b/wb_new_ui/assets/Family/GamePlay/Component/btn_close.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/GamePlay/Component/btn_del.xml b/wb_new_ui/assets/Family/GamePlay/Component/btn_del.xml
new file mode 100644
index 00000000..25f5f35c
--- /dev/null
+++ b/wb_new_ui/assets/Family/GamePlay/Component/btn_del.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/GamePlay/Component/btn_edit.xml b/wb_new_ui/assets/Family/GamePlay/Component/btn_edit.xml
new file mode 100644
index 00000000..d8a28c01
--- /dev/null
+++ b/wb_new_ui/assets/Family/GamePlay/Component/btn_edit.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/GamePlay/Component/c_fristAdd.xml b/wb_new_ui/assets/Family/GamePlay/Component/c_fristAdd.xml
new file mode 100644
index 00000000..d2be89f1
--- /dev/null
+++ b/wb_new_ui/assets/Family/GamePlay/Component/c_fristAdd.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/GamePlay/Component/c_playChild.xml b/wb_new_ui/assets/Family/GamePlay/Component/c_playChild.xml
new file mode 100644
index 00000000..5faf407b
--- /dev/null
+++ b/wb_new_ui/assets/Family/GamePlay/Component/c_playChild.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/GamePlay/Image/Group 111.png b/wb_new_ui/assets/Family/GamePlay/Image/Group 111.png
new file mode 100644
index 00000000..80c9055b
Binary files /dev/null and b/wb_new_ui/assets/Family/GamePlay/Image/Group 111.png differ
diff --git a/wb_new_ui/assets/Family/GamePlay/Image/Group 115.png b/wb_new_ui/assets/Family/GamePlay/Image/Group 115.png
new file mode 100644
index 00000000..5dfa0838
Binary files /dev/null and b/wb_new_ui/assets/Family/GamePlay/Image/Group 115.png differ
diff --git a/wb_new_ui/assets/Family/GamePlay/Image/Group 116.png b/wb_new_ui/assets/Family/GamePlay/Image/Group 116.png
new file mode 100644
index 00000000..9f0534f3
Binary files /dev/null and b/wb_new_ui/assets/Family/GamePlay/Image/Group 116.png differ
diff --git a/wb_new_ui/assets/Family/GamePlay/Image/Group 123.png b/wb_new_ui/assets/Family/GamePlay/Image/Group 123.png
new file mode 100644
index 00000000..ed11cb69
Binary files /dev/null and b/wb_new_ui/assets/Family/GamePlay/Image/Group 123.png differ
diff --git a/wb_new_ui/assets/Family/GamePlay/Image/Rectangle 112.png b/wb_new_ui/assets/Family/GamePlay/Image/Rectangle 112.png
new file mode 100644
index 00000000..128713ac
Binary files /dev/null and b/wb_new_ui/assets/Family/GamePlay/Image/Rectangle 112.png differ
diff --git a/wb_new_ui/assets/Family/GamePlay/Image/Rectangle 113.png b/wb_new_ui/assets/Family/GamePlay/Image/Rectangle 113.png
new file mode 100644
index 00000000..dd38f252
Binary files /dev/null and b/wb_new_ui/assets/Family/GamePlay/Image/Rectangle 113.png differ
diff --git a/wb_new_ui/assets/Family/GamePlay/Image/Rectangle 91.png b/wb_new_ui/assets/Family/GamePlay/Image/Rectangle 91.png
new file mode 100644
index 00000000..8cd015cc
Binary files /dev/null and b/wb_new_ui/assets/Family/GamePlay/Image/Rectangle 91.png differ
diff --git a/wb_new_ui/assets/Family/GamePlay/Image/Subtract.png b/wb_new_ui/assets/Family/GamePlay/Image/Subtract.png
new file mode 100644
index 00000000..5cac427c
Binary files /dev/null and b/wb_new_ui/assets/Family/GamePlay/Image/Subtract.png differ
diff --git a/wb_new_ui/assets/Family/GamePlay/Image/玩法管理.png b/wb_new_ui/assets/Family/GamePlay/Image/玩法管理.png
new file mode 100644
index 00000000..da4eb115
Binary files /dev/null and b/wb_new_ui/assets/Family/GamePlay/Image/玩法管理.png differ
diff --git a/wb_new_ui/assets/Family/InviteFamily.xml b/wb_new_ui/assets/Family/InviteFamily.xml
new file mode 100644
index 00000000..4d779235
--- /dev/null
+++ b/wb_new_ui/assets/Family/InviteFamily.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/InviteFamily/Component/btn_close.xml b/wb_new_ui/assets/Family/InviteFamily/Component/btn_close.xml
new file mode 100644
index 00000000..a2e12b92
--- /dev/null
+++ b/wb_new_ui/assets/Family/InviteFamily/Component/btn_close.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/InviteFamily/Component/btn_moments.xml b/wb_new_ui/assets/Family/InviteFamily/Component/btn_moments.xml
new file mode 100644
index 00000000..0bfb8366
--- /dev/null
+++ b/wb_new_ui/assets/Family/InviteFamily/Component/btn_moments.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/InviteFamily/Component/btn_wx.xml b/wb_new_ui/assets/Family/InviteFamily/Component/btn_wx.xml
new file mode 100644
index 00000000..24749d53
--- /dev/null
+++ b/wb_new_ui/assets/Family/InviteFamily/Component/btn_wx.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/InviteFamily/Image/Group 113.png b/wb_new_ui/assets/Family/InviteFamily/Image/Group 113.png
new file mode 100644
index 00000000..6fe77998
Binary files /dev/null and b/wb_new_ui/assets/Family/InviteFamily/Image/Group 113.png differ
diff --git a/wb_new_ui/assets/Family/InviteFamily/Image/Group 114.png b/wb_new_ui/assets/Family/InviteFamily/Image/Group 114.png
new file mode 100644
index 00000000..61aea8dc
Binary files /dev/null and b/wb_new_ui/assets/Family/InviteFamily/Image/Group 114.png differ
diff --git a/wb_new_ui/assets/Family/InviteFamily/Image/Group 152.png b/wb_new_ui/assets/Family/InviteFamily/Image/Group 152.png
new file mode 100644
index 00000000..0d76b962
Binary files /dev/null and b/wb_new_ui/assets/Family/InviteFamily/Image/Group 152.png differ
diff --git a/wb_new_ui/assets/Family/InviteFamily/Image/Group 26.png b/wb_new_ui/assets/Family/InviteFamily/Image/Group 26.png
new file mode 100644
index 00000000..b9988ce7
Binary files /dev/null and b/wb_new_ui/assets/Family/InviteFamily/Image/Group 26.png differ
diff --git a/wb_new_ui/assets/Family/Main.xml b/wb_new_ui/assets/Family/Main.xml
new file mode 100644
index 00000000..a17c2892
--- /dev/null
+++ b/wb_new_ui/assets/Family/Main.xml
@@ -0,0 +1,336 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/Main/Component/Label_gameRule.xml b/wb_new_ui/assets/Family/Main/Component/Label_gameRule.xml
new file mode 100644
index 00000000..1dd15b95
--- /dev/null
+++ b/wb_new_ui/assets/Family/Main/Component/Label_gameRule.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/Main/Component/Label_joinPlayers.xml b/wb_new_ui/assets/Family/Main/Component/Label_joinPlayers.xml
new file mode 100644
index 00000000..da9fcf63
--- /dev/null
+++ b/wb_new_ui/assets/Family/Main/Component/Label_joinPlayers.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/Main/Component/btn_close.xml b/wb_new_ui/assets/Family/Main/Component/btn_close.xml
new file mode 100644
index 00000000..7ddd1a93
--- /dev/null
+++ b/wb_new_ui/assets/Family/Main/Component/btn_close.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/Main/Component/btn_familyHead.xml b/wb_new_ui/assets/Family/Main/Component/btn_familyHead.xml
new file mode 100644
index 00000000..0215ac94
--- /dev/null
+++ b/wb_new_ui/assets/Family/Main/Component/btn_familyHead.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/Main/Component/btn_familyName.xml b/wb_new_ui/assets/Family/Main/Component/btn_familyName.xml
new file mode 100644
index 00000000..1fc40faf
--- /dev/null
+++ b/wb_new_ui/assets/Family/Main/Component/btn_familyName.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/Main/Component/btn_family_record.xml b/wb_new_ui/assets/Family/Main/Component/btn_family_record.xml
new file mode 100644
index 00000000..c54ca9d3
--- /dev/null
+++ b/wb_new_ui/assets/Family/Main/Component/btn_family_record.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/Main/Component/btn_head.xml b/wb_new_ui/assets/Family/Main/Component/btn_head.xml
new file mode 100644
index 00000000..1ab8710f
--- /dev/null
+++ b/wb_new_ui/assets/Family/Main/Component/btn_head.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/Main/Component/btn_inviteFriends.xml b/wb_new_ui/assets/Family/Main/Component/btn_inviteFriends.xml
new file mode 100644
index 00000000..4447e0a3
--- /dev/null
+++ b/wb_new_ui/assets/Family/Main/Component/btn_inviteFriends.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/Main/Component/btn_joinGame.xml b/wb_new_ui/assets/Family/Main/Component/btn_joinGame.xml
new file mode 100644
index 00000000..8fd35fcd
--- /dev/null
+++ b/wb_new_ui/assets/Family/Main/Component/btn_joinGame.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/Main/Component/btn_myfamily.xml b/wb_new_ui/assets/Family/Main/Component/btn_myfamily.xml
new file mode 100644
index 00000000..2117d7d5
--- /dev/null
+++ b/wb_new_ui/assets/Family/Main/Component/btn_myfamily.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/Main/Component/btn_playerHead.xml b/wb_new_ui/assets/Family/Main/Component/btn_playerHead.xml
new file mode 100644
index 00000000..93593bfd
--- /dev/null
+++ b/wb_new_ui/assets/Family/Main/Component/btn_playerHead.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/Main/Component/btn_showALlStartRoom.xml b/wb_new_ui/assets/Family/Main/Component/btn_showALlStartRoom.xml
new file mode 100644
index 00000000..416079eb
--- /dev/null
+++ b/wb_new_ui/assets/Family/Main/Component/btn_showALlStartRoom.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/Main/Component/btn_watch.xml b/wb_new_ui/assets/Family/Main/Component/btn_watch.xml
new file mode 100644
index 00000000..bb19651a
--- /dev/null
+++ b/wb_new_ui/assets/Family/Main/Component/btn_watch.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/Main/Component/c_familyMember.xml b/wb_new_ui/assets/Family/Main/Component/c_familyMember.xml
new file mode 100644
index 00000000..3d6e7fa3
--- /dev/null
+++ b/wb_new_ui/assets/Family/Main/Component/c_familyMember.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/Main/Component/c_otherChild.xml b/wb_new_ui/assets/Family/Main/Component/c_otherChild.xml
new file mode 100644
index 00000000..3914c6f8
--- /dev/null
+++ b/wb_new_ui/assets/Family/Main/Component/c_otherChild.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/Main/Component/c_roomChild.xml b/wb_new_ui/assets/Family/Main/Component/c_roomChild.xml
new file mode 100644
index 00000000..6b091100
--- /dev/null
+++ b/wb_new_ui/assets/Family/Main/Component/c_roomChild.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/Main/Component/vague.xml b/wb_new_ui/assets/Family/Main/Component/vague.xml
new file mode 100644
index 00000000..4c14c0c6
--- /dev/null
+++ b/wb_new_ui/assets/Family/Main/Component/vague.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/Main/Image/Rectangle 93.png b/wb_new_ui/assets/Family/Main/Image/Rectangle 93.png
new file mode 100644
index 00000000..5214586c
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/Rectangle 93.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/bg_left1.png b/wb_new_ui/assets/Family/Main/Image/bg_left1.png
new file mode 100644
index 00000000..06c35e53
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/bg_left1.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/bg_left2.png b/wb_new_ui/assets/Family/Main/Image/bg_left2.png
new file mode 100644
index 00000000..f24f8438
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/bg_left2.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/bg_leftLine.png b/wb_new_ui/assets/Family/Main/Image/bg_leftLine.png
new file mode 100644
index 00000000..c9c9695e
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/bg_leftLine.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/bg_main1.png b/wb_new_ui/assets/Family/Main/Image/bg_main1.png
new file mode 100644
index 00000000..ff40ae68
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/bg_main1.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/bg_main2.png b/wb_new_ui/assets/Family/Main/Image/bg_main2.png
new file mode 100644
index 00000000..2f36dae9
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/bg_main2.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/bg_main3.png b/wb_new_ui/assets/Family/Main/Image/bg_main3.png
new file mode 100644
index 00000000..25d4310b
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/bg_main3.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/bg_main4.png b/wb_new_ui/assets/Family/Main/Image/bg_main4.png
new file mode 100644
index 00000000..19ceb156
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/bg_main4.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/bg_mainInvide.png b/wb_new_ui/assets/Family/Main/Image/bg_mainInvide.png
new file mode 100644
index 00000000..718ae0ea
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/bg_mainInvide.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/bg_mainListChild.png b/wb_new_ui/assets/Family/Main/Image/bg_mainListChild.png
new file mode 100644
index 00000000..345bf181
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/bg_mainListChild.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/bg_mainOpenGame.png b/wb_new_ui/assets/Family/Main/Image/bg_mainOpenGame.png
new file mode 100644
index 00000000..eb49f047
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/bg_mainOpenGame.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/bg_topTitle.png b/wb_new_ui/assets/Family/Main/Image/bg_topTitle.png
new file mode 100644
index 00000000..b5cfaca5
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/bg_topTitle.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/bt_top.png b/wb_new_ui/assets/Family/Main/Image/bt_top.png
new file mode 100644
index 00000000..751eb112
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/bt_top.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/btn_close.png b/wb_new_ui/assets/Family/Main/Image/btn_close.png
new file mode 100644
index 00000000..9a705866
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/btn_close.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/btn_familyName_off.png b/wb_new_ui/assets/Family/Main/Image/btn_familyName_off.png
new file mode 100644
index 00000000..182fb39e
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/btn_familyName_off.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/btn_familyName_on.png b/wb_new_ui/assets/Family/Main/Image/btn_familyName_on.png
new file mode 100644
index 00000000..0e02eb1e
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/btn_familyName_on.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/btn_hideRoom.png b/wb_new_ui/assets/Family/Main/Image/btn_hideRoom.png
new file mode 100644
index 00000000..dea212a9
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/btn_hideRoom.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/btn_mainGameNumberHead.png b/wb_new_ui/assets/Family/Main/Image/btn_mainGameNumberHead.png
new file mode 100644
index 00000000..fb77885b
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/btn_mainGameNumberHead.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/btn_mainListJoin.png b/wb_new_ui/assets/Family/Main/Image/btn_mainListJoin.png
new file mode 100644
index 00000000..b8ce5ef3
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/btn_mainListJoin.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/btn_mainListOn.png b/wb_new_ui/assets/Family/Main/Image/btn_mainListOn.png
new file mode 100644
index 00000000..0d2517bd
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/btn_mainListOn.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/btn_mainListStart.png b/wb_new_ui/assets/Family/Main/Image/btn_mainListStart.png
new file mode 100644
index 00000000..58d698b6
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/btn_mainListStart.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/btn_mainNumberHead.png b/wb_new_ui/assets/Family/Main/Image/btn_mainNumberHead.png
new file mode 100644
index 00000000..d2c48471
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/btn_mainNumberHead.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/btn_myRoom.png b/wb_new_ui/assets/Family/Main/Image/btn_myRoom.png
new file mode 100644
index 00000000..4fd7aedc
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/btn_myRoom.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/btn_numberRecord.png b/wb_new_ui/assets/Family/Main/Image/btn_numberRecord.png
new file mode 100644
index 00000000..a21394d6
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/btn_numberRecord.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/image_inGame.png b/wb_new_ui/assets/Family/Main/Image/image_inGame.png
new file mode 100644
index 00000000..82a50822
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/image_inGame.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/image_levef.png b/wb_new_ui/assets/Family/Main/Image/image_levef.png
new file mode 100644
index 00000000..5b22cb9e
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/image_levef.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/image_online.png b/wb_new_ui/assets/Family/Main/Image/image_online.png
new file mode 100644
index 00000000..340f4fb0
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/image_online.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/loginBg.png b/wb_new_ui/assets/Family/Main/Image/loginBg.png
new file mode 100644
index 00000000..d8579a0c
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/loginBg.png differ
diff --git a/wb_new_ui/assets/Family/Main/Image/亲友圈.png b/wb_new_ui/assets/Family/Main/Image/亲友圈.png
new file mode 100644
index 00000000..b30a651d
Binary files /dev/null and b/wb_new_ui/assets/Family/Main/Image/亲友圈.png differ
diff --git a/wb_new_ui/assets/Family/NumberDetail.xml b/wb_new_ui/assets/Family/NumberDetail.xml
new file mode 100644
index 00000000..d2f2291f
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberDetail.xml
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberDetail/Component/btn_assistant.xml b/wb_new_ui/assets/Family/NumberDetail/Component/btn_assistant.xml
new file mode 100644
index 00000000..e33b3cb7
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberDetail/Component/btn_assistant.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberDetail/Component/btn_band.xml b/wb_new_ui/assets/Family/NumberDetail/Component/btn_band.xml
new file mode 100644
index 00000000..481dccfd
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberDetail/Component/btn_band.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberDetail/Component/btn_change.xml b/wb_new_ui/assets/Family/NumberDetail/Component/btn_change.xml
new file mode 100644
index 00000000..024e1e13
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberDetail/Component/btn_change.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberDetail/Component/btn_makeOver.xml b/wb_new_ui/assets/Family/NumberDetail/Component/btn_makeOver.xml
new file mode 100644
index 00000000..54226f2e
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberDetail/Component/btn_makeOver.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberDetail/Component/btn_tick.xml b/wb_new_ui/assets/Family/NumberDetail/Component/btn_tick.xml
new file mode 100644
index 00000000..534ab169
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberDetail/Component/btn_tick.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberList/Component/btn_search.xml b/wb_new_ui/assets/Family/NumberList/Component/btn_search.xml
new file mode 100644
index 00000000..320f912b
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberList/Component/btn_search.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberList/Component/c_numberChild.xml b/wb_new_ui/assets/Family/NumberList/Component/c_numberChild.xml
new file mode 100644
index 00000000..995cd603
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberList/Component/c_numberChild.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberList/Image/Group 123.png b/wb_new_ui/assets/Family/NumberList/Image/Group 123.png
new file mode 100644
index 00000000..87876743
Binary files /dev/null and b/wb_new_ui/assets/Family/NumberList/Image/Group 123.png differ
diff --git a/wb_new_ui/assets/Family/NumberList/Image/Rectangle 133.png b/wb_new_ui/assets/Family/NumberList/Image/Rectangle 133.png
new file mode 100644
index 00000000..3c767cc0
Binary files /dev/null and b/wb_new_ui/assets/Family/NumberList/Image/Rectangle 133.png differ
diff --git a/wb_new_ui/assets/Family/NumberList/Image/Rectangle 136.png b/wb_new_ui/assets/Family/NumberList/Image/Rectangle 136.png
new file mode 100644
index 00000000..b92bcc16
Binary files /dev/null and b/wb_new_ui/assets/Family/NumberList/Image/Rectangle 136.png differ
diff --git a/wb_new_ui/assets/Family/NumberList/Image/Rectangle 137.png b/wb_new_ui/assets/Family/NumberList/Image/Rectangle 137.png
new file mode 100644
index 00000000..00b75738
Binary files /dev/null and b/wb_new_ui/assets/Family/NumberList/Image/Rectangle 137.png differ
diff --git a/wb_new_ui/assets/Family/NumberList/Image/Rectangle 138.png b/wb_new_ui/assets/Family/NumberList/Image/Rectangle 138.png
new file mode 100644
index 00000000..4bf15f17
Binary files /dev/null and b/wb_new_ui/assets/Family/NumberList/Image/Rectangle 138.png differ
diff --git a/wb_new_ui/assets/Family/NumberList/Image/numberListTitle.png b/wb_new_ui/assets/Family/NumberList/Image/numberListTitle.png
new file mode 100644
index 00000000..5378946d
Binary files /dev/null and b/wb_new_ui/assets/Family/NumberList/Image/numberListTitle.png differ
diff --git a/wb_new_ui/assets/Family/NumberList/Image/qunzhu.png b/wb_new_ui/assets/Family/NumberList/Image/qunzhu.png
new file mode 100644
index 00000000..bb53741c
Binary files /dev/null and b/wb_new_ui/assets/Family/NumberList/Image/qunzhu.png differ
diff --git a/wb_new_ui/assets/Family/NumberList/Image/zhuli.png b/wb_new_ui/assets/Family/NumberList/Image/zhuli.png
new file mode 100644
index 00000000..b540b14c
Binary files /dev/null and b/wb_new_ui/assets/Family/NumberList/Image/zhuli.png differ
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/GameTypeList/btn_gameType.xml b/wb_new_ui/assets/Family/NumberRecord/Component/GameTypeList/btn_gameType.xml
new file mode 100644
index 00000000..4a09e400
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberRecord/Component/GameTypeList/btn_gameType.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/Multiple_choose.xml b/wb_new_ui/assets/Family/NumberRecord/Component/Multiple_choose.xml
new file mode 100644
index 00000000..e9205808
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberRecord/Component/Multiple_choose.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/SortTypeList/btn_sortTypeAsc.xml b/wb_new_ui/assets/Family/NumberRecord/Component/SortTypeList/btn_sortTypeAsc.xml
new file mode 100644
index 00000000..129e7f06
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberRecord/Component/SortTypeList/btn_sortTypeAsc.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/SortTypeList/btn_sortTypeDesc.xml b/wb_new_ui/assets/Family/NumberRecord/Component/SortTypeList/btn_sortTypeDesc.xml
new file mode 100644
index 00000000..8b7e0894
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberRecord/Component/SortTypeList/btn_sortTypeDesc.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/btn_allChoose.xml b/wb_new_ui/assets/Family/NumberRecord/Component/btn_allChoose.xml
new file mode 100644
index 00000000..431301ef
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberRecord/Component/btn_allChoose.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/btn_allChooseRead.xml b/wb_new_ui/assets/Family/NumberRecord/Component/btn_allChooseRead.xml
new file mode 100644
index 00000000..639a234b
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberRecord/Component/btn_allChooseRead.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/btn_allChooseReverse.xml b/wb_new_ui/assets/Family/NumberRecord/Component/btn_allChooseReverse.xml
new file mode 100644
index 00000000..9448e8a7
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberRecord/Component/btn_allChooseReverse.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/btn_chooseTime.xml b/wb_new_ui/assets/Family/NumberRecord/Component/btn_chooseTime.xml
new file mode 100644
index 00000000..f4ccff84
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberRecord/Component/btn_chooseTime.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/btn_clearInput.xml b/wb_new_ui/assets/Family/NumberRecord/Component/btn_clearInput.xml
new file mode 100644
index 00000000..d168d9b6
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberRecord/Component/btn_clearInput.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/btn_dateNum.xml b/wb_new_ui/assets/Family/NumberRecord/Component/btn_dateNum.xml
new file mode 100644
index 00000000..eca29c1c
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberRecord/Component/btn_dateNum.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/btn_lookRecord.xml b/wb_new_ui/assets/Family/NumberRecord/Component/btn_lookRecord.xml
new file mode 100644
index 00000000..14d94647
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberRecord/Component/btn_lookRecord.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/btn_moreArrow.xml b/wb_new_ui/assets/Family/NumberRecord/Component/btn_moreArrow.xml
new file mode 100644
index 00000000..716355eb
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberRecord/Component/btn_moreArrow.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/btn_search.xml b/wb_new_ui/assets/Family/NumberRecord/Component/btn_search.xml
new file mode 100644
index 00000000..cf721c70
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberRecord/Component/btn_search.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/btn_timeArrow.xml b/wb_new_ui/assets/Family/NumberRecord/Component/btn_timeArrow.xml
new file mode 100644
index 00000000..86df4066
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberRecord/Component/btn_timeArrow.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/comp_chooseTime.xml b/wb_new_ui/assets/Family/NumberRecord/Component/comp_chooseTime.xml
new file mode 100644
index 00000000..e9b758b0
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberRecord/Component/comp_chooseTime.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/comp_gameTypeList.xml b/wb_new_ui/assets/Family/NumberRecord/Component/comp_gameTypeList.xml
new file mode 100644
index 00000000..13d575e5
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberRecord/Component/comp_gameTypeList.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/comp_numberRecordByGameType.xml b/wb_new_ui/assets/Family/NumberRecord/Component/comp_numberRecordByGameType.xml
new file mode 100644
index 00000000..d149b127
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberRecord/Component/comp_numberRecordByGameType.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/comp_numberRecordByGameTypeChild.xml b/wb_new_ui/assets/Family/NumberRecord/Component/comp_numberRecordByGameTypeChild.xml
new file mode 100644
index 00000000..508f9029
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberRecord/Component/comp_numberRecordByGameTypeChild.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/comp_numberRecordByGameTypeChildTitle.xml b/wb_new_ui/assets/Family/NumberRecord/Component/comp_numberRecordByGameTypeChildTitle.xml
new file mode 100644
index 00000000..4922c070
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberRecord/Component/comp_numberRecordByGameTypeChildTitle.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/comp_numberRecordChild.xml b/wb_new_ui/assets/Family/NumberRecord/Component/comp_numberRecordChild.xml
new file mode 100644
index 00000000..9f067523
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberRecord/Component/comp_numberRecordChild.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/comp_numberRecordChildTitle.xml b/wb_new_ui/assets/Family/NumberRecord/Component/comp_numberRecordChildTitle.xml
new file mode 100644
index 00000000..1f9a7927
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberRecord/Component/comp_numberRecordChildTitle.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/comp_numberRecordDetailChild.xml b/wb_new_ui/assets/Family/NumberRecord/Component/comp_numberRecordDetailChild.xml
new file mode 100644
index 00000000..70028327
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberRecord/Component/comp_numberRecordDetailChild.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/comp_numberRecordDetailChildTitle.xml b/wb_new_ui/assets/Family/NumberRecord/Component/comp_numberRecordDetailChildTitle.xml
new file mode 100644
index 00000000..229433b8
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberRecord/Component/comp_numberRecordDetailChildTitle.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/comp_numberRecordDetailResultChild.xml b/wb_new_ui/assets/Family/NumberRecord/Component/comp_numberRecordDetailResultChild.xml
new file mode 100644
index 00000000..f94bda10
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberRecord/Component/comp_numberRecordDetailResultChild.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/comp_sortTypeList.xml b/wb_new_ui/assets/Family/NumberRecord/Component/comp_sortTypeList.xml
new file mode 100644
index 00000000..85431b00
--- /dev/null
+++ b/wb_new_ui/assets/Family/NumberRecord/Component/comp_sortTypeList.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Family/NumberRecord/Component/gou.png b/wb_new_ui/assets/Family/NumberRecord/Component/gou.png
new file mode 100644
index 00000000..1d9c44a3
Binary files /dev/null and b/wb_new_ui/assets/Family/NumberRecord/Component/gou.png differ
diff --git a/wb_new_ui/assets/Family/package.xml b/wb_new_ui/assets/Family/package.xml
new file mode 100644
index 00000000..463de183
--- /dev/null
+++ b/wb_new_ui/assets/Family/package.xml
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Hotupdate/11.mp3 b/wb_new_ui/assets/Hotupdate/11.mp3
new file mode 100644
index 00000000..0ed5bc10
Binary files /dev/null and b/wb_new_ui/assets/Hotupdate/11.mp3 differ
diff --git a/wb_new_ui/assets/Hotupdate/Version.xml b/wb_new_ui/assets/Hotupdate/Version.xml
new file mode 100644
index 00000000..d7335c59
--- /dev/null
+++ b/wb_new_ui/assets/Hotupdate/Version.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Hotupdate/bg.jpg b/wb_new_ui/assets/Hotupdate/bg.jpg
new file mode 100644
index 00000000..4710d59f
Binary files /dev/null and b/wb_new_ui/assets/Hotupdate/bg.jpg differ
diff --git a/wb_new_ui/assets/Hotupdate/commpoent/Bar_update.xml b/wb_new_ui/assets/Hotupdate/commpoent/Bar_update.xml
new file mode 100644
index 00000000..ba830f4b
--- /dev/null
+++ b/wb_new_ui/assets/Hotupdate/commpoent/Bar_update.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Hotupdate/commpoent/Btn_Common(1).xml b/wb_new_ui/assets/Hotupdate/commpoent/Btn_Common(1).xml
new file mode 100644
index 00000000..13a763b3
--- /dev/null
+++ b/wb_new_ui/assets/Hotupdate/commpoent/Btn_Common(1).xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Hotupdate/commpoent/Button_1.xml b/wb_new_ui/assets/Hotupdate/commpoent/Button_1.xml
new file mode 100644
index 00000000..a0bf2996
--- /dev/null
+++ b/wb_new_ui/assets/Hotupdate/commpoent/Button_1.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Hotupdate/commpoent/ProgressBar2.xml b/wb_new_ui/assets/Hotupdate/commpoent/ProgressBar2.xml
new file mode 100644
index 00000000..b6be3f50
--- /dev/null
+++ b/wb_new_ui/assets/Hotupdate/commpoent/ProgressBar2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Hotupdate/commpoent/Slider1.xml b/wb_new_ui/assets/Hotupdate/commpoent/Slider1.xml
new file mode 100644
index 00000000..bc9ddfc4
--- /dev/null
+++ b/wb_new_ui/assets/Hotupdate/commpoent/Slider1.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Hotupdate/commpoent/Slider1_grip.xml b/wb_new_ui/assets/Hotupdate/commpoent/Slider1_grip.xml
new file mode 100644
index 00000000..1c981ac7
--- /dev/null
+++ b/wb_new_ui/assets/Hotupdate/commpoent/Slider1_grip.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Hotupdate/denglu_bg_01.png b/wb_new_ui/assets/Hotupdate/denglu_bg_01.png
new file mode 100644
index 00000000..d74acf62
Binary files /dev/null and b/wb_new_ui/assets/Hotupdate/denglu_bg_01.png differ
diff --git a/wb_new_ui/assets/Hotupdate/denglu_bg_01_bak.png b/wb_new_ui/assets/Hotupdate/denglu_bg_01_bak.png
new file mode 100644
index 00000000..fa7882dc
Binary files /dev/null and b/wb_new_ui/assets/Hotupdate/denglu_bg_01_bak.png differ
diff --git a/wb_new_ui/assets/Hotupdate/hall_girl_bg@2x.png b/wb_new_ui/assets/Hotupdate/hall_girl_bg@2x.png
new file mode 100644
index 00000000..a07214d3
Binary files /dev/null and b/wb_new_ui/assets/Hotupdate/hall_girl_bg@2x.png differ
diff --git a/wb_new_ui/assets/Hotupdate/images/btn_comfirm.png b/wb_new_ui/assets/Hotupdate/images/btn_comfirm.png
new file mode 100644
index 00000000..4c5f5afd
Binary files /dev/null and b/wb_new_ui/assets/Hotupdate/images/btn_comfirm.png differ
diff --git a/wb_new_ui/assets/Hotupdate/images/denglu_icon_01.png b/wb_new_ui/assets/Hotupdate/images/denglu_icon_01.png
new file mode 100644
index 00000000..a7b912cc
Binary files /dev/null and b/wb_new_ui/assets/Hotupdate/images/denglu_icon_01.png differ
diff --git a/wb_new_ui/assets/Hotupdate/images/denglu_icon_02.png b/wb_new_ui/assets/Hotupdate/images/denglu_icon_02.png
new file mode 100644
index 00000000..3012095c
Binary files /dev/null and b/wb_new_ui/assets/Hotupdate/images/denglu_icon_02.png differ
diff --git a/wb_new_ui/assets/Hotupdate/images/denglu_icon_03.png b/wb_new_ui/assets/Hotupdate/images/denglu_icon_03.png
new file mode 100644
index 00000000..740d9c62
Binary files /dev/null and b/wb_new_ui/assets/Hotupdate/images/denglu_icon_03.png differ
diff --git a/wb_new_ui/assets/Hotupdate/images/gou.png b/wb_new_ui/assets/Hotupdate/images/gou.png
new file mode 100644
index 00000000..aa31dd53
Binary files /dev/null and b/wb_new_ui/assets/Hotupdate/images/gou.png differ
diff --git a/wb_new_ui/assets/Hotupdate/images/pic.png b/wb_new_ui/assets/Hotupdate/images/pic.png
new file mode 100644
index 00000000..e405fc94
Binary files /dev/null and b/wb_new_ui/assets/Hotupdate/images/pic.png differ
diff --git a/wb_new_ui/assets/Hotupdate/images/queren.png b/wb_new_ui/assets/Hotupdate/images/queren.png
new file mode 100644
index 00000000..24d772ae
Binary files /dev/null and b/wb_new_ui/assets/Hotupdate/images/queren.png differ
diff --git a/wb_new_ui/assets/Hotupdate/images/tzjd.png b/wb_new_ui/assets/Hotupdate/images/tzjd.png
new file mode 100644
index 00000000..935e9755
Binary files /dev/null and b/wb_new_ui/assets/Hotupdate/images/tzjd.png differ
diff --git a/wb_new_ui/assets/Hotupdate/loggin_bg.png b/wb_new_ui/assets/Hotupdate/loggin_bg.png
new file mode 100644
index 00000000..c500e78c
Binary files /dev/null and b/wb_new_ui/assets/Hotupdate/loggin_bg.png differ
diff --git a/wb_new_ui/assets/Hotupdate/package.xml b/wb_new_ui/assets/Hotupdate/package.xml
new file mode 100644
index 00000000..994dd51d
--- /dev/null
+++ b/wb_new_ui/assets/Hotupdate/package.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_ChangSha/Cgm_create_room.xml b/wb_new_ui/assets/Info_MJ_ChangSha/Cgm_create_room.xml
new file mode 100644
index 00000000..6688d267
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_ChangSha/Cgm_create_room.xml
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_ChangSha/Cgm_create_room_yueyang(1).xml b/wb_new_ui/assets/Info_MJ_ChangSha/Cgm_create_room_yueyang(1).xml
new file mode 100644
index 00000000..61f6a8f7
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_ChangSha/Cgm_create_room_yueyang(1).xml
@@ -0,0 +1,283 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_ChangSha/Cgm_create_room_yueyang.xml b/wb_new_ui/assets/Info_MJ_ChangSha/Cgm_create_room_yueyang.xml
new file mode 100644
index 00000000..47c9beb3
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_ChangSha/Cgm_create_room_yueyang.xml
@@ -0,0 +1,283 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_ChangSha/Com_help.xml b/wb_new_ui/assets/Info_MJ_ChangSha/Com_help.xml
new file mode 100644
index 00000000..5486fd7e
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_ChangSha/Com_help.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_ChangSha/icon.png b/wb_new_ui/assets/Info_MJ_ChangSha/icon.png
new file mode 100644
index 00000000..ba5642b5
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_ChangSha/icon.png differ
diff --git a/wb_new_ui/assets/Info_MJ_ChangSha/icon1-1.png b/wb_new_ui/assets/Info_MJ_ChangSha/icon1-1.png
new file mode 100644
index 00000000..cb7e8a1b
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_ChangSha/icon1-1.png differ
diff --git a/wb_new_ui/assets/Info_MJ_ChangSha/icon1.png b/wb_new_ui/assets/Info_MJ_ChangSha/icon1.png
new file mode 100644
index 00000000..8089f0d5
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_ChangSha/icon1.png differ
diff --git a/wb_new_ui/assets/Info_MJ_ChangSha/icon_1.png b/wb_new_ui/assets/Info_MJ_ChangSha/icon_1.png
new file mode 100644
index 00000000..80349212
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_ChangSha/icon_1.png differ
diff --git a/wb_new_ui/assets/Info_MJ_ChangSha/package.xml b/wb_new_ui/assets/Info_MJ_ChangSha/package.xml
new file mode 100644
index 00000000..7f2f5d4c
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_ChangSha/package.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_FuZhou/Cgm_create_room.xml b/wb_new_ui/assets/Info_MJ_FuZhou/Cgm_create_room.xml
new file mode 100644
index 00000000..6902ffe0
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_FuZhou/Cgm_create_room.xml
@@ -0,0 +1,133 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_FuZhou/Com_help.xml b/wb_new_ui/assets/Info_MJ_FuZhou/Com_help.xml
new file mode 100644
index 00000000..23583033
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_FuZhou/Com_help.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_FuZhou/Label_Detail_83.xml b/wb_new_ui/assets/Info_MJ_FuZhou/Label_Detail_83.xml
new file mode 100644
index 00000000..57290ac4
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_FuZhou/Label_Detail_83.xml
@@ -0,0 +1,186 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/Btn_Common_Info.xml b/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/Btn_Common_Info.xml
new file mode 100644
index 00000000..f92c9508
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/Btn_Common_Info.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/Btn_cr_checkbox.xml b/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/Btn_cr_checkbox.xml
new file mode 100644
index 00000000..f61bf2ec
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/Btn_cr_checkbox.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/Btn_cr_checkbox2.xml b/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/Btn_cr_checkbox2.xml
new file mode 100644
index 00000000..e3dcf696
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/Btn_cr_checkbox2.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/di01.xml b/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/di01.xml
new file mode 100644
index 00000000..7d82e32b
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/di01.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/image/gou.png b/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/image/gou.png
new file mode 100644
index 00000000..1d9c44a3
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/image/gou.png differ
diff --git a/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/image/multiple_btn_n.png b/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/image/multiple_btn_n.png
new file mode 100644
index 00000000..92380b7b
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/image/multiple_btn_n.png differ
diff --git a/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/image/pic07.png b/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/image/pic07.png
new file mode 100644
index 00000000..86812f25
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/image/pic07.png differ
diff --git a/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/image/pic08.png b/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/image/pic08.png
new file mode 100644
index 00000000..f8ffdadb
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/image/pic08.png differ
diff --git a/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/image/single_btn_s.png b/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/image/single_btn_s.png
new file mode 100644
index 00000000..14d3bc52
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_FuZhou/component/create_room/image/single_btn_s.png differ
diff --git a/wb_new_ui/assets/Info_MJ_FuZhou/font/SIYUAN.TTF b/wb_new_ui/assets/Info_MJ_FuZhou/font/SIYUAN.TTF
new file mode 100644
index 00000000..31f678b1
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_FuZhou/font/SIYUAN.TTF differ
diff --git a/wb_new_ui/assets/Info_MJ_FuZhou/icon.png b/wb_new_ui/assets/Info_MJ_FuZhou/icon.png
new file mode 100644
index 00000000..ba5642b5
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_FuZhou/icon.png differ
diff --git a/wb_new_ui/assets/Info_MJ_FuZhou/icon1-1.png b/wb_new_ui/assets/Info_MJ_FuZhou/icon1-1.png
new file mode 100644
index 00000000..b5ee6fc9
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_FuZhou/icon1-1.png differ
diff --git a/wb_new_ui/assets/Info_MJ_FuZhou/icon1.png b/wb_new_ui/assets/Info_MJ_FuZhou/icon1.png
new file mode 100644
index 00000000..14905f3b
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_FuZhou/icon1.png differ
diff --git a/wb_new_ui/assets/Info_MJ_FuZhou/icon_1.png b/wb_new_ui/assets/Info_MJ_FuZhou/icon_1.png
new file mode 100644
index 00000000..80349212
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_FuZhou/icon_1.png differ
diff --git a/wb_new_ui/assets/Info_MJ_FuZhou/mgr/imgs/game/bjwf.png b/wb_new_ui/assets/Info_MJ_FuZhou/mgr/imgs/game/bjwf.png
new file mode 100644
index 00000000..298aeed4
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_FuZhou/mgr/imgs/game/bjwf.png differ
diff --git a/wb_new_ui/assets/Info_MJ_FuZhou/package.xml b/wb_new_ui/assets/Info_MJ_FuZhou/package.xml
new file mode 100644
index 00000000..d0dfe4e2
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_FuZhou/package.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_JinXi/Cgm_create_room.xml b/wb_new_ui/assets/Info_MJ_JinXi/Cgm_create_room.xml
new file mode 100644
index 00000000..6902ffe0
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_JinXi/Cgm_create_room.xml
@@ -0,0 +1,133 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_JinXi/Com_help.xml b/wb_new_ui/assets/Info_MJ_JinXi/Com_help.xml
new file mode 100644
index 00000000..23583033
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_JinXi/Com_help.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_JinXi/Label_Detail_83.xml b/wb_new_ui/assets/Info_MJ_JinXi/Label_Detail_83.xml
new file mode 100644
index 00000000..e6bbb43f
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_JinXi/Label_Detail_83.xml
@@ -0,0 +1,180 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/Btn_Common_Info.xml b/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/Btn_Common_Info.xml
new file mode 100644
index 00000000..fecb3ef8
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/Btn_Common_Info.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/Btn_cr_checkbox.xml b/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/Btn_cr_checkbox.xml
new file mode 100644
index 00000000..fdd7d3e7
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/Btn_cr_checkbox.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/Btn_cr_checkbox2.xml b/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/Btn_cr_checkbox2.xml
new file mode 100644
index 00000000..4b6a1a31
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/Btn_cr_checkbox2.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/di01.xml b/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/di01.xml
new file mode 100644
index 00000000..acd83243
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/di01.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/image/gou.png b/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/image/gou.png
new file mode 100644
index 00000000..1d9c44a3
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/image/gou.png differ
diff --git a/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/image/multiple_btn_n.png b/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/image/multiple_btn_n.png
new file mode 100644
index 00000000..92380b7b
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/image/multiple_btn_n.png differ
diff --git a/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/image/pic07.png b/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/image/pic07.png
new file mode 100644
index 00000000..86812f25
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/image/pic07.png differ
diff --git a/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/image/pic08.png b/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/image/pic08.png
new file mode 100644
index 00000000..f8ffdadb
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/image/pic08.png differ
diff --git a/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/image/single_btn_s.png b/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/image/single_btn_s.png
new file mode 100644
index 00000000..14d3bc52
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_JinXi/component/create_room/image/single_btn_s.png differ
diff --git a/wb_new_ui/assets/Info_MJ_JinXi/font/SIYUAN.TTF b/wb_new_ui/assets/Info_MJ_JinXi/font/SIYUAN.TTF
new file mode 100644
index 00000000..31f678b1
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_JinXi/font/SIYUAN.TTF differ
diff --git a/wb_new_ui/assets/Info_MJ_JinXi/icon.png b/wb_new_ui/assets/Info_MJ_JinXi/icon.png
new file mode 100644
index 00000000..ba5642b5
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_JinXi/icon.png differ
diff --git a/wb_new_ui/assets/Info_MJ_JinXi/icon1-1.png b/wb_new_ui/assets/Info_MJ_JinXi/icon1-1.png
new file mode 100644
index 00000000..b5ee6fc9
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_JinXi/icon1-1.png differ
diff --git a/wb_new_ui/assets/Info_MJ_JinXi/icon1.png b/wb_new_ui/assets/Info_MJ_JinXi/icon1.png
new file mode 100644
index 00000000..14905f3b
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_JinXi/icon1.png differ
diff --git a/wb_new_ui/assets/Info_MJ_JinXi/icon_1.png b/wb_new_ui/assets/Info_MJ_JinXi/icon_1.png
new file mode 100644
index 00000000..80349212
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_JinXi/icon_1.png differ
diff --git a/wb_new_ui/assets/Info_MJ_JinXi/mgr/imgs/game/bjwf.png b/wb_new_ui/assets/Info_MJ_JinXi/mgr/imgs/game/bjwf.png
new file mode 100644
index 00000000..298aeed4
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_JinXi/mgr/imgs/game/bjwf.png differ
diff --git a/wb_new_ui/assets/Info_MJ_JinXi/package.xml b/wb_new_ui/assets/Info_MJ_JinXi/package.xml
new file mode 100644
index 00000000..4ea3660e
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_JinXi/package.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_LiChuan/Cgm_create_room.xml b/wb_new_ui/assets/Info_MJ_LiChuan/Cgm_create_room.xml
new file mode 100644
index 00000000..6902ffe0
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_LiChuan/Cgm_create_room.xml
@@ -0,0 +1,133 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_LiChuan/Com_help.xml b/wb_new_ui/assets/Info_MJ_LiChuan/Com_help.xml
new file mode 100644
index 00000000..23583033
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_LiChuan/Com_help.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_LiChuan/Label_Detail_83.xml b/wb_new_ui/assets/Info_MJ_LiChuan/Label_Detail_83.xml
new file mode 100644
index 00000000..0363a14c
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_LiChuan/Label_Detail_83.xml
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/Btn_Common_Info.xml b/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/Btn_Common_Info.xml
new file mode 100644
index 00000000..2e2e6aeb
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/Btn_Common_Info.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/Btn_cr_checkbox.xml b/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/Btn_cr_checkbox.xml
new file mode 100644
index 00000000..036abc84
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/Btn_cr_checkbox.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/Btn_cr_checkbox2.xml b/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/Btn_cr_checkbox2.xml
new file mode 100644
index 00000000..1c888589
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/Btn_cr_checkbox2.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/di01.xml b/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/di01.xml
new file mode 100644
index 00000000..2133f14a
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/di01.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/image/gou.png b/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/image/gou.png
new file mode 100644
index 00000000..1d9c44a3
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/image/gou.png differ
diff --git a/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/image/multiple_btn_n.png b/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/image/multiple_btn_n.png
new file mode 100644
index 00000000..92380b7b
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/image/multiple_btn_n.png differ
diff --git a/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/image/pic07.png b/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/image/pic07.png
new file mode 100644
index 00000000..86812f25
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/image/pic07.png differ
diff --git a/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/image/pic08.png b/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/image/pic08.png
new file mode 100644
index 00000000..f8ffdadb
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/image/pic08.png differ
diff --git a/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/image/single_btn_s.png b/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/image/single_btn_s.png
new file mode 100644
index 00000000..14d3bc52
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_LiChuan/component/create_room/image/single_btn_s.png differ
diff --git a/wb_new_ui/assets/Info_MJ_LiChuan/font/SIYUAN.TTF b/wb_new_ui/assets/Info_MJ_LiChuan/font/SIYUAN.TTF
new file mode 100644
index 00000000..31f678b1
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_LiChuan/font/SIYUAN.TTF differ
diff --git a/wb_new_ui/assets/Info_MJ_LiChuan/icon.png b/wb_new_ui/assets/Info_MJ_LiChuan/icon.png
new file mode 100644
index 00000000..ba5642b5
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_LiChuan/icon.png differ
diff --git a/wb_new_ui/assets/Info_MJ_LiChuan/icon1-1.png b/wb_new_ui/assets/Info_MJ_LiChuan/icon1-1.png
new file mode 100644
index 00000000..b5ee6fc9
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_LiChuan/icon1-1.png differ
diff --git a/wb_new_ui/assets/Info_MJ_LiChuan/icon1.png b/wb_new_ui/assets/Info_MJ_LiChuan/icon1.png
new file mode 100644
index 00000000..14905f3b
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_LiChuan/icon1.png differ
diff --git a/wb_new_ui/assets/Info_MJ_LiChuan/icon_1.png b/wb_new_ui/assets/Info_MJ_LiChuan/icon_1.png
new file mode 100644
index 00000000..80349212
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_LiChuan/icon_1.png differ
diff --git a/wb_new_ui/assets/Info_MJ_LiChuan/mgr/imgs/game/bjwf.png b/wb_new_ui/assets/Info_MJ_LiChuan/mgr/imgs/game/bjwf.png
new file mode 100644
index 00000000..298aeed4
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_LiChuan/mgr/imgs/game/bjwf.png differ
diff --git a/wb_new_ui/assets/Info_MJ_LiChuan/package.xml b/wb_new_ui/assets/Info_MJ_LiChuan/package.xml
new file mode 100644
index 00000000..37e36713
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_LiChuan/package.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_NanCheng/Cgm_create_room.xml b/wb_new_ui/assets/Info_MJ_NanCheng/Cgm_create_room.xml
new file mode 100644
index 00000000..6902ffe0
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_NanCheng/Cgm_create_room.xml
@@ -0,0 +1,133 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_NanCheng/Com_help.xml b/wb_new_ui/assets/Info_MJ_NanCheng/Com_help.xml
new file mode 100644
index 00000000..23583033
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_NanCheng/Com_help.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_NanCheng/Label_Detail_83.xml b/wb_new_ui/assets/Info_MJ_NanCheng/Label_Detail_83.xml
new file mode 100644
index 00000000..02260263
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_NanCheng/Label_Detail_83.xml
@@ -0,0 +1,187 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/Btn_Common_Info.xml b/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/Btn_Common_Info.xml
new file mode 100644
index 00000000..078b3acc
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/Btn_Common_Info.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/Btn_cr_checkbox.xml b/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/Btn_cr_checkbox.xml
new file mode 100644
index 00000000..4a798ca8
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/Btn_cr_checkbox.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/Btn_cr_checkbox2.xml b/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/Btn_cr_checkbox2.xml
new file mode 100644
index 00000000..9b3e8ca6
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/Btn_cr_checkbox2.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/di01.xml b/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/di01.xml
new file mode 100644
index 00000000..5013a328
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/di01.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/image/gou.png b/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/image/gou.png
new file mode 100644
index 00000000..1d9c44a3
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/image/gou.png differ
diff --git a/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/image/multiple_btn_n.png b/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/image/multiple_btn_n.png
new file mode 100644
index 00000000..92380b7b
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/image/multiple_btn_n.png differ
diff --git a/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/image/pic07.png b/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/image/pic07.png
new file mode 100644
index 00000000..86812f25
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/image/pic07.png differ
diff --git a/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/image/pic08.png b/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/image/pic08.png
new file mode 100644
index 00000000..f8ffdadb
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/image/pic08.png differ
diff --git a/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/image/single_btn_s.png b/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/image/single_btn_s.png
new file mode 100644
index 00000000..14d3bc52
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_NanCheng/component/create_room/image/single_btn_s.png differ
diff --git a/wb_new_ui/assets/Info_MJ_NanCheng/font/SIYUAN.TTF b/wb_new_ui/assets/Info_MJ_NanCheng/font/SIYUAN.TTF
new file mode 100644
index 00000000..31f678b1
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_NanCheng/font/SIYUAN.TTF differ
diff --git a/wb_new_ui/assets/Info_MJ_NanCheng/icon.png b/wb_new_ui/assets/Info_MJ_NanCheng/icon.png
new file mode 100644
index 00000000..ba5642b5
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_NanCheng/icon.png differ
diff --git a/wb_new_ui/assets/Info_MJ_NanCheng/icon1-1.png b/wb_new_ui/assets/Info_MJ_NanCheng/icon1-1.png
new file mode 100644
index 00000000..b5ee6fc9
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_NanCheng/icon1-1.png differ
diff --git a/wb_new_ui/assets/Info_MJ_NanCheng/icon1.png b/wb_new_ui/assets/Info_MJ_NanCheng/icon1.png
new file mode 100644
index 00000000..14905f3b
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_NanCheng/icon1.png differ
diff --git a/wb_new_ui/assets/Info_MJ_NanCheng/icon_1.png b/wb_new_ui/assets/Info_MJ_NanCheng/icon_1.png
new file mode 100644
index 00000000..80349212
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_NanCheng/icon_1.png differ
diff --git a/wb_new_ui/assets/Info_MJ_NanCheng/mgr/imgs/game/bjwf.png b/wb_new_ui/assets/Info_MJ_NanCheng/mgr/imgs/game/bjwf.png
new file mode 100644
index 00000000..298aeed4
Binary files /dev/null and b/wb_new_ui/assets/Info_MJ_NanCheng/mgr/imgs/game/bjwf.png differ
diff --git a/wb_new_ui/assets/Info_MJ_NanCheng/package.xml b/wb_new_ui/assets/Info_MJ_NanCheng/package.xml
new file mode 100644
index 00000000..6640534a
--- /dev/null
+++ b/wb_new_ui/assets/Info_MJ_NanCheng/package.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/Button3.xml b/wb_new_ui/assets/Info_Poker_ChunTian/Button3.xml
new file mode 100644
index 00000000..c5e80ab5
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_ChunTian/Button3.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/Cgm_create_room.xml b/wb_new_ui/assets/Info_Poker_ChunTian/Cgm_create_room.xml
new file mode 100644
index 00000000..20ccc404
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_ChunTian/Cgm_create_room.xml
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/Com_help.xml b/wb_new_ui/assets/Info_Poker_ChunTian/Com_help.xml
new file mode 100644
index 00000000..3172c365
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_ChunTian/Com_help.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/ComboBox1_item.xml b/wb_new_ui/assets/Info_Poker_ChunTian/ComboBox1_item.xml
new file mode 100644
index 00000000..d350ea2d
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_ChunTian/ComboBox1_item.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/btn_add.xml b/wb_new_ui/assets/Info_Poker_ChunTian/btn_add.xml
new file mode 100644
index 00000000..2f51ed92
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_ChunTian/btn_add.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/btn_sub.xml b/wb_new_ui/assets/Info_Poker_ChunTian/btn_sub.xml
new file mode 100644
index 00000000..9237ee1d
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_ChunTian/btn_sub.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/Btn_Common_Info.xml b/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/Btn_Common_Info.xml
new file mode 100644
index 00000000..259c815a
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/Btn_Common_Info.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/Btn_cr_checkbox.xml b/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/Btn_cr_checkbox.xml
new file mode 100644
index 00000000..9115d88e
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/Btn_cr_checkbox.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/Btn_cr_checkbox2.xml b/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/Btn_cr_checkbox2.xml
new file mode 100644
index 00000000..24394b73
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/Btn_cr_checkbox2.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/di01.xml b/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/di01.xml
new file mode 100644
index 00000000..d3cca769
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/di01.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/image/button03.png b/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/image/button03.png
new file mode 100644
index 00000000..1dc6ff4e
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/image/button03.png differ
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/image/button04.png b/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/image/button04.png
new file mode 100644
index 00000000..f41357ac
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/image/button04.png differ
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/image/gou.png b/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/image/gou.png
new file mode 100644
index 00000000..1d9c44a3
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/image/gou.png differ
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/image/multiple_btn_n.png b/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/image/multiple_btn_n.png
new file mode 100644
index 00000000..92380b7b
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/image/multiple_btn_n.png differ
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/image/pic07.png b/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/image/pic07.png
new file mode 100644
index 00000000..86812f25
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/image/pic07.png differ
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/image/pic08.png b/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/image/pic08.png
new file mode 100644
index 00000000..f8ffdadb
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/image/pic08.png differ
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/image/single_btn_s.png b/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/image/single_btn_s.png
new file mode 100644
index 00000000..14d3bc52
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_ChunTian/component/create_room/image/single_btn_s.png differ
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/dsj.png b/wb_new_ui/assets/Info_Poker_ChunTian/dsj.png
new file mode 100644
index 00000000..f95a9219
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_ChunTian/dsj.png differ
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/fgx.png b/wb_new_ui/assets/Info_Poker_ChunTian/fgx.png
new file mode 100644
index 00000000..88b1f407
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_ChunTian/fgx.png differ
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/font/SIYUAN.TTF b/wb_new_ui/assets/Info_Poker_ChunTian/font/SIYUAN.TTF
new file mode 100644
index 00000000..31f678b1
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_ChunTian/font/SIYUAN.TTF differ
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/hsxdk01.png b/wb_new_ui/assets/Info_Poker_ChunTian/hsxdk01.png
new file mode 100644
index 00000000..775730ed
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_ChunTian/hsxdk01.png differ
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/icon.png b/wb_new_ui/assets/Info_Poker_ChunTian/icon.png
new file mode 100644
index 00000000..54776561
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_ChunTian/icon.png differ
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/icon1-1.png b/wb_new_ui/assets/Info_Poker_ChunTian/icon1-1.png
new file mode 100644
index 00000000..5acc4551
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_ChunTian/icon1-1.png differ
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/icon1.png b/wb_new_ui/assets/Info_Poker_ChunTian/icon1.png
new file mode 100644
index 00000000..4bff2f3e
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_ChunTian/icon1.png differ
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/icon_1.png b/wb_new_ui/assets/Info_Poker_ChunTian/icon_1.png
new file mode 100644
index 00000000..80349212
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_ChunTian/icon_1.png differ
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/lskd.png b/wb_new_ui/assets/Info_Poker_ChunTian/lskd.png
new file mode 100644
index 00000000..d8da91ee
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_ChunTian/lskd.png differ
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/ly.png b/wb_new_ui/assets/Info_Poker_ChunTian/ly.png
new file mode 100644
index 00000000..d9ebe51b
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_ChunTian/ly.png differ
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/mgr/imgs/game/bjwf.png b/wb_new_ui/assets/Info_Poker_ChunTian/mgr/imgs/game/bjwf.png
new file mode 100644
index 00000000..298aeed4
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_ChunTian/mgr/imgs/game/bjwf.png differ
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/package.xml b/wb_new_ui/assets/Info_Poker_ChunTian/package.xml
new file mode 100644
index 00000000..df91042f
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_ChunTian/package.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/wenhao.png b/wb_new_ui/assets/Info_Poker_ChunTian/wenhao.png
new file mode 100644
index 00000000..c4aeeb92
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_ChunTian/wenhao.png differ
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/xuangze.xml b/wb_new_ui/assets/Info_Poker_ChunTian/xuangze.xml
new file mode 100644
index 00000000..5410c5ba
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_ChunTian/xuangze.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_ChunTian/yd.png b/wb_new_ui/assets/Info_Poker_ChunTian/yd.png
new file mode 100644
index 00000000..c092d988
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_ChunTian/yd.png differ
diff --git a/wb_new_ui/assets/Info_Poker_RunFastNew/Button3.xml b/wb_new_ui/assets/Info_Poker_RunFastNew/Button3.xml
new file mode 100644
index 00000000..5ac22ff4
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_RunFastNew/Button3.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_RunFastNew/Com_help.xml b/wb_new_ui/assets/Info_Poker_RunFastNew/Com_help.xml
new file mode 100644
index 00000000..8ca81a22
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_RunFastNew/Com_help.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_RunFastNew/ComboBox1_item.xml b/wb_new_ui/assets/Info_Poker_RunFastNew/ComboBox1_item.xml
new file mode 100644
index 00000000..ed60156d
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_RunFastNew/ComboBox1_item.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_RunFastNew/Creat_RunFast.xml b/wb_new_ui/assets/Info_Poker_RunFastNew/Creat_RunFast.xml
new file mode 100644
index 00000000..0a90bdaa
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_RunFastNew/Creat_RunFast.xml
@@ -0,0 +1,212 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_RunFastNew/Creat_RunFast_yueyang.xml b/wb_new_ui/assets/Info_Poker_RunFastNew/Creat_RunFast_yueyang.xml
new file mode 100644
index 00000000..2f74394e
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_RunFastNew/Creat_RunFast_yueyang.xml
@@ -0,0 +1,242 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_RunFastNew/Label_Detail_Play.xml b/wb_new_ui/assets/Info_Poker_RunFastNew/Label_Detail_Play.xml
new file mode 100644
index 00000000..131366d2
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_RunFastNew/Label_Detail_Play.xml
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_RunFastNew/btn_add.xml b/wb_new_ui/assets/Info_Poker_RunFastNew/btn_add.xml
new file mode 100644
index 00000000..6695fc16
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_RunFastNew/btn_add.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_RunFastNew/btn_sub.xml b/wb_new_ui/assets/Info_Poker_RunFastNew/btn_sub.xml
new file mode 100644
index 00000000..9108a524
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_RunFastNew/btn_sub.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_RunFastNew/component/create_room/Btn_Common_Info.xml b/wb_new_ui/assets/Info_Poker_RunFastNew/component/create_room/Btn_Common_Info.xml
new file mode 100644
index 00000000..69cbd282
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_RunFastNew/component/create_room/Btn_Common_Info.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_RunFastNew/component/create_room/di01.xml b/wb_new_ui/assets/Info_Poker_RunFastNew/component/create_room/di01.xml
new file mode 100644
index 00000000..9649e057
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_RunFastNew/component/create_room/di01.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_RunFastNew/dsj.png b/wb_new_ui/assets/Info_Poker_RunFastNew/dsj.png
new file mode 100644
index 00000000..f95a9219
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_RunFastNew/dsj.png differ
diff --git a/wb_new_ui/assets/Info_Poker_RunFastNew/fgx.png b/wb_new_ui/assets/Info_Poker_RunFastNew/fgx.png
new file mode 100644
index 00000000..88b1f407
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_RunFastNew/fgx.png differ
diff --git a/wb_new_ui/assets/Info_Poker_RunFastNew/font/SIYUAN.TTF b/wb_new_ui/assets/Info_Poker_RunFastNew/font/SIYUAN.TTF
new file mode 100644
index 00000000..31f678b1
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_RunFastNew/font/SIYUAN.TTF differ
diff --git a/wb_new_ui/assets/Info_Poker_RunFastNew/icon.png b/wb_new_ui/assets/Info_Poker_RunFastNew/icon.png
new file mode 100644
index 00000000..ba5642b5
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_RunFastNew/icon.png differ
diff --git a/wb_new_ui/assets/Info_Poker_RunFastNew/icon1-1.png b/wb_new_ui/assets/Info_Poker_RunFastNew/icon1-1.png
new file mode 100644
index 00000000..cb7e8a1b
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_RunFastNew/icon1-1.png differ
diff --git a/wb_new_ui/assets/Info_Poker_RunFastNew/icon1.png b/wb_new_ui/assets/Info_Poker_RunFastNew/icon1.png
new file mode 100644
index 00000000..8089f0d5
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_RunFastNew/icon1.png differ
diff --git a/wb_new_ui/assets/Info_Poker_RunFastNew/icon_1.png b/wb_new_ui/assets/Info_Poker_RunFastNew/icon_1.png
new file mode 100644
index 00000000..80349212
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_RunFastNew/icon_1.png differ
diff --git a/wb_new_ui/assets/Info_Poker_RunFastNew/lskd.png b/wb_new_ui/assets/Info_Poker_RunFastNew/lskd.png
new file mode 100644
index 00000000..d8da91ee
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_RunFastNew/lskd.png differ
diff --git a/wb_new_ui/assets/Info_Poker_RunFastNew/ly.png b/wb_new_ui/assets/Info_Poker_RunFastNew/ly.png
new file mode 100644
index 00000000..d9ebe51b
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_RunFastNew/ly.png differ
diff --git a/wb_new_ui/assets/Info_Poker_RunFastNew/mgr/imgs/game/bjwf.png b/wb_new_ui/assets/Info_Poker_RunFastNew/mgr/imgs/game/bjwf.png
new file mode 100644
index 00000000..298aeed4
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_RunFastNew/mgr/imgs/game/bjwf.png differ
diff --git a/wb_new_ui/assets/Info_Poker_RunFastNew/package.xml b/wb_new_ui/assets/Info_Poker_RunFastNew/package.xml
new file mode 100644
index 00000000..812802fc
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_RunFastNew/package.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_RunFastNew/wenhao.png b/wb_new_ui/assets/Info_Poker_RunFastNew/wenhao.png
new file mode 100644
index 00000000..c4aeeb92
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_RunFastNew/wenhao.png differ
diff --git a/wb_new_ui/assets/Info_Poker_RunFastNew/xuangze.xml b/wb_new_ui/assets/Info_Poker_RunFastNew/xuangze.xml
new file mode 100644
index 00000000..bc4097b6
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_RunFastNew/xuangze.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_RunFastNew/yd.png b/wb_new_ui/assets/Info_Poker_RunFastNew/yd.png
new file mode 100644
index 00000000..c092d988
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_RunFastNew/yd.png differ
diff --git a/wb_new_ui/assets/Info_Poker_SuoHa/Label_Detail_Play.xml b/wb_new_ui/assets/Info_Poker_SuoHa/Label_Detail_Play.xml
new file mode 100644
index 00000000..3d21f2e4
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_SuoHa/Label_Detail_Play.xml
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_SuoHa/package.xml b/wb_new_ui/assets/Info_Poker_SuoHa/package.xml
new file mode 100644
index 00000000..da416a29
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_SuoHa/package.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/Button3.xml b/wb_new_ui/assets/Info_Poker_SuoHaNew/Button3.xml
new file mode 100644
index 00000000..ea60c343
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_SuoHaNew/Button3.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/Com_help.xml b/wb_new_ui/assets/Info_Poker_SuoHaNew/Com_help.xml
new file mode 100644
index 00000000..8ca81a22
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_SuoHaNew/Com_help.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/ComboBox1_item.xml b/wb_new_ui/assets/Info_Poker_SuoHaNew/ComboBox1_item.xml
new file mode 100644
index 00000000..8c346746
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_SuoHaNew/ComboBox1_item.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/Creat_SuoHa.xml b/wb_new_ui/assets/Info_Poker_SuoHaNew/Creat_SuoHa.xml
new file mode 100644
index 00000000..01cf1422
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_SuoHaNew/Creat_SuoHa.xml
@@ -0,0 +1,212 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/Creat_SuoHa_yueyang.xml b/wb_new_ui/assets/Info_Poker_SuoHaNew/Creat_SuoHa_yueyang.xml
new file mode 100644
index 00000000..bf0566d6
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_SuoHaNew/Creat_SuoHa_yueyang.xml
@@ -0,0 +1,242 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/btn_add.xml b/wb_new_ui/assets/Info_Poker_SuoHaNew/btn_add.xml
new file mode 100644
index 00000000..0ffc2333
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_SuoHaNew/btn_add.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/btn_sub.xml b/wb_new_ui/assets/Info_Poker_SuoHaNew/btn_sub.xml
new file mode 100644
index 00000000..6b6535b4
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_SuoHaNew/btn_sub.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/Btn_Common_Info.xml b/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/Btn_Common_Info.xml
new file mode 100644
index 00000000..8bf6dda9
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/Btn_Common_Info.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/Btn_cr_checkbox.xml b/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/Btn_cr_checkbox.xml
new file mode 100644
index 00000000..77c950c6
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/Btn_cr_checkbox.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/Btn_cr_checkbox2.xml b/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/Btn_cr_checkbox2.xml
new file mode 100644
index 00000000..1776be4d
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/Btn_cr_checkbox2.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/di01.xml b/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/di01.xml
new file mode 100644
index 00000000..c4d9b58c
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/di01.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/image/button03.png b/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/image/button03.png
new file mode 100644
index 00000000..1dc6ff4e
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/image/button03.png differ
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/image/button04.png b/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/image/button04.png
new file mode 100644
index 00000000..f41357ac
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/image/button04.png differ
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/image/gou.png b/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/image/gou.png
new file mode 100644
index 00000000..1d9c44a3
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/image/gou.png differ
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/image/multiple_btn_n.png b/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/image/multiple_btn_n.png
new file mode 100644
index 00000000..92380b7b
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/image/multiple_btn_n.png differ
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/image/pic07.png b/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/image/pic07.png
new file mode 100644
index 00000000..86812f25
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/image/pic07.png differ
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/image/pic08.png b/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/image/pic08.png
new file mode 100644
index 00000000..f8ffdadb
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/image/pic08.png differ
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/image/single_btn_s.png b/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/image/single_btn_s.png
new file mode 100644
index 00000000..14d3bc52
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_SuoHaNew/component/create_room/image/single_btn_s.png differ
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/dsj.png b/wb_new_ui/assets/Info_Poker_SuoHaNew/dsj.png
new file mode 100644
index 00000000..f95a9219
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_SuoHaNew/dsj.png differ
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/fgx.png b/wb_new_ui/assets/Info_Poker_SuoHaNew/fgx.png
new file mode 100644
index 00000000..88b1f407
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_SuoHaNew/fgx.png differ
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/font/SIYUAN.TTF b/wb_new_ui/assets/Info_Poker_SuoHaNew/font/SIYUAN.TTF
new file mode 100644
index 00000000..31f678b1
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_SuoHaNew/font/SIYUAN.TTF differ
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/icon.png b/wb_new_ui/assets/Info_Poker_SuoHaNew/icon.png
new file mode 100644
index 00000000..ba5642b5
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_SuoHaNew/icon.png differ
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/icon1-1.png b/wb_new_ui/assets/Info_Poker_SuoHaNew/icon1-1.png
new file mode 100644
index 00000000..cb7e8a1b
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_SuoHaNew/icon1-1.png differ
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/icon1.png b/wb_new_ui/assets/Info_Poker_SuoHaNew/icon1.png
new file mode 100644
index 00000000..8089f0d5
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_SuoHaNew/icon1.png differ
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/icon_1.png b/wb_new_ui/assets/Info_Poker_SuoHaNew/icon_1.png
new file mode 100644
index 00000000..80349212
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_SuoHaNew/icon_1.png differ
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/lskd.png b/wb_new_ui/assets/Info_Poker_SuoHaNew/lskd.png
new file mode 100644
index 00000000..d8da91ee
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_SuoHaNew/lskd.png differ
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/ly.png b/wb_new_ui/assets/Info_Poker_SuoHaNew/ly.png
new file mode 100644
index 00000000..d9ebe51b
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_SuoHaNew/ly.png differ
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/mgr/imgs/game/bjwf.png b/wb_new_ui/assets/Info_Poker_SuoHaNew/mgr/imgs/game/bjwf.png
new file mode 100644
index 00000000..298aeed4
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_SuoHaNew/mgr/imgs/game/bjwf.png differ
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/package.xml b/wb_new_ui/assets/Info_Poker_SuoHaNew/package.xml
new file mode 100644
index 00000000..e30ff38b
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_SuoHaNew/package.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/wenhao.png b/wb_new_ui/assets/Info_Poker_SuoHaNew/wenhao.png
new file mode 100644
index 00000000..c4aeeb92
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_SuoHaNew/wenhao.png differ
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/xuangze.xml b/wb_new_ui/assets/Info_Poker_SuoHaNew/xuangze.xml
new file mode 100644
index 00000000..194e0c24
--- /dev/null
+++ b/wb_new_ui/assets/Info_Poker_SuoHaNew/xuangze.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Info_Poker_SuoHaNew/yd.png b/wb_new_ui/assets/Info_Poker_SuoHaNew/yd.png
new file mode 100644
index 00000000..c092d988
Binary files /dev/null and b/wb_new_ui/assets/Info_Poker_SuoHaNew/yd.png differ
diff --git a/wb_new_ui/assets/Lobby/Authentication.xml b/wb_new_ui/assets/Lobby/Authentication.xml
new file mode 100644
index 00000000..39b08c4b
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/Authentication.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/CreatePlay.xml b/wb_new_ui/assets/Lobby/CreatePlay.xml
new file mode 100644
index 00000000..da1d7fee
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/CreatePlay.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/JoinRoom.xml b/wb_new_ui/assets/Lobby/JoinRoom.xml
new file mode 100644
index 00000000..ea927584
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/JoinRoom.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/Main.xml b/wb_new_ui/assets/Lobby/Main.xml
new file mode 100644
index 00000000..1ff48c76
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/Main.xml
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/Main_New.xml b/wb_new_ui/assets/Lobby/Main_New.xml
new file mode 100644
index 00000000..567632ac
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/Main_New.xml
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/Messages.xml b/wb_new_ui/assets/Lobby/Messages.xml
new file mode 100644
index 00000000..b3739511
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/Messages.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/PlayerInfo.xml b/wb_new_ui/assets/Lobby/PlayerInfo.xml
new file mode 100644
index 00000000..0b28be9c
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/PlayerInfo.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/Record.xml b/wb_new_ui/assets/Lobby/Record.xml
new file mode 100644
index 00000000..d274f08a
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/Record.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/Setting.xml b/wb_new_ui/assets/Lobby/Setting.xml
new file mode 100644
index 00000000..a7fd6321
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/Setting.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/SettingWindow1.xml b/wb_new_ui/assets/Lobby/SettingWindow1.xml
new file mode 100644
index 00000000..a7474f2e
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/SettingWindow1.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/Shop.xml b/wb_new_ui/assets/Lobby/Shop.xml
new file mode 100644
index 00000000..a489051d
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/Shop.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/Win_InviteNew.xml b/wb_new_ui/assets/Lobby/Win_InviteNew.xml
new file mode 100644
index 00000000..5eb3fb1c
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/Win_InviteNew.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/Win_JoinRoom.xml b/wb_new_ui/assets/Lobby/Win_JoinRoom.xml
new file mode 100644
index 00000000..b9c9f6fb
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/Win_JoinRoom.xml
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/Win_help.xml b/wb_new_ui/assets/Lobby/Win_help.xml
new file mode 100644
index 00000000..ff6d8782
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/Win_help.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/Win_service.xml b/wb_new_ui/assets/Lobby/Win_service.xml
new file mode 100644
index 00000000..132df153
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/Win_service.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/btn_joinroom.xml b/wb_new_ui/assets/Lobby/btn_joinroom.xml
new file mode 100644
index 00000000..5951e597
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/btn_joinroom.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/btn_teamwork.xml b/wb_new_ui/assets/Lobby/btn_teamwork.xml
new file mode 100644
index 00000000..5951e597
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/btn_teamwork.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/btnclose(1).xml b/wb_new_ui/assets/Lobby/btnclose(1).xml
new file mode 100644
index 00000000..5f68b7c8
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/btnclose(1).xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/btnclose.xml b/wb_new_ui/assets/Lobby/btnclose.xml
new file mode 100644
index 00000000..0ecaaf9e
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/btnclose.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Authentication/Component/btn_close.xml b/wb_new_ui/assets/Lobby/component/Authentication/Component/btn_close.xml
new file mode 100644
index 00000000..d4ee46e0
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Authentication/Component/btn_close.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Authentication/Component/btn_send.xml b/wb_new_ui/assets/Lobby/component/Authentication/Component/btn_send.xml
new file mode 100644
index 00000000..b26b1578
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Authentication/Component/btn_send.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Authentication/Image/Group 25@3x.png b/wb_new_ui/assets/Lobby/component/Authentication/Image/Group 25@3x.png
new file mode 100644
index 00000000..a3e31f83
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Authentication/Image/Group 25@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Authentication/Image/Group 26@3x.png b/wb_new_ui/assets/Lobby/component/Authentication/Image/Group 26@3x.png
new file mode 100644
index 00000000..adb110fa
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Authentication/Image/Group 26@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Authentication/Image/Group 28@3x.png b/wb_new_ui/assets/Lobby/component/Authentication/Image/Group 28@3x.png
new file mode 100644
index 00000000..89c113e5
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Authentication/Image/Group 28@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Authentication/Image/Rectangle 39@3x.png b/wb_new_ui/assets/Lobby/component/Authentication/Image/Rectangle 39@3x.png
new file mode 100644
index 00000000..0eea1e8a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Authentication/Image/Rectangle 39@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Authentication/Image/Rectangle 40@3x.png b/wb_new_ui/assets/Lobby/component/Authentication/Image/Rectangle 40@3x.png
new file mode 100644
index 00000000..25772892
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Authentication/Image/Rectangle 40@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Authentication/Image/实名认证@3x.png b/wb_new_ui/assets/Lobby/component/Authentication/Image/实名认证@3x.png
new file mode 100644
index 00000000..9b1843a3
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Authentication/Image/实名认证@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/CreatePlay/Component/Label_Detail_init.xml b/wb_new_ui/assets/Lobby/component/CreatePlay/Component/Label_Detail_init.xml
new file mode 100644
index 00000000..d3a48e30
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/CreatePlay/Component/Label_Detail_init.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/CreatePlay/Component/Multiple_choose.xml b/wb_new_ui/assets/Lobby/component/CreatePlay/Component/Multiple_choose.xml
new file mode 100644
index 00000000..8b792d0f
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/CreatePlay/Component/Multiple_choose.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/CreatePlay/Component/Single_choose.xml b/wb_new_ui/assets/Lobby/component/CreatePlay/Component/Single_choose.xml
new file mode 100644
index 00000000..324b19b8
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/CreatePlay/Component/Single_choose.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/CreatePlay/Component/Single_gameName.xml b/wb_new_ui/assets/Lobby/component/CreatePlay/Component/Single_gameName.xml
new file mode 100644
index 00000000..d2e6e9b2
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/CreatePlay/Component/Single_gameName.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/CreatePlay/Component/Single_playName.xml b/wb_new_ui/assets/Lobby/component/CreatePlay/Component/Single_playName.xml
new file mode 100644
index 00000000..6fb823a5
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/CreatePlay/Component/Single_playName.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/CreatePlay/Component/Slider_choose.xml b/wb_new_ui/assets/Lobby/component/CreatePlay/Component/Slider_choose.xml
new file mode 100644
index 00000000..ee020b9a
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/CreatePlay/Component/Slider_choose.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/CreatePlay/Component/Slider_choose_grip.xml b/wb_new_ui/assets/Lobby/component/CreatePlay/Component/Slider_choose_grip.xml
new file mode 100644
index 00000000..0062f2aa
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/CreatePlay/Component/Slider_choose_grip.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/CreatePlay/Component/btn_Create.xml b/wb_new_ui/assets/Lobby/component/CreatePlay/Component/btn_Create.xml
new file mode 100644
index 00000000..8f199b1e
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/CreatePlay/Component/btn_Create.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/CreatePlay/Component/btn_close.xml b/wb_new_ui/assets/Lobby/component/CreatePlay/Component/btn_close.xml
new file mode 100644
index 00000000..abc62600
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/CreatePlay/Component/btn_close.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/CreatePlay/Component/c_playchild.xml b/wb_new_ui/assets/Lobby/component/CreatePlay/Component/c_playchild.xml
new file mode 100644
index 00000000..84e2937d
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/CreatePlay/Component/c_playchild.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Ellipse 27.png b/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Ellipse 27.png
new file mode 100644
index 00000000..3710600b
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Ellipse 27.png differ
diff --git a/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Ellipse 32.png b/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Ellipse 32.png
new file mode 100644
index 00000000..5bfef7bb
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Ellipse 32.png differ
diff --git a/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Group 151.png b/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Group 151.png
new file mode 100644
index 00000000..7ebb1fc7
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Group 151.png differ
diff --git a/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Group 152.png b/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Group 152.png
new file mode 100644
index 00000000..a4282fab
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Group 152.png differ
diff --git a/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Group 25.png b/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Group 25.png
new file mode 100644
index 00000000..2ffa3f15
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Group 25.png differ
diff --git a/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Group 83.png b/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Group 83.png
new file mode 100644
index 00000000..708e0706
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Group 83.png differ
diff --git a/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Line 2.png b/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Line 2.png
new file mode 100644
index 00000000..9bf598ce
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Line 2.png differ
diff --git a/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Rectangle 91.png b/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Rectangle 91.png
new file mode 100644
index 00000000..baddb50c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Rectangle 91.png differ
diff --git a/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Rectangle 92.png b/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Rectangle 92.png
new file mode 100644
index 00000000..dd38f252
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Rectangle 92.png differ
diff --git a/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Rectangle 93.png b/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Rectangle 93.png
new file mode 100644
index 00000000..37d642d9
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/CreatePlay/Image/Rectangle 93.png differ
diff --git a/wb_new_ui/assets/Lobby/component/CreatePlay/Image/gou.png b/wb_new_ui/assets/Lobby/component/CreatePlay/Image/gou.png
new file mode 100644
index 00000000..1d9c44a3
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/CreatePlay/Image/gou.png differ
diff --git a/wb_new_ui/assets/Lobby/component/CreatePlay/Image/image 26.png b/wb_new_ui/assets/Lobby/component/CreatePlay/Image/image 26.png
new file mode 100644
index 00000000..d5563f42
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/CreatePlay/Image/image 26.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Family/Image/Rectangle 101.png b/wb_new_ui/assets/Lobby/component/Family/Image/Rectangle 101.png
new file mode 100644
index 00000000..1a86303a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Family/Image/Rectangle 101.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Family/Image/Rectangle 120.png b/wb_new_ui/assets/Lobby/component/Family/Image/Rectangle 120.png
new file mode 100644
index 00000000..86881285
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Family/Image/Rectangle 120.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Family/Image/Rectangle 93.png b/wb_new_ui/assets/Lobby/component/Family/Image/Rectangle 93.png
new file mode 100644
index 00000000..5214586c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Family/Image/Rectangle 93.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Join/Component/btn_close.xml b/wb_new_ui/assets/Lobby/component/Join/Component/btn_close.xml
new file mode 100644
index 00000000..0bfe7bf6
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Join/Component/btn_close.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Join/Component/btn_del.xml b/wb_new_ui/assets/Lobby/component/Join/Component/btn_del.xml
new file mode 100644
index 00000000..a8eed0d5
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Join/Component/btn_del.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_0.xml b/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_0.xml
new file mode 100644
index 00000000..73cc2288
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_0.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_1.xml b/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_1.xml
new file mode 100644
index 00000000..d2350c52
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_1.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_2.xml b/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_2.xml
new file mode 100644
index 00000000..fb848e95
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_3.xml b/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_3.xml
new file mode 100644
index 00000000..3afc86da
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_3.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_4.xml b/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_4.xml
new file mode 100644
index 00000000..c77ad750
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_4.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_5.xml b/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_5.xml
new file mode 100644
index 00000000..fa7e0666
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_5.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_6.xml b/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_6.xml
new file mode 100644
index 00000000..f5e79d95
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_6.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_7.xml b/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_7.xml
new file mode 100644
index 00000000..b3402a21
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_7.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_8.xml b/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_8.xml
new file mode 100644
index 00000000..af4e611e
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_8.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_9.xml b/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_9.xml
new file mode 100644
index 00000000..e8f1d086
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Join/Component/btn_num_9.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Join/Component/btn_reset.xml b/wb_new_ui/assets/Lobby/component/Join/Component/btn_reset.xml
new file mode 100644
index 00000000..2fa91687
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Join/Component/btn_reset.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Join/Image/Group 26@3x.png b/wb_new_ui/assets/Lobby/component/Join/Image/Group 26@3x.png
new file mode 100644
index 00000000..97b291db
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Join/Image/Group 26@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Join/Image/Group 54@3x.png b/wb_new_ui/assets/Lobby/component/Join/Image/Group 54@3x.png
new file mode 100644
index 00000000..929b7e18
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Join/Image/Group 54@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Join/Image/Group 55@3x.png b/wb_new_ui/assets/Lobby/component/Join/Image/Group 55@3x.png
new file mode 100644
index 00000000..128b681b
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Join/Image/Group 55@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Join/Image/Group 56@3x.png b/wb_new_ui/assets/Lobby/component/Join/Image/Group 56@3x.png
new file mode 100644
index 00000000..5fd0f504
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Join/Image/Group 56@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Join/Image/Group 57@3x.png b/wb_new_ui/assets/Lobby/component/Join/Image/Group 57@3x.png
new file mode 100644
index 00000000..6a6cc815
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Join/Image/Group 57@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Join/Image/Group 58@3x.png b/wb_new_ui/assets/Lobby/component/Join/Image/Group 58@3x.png
new file mode 100644
index 00000000..7d78ef32
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Join/Image/Group 58@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Join/Image/Group 59@3x.png b/wb_new_ui/assets/Lobby/component/Join/Image/Group 59@3x.png
new file mode 100644
index 00000000..5ac03712
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Join/Image/Group 59@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Join/Image/Group 60@3x.png b/wb_new_ui/assets/Lobby/component/Join/Image/Group 60@3x.png
new file mode 100644
index 00000000..144aad4d
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Join/Image/Group 60@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Join/Image/Group 61@3x.png b/wb_new_ui/assets/Lobby/component/Join/Image/Group 61@3x.png
new file mode 100644
index 00000000..3a5cecaa
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Join/Image/Group 61@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Join/Image/Group 62@3x.png b/wb_new_ui/assets/Lobby/component/Join/Image/Group 62@3x.png
new file mode 100644
index 00000000..5f63f42e
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Join/Image/Group 62@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Join/Image/Group 63@3x.png b/wb_new_ui/assets/Lobby/component/Join/Image/Group 63@3x.png
new file mode 100644
index 00000000..8b2dd863
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Join/Image/Group 63@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Join/Image/Group 64@3x.png b/wb_new_ui/assets/Lobby/component/Join/Image/Group 64@3x.png
new file mode 100644
index 00000000..5c571bd8
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Join/Image/Group 64@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Join/Image/Group 65@3x.png b/wb_new_ui/assets/Lobby/component/Join/Image/Group 65@3x.png
new file mode 100644
index 00000000..1e13e432
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Join/Image/Group 65@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Join/Image/Group 66@3x.png b/wb_new_ui/assets/Lobby/component/Join/Image/Group 66@3x.png
new file mode 100644
index 00000000..2fc34a02
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Join/Image/Group 66@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Join/Image/Group 68@3x.png b/wb_new_ui/assets/Lobby/component/Join/Image/Group 68@3x.png
new file mode 100644
index 00000000..d294c764
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Join/Image/Group 68@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Join/Image/Group 69@3x.png b/wb_new_ui/assets/Lobby/component/Join/Image/Group 69@3x.png
new file mode 100644
index 00000000..39f385cd
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Join/Image/Group 69@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Join/Image/Rectangle 39@3x.png b/wb_new_ui/assets/Lobby/component/Join/Image/Rectangle 39@3x.png
new file mode 100644
index 00000000..463238ca
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Join/Image/Rectangle 39@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Join/Image/join@3x.png b/wb_new_ui/assets/Lobby/component/Join/Image/join@3x.png
new file mode 100644
index 00000000..626df81f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Join/Image/join@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Main/Component/btn_back.xml b/wb_new_ui/assets/Lobby/component/Main/Component/btn_back.xml
new file mode 100644
index 00000000..1ba315e2
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Main/Component/btn_back.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Main/Component/center/btn_createRoom.xml b/wb_new_ui/assets/Lobby/component/Main/Component/center/btn_createRoom.xml
new file mode 100644
index 00000000..ddd47de9
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Main/Component/center/btn_createRoom.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Main/Component/center/btn_family.xml b/wb_new_ui/assets/Lobby/component/Main/Component/center/btn_family.xml
new file mode 100644
index 00000000..a4bf0853
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Main/Component/center/btn_family.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Main/Component/down/btn_authenticate.xml b/wb_new_ui/assets/Lobby/component/Main/Component/down/btn_authenticate.xml
new file mode 100644
index 00000000..457389fb
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Main/Component/down/btn_authenticate.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Main/Component/down/btn_gamePlay.xml b/wb_new_ui/assets/Lobby/component/Main/Component/down/btn_gamePlay.xml
new file mode 100644
index 00000000..8209236b
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Main/Component/down/btn_gamePlay.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Main/Component/down/btn_join.xml b/wb_new_ui/assets/Lobby/component/Main/Component/down/btn_join.xml
new file mode 100644
index 00000000..d239002a
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Main/Component/down/btn_join.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Main/Component/down/btn_notice.xml b/wb_new_ui/assets/Lobby/component/Main/Component/down/btn_notice.xml
new file mode 100644
index 00000000..8457f283
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Main/Component/down/btn_notice.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Main/Component/down/btn_record.xml b/wb_new_ui/assets/Lobby/component/Main/Component/down/btn_record.xml
new file mode 100644
index 00000000..e9cf395d
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Main/Component/down/btn_record.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Main/Component/down/btn_setting.xml b/wb_new_ui/assets/Lobby/component/Main/Component/down/btn_setting.xml
new file mode 100644
index 00000000..0e713fca
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Main/Component/down/btn_setting.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Main/Component/down/btn_shop.xml b/wb_new_ui/assets/Lobby/component/Main/Component/down/btn_shop.xml
new file mode 100644
index 00000000..1ff8153a
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Main/Component/down/btn_shop.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Main/Component/left/btn_more.xml b/wb_new_ui/assets/Lobby/component/Main/Component/left/btn_more.xml
new file mode 100644
index 00000000..dd1bb9cb
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Main/Component/left/btn_more.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Main/Component/notice/c_message.xml b/wb_new_ui/assets/Lobby/component/Main/Component/notice/c_message.xml
new file mode 100644
index 00000000..c91e1d3e
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Main/Component/notice/c_message.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Main/Component/player_info/head.xml b/wb_new_ui/assets/Lobby/component/Main/Component/player_info/head.xml
new file mode 100644
index 00000000..800220b8
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Main/Component/player_info/head.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Main/Component/right/btn_customerService.xml b/wb_new_ui/assets/Lobby/component/Main/Component/right/btn_customerService.xml
new file mode 100644
index 00000000..cac575c0
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Main/Component/right/btn_customerService.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Main/Component/right/btn_invite.xml b/wb_new_ui/assets/Lobby/component/Main/Component/right/btn_invite.xml
new file mode 100644
index 00000000..b4b808b5
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Main/Component/right/btn_invite.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Main/Component/top/btn_diamo.xml b/wb_new_ui/assets/Lobby/component/Main/Component/top/btn_diamo.xml
new file mode 100644
index 00000000..eabc3d31
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Main/Component/top/btn_diamo.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Main/Image/1.png b/wb_new_ui/assets/Lobby/component/Main/Image/1.png
new file mode 100644
index 00000000..15ba453f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Main/Image/1.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Main/Image/2.png b/wb_new_ui/assets/Lobby/component/Main/Image/2.png
new file mode 100644
index 00000000..ed30f427
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Main/Image/2.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Main/Image/5.png b/wb_new_ui/assets/Lobby/component/Main/Image/5.png
new file mode 100644
index 00000000..3b6f268c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Main/Image/5.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Main/Image/Group 30.png b/wb_new_ui/assets/Lobby/component/Main/Image/Group 30.png
new file mode 100644
index 00000000..ff4bf546
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Main/Image/Group 30.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Main/Image/bg.png b/wb_new_ui/assets/Lobby/component/Main/Image/bg.png
new file mode 100644
index 00000000..86052d06
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Main/Image/bg.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Main/Image/fangkashuzikuang.png b/wb_new_ui/assets/Lobby/component/Main/Image/fangkashuzikuang.png
new file mode 100644
index 00000000..0259d244
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Main/Image/fangkashuzikuang.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Main/Image/gonggao.png b/wb_new_ui/assets/Lobby/component/Main/Image/gonggao.png
new file mode 100644
index 00000000..a5cb2dac
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Main/Image/gonggao.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Main/Image/hall_view_cl_fk_unct.png b/wb_new_ui/assets/Lobby/component/Main/Image/hall_view_cl_fk_unct.png
new file mode 100644
index 00000000..5d3a2a02
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Main/Image/hall_view_cl_fk_unct.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Main/Image/image1.png b/wb_new_ui/assets/Lobby/component/Main/Image/image1.png
new file mode 100644
index 00000000..a002f492
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Main/Image/image1.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Main/Image/image2.png b/wb_new_ui/assets/Lobby/component/Main/Image/image2.png
new file mode 100644
index 00000000..0bcb1a38
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Main/Image/image2.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Main/Image/image3.png b/wb_new_ui/assets/Lobby/component/Main/Image/image3.png
new file mode 100644
index 00000000..f6712e7f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Main/Image/image3.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Main/Image/image4.png b/wb_new_ui/assets/Lobby/component/Main/Image/image4.png
new file mode 100644
index 00000000..a8239855
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Main/Image/image4.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Main/Image/image5.png b/wb_new_ui/assets/Lobby/component/Main/Image/image5.png
new file mode 100644
index 00000000..2ac1091c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Main/Image/image5.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Main/Image/image6.png b/wb_new_ui/assets/Lobby/component/Main/Image/image6.png
new file mode 100644
index 00000000..f7e41774
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Main/Image/image6.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Main/Image/invite.png b/wb_new_ui/assets/Lobby/component/Main/Image/invite.png
new file mode 100644
index 00000000..c5f3a5e1
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Main/Image/invite.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Main/Image/kefu.png b/wb_new_ui/assets/Lobby/component/Main/Image/kefu.png
new file mode 100644
index 00000000..c81e5104
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Main/Image/kefu.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Main/Image/paomadeng.png b/wb_new_ui/assets/Lobby/component/Main/Image/paomadeng.png
new file mode 100644
index 00000000..73fa3e7e
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Main/Image/paomadeng.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Main/Image/top.png b/wb_new_ui/assets/Lobby/component/Main/Image/top.png
new file mode 100644
index 00000000..afa30033
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Main/Image/top.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Main/Image/touxiangkuang.png b/wb_new_ui/assets/Lobby/component/Main/Image/touxiangkuang.png
new file mode 100644
index 00000000..73e5a1b4
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Main/Image/touxiangkuang.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Main/Image/update.png b/wb_new_ui/assets/Lobby/component/Main/Image/update.png
new file mode 100644
index 00000000..44307d60
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Main/Image/update.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Message/Component/btn_close.xml b/wb_new_ui/assets/Lobby/component/Message/Component/btn_close.xml
new file mode 100644
index 00000000..bf03ca98
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Message/Component/btn_close.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Message/Component/c_message_child.xml b/wb_new_ui/assets/Lobby/component/Message/Component/c_message_child.xml
new file mode 100644
index 00000000..ae6914b3
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Message/Component/c_message_child.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Message/Image/Group 83@3x.png b/wb_new_ui/assets/Lobby/component/Message/Image/Group 83@3x.png
new file mode 100644
index 00000000..ce3d6481
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Message/Image/Group 83@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Message/Image/Rectangle 91@3x.png b/wb_new_ui/assets/Lobby/component/Message/Image/Rectangle 91@3x.png
new file mode 100644
index 00000000..a3bb92b6
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Message/Image/Rectangle 91@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Message/Image/Rectangle 92@3x.png b/wb_new_ui/assets/Lobby/component/Message/Image/Rectangle 92@3x.png
new file mode 100644
index 00000000..af7e3765
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Message/Image/Rectangle 92@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Message/Image/Rectangle 94@3x.png b/wb_new_ui/assets/Lobby/component/Message/Image/Rectangle 94@3x.png
new file mode 100644
index 00000000..c5e6dc92
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Message/Image/Rectangle 94@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Message/Image/messages.png b/wb_new_ui/assets/Lobby/component/Message/Image/messages.png
new file mode 100644
index 00000000..b3b6de03
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Message/Image/messages.png differ
diff --git a/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/Lable_name.xml b/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/Lable_name.xml
new file mode 100644
index 00000000..99c541e3
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/Lable_name.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/Lable_phone.xml b/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/Lable_phone.xml
new file mode 100644
index 00000000..c8f99333
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/Lable_phone.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/Radio_sex.xml b/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/Radio_sex.xml
new file mode 100644
index 00000000..9824d7f0
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/Radio_sex.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/btn_PlayerHead.xml b/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/btn_PlayerHead.xml
new file mode 100644
index 00000000..f3af3105
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/btn_PlayerHead.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/btn_bindPhone.xml b/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/btn_bindPhone.xml
new file mode 100644
index 00000000..83251f35
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/btn_bindPhone.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/btn_cancel.xml b/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/btn_cancel.xml
new file mode 100644
index 00000000..351e96a7
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/btn_cancel.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/btn_changeInfo.xml b/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/btn_changeInfo.xml
new file mode 100644
index 00000000..a16a0b97
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/btn_changeInfo.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/btn_changePhone.xml b/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/btn_changePhone.xml
new file mode 100644
index 00000000..3660d5c9
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/btn_changePhone.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/btn_headChange.xml b/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/btn_headChange.xml
new file mode 100644
index 00000000..5b3e09e2
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/btn_headChange.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/btn_save.xml b/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/btn_save.xml
new file mode 100644
index 00000000..6875acfe
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/PlayerInfo/Component/btn_save.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Frame@3x.png b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Frame@3x.png
new file mode 100644
index 00000000..144a6923
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Frame@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 26@3x.png b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 26@3x.png
new file mode 100644
index 00000000..d66f6cda
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 26@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 47@3x.png b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 47@3x.png
new file mode 100644
index 00000000..95b4c684
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 47@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 68@3x.png b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 68@3x.png
new file mode 100644
index 00000000..2588c161
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 68@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 76@3x.png b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 76@3x.png
new file mode 100644
index 00000000..7e9832a6
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 76@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 77@3x.png b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 77@3x.png
new file mode 100644
index 00000000..4862b8a8
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 77@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 80@3x.png b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 80@3x.png
new file mode 100644
index 00000000..ef33d8ef
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 80@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 81@3x.png b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 81@3x.png
new file mode 100644
index 00000000..2a2018d7
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 81@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 92@3x.png b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 92@3x.png
new file mode 100644
index 00000000..066ccb0c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 92@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 93@3x.png b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 93@3x.png
new file mode 100644
index 00000000..75045430
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Group 93@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Rectangle 39@3x.png b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Rectangle 39@3x.png
new file mode 100644
index 00000000..43c0e9a1
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Rectangle 39@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Vector@3x.png b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Vector@3x.png
new file mode 100644
index 00000000..6e3c828a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/Vector@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/changeInfo.png b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/changeInfo.png
new file mode 100644
index 00000000..606c1989
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/changeInfo.png differ
diff --git a/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/title.png b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/title.png
new file mode 100644
index 00000000..3522b0e2
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/PlayerInfo/Image/title.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Record/Component/btn_close.xml b/wb_new_ui/assets/Lobby/component/Record/Component/btn_close.xml
new file mode 100644
index 00000000..57897ef3
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Record/Component/btn_close.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Record/Component/btn_lookOther.xml b/wb_new_ui/assets/Lobby/component/Record/Component/btn_lookOther.xml
new file mode 100644
index 00000000..9b422365
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Record/Component/btn_lookOther.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Record/Image/Group 75@3x.png b/wb_new_ui/assets/Lobby/component/Record/Image/Group 75@3x.png
new file mode 100644
index 00000000..9885c8fd
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Record/Image/Group 75@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Record/Image/Group 83@3x.png b/wb_new_ui/assets/Lobby/component/Record/Image/Group 83@3x.png
new file mode 100644
index 00000000..ce3d6481
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Record/Image/Group 83@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Record/Image/Group 84@3x.png b/wb_new_ui/assets/Lobby/component/Record/Image/Group 84@3x.png
new file mode 100644
index 00000000..3d46fcd8
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Record/Image/Group 84@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Record/Image/Rectangle 90@3x.png b/wb_new_ui/assets/Lobby/component/Record/Image/Rectangle 90@3x.png
new file mode 100644
index 00000000..e0bdefb3
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Record/Image/Rectangle 90@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Record/Image/Rectangle 92@3x.png b/wb_new_ui/assets/Lobby/component/Record/Image/Rectangle 92@3x.png
new file mode 100644
index 00000000..5b4b4648
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Record/Image/Rectangle 92@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Record/Image/Rectangle 96@3x.png b/wb_new_ui/assets/Lobby/component/Record/Image/Rectangle 96@3x.png
new file mode 100644
index 00000000..95b050d2
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Record/Image/Rectangle 96@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Record/Image/Rectangle 97@3x.png b/wb_new_ui/assets/Lobby/component/Record/Image/Rectangle 97@3x.png
new file mode 100644
index 00000000..fac143a2
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Record/Image/Rectangle 97@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Record/Image/战绩@3x.png b/wb_new_ui/assets/Lobby/component/Record/Image/战绩@3x.png
new file mode 100644
index 00000000..5f26882d
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Record/Image/战绩@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Setting/Component/btn_exitAccount.xml b/wb_new_ui/assets/Lobby/component/Setting/Component/btn_exitAccount.xml
new file mode 100644
index 00000000..27ddea01
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Setting/Component/btn_exitAccount.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Setting/Component/btn_switchAccount.xml b/wb_new_ui/assets/Lobby/component/Setting/Component/btn_switchAccount.xml
new file mode 100644
index 00000000..3c98180e
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Setting/Component/btn_switchAccount.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Setting/Component/btn_vedio.xml b/wb_new_ui/assets/Lobby/component/Setting/Component/btn_vedio.xml
new file mode 100644
index 00000000..34769df3
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Setting/Component/btn_vedio.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Setting/Component/slider_vedio.xml b/wb_new_ui/assets/Lobby/component/Setting/Component/slider_vedio.xml
new file mode 100644
index 00000000..037bc8dc
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Setting/Component/slider_vedio.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Setting/Component/slider_vedio_grip.xml b/wb_new_ui/assets/Lobby/component/Setting/Component/slider_vedio_grip.xml
new file mode 100644
index 00000000..9d692587
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Setting/Component/slider_vedio_grip.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Setting/Image/Group 26@3x.png b/wb_new_ui/assets/Lobby/component/Setting/Image/Group 26@3x.png
new file mode 100644
index 00000000..d66f6cda
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Setting/Image/Group 26@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Setting/Image/Group 68@3x.png b/wb_new_ui/assets/Lobby/component/Setting/Image/Group 68@3x.png
new file mode 100644
index 00000000..2588c161
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Setting/Image/Group 68@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Setting/Image/Group 69@3x.png b/wb_new_ui/assets/Lobby/component/Setting/Image/Group 69@3x.png
new file mode 100644
index 00000000..75045430
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Setting/Image/Group 69@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Setting/Image/Group 75@3x.png b/wb_new_ui/assets/Lobby/component/Setting/Image/Group 75@3x.png
new file mode 100644
index 00000000..652e1819
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Setting/Image/Group 75@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Setting/Image/Group 76@3x.png b/wb_new_ui/assets/Lobby/component/Setting/Image/Group 76@3x.png
new file mode 100644
index 00000000..fc698a68
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Setting/Image/Group 76@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Setting/Image/Group 82@3x.png b/wb_new_ui/assets/Lobby/component/Setting/Image/Group 82@3x.png
new file mode 100644
index 00000000..074e61c7
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Setting/Image/Group 82@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Setting/Image/Rectangle 39@3x.png b/wb_new_ui/assets/Lobby/component/Setting/Image/Rectangle 39@3x.png
new file mode 100644
index 00000000..43c0e9a1
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Setting/Image/Rectangle 39@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Setting/Image/Rectangle 77@3x.png b/wb_new_ui/assets/Lobby/component/Setting/Image/Rectangle 77@3x.png
new file mode 100644
index 00000000..095be63a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Setting/Image/Rectangle 77@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Setting/Image/Vector@3x.png b/wb_new_ui/assets/Lobby/component/Setting/Image/Vector@3x.png
new file mode 100644
index 00000000..38362b13
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Setting/Image/Vector@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Setting/Image/image 26@3x(1)(1).png b/wb_new_ui/assets/Lobby/component/Setting/Image/image 26@3x(1)(1).png
new file mode 100644
index 00000000..80a879d5
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Setting/Image/image 26@3x(1)(1).png differ
diff --git a/wb_new_ui/assets/Lobby/component/Setting/Image/image 26@3x(1).png b/wb_new_ui/assets/Lobby/component/Setting/Image/image 26@3x(1).png
new file mode 100644
index 00000000..80a879d5
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Setting/Image/image 26@3x(1).png differ
diff --git a/wb_new_ui/assets/Lobby/component/Setting/Image/image 26@3x(2).png b/wb_new_ui/assets/Lobby/component/Setting/Image/image 26@3x(2).png
new file mode 100644
index 00000000..80a879d5
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Setting/Image/image 26@3x(2).png differ
diff --git a/wb_new_ui/assets/Lobby/component/Setting/Image/image 26@3x.png b/wb_new_ui/assets/Lobby/component/Setting/Image/image 26@3x.png
new file mode 100644
index 00000000..80a879d5
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Setting/Image/image 26@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Setting/Image/slider_voice.xml b/wb_new_ui/assets/Lobby/component/Setting/Image/slider_voice.xml
new file mode 100644
index 00000000..ceab6ec9
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Setting/Image/slider_voice.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Setting/Image/slider_voice_grip.xml b/wb_new_ui/assets/Lobby/component/Setting/Image/slider_voice_grip.xml
new file mode 100644
index 00000000..005b52ac
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Setting/Image/slider_voice_grip.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Setting/Image/设置@3x(1).png b/wb_new_ui/assets/Lobby/component/Setting/Image/设置@3x(1).png
new file mode 100644
index 00000000..cd78c3e5
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Setting/Image/设置@3x(1).png differ
diff --git a/wb_new_ui/assets/Lobby/component/Setting/Image/设置@3x.png b/wb_new_ui/assets/Lobby/component/Setting/Image/设置@3x.png
new file mode 100644
index 00000000..cd78c3e5
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Setting/Image/设置@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Shop/Component/btn_buy.xml b/wb_new_ui/assets/Lobby/component/Shop/Component/btn_buy.xml
new file mode 100644
index 00000000..f5cd5e8e
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Shop/Component/btn_buy.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Shop/Component/btn_close.xml b/wb_new_ui/assets/Lobby/component/Shop/Component/btn_close.xml
new file mode 100644
index 00000000..57b5e2f2
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Shop/Component/btn_close.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Shop/Component/c_shop_child.xml b/wb_new_ui/assets/Lobby/component/Shop/Component/c_shop_child.xml
new file mode 100644
index 00000000..c892e1e7
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/Shop/Component/c_shop_child.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/Shop/Image/Group 26@3x.png b/wb_new_ui/assets/Lobby/component/Shop/Image/Group 26@3x.png
new file mode 100644
index 00000000..d66f6cda
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Shop/Image/Group 26@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Shop/Image/Group 68@3x.png b/wb_new_ui/assets/Lobby/component/Shop/Image/Group 68@3x.png
new file mode 100644
index 00000000..2588c161
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Shop/Image/Group 68@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Shop/Image/Group 69@3x.png b/wb_new_ui/assets/Lobby/component/Shop/Image/Group 69@3x.png
new file mode 100644
index 00000000..75045430
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Shop/Image/Group 69@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Shop/Image/Group 77@3x.png b/wb_new_ui/assets/Lobby/component/Shop/Image/Group 77@3x.png
new file mode 100644
index 00000000..864f1892
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Shop/Image/Group 77@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Shop/Image/Group 81@3x.png b/wb_new_ui/assets/Lobby/component/Shop/Image/Group 81@3x.png
new file mode 100644
index 00000000..90b4b699
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Shop/Image/Group 81@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Shop/Image/Rectangle 39@3x.png b/wb_new_ui/assets/Lobby/component/Shop/Image/Rectangle 39@3x.png
new file mode 100644
index 00000000..43c0e9a1
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Shop/Image/Rectangle 39@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Shop/Image/Rectangle 86@3x.png b/wb_new_ui/assets/Lobby/component/Shop/Image/Rectangle 86@3x.png
new file mode 100644
index 00000000..0a6dde8e
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Shop/Image/Rectangle 86@3x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Shop/Image/shop_buy_165.png b/wb_new_ui/assets/Lobby/component/Shop/Image/shop_buy_165.png
new file mode 100644
index 00000000..d0658023
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Shop/Image/shop_buy_165.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Shop/Image/shop_buy_300.png b/wb_new_ui/assets/Lobby/component/Shop/Image/shop_buy_300.png
new file mode 100644
index 00000000..3b7bba1d
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Shop/Image/shop_buy_300.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Shop/Image/shop_buy_50.png b/wb_new_ui/assets/Lobby/component/Shop/Image/shop_buy_50.png
new file mode 100644
index 00000000..b2d1a81f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Shop/Image/shop_buy_50.png differ
diff --git a/wb_new_ui/assets/Lobby/component/Shop/Image/shop_title.png b/wb_new_ui/assets/Lobby/component/Shop/Image/shop_title.png
new file mode 100644
index 00000000..95ceeb7d
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/Shop/Image/shop_title.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/Win_CreateRoom.xml b/wb_new_ui/assets/Lobby/component/games/Win_CreateRoom.xml
new file mode 100644
index 00000000..7af35d70
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/games/Win_CreateRoom.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/games/component/Btn.xml b/wb_new_ui/assets/Lobby/component/games/component/Btn.xml
new file mode 100644
index 00000000..d86625d1
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/games/component/Btn.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/games/component/Btn_Back.xml b/wb_new_ui/assets/Lobby/component/games/component/Btn_Back.xml
new file mode 100644
index 00000000..012d1350
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/games/component/Btn_Back.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/games/component/Btn_Create.xml b/wb_new_ui/assets/Lobby/component/games/component/Btn_Create.xml
new file mode 100644
index 00000000..eb836f16
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/games/component/Btn_Create.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/games/component/Btn_Del.xml b/wb_new_ui/assets/Lobby/component/games/component/Btn_Del.xml
new file mode 100644
index 00000000..2bdb5727
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/games/component/Btn_Del.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/games/component/Btn_Game.xml b/wb_new_ui/assets/Lobby/component/games/component/Btn_Game.xml
new file mode 100644
index 00000000..04e83a91
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/games/component/Btn_Game.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/games/component/Btn_More.xml b/wb_new_ui/assets/Lobby/component/games/component/Btn_More.xml
new file mode 100644
index 00000000..5880a0ec
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/games/component/Btn_More.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/games/component/Component2.xml b/wb_new_ui/assets/Lobby/component/games/component/Component2.xml
new file mode 100644
index 00000000..71507065
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/games/component/Component2.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/games/component/Hand.xml b/wb_new_ui/assets/Lobby/component/games/component/Hand.xml
new file mode 100644
index 00000000..1d2aade6
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/games/component/Hand.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/games/component/btn_game_info.xml b/wb_new_ui/assets/Lobby/component/games/component/btn_game_info.xml
new file mode 100644
index 00000000..ab9e346c
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/games/component/btn_game_info.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/games/component/btn_more_game.xml b/wb_new_ui/assets/Lobby/component/games/component/btn_more_game.xml
new file mode 100644
index 00000000..a87f1ca7
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/games/component/btn_more_game.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/games/icon34.png b/wb_new_ui/assets/Lobby/component/games/icon34.png
new file mode 100644
index 00000000..167d90f6
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/icon34.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/btn_creat_room.png b/wb_new_ui/assets/Lobby/component/games/image/btn_creat_room.png
new file mode 100644
index 00000000..bf6b1e05
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/btn_creat_room.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/gxyxan.png b/wb_new_ui/assets/Lobby/component/games/image/gxyxan.png
new file mode 100644
index 00000000..452e8228
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/gxyxan.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/hall_dialog.png b/wb_new_ui/assets/Lobby/component/games/image/hall_dialog.png
new file mode 100644
index 00000000..66317b72
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/hall_dialog.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/hall_left_bg.png b/wb_new_ui/assets/Lobby/component/games/image/hall_left_bg.png
new file mode 100644
index 00000000..2a718724
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/hall_left_bg.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/hall_moregame_title.png b/wb_new_ui/assets/Lobby/component/games/image/hall_moregame_title.png
new file mode 100644
index 00000000..5c8ce444
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/hall_moregame_title.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/open_top_bg.png b/wb_new_ui/assets/Lobby/component/games/image/open_top_bg.png
new file mode 100644
index 00000000..de2cf094
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/open_top_bg.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/play_introduction_btn.png b/wb_new_ui/assets/Lobby/component/games/image/play_introduction_btn.png
new file mode 100644
index 00000000..3dd0462f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/play_introduction_btn.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/play_introduction_title.png b/wb_new_ui/assets/Lobby/component/games/image/play_introduction_title.png
new file mode 100644
index 00000000..e51a9af5
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/play_introduction_title.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/play_more_btn.png b/wb_new_ui/assets/Lobby/component/games/image/play_more_btn.png
new file mode 100644
index 00000000..92539b3a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/play_more_btn.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/play_set_bottom_bg.png b/wb_new_ui/assets/Lobby/component/games/image/play_set_bottom_bg.png
new file mode 100644
index 00000000..9678e38d
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/play_set_bottom_bg.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/xzyxan.png b/wb_new_ui/assets/Lobby/component/games/image/xzyxan.png
new file mode 100644
index 00000000..2fea6b65
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/xzyxan.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/游戏/123.png b/wb_new_ui/assets/Lobby/component/games/image/游戏/123.png
new file mode 100644
index 00000000..318035c5
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/游戏/123.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/游戏/agent_advisory_btn.png b/wb_new_ui/assets/Lobby/component/games/image/游戏/agent_advisory_btn.png
new file mode 100644
index 00000000..0c969bce
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/游戏/agent_advisory_btn.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/游戏/hall_activitynotice_titlebtn.png b/wb_new_ui/assets/Lobby/component/games/image/游戏/hall_activitynotice_titlebtn.png
new file mode 100644
index 00000000..6085c040
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/游戏/hall_activitynotice_titlebtn.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/游戏/hall_activitynotice_titlebtn_h.png b/wb_new_ui/assets/Lobby/component/games/image/游戏/hall_activitynotice_titlebtn_h.png
new file mode 100644
index 00000000..12a2ec39
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/游戏/hall_activitynotice_titlebtn_h.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/游戏/hall_moregame_itembg.png b/wb_new_ui/assets/Lobby/component/games/image/游戏/hall_moregame_itembg.png
new file mode 100644
index 00000000..596502ee
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/游戏/hall_moregame_itembg.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/游戏/hall_moregame_search_btn.png b/wb_new_ui/assets/Lobby/component/games/image/游戏/hall_moregame_search_btn.png
new file mode 100644
index 00000000..a93e2094
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/游戏/hall_moregame_search_btn.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/游戏/icon.png b/wb_new_ui/assets/Lobby/component/games/image/游戏/icon.png
new file mode 100644
index 00000000..d316738c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/游戏/icon.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/游戏/icon_1.png b/wb_new_ui/assets/Lobby/component/games/image/游戏/icon_1.png
new file mode 100644
index 00000000..a4695112
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/游戏/icon_1.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/游戏/multiple_btn_n.png b/wb_new_ui/assets/Lobby/component/games/image/游戏/multiple_btn_n.png
new file mode 100644
index 00000000..411aedb0
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/游戏/multiple_btn_n.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/游戏/multiple_btn_s.png b/wb_new_ui/assets/Lobby/component/games/image/游戏/multiple_btn_s.png
new file mode 100644
index 00000000..d29a455e
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/游戏/multiple_btn_s.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/游戏/open_select_bg.png b/wb_new_ui/assets/Lobby/component/games/image/游戏/open_select_bg.png
new file mode 100644
index 00000000..cb9f7e4b
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/游戏/open_select_bg.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/游戏/open_top_bg.png b/wb_new_ui/assets/Lobby/component/games/image/游戏/open_top_bg.png
new file mode 100644
index 00000000..b11b1bad
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/游戏/open_top_bg.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/游戏/play_introduction_btn.png b/wb_new_ui/assets/Lobby/component/games/image/游戏/play_introduction_btn.png
new file mode 100644
index 00000000..1acf38ed
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/游戏/play_introduction_btn.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/游戏/play_introduction_title.png b/wb_new_ui/assets/Lobby/component/games/image/游戏/play_introduction_title.png
new file mode 100644
index 00000000..61274502
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/游戏/play_introduction_title.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/游戏/play_more_btn.png b/wb_new_ui/assets/Lobby/component/games/image/游戏/play_more_btn.png
new file mode 100644
index 00000000..92539b3a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/游戏/play_more_btn.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/游戏/single_btn_n.png b/wb_new_ui/assets/Lobby/component/games/image/游戏/single_btn_n.png
new file mode 100644
index 00000000..baf2141c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/游戏/single_btn_n.png differ
diff --git a/wb_new_ui/assets/Lobby/component/games/image/游戏/single_btn_s.png b/wb_new_ui/assets/Lobby/component/games/image/游戏/single_btn_s.png
new file mode 100644
index 00000000..a3e6d4b9
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/games/image/游戏/single_btn_s.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/Btn_10.xml b/wb_new_ui/assets/Lobby/component/group/Btn_10.xml
new file mode 100644
index 00000000..f6ab615d
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/group/Btn_10.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/group/Btn_11.xml b/wb_new_ui/assets/Lobby/component/group/Btn_11.xml
new file mode 100644
index 00000000..7a9dc7d7
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/group/Btn_11.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/group/Btn_12.xml b/wb_new_ui/assets/Lobby/component/group/Btn_12.xml
new file mode 100644
index 00000000..809b9155
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/group/Btn_12.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/group/Btn_9(1).xml b/wb_new_ui/assets/Lobby/component/group/Btn_9(1).xml
new file mode 100644
index 00000000..1ac044a0
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/group/Btn_9(1).xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/group/Btn_9.xml b/wb_new_ui/assets/Lobby/component/group/Btn_9.xml
new file mode 100644
index 00000000..44704d2d
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/group/Btn_9.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/group/Button10.xml b/wb_new_ui/assets/Lobby/component/group/Button10.xml
new file mode 100644
index 00000000..c3f6743a
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/group/Button10.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/group/Button9.xml b/wb_new_ui/assets/Lobby/component/group/Button9.xml
new file mode 100644
index 00000000..f0908772
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/group/Button9.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/group/component/bg_02.png b/wb_new_ui/assets/Lobby/component/group/component/bg_02.png
new file mode 100644
index 00000000..123342e9
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/component/bg_02.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/component/btn_fg_info.xml b/wb_new_ui/assets/Lobby/component/group/component/btn_fg_info.xml
new file mode 100644
index 00000000..89f534fc
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/group/component/btn_fg_info.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/group/component/button_02.png b/wb_new_ui/assets/Lobby/component/group/component/button_02.png
new file mode 100644
index 00000000..91826229
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/component/button_02.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/component/di3.png b/wb_new_ui/assets/Lobby/component/group/component/di3.png
new file mode 100644
index 00000000..11fbfb72
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/component/di3.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/component/di4.png b/wb_new_ui/assets/Lobby/component/group/component/di4.png
new file mode 100644
index 00000000..5e2a3f9c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/component/di4.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/component/guoup_item.xml b/wb_new_ui/assets/Lobby/component/group/component/guoup_item.xml
new file mode 100644
index 00000000..2997b10f
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/group/component/guoup_item.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/group/component/联盟列表.png b/wb_new_ui/assets/Lobby/component/group/component/联盟列表.png
new file mode 100644
index 00000000..7579f765
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/component/联盟列表.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/group.xml b/wb_new_ui/assets/Lobby/component/group/group.xml
new file mode 100644
index 00000000..c34625a2
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/group/group.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/group/images/ann_chuangjianpaiyouquan.png b/wb_new_ui/assets/Lobby/component/group/images/ann_chuangjianpaiyouquan.png
new file mode 100644
index 00000000..35e676bf
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/images/ann_chuangjianpaiyouquan.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/images/cards_bg.png b/wb_new_ui/assets/Lobby/component/group/images/cards_bg.png
new file mode 100644
index 00000000..464b1e68
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/images/cards_bg.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/images/club_bg.png b/wb_new_ui/assets/Lobby/component/group/images/club_bg.png
new file mode 100644
index 00000000..65d6c9f3
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/images/club_bg.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/images/club_enter_btn.png b/wb_new_ui/assets/Lobby/component/group/images/club_enter_btn.png
new file mode 100644
index 00000000..21cb49f2
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/images/club_enter_btn.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/images/club_horizontal_fast_table.png b/wb_new_ui/assets/Lobby/component/group/images/club_horizontal_fast_table.png
new file mode 100644
index 00000000..c2d7781c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/images/club_horizontal_fast_table.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/images/club_img_bg.png b/wb_new_ui/assets/Lobby/component/group/images/club_img_bg.png
new file mode 100644
index 00000000..4e5c5ae0
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/images/club_img_bg.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/images/club_title.png b/wb_new_ui/assets/Lobby/component/group/images/club_title.png
new file mode 100644
index 00000000..a6c2d4cb
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/images/club_title.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/images/create_club_title.png b/wb_new_ui/assets/Lobby/component/group/images/create_club_title.png
new file mode 100644
index 00000000..8fea2b46
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/images/create_club_title.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/images/ditiao.png b/wb_new_ui/assets/Lobby/component/group/images/ditiao.png
new file mode 100644
index 00000000..21df0b06
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/images/ditiao.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/images/fall_dialog_head_bg@2x.png b/wb_new_ui/assets/Lobby/component/group/images/fall_dialog_head_bg@2x.png
new file mode 100644
index 00000000..62153b33
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/images/fall_dialog_head_bg@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/images/hall_right_bg.png b/wb_new_ui/assets/Lobby/component/group/images/hall_right_bg.png
new file mode 100644
index 00000000..94f91334
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/images/hall_right_bg.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/images/hall_robot_icon.png b/wb_new_ui/assets/Lobby/component/group/images/hall_robot_icon.png
new file mode 100644
index 00000000..acc51aac
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/images/hall_robot_icon.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/images/home_join_club_title.png b/wb_new_ui/assets/Lobby/component/group/images/home_join_club_title.png
new file mode 100644
index 00000000..6628ad62
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/images/home_join_club_title.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/images/online_text(1).png b/wb_new_ui/assets/Lobby/component/group/images/online_text(1).png
new file mode 100644
index 00000000..680f2e5f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/images/online_text(1).png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/images/online_text.png b/wb_new_ui/assets/Lobby/component/group/images/online_text.png
new file mode 100644
index 00000000..680f2e5f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/images/online_text.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/images/paiyouquan.png b/wb_new_ui/assets/Lobby/component/group/images/paiyouquan.png
new file mode 100644
index 00000000..8b13f459
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/images/paiyouquan.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/images/putongd.png b/wb_new_ui/assets/Lobby/component/group/images/putongd.png
new file mode 100644
index 00000000..fea5944b
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/images/putongd.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/images/pyq_button_djjr_01.png b/wb_new_ui/assets/Lobby/component/group/images/pyq_button_djjr_01.png
new file mode 100644
index 00000000..16ed4e92
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/images/pyq_button_djjr_01.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/images/qx_img.png b/wb_new_ui/assets/Lobby/component/group/images/qx_img.png
new file mode 100644
index 00000000..60c03eaa
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/images/qx_img.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/images/shangdi.png b/wb_new_ui/assets/Lobby/component/group/images/shangdi.png
new file mode 100644
index 00000000..ab53a715
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/images/shangdi.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/images/shuaxin.png b/wb_new_ui/assets/Lobby/component/group/images/shuaxin.png
new file mode 100644
index 00000000..bbb98861
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/images/shuaxin.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/images/table_text(1).png b/wb_new_ui/assets/Lobby/component/group/images/table_text(1).png
new file mode 100644
index 00000000..b722e744
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/images/table_text(1).png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/images/table_text.png b/wb_new_ui/assets/Lobby/component/group/images/table_text.png
new file mode 100644
index 00000000..b722e744
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/images/table_text.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/images/wodpaiyouquan.png b/wb_new_ui/assets/Lobby/component/group/images/wodpaiyouquan.png
new file mode 100644
index 00000000..1c51cfc1
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/images/wodpaiyouquan.png differ
diff --git a/wb_new_ui/assets/Lobby/component/group/images/zd_img.png b/wb_new_ui/assets/Lobby/component/group/images/zd_img.png
new file mode 100644
index 00000000..f6cfbd78
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/group/images/zd_img.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/Btn_bs.xml b/wb_new_ui/assets/Lobby/component/index/Btn_bs.xml
new file mode 100644
index 00000000..2f1e0304
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/index/Btn_bs.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/index/Btn_cz.xml b/wb_new_ui/assets/Lobby/component/index/Btn_cz.xml
new file mode 100644
index 00000000..9c153907
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/index/Btn_cz.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/index/Btn_invite.xml b/wb_new_ui/assets/Lobby/component/index/Btn_invite.xml
new file mode 100644
index 00000000..166e8090
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/index/Btn_invite.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/index/Btn_join_room.xml b/wb_new_ui/assets/Lobby/component/index/Btn_join_room.xml
new file mode 100644
index 00000000..cb4f2b1f
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/index/Btn_join_room.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/index/Btn_lottery.xml b/wb_new_ui/assets/Lobby/component/index/Btn_lottery.xml
new file mode 100644
index 00000000..9b677a36
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/index/Btn_lottery.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/index/Btn_menu.xml b/wb_new_ui/assets/Lobby/component/index/Btn_menu.xml
new file mode 100644
index 00000000..347b90e7
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/index/Btn_menu.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/index/Btn_menu_top.xml b/wb_new_ui/assets/Lobby/component/index/Btn_menu_top.xml
new file mode 100644
index 00000000..cdc5021a
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/index/Btn_menu_top.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/index/Btn_more_game.xml b/wb_new_ui/assets/Lobby/component/index/Btn_more_game.xml
new file mode 100644
index 00000000..36285607
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/index/Btn_more_game.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/index/Btn_more_group.xml b/wb_new_ui/assets/Lobby/component/index/Btn_more_group.xml
new file mode 100644
index 00000000..2c0b2afe
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/index/Btn_more_group.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/index/Btn_select_game.xml b/wb_new_ui/assets/Lobby/component/index/Btn_select_game.xml
new file mode 100644
index 00000000..37c8979d
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/index/Btn_select_game.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/index/Btn_teamwork.xml b/wb_new_ui/assets/Lobby/component/index/Btn_teamwork.xml
new file mode 100644
index 00000000..36840ff2
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/index/Btn_teamwork.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/index/Cgm_gold.xml b/wb_new_ui/assets/Lobby/component/index/Cgm_gold.xml
new file mode 100644
index 00000000..57456cda
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/index/Cgm_gold.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/index/Cgm_message.xml b/wb_new_ui/assets/Lobby/component/index/Cgm_message.xml
new file mode 100644
index 00000000..3c74c57d
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/index/Cgm_message.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/index/Cgm_message_text.xml b/wb_new_ui/assets/Lobby/component/index/Cgm_message_text.xml
new file mode 100644
index 00000000..d38359d6
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/index/Cgm_message_text.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/index/images/111.png b/wb_new_ui/assets/Lobby/component/index/images/111.png
new file mode 100644
index 00000000..5cb4b9dc
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/111.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/bottom_item_bg.png b/wb_new_ui/assets/Lobby/component/index/images/bottom_item_bg.png
new file mode 100644
index 00000000..0f1e0527
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/bottom_item_bg.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/button_cjfj.png b/wb_new_ui/assets/Lobby/component/index/images/button_cjfj.png
new file mode 100644
index 00000000..69d2c8cf
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/button_cjfj.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/club_more.png b/wb_new_ui/assets/Lobby/component/index/images/club_more.png
new file mode 100644
index 00000000..2f83864f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/club_more.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/d06.png b/wb_new_ui/assets/Lobby/component/index/images/d06.png
new file mode 100644
index 00000000..6fd68c85
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/d06.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/exit_icon.png b/wb_new_ui/assets/Lobby/component/index/images/exit_icon.png
new file mode 100644
index 00000000..79051b8c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/exit_icon.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/game_item_bg.png b/wb_new_ui/assets/Lobby/component/index/images/game_item_bg.png
new file mode 100644
index 00000000..38a183aa
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/game_item_bg.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/icon_hezuo.png b/wb_new_ui/assets/Lobby/component/index/images/icon_hezuo.png
new file mode 100644
index 00000000..c5026d17
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/icon_hezuo.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/icon_shuangcheng.png b/wb_new_ui/assets/Lobby/component/index/images/icon_shuangcheng.png
new file mode 100644
index 00000000..7a895955
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/icon_shuangcheng.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/index_icon_05.png b/wb_new_ui/assets/Lobby/component/index/images/index_icon_05.png
new file mode 100644
index 00000000..5dc5aa77
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/index_icon_05.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/index_icon_06.png b/wb_new_ui/assets/Lobby/component/index/images/index_icon_06.png
new file mode 100644
index 00000000..e9cca5ea
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/index_icon_06.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/index_icon_07.png b/wb_new_ui/assets/Lobby/component/index/images/index_icon_07.png
new file mode 100644
index 00000000..ab4efd92
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/index_icon_07.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/index_icon_08.png b/wb_new_ui/assets/Lobby/component/index/images/index_icon_08.png
new file mode 100644
index 00000000..b4243a1f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/index_icon_08.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/join_room_horizen.png b/wb_new_ui/assets/Lobby/component/index/images/join_room_horizen.png
new file mode 100644
index 00000000..b797d442
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/join_room_horizen.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/more_game.png b/wb_new_ui/assets/Lobby/component/index/images/more_game.png
new file mode 100644
index 00000000..5e75c3eb
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/more_game.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/notice_btn.png b/wb_new_ui/assets/Lobby/component/index/images/notice_btn.png
new file mode 100644
index 00000000..14142628
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/notice_btn.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/renwu.png b/wb_new_ui/assets/Lobby/component/index/images/renwu.png
new file mode 100644
index 00000000..31fa9959
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/renwu.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/images/setting_icon.png b/wb_new_ui/assets/Lobby/component/index/images/setting_icon.png
new file mode 100644
index 00000000..69f29bb6
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/index/images/setting_icon.png differ
diff --git a/wb_new_ui/assets/Lobby/component/index/item_game.xml b/wb_new_ui/assets/Lobby/component/index/item_game.xml
new file mode 100644
index 00000000..7ebe614a
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/index/item_game.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/nav/guanbi(1).png b/wb_new_ui/assets/Lobby/component/nav/guanbi(1).png
new file mode 100644
index 00000000..34a915ae
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/nav/guanbi(1).png differ
diff --git a/wb_new_ui/assets/Lobby/component/nav/guanbi.png b/wb_new_ui/assets/Lobby/component/nav/guanbi.png
new file mode 100644
index 00000000..acbcd04c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/nav/guanbi.png differ
diff --git a/wb_new_ui/assets/Lobby/component/nav/match_back.png b/wb_new_ui/assets/Lobby/component/nav/match_back.png
new file mode 100644
index 00000000..38894482
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/nav/match_back.png differ
diff --git a/wb_new_ui/assets/Lobby/component/notice_old/01.png b/wb_new_ui/assets/Lobby/component/notice_old/01.png
new file mode 100644
index 00000000..e04399c7
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/notice_old/01.png differ
diff --git a/wb_new_ui/assets/Lobby/component/notice_old/02.png b/wb_new_ui/assets/Lobby/component/notice_old/02.png
new file mode 100644
index 00000000..dbfbc219
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/notice_old/02.png differ
diff --git a/wb_new_ui/assets/Lobby/component/notice_old/03.png b/wb_new_ui/assets/Lobby/component/notice_old/03.png
new file mode 100644
index 00000000..dceed7ed
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/notice_old/03.png differ
diff --git a/wb_new_ui/assets/Lobby/component/notice_old/07.png b/wb_new_ui/assets/Lobby/component/notice_old/07.png
new file mode 100644
index 00000000..ea13f465
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/notice_old/07.png differ
diff --git a/wb_new_ui/assets/Lobby/component/notice_old/Cgm_message.xml b/wb_new_ui/assets/Lobby/component/notice_old/Cgm_message.xml
new file mode 100644
index 00000000..cb5fc219
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/notice_old/Cgm_message.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/notice_old/Cgm_message_text.xml b/wb_new_ui/assets/Lobby/component/notice_old/Cgm_message_text.xml
new file mode 100644
index 00000000..5f0d78a0
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/notice_old/Cgm_message_text.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/notice_old/an01.png b/wb_new_ui/assets/Lobby/component/notice_old/an01.png
new file mode 100644
index 00000000..8318e4fa
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/notice_old/an01.png differ
diff --git a/wb_new_ui/assets/Lobby/component/notice_old/an02.png b/wb_new_ui/assets/Lobby/component/notice_old/an02.png
new file mode 100644
index 00000000..dcb156d9
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/notice_old/an02.png differ
diff --git a/wb_new_ui/assets/Lobby/component/notice_old/baoti.png b/wb_new_ui/assets/Lobby/component/notice_old/baoti.png
new file mode 100644
index 00000000..8e355e4b
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/notice_old/baoti.png differ
diff --git a/wb_new_ui/assets/Lobby/component/notice_old/btn_index.xml b/wb_new_ui/assets/Lobby/component/notice_old/btn_index.xml
new file mode 100644
index 00000000..8b1579cc
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/notice_old/btn_index.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/notice_old/com_content.xml b/wb_new_ui/assets/Lobby/component/notice_old/com_content.xml
new file mode 100644
index 00000000..2a2d63a5
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/notice_old/com_content.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/notice_old/gg.png b/wb_new_ui/assets/Lobby/component/notice_old/gg.png
new file mode 100644
index 00000000..02cac064
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/notice_old/gg.png differ
diff --git a/wb_new_ui/assets/Lobby/component/notice_old/gghd.png b/wb_new_ui/assets/Lobby/component/notice_old/gghd.png
new file mode 100644
index 00000000..435926ac
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/notice_old/gghd.png differ
diff --git a/wb_new_ui/assets/Lobby/component/notice_old/hd01.png b/wb_new_ui/assets/Lobby/component/notice_old/hd01.png
new file mode 100644
index 00000000..f7636a1b
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/notice_old/hd01.png differ
diff --git a/wb_new_ui/assets/Lobby/component/notice_old/pop_notice.xml b/wb_new_ui/assets/Lobby/component/notice_old/pop_notice.xml
new file mode 100644
index 00000000..1edb83bc
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/notice_old/pop_notice.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/service/btn_copywx.xml b/wb_new_ui/assets/Lobby/component/service/btn_copywx.xml
new file mode 100644
index 00000000..d9622ef0
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/service/btn_copywx.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/service/hall_agent_copywechat_btn.png b/wb_new_ui/assets/Lobby/component/service/hall_agent_copywechat_btn.png
new file mode 100644
index 00000000..a84b6176
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/service/hall_agent_copywechat_btn.png differ
diff --git a/wb_new_ui/assets/Lobby/component/service/hall_agent_title.png b/wb_new_ui/assets/Lobby/component/service/hall_agent_title.png
new file mode 100644
index 00000000..18fdca78
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/service/hall_agent_title.png differ
diff --git a/wb_new_ui/assets/Lobby/component/service/qr_wx.jpg b/wb_new_ui/assets/Lobby/component/service/qr_wx.jpg
new file mode 100644
index 00000000..b454cad4
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/service/qr_wx.jpg differ
diff --git a/wb_new_ui/assets/Lobby/component/setting_old/00(5).png b/wb_new_ui/assets/Lobby/component/setting_old/00(5).png
new file mode 100644
index 00000000..e15430de
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/setting_old/00(5).png differ
diff --git a/wb_new_ui/assets/Lobby/component/setting_old/Button4.xml b/wb_new_ui/assets/Lobby/component/setting_old/Button4.xml
new file mode 100644
index 00000000..f31e5267
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/setting_old/Button4.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/setting_old/Button5.xml b/wb_new_ui/assets/Lobby/component/setting_old/Button5.xml
new file mode 100644
index 00000000..a7588ad8
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/setting_old/Button5.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/setting_old/Component3.xml b/wb_new_ui/assets/Lobby/component/setting_old/Component3.xml
new file mode 100644
index 00000000..d71a5ec3
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/setting_old/Component3.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/setting_old/Slider1.xml b/wb_new_ui/assets/Lobby/component/setting_old/Slider1.xml
new file mode 100644
index 00000000..b383a4d3
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/setting_old/Slider1.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/setting_old/Slider1_grip.xml b/wb_new_ui/assets/Lobby/component/setting_old/Slider1_grip.xml
new file mode 100644
index 00000000..53425377
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/setting_old/Slider1_grip.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/setting_old/btn_bg.xml b/wb_new_ui/assets/Lobby/component/setting_old/btn_bg.xml
new file mode 100644
index 00000000..c3d395e2
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/setting_old/btn_bg.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/setting_old/button_02.png b/wb_new_ui/assets/Lobby/component/setting_old/button_02.png
new file mode 100644
index 00000000..91826229
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/setting_old/button_02.png differ
diff --git a/wb_new_ui/assets/Lobby/component/setting_old/changeBG/01(2).png b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/01(2).png
new file mode 100644
index 00000000..14a744c0
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/01(2).png differ
diff --git a/wb_new_ui/assets/Lobby/component/setting_old/changeBG/02(1).png b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/02(1).png
new file mode 100644
index 00000000..865af15f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/02(1).png differ
diff --git a/wb_new_ui/assets/Lobby/component/setting_old/changeBG/03(1).png b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/03(1).png
new file mode 100644
index 00000000..19f93521
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/03(1).png differ
diff --git a/wb_new_ui/assets/Lobby/component/setting_old/changeBG/b01.png b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/b01.png
new file mode 100644
index 00000000..0435017f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/b01.png differ
diff --git a/wb_new_ui/assets/Lobby/component/setting_old/changeBG/b02.png b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/b02.png
new file mode 100644
index 00000000..e010e139
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/b02.png differ
diff --git a/wb_new_ui/assets/Lobby/component/setting_old/changeBG/b03.png b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/b03.png
new file mode 100644
index 00000000..ba68fc11
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/b03.png differ
diff --git a/wb_new_ui/assets/Lobby/component/setting_old/changeBG/b04.png b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/b04.png
new file mode 100644
index 00000000..ec62e089
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/b04.png differ
diff --git a/wb_new_ui/assets/Lobby/component/setting_old/changeBG/b05.png b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/b05.png
new file mode 100644
index 00000000..62598a92
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/b05.png differ
diff --git a/wb_new_ui/assets/Lobby/component/setting_old/changeBG/b06.png b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/b06.png
new file mode 100644
index 00000000..b808ec2f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/b06.png differ
diff --git a/wb_new_ui/assets/Lobby/component/setting_old/changeBG/bg.xml b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/bg.xml
new file mode 100644
index 00000000..40d1ea1d
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/bg.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/setting_old/changeBG/guang.png b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/guang.png
new file mode 100644
index 00000000..cf3e240a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/guang.png differ
diff --git a/wb_new_ui/assets/Lobby/component/setting_old/changeBG/word1.png b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/word1.png
new file mode 100644
index 00000000..e4325779
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/word1.png differ
diff --git a/wb_new_ui/assets/Lobby/component/setting_old/changeBG/word2.png b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/word2.png
new file mode 100644
index 00000000..aa0e4d09
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/setting_old/changeBG/word2.png differ
diff --git a/wb_new_ui/assets/Lobby/component/setting_old/clean_cache_btn.png b/wb_new_ui/assets/Lobby/component/setting_old/clean_cache_btn.png
new file mode 100644
index 00000000..f203f237
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/setting_old/clean_cache_btn.png differ
diff --git a/wb_new_ui/assets/Lobby/component/setting_old/clean_cache_btn11.png b/wb_new_ui/assets/Lobby/component/setting_old/clean_cache_btn11.png
new file mode 100644
index 00000000..4831a471
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/setting_old/clean_cache_btn11.png differ
diff --git a/wb_new_ui/assets/Lobby/component/share/btn_mask_share.xml b/wb_new_ui/assets/Lobby/component/share/btn_mask_share.xml
new file mode 100644
index 00000000..ae98dcad
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/share/btn_mask_share.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/share/pop_share.xml b/wb_new_ui/assets/Lobby/component/share/pop_share.xml
new file mode 100644
index 00000000..07a6c4d9
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/share/pop_share.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/Component1.xml b/wb_new_ui/assets/Lobby/component/user_info/Component1.xml
new file mode 100644
index 00000000..4e62f4d9
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/Component1.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/Head2.xml b/wb_new_ui/assets/Lobby/component/user_info/Head2.xml
new file mode 100644
index 00000000..107da64a
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/Head2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/UserInfo.xml b/wb_new_ui/assets/Lobby/component/user_info/UserInfo.xml
new file mode 100644
index 00000000..f0b590f4
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/UserInfo.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/btn_ok.xml b/wb_new_ui/assets/Lobby/component/user_info/btn_ok.xml
new file mode 100644
index 00000000..b6af5baa
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/btn_ok.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/cgm_user_opt.xml b/wb_new_ui/assets/Lobby/component/user_info/cgm_user_opt.xml
new file mode 100644
index 00000000..040597a5
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/cgm_user_opt.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/edit/btn_edit_portrait.xml b/wb_new_ui/assets/Lobby/component/user_info/edit/btn_edit_portrait.xml
new file mode 100644
index 00000000..9e5c7107
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/edit/btn_edit_portrait.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/edit/btn_nick_set.xml b/wb_new_ui/assets/Lobby/component/user_info/edit/btn_nick_set.xml
new file mode 100644
index 00000000..6744fe1e
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/edit/btn_nick_set.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/edit/close.png b/wb_new_ui/assets/Lobby/component/user_info/edit/close.png
new file mode 100644
index 00000000..bd08d7bb
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/edit/close.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/edit/dk.png b/wb_new_ui/assets/Lobby/component/user_info/edit/dk.png
new file mode 100644
index 00000000..b65b58e7
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/edit/dk.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/edit/dk_sz.png b/wb_new_ui/assets/Lobby/component/user_info/edit/dk_sz.png
new file mode 100644
index 00000000..bb1768d7
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/edit/dk_sz.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/edit/edit.png b/wb_new_ui/assets/Lobby/component/user_info/edit/edit.png
new file mode 100644
index 00000000..0ee2beed
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/edit/edit.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/edit/edit_icon.png b/wb_new_ui/assets/Lobby/component/user_info/edit/edit_icon.png
new file mode 100644
index 00000000..f99d8f2b
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/edit/edit_icon.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_boy0.png b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_boy0.png
new file mode 100644
index 00000000..33f6abe9
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_boy0.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_boy1.png b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_boy1.png
new file mode 100644
index 00000000..04a5ccdd
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_boy1.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_boy2.png b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_boy2.png
new file mode 100644
index 00000000..5d654df7
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_boy2.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_boy3.png b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_boy3.png
new file mode 100644
index 00000000..44cf4a79
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_boy3.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_boy4.png b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_boy4.png
new file mode 100644
index 00000000..d81c1b82
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_boy4.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_boy5.png b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_boy5.png
new file mode 100644
index 00000000..2bce85f8
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_boy5.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_boy6.png b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_boy6.png
new file mode 100644
index 00000000..5d654df7
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_boy6.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_girl1.png b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_girl1.png
new file mode 100644
index 00000000..f28977a2
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_girl1.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_girl2.png b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_girl2.png
new file mode 100644
index 00000000..bfabf393
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_girl2.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_girl3.png b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_girl3.png
new file mode 100644
index 00000000..31d1bd4c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_girl3.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_girl4.png b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_girl4.png
new file mode 100644
index 00000000..424b52be
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_girl4.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_girl5.png b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_girl5.png
new file mode 100644
index 00000000..19f75d3c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_girl5.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_girl6.png b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_girl6.png
new file mode 100644
index 00000000..882af2bf
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_girl6.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_girl7.png b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_girl7.png
new file mode 100644
index 00000000..607a7ffa
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/edit/portrait/icon_girl7.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/edit/qrxg.png b/wb_new_ui/assets/Lobby/component/user_info/edit/qrxg.png
new file mode 100644
index 00000000..429ef40c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/edit/qrxg.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/edit/title.png b/wb_new_ui/assets/Lobby/component/user_info/edit/title.png
new file mode 100644
index 00000000..ff186347
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/edit/title.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/edit/win_edit_nick.xml b/wb_new_ui/assets/Lobby/component/user_info/edit/win_edit_nick.xml
new file mode 100644
index 00000000..8bbf4643
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/edit/win_edit_nick.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/edit/win_edit_portrait.xml b/wb_new_ui/assets/Lobby/component/user_info/edit/win_edit_portrait.xml
new file mode 100644
index 00000000..fd1cd326
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/edit/win_edit_portrait.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/image/address_icon.png b/wb_new_ui/assets/Lobby/component/user_info/image/address_icon.png
new file mode 100644
index 00000000..2d606d4c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/image/address_icon.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/image/head_bg.png b/wb_new_ui/assets/Lobby/component/user_info/image/head_bg.png
new file mode 100644
index 00000000..f9562fe3
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/image/head_bg.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/image/mine_item_bg.png b/wb_new_ui/assets/Lobby/component/user_info/image/mine_item_bg.png
new file mode 100644
index 00000000..e8ade327
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/image/mine_item_bg.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/image/mine_user_info_bg.png b/wb_new_ui/assets/Lobby/component/user_info/image/mine_user_info_bg.png
new file mode 100644
index 00000000..2b0d2e2a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/image/mine_user_info_bg.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/image/mine_user_unlogin_btn.png b/wb_new_ui/assets/Lobby/component/user_info/image/mine_user_unlogin_btn.png
new file mode 100644
index 00000000..bf2da76c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/image/mine_user_unlogin_btn.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/image/phone_number.png b/wb_new_ui/assets/Lobby/component/user_info/image/phone_number.png
new file mode 100644
index 00000000..09ae88f8
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/image/phone_number.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/image/real_auth_icon.png b/wb_new_ui/assets/Lobby/component/user_info/image/real_auth_icon.png
new file mode 100644
index 00000000..f9a7262e
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/image/real_auth_icon.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/item_user.xml b/wb_new_ui/assets/Lobby/component/user_info/item_user.xml
new file mode 100644
index 00000000..d26aebba
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/item_user.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/nav/Button6.xml b/wb_new_ui/assets/Lobby/component/user_info/nav/Button6.xml
new file mode 100644
index 00000000..29136cb6
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/nav/Button6.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/nav/images/Button7.xml b/wb_new_ui/assets/Lobby/component/user_info/nav/images/Button7.xml
new file mode 100644
index 00000000..80f2f980
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/nav/images/Button7.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/nav/images/agent_account_btn.png b/wb_new_ui/assets/Lobby/component/user_info/nav/images/agent_account_btn.png
new file mode 100644
index 00000000..eecf5cf1
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/nav/images/agent_account_btn.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/nav/images/agent_account_btn_check.png b/wb_new_ui/assets/Lobby/component/user_info/nav/images/agent_account_btn_check.png
new file mode 100644
index 00000000..3f4c7b5d
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/nav/images/agent_account_btn_check.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/nav/images/game_account_btn.png b/wb_new_ui/assets/Lobby/component/user_info/nav/images/game_account_btn.png
new file mode 100644
index 00000000..49718457
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/nav/images/game_account_btn.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/nav/images/game_account_btn_check.png b/wb_new_ui/assets/Lobby/component/user_info/nav/images/game_account_btn_check.png
new file mode 100644
index 00000000..785b88f8
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/nav/images/game_account_btn_check.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/phone/mine_bind_phone_title.png b/wb_new_ui/assets/Lobby/component/user_info/phone/mine_bind_phone_title.png
new file mode 100644
index 00000000..1e1654d5
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/phone/mine_bind_phone_title.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/phone/mine_modify_password_title.png b/wb_new_ui/assets/Lobby/component/user_info/phone/mine_modify_password_title.png
new file mode 100644
index 00000000..352b1810
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/phone/mine_modify_password_title.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/phone/mine_modify_phone_title.png b/wb_new_ui/assets/Lobby/component/user_info/phone/mine_modify_phone_title.png
new file mode 100644
index 00000000..b1a475a4
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/phone/mine_modify_phone_title.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/phone/mine_setting_password_title.png b/wb_new_ui/assets/Lobby/component/user_info/phone/mine_setting_password_title.png
new file mode 100644
index 00000000..25078b3f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/phone/mine_setting_password_title.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/real/button_approve.png b/wb_new_ui/assets/Lobby/component/user_info/real/button_approve.png
new file mode 100644
index 00000000..c4dff394
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/real/button_approve.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/real/button_submit.png b/wb_new_ui/assets/Lobby/component/user_info/real/button_submit.png
new file mode 100644
index 00000000..c3067f66
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/real/button_submit.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/real/mine_real_name_icon.png b/wb_new_ui/assets/Lobby/component/user_info/real/mine_real_name_icon.png
new file mode 100644
index 00000000..12ac4e86
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/real/mine_real_name_icon.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/Button5.xml b/wb_new_ui/assets/Lobby/component/user_info/user_opt/Button5.xml
new file mode 100644
index 00000000..88eeca9c
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/user_opt/Button5.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/User_Button.xml b/wb_new_ui/assets/Lobby/component/user_info/user_opt/User_Button.xml
new file mode 100644
index 00000000..52c66127
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/user_opt/User_Button.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/button_approve.png b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/button_approve.png
new file mode 100644
index 00000000..c4dff394
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/button_approve.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_address1.png b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_address1.png
new file mode 100644
index 00000000..a301c448
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_address1.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_address2.png b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_address2.png
new file mode 100644
index 00000000..1ecbcc10
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_address2.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_edit_user_image_unlogin.png b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_edit_user_image_unlogin.png
new file mode 100644
index 00000000..6fd7d3d0
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_edit_user_image_unlogin.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_goto_bind.png b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_goto_bind.png
new file mode 100644
index 00000000..40f1f217
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_goto_bind.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_password1.png b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_password1.png
new file mode 100644
index 00000000..86def6ff
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_password1.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_password2.png b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_password2.png
new file mode 100644
index 00000000..aff9ff45
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_password2.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_phone_account1.png b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_phone_account1.png
new file mode 100644
index 00000000..782b5652
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_phone_account1.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_phone_account2.png b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_phone_account2.png
new file mode 100644
index 00000000..8491aaf0
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_phone_account2.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_real_name1.png b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_real_name1.png
new file mode 100644
index 00000000..73b01841
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_real_name1.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_real_name2.png b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_real_name2.png
new file mode 100644
index 00000000..4d8a357a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_real_name2.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_user_unlogin_btn.png b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_user_unlogin_btn.png
new file mode 100644
index 00000000..f203f237
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_user_unlogin_btn.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_wechat_icon.png b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_wechat_icon.png
new file mode 100644
index 00000000..7c2bd4cf
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_wechat_icon.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_wechat_icon_update.png b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_wechat_icon_update.png
new file mode 100644
index 00000000..96faa91b
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/mine_wechat_icon_update.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/single_btn_n.png b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/single_btn_n.png
new file mode 100644
index 00000000..959f6fda
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/single_btn_n.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/single_btn_s.png b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/single_btn_s.png
new file mode 100644
index 00000000..716c2db8
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/single_btn_s.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/wx_hall_btn.png b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/wx_hall_btn.png
new file mode 100644
index 00000000..24570c0f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/wx_hall_btn.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/xx_button_bd_01.png b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/xx_button_bd_01.png
new file mode 100644
index 00000000..0e75434e
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/user_opt/image/xx_button_bd_01.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/iuo_address.xml b/wb_new_ui/assets/Lobby/component/user_info/user_opt/iuo_address.xml
new file mode 100644
index 00000000..5112e10c
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/user_opt/iuo_address.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/iuo_invite.xml b/wb_new_ui/assets/Lobby/component/user_info/user_opt/iuo_invite.xml
new file mode 100644
index 00000000..41de0f7c
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/user_opt/iuo_invite.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/iuo_password.xml b/wb_new_ui/assets/Lobby/component/user_info/user_opt/iuo_password.xml
new file mode 100644
index 00000000..6e7cb60e
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/user_opt/iuo_password.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/iuo_phone.xml b/wb_new_ui/assets/Lobby/component/user_info/user_opt/iuo_phone.xml
new file mode 100644
index 00000000..72e839b6
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/user_opt/iuo_phone.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/iuo_real.xml b/wb_new_ui/assets/Lobby/component/user_info/user_opt/iuo_real.xml
new file mode 100644
index 00000000..ff2449fd
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/user_opt/iuo_real.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/iuo_wx.xml b/wb_new_ui/assets/Lobby/component/user_info/user_opt/iuo_wx.xml
new file mode 100644
index 00000000..6923f366
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/user_opt/iuo_wx.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/phone/mine_bind_phone_title.png b/wb_new_ui/assets/Lobby/component/user_info/user_opt/phone/mine_bind_phone_title.png
new file mode 100644
index 00000000..3f6c0302
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/user_opt/phone/mine_bind_phone_title.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/user_opt/win_bindPhone.xml b/wb_new_ui/assets/Lobby/component/user_info/user_opt/win_bindPhone.xml
new file mode 100644
index 00000000..c328c87a
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/user_opt/win_bindPhone.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/win_phone.xml b/wb_new_ui/assets/Lobby/component/user_info/win_phone.xml
new file mode 100644
index 00000000..ec5a2e09
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/win_phone.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/win_phone_password.xml b/wb_new_ui/assets/Lobby/component/user_info/win_phone_password.xml
new file mode 100644
index 00000000..9f7ca604
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/win_phone_password.xml
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/win_real_address.xml b/wb_new_ui/assets/Lobby/component/user_info/win_real_address.xml
new file mode 100644
index 00000000..96c58d50
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/win_real_address.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/win_user_edit.xml b/wb_new_ui/assets/Lobby/component/user_info/win_user_edit.xml
new file mode 100644
index 00000000..b735af55
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/win_user_edit.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/win_user_wx.xml b/wb_new_ui/assets/Lobby/component/user_info/win_user_wx.xml
new file mode 100644
index 00000000..a72df177
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/component/user_info/win_user_wx.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/component/user_info/wx/bind_wechat_icon_title.png b/wb_new_ui/assets/Lobby/component/user_info/wx/bind_wechat_icon_title.png
new file mode 100644
index 00000000..56989e1a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/wx/bind_wechat_icon_title.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/wx/mine_goto_bind.png b/wb_new_ui/assets/Lobby/component/user_info/wx/mine_goto_bind.png
new file mode 100644
index 00000000..1e39cf33
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/wx/mine_goto_bind.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/wx/mine_submit_update.png b/wb_new_ui/assets/Lobby/component/user_info/wx/mine_submit_update.png
new file mode 100644
index 00000000..2c100b82
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/wx/mine_submit_update.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/wx/update_wechat_icon.png b/wb_new_ui/assets/Lobby/component/user_info/wx/update_wechat_icon.png
new file mode 100644
index 00000000..d588aa2a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/wx/update_wechat_icon.png differ
diff --git a/wb_new_ui/assets/Lobby/component/user_info/wx/update_wechat_icon_title.png b/wb_new_ui/assets/Lobby/component/user_info/wx/update_wechat_icon_title.png
new file mode 100644
index 00000000..99e8fc1a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/component/user_info/wx/update_wechat_icon_title.png differ
diff --git a/wb_new_ui/assets/Lobby/createRoomBtn.xml b/wb_new_ui/assets/Lobby/createRoomBtn.xml
new file mode 100644
index 00000000..5951e597
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/createRoomBtn.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/lobbyTop.xml b/wb_new_ui/assets/Lobby/lobbyTop.xml
new file mode 100644
index 00000000..e5d8a4c5
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/lobbyTop.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/lobbyTop1.xml b/wb_new_ui/assets/Lobby/lobbyTop1.xml
new file mode 100644
index 00000000..70f754b6
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/lobbyTop1.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Lobby/mainbg.png b/wb_new_ui/assets/Lobby/mainbg.png
new file mode 100644
index 00000000..4a07d36f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mainbg.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/bg.png b/wb_new_ui/assets/Lobby/mgr/images/bg.png
new file mode 100644
index 00000000..e86fdf48
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/bg.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/bg_bak.jpg b/wb_new_ui/assets/Lobby/mgr/images/bg_bak.jpg
new file mode 100644
index 00000000..46abdc4d
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/bg_bak.jpg differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/bj.png b/wb_new_ui/assets/Lobby/mgr/images/bj.png
new file mode 100644
index 00000000..ce18c004
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/bj.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/bj_bak.png b/wb_new_ui/assets/Lobby/mgr/images/bj_bak.png
new file mode 100644
index 00000000..7ac32bab
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/bj_bak.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/bottom_item_bg.png b/wb_new_ui/assets/Lobby/mgr/images/bottom_item_bg.png
new file mode 100644
index 00000000..0f1e0527
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/bottom_item_bg.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/create_room/cjfjan.png b/wb_new_ui/assets/Lobby/mgr/images/create_room/cjfjan.png
new file mode 100644
index 00000000..2b5cc041
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/create_room/cjfjan.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/create_room/hsxdk02.png b/wb_new_ui/assets/Lobby/mgr/images/create_room/hsxdk02.png
new file mode 100644
index 00000000..36ac5555
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/create_room/hsxdk02.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/create_room/shezhi_icon_06.png b/wb_new_ui/assets/Lobby/mgr/images/create_room/shezhi_icon_06.png
new file mode 100644
index 00000000..7a4e118f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/create_room/shezhi_icon_06.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/create_room/shezhi_icon_07.png b/wb_new_ui/assets/Lobby/mgr/images/create_room/shezhi_icon_07.png
new file mode 100644
index 00000000..7f7bab21
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/create_room/shezhi_icon_07.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/create_room/yuan.png b/wb_new_ui/assets/Lobby/mgr/images/create_room/yuan.png
new file mode 100644
index 00000000..835b7750
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/create_room/yuan.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/dabai_2.png b/wb_new_ui/assets/Lobby/mgr/images/dabai_2.png
new file mode 100644
index 00000000..e86fdf48
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/dabai_2.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/fall_dialog_head_bg.png b/wb_new_ui/assets/Lobby/mgr/images/fall_dialog_head_bg.png
new file mode 100644
index 00000000..b8bf4327
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/fall_dialog_head_bg.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/hall_bg@2x.png b/wb_new_ui/assets/Lobby/mgr/images/hall_bg@2x.png
new file mode 100644
index 00000000..1ca12aac
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/hall_bg@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/hall_bg@2x_bak.png b/wb_new_ui/assets/Lobby/mgr/images/hall_bg@2x_bak.png
new file mode 100644
index 00000000..fa7882dc
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/hall_bg@2x_bak.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/head_bg@2x.png b/wb_new_ui/assets/Lobby/mgr/images/head_bg@2x.png
new file mode 100644
index 00000000..3441ca96
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/head_bg@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/img_xian.png b/wb_new_ui/assets/Lobby/mgr/images/img_xian.png
new file mode 100644
index 00000000..9a11f183
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/img_xian.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/index/bg_07.png b/wb_new_ui/assets/Lobby/mgr/images/index/bg_07.png
new file mode 100644
index 00000000..31e22b0a
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/index/bg_07.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/index/button_+_01.png b/wb_new_ui/assets/Lobby/mgr/images/index/button_+_01.png
new file mode 100644
index 00000000..f8d9af85
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/index/button_+_01.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/index/hall_bottom.png b/wb_new_ui/assets/Lobby/mgr/images/index/hall_bottom.png
new file mode 100644
index 00000000..2219579e
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/index/hall_bottom.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/index/head_bg@2x.png b/wb_new_ui/assets/Lobby/mgr/images/index/head_bg@2x.png
new file mode 100644
index 00000000..3f3840e8
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/index/head_bg@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/index/icon_zytb.png b/wb_new_ui/assets/Lobby/mgr/images/index/icon_zytb.png
new file mode 100644
index 00000000..400585b1
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/index/icon_zytb.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/index/index_icon_12.png b/wb_new_ui/assets/Lobby/mgr/images/index/index_icon_12.png
new file mode 100644
index 00000000..43351b9b
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/index/index_icon_12.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/index/jifen.png b/wb_new_ui/assets/Lobby/mgr/images/index/jifen.png
new file mode 100644
index 00000000..54900829
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/index/jifen.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/index/left_mine_bg.png b/wb_new_ui/assets/Lobby/mgr/images/index/left_mine_bg.png
new file mode 100644
index 00000000..7550c277
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/index/left_mine_bg.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/index/zs.png b/wb_new_ui/assets/Lobby/mgr/images/index/zs.png
new file mode 100644
index 00000000..af7b8cc6
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/index/zs.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/join_room/jiaru_title_01.png b/wb_new_ui/assets/Lobby/mgr/images/join_room/jiaru_title_01.png
new file mode 100644
index 00000000..f999f0e8
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/join_room/jiaru_title_01.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/address_icon@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/address_icon@2x.png
new file mode 100644
index 00000000..2d606d4c
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/address_icon@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/agent_btn@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/agent_btn@2x.png
new file mode 100644
index 00000000..ab4efd92
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/agent_btn@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/bottom_item_bg@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/bottom_item_bg@2x.png
new file mode 100644
index 00000000..e585775b
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/bottom_item_bg@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/cards_bg@2x(1).png b/wb_new_ui/assets/Lobby/mgr/images/new/cards_bg@2x(1).png
new file mode 100644
index 00000000..7fe4e381
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/cards_bg@2x(1).png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/cards_bg@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/cards_bg@2x.png
new file mode 100644
index 00000000..43351b9b
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/cards_bg@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/club_bg@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/club_bg@2x.png
new file mode 100644
index 00000000..65d6c9f3
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/club_bg@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/club_img_bg@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/club_img_bg@2x.png
new file mode 100644
index 00000000..f2f3cbbb
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/club_img_bg@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/club_more@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/club_more@2x.png
new file mode 100644
index 00000000..1d6cb153
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/club_more@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/exit_icon@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/exit_icon@2x.png
new file mode 100644
index 00000000..4804570f
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/exit_icon@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/fall_dialog_head_bg@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/fall_dialog_head_bg@2x.png
new file mode 100644
index 00000000..1ac185fd
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/fall_dialog_head_bg@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/game_item_bg@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/game_item_bg@2x.png
new file mode 100644
index 00000000..38a183aa
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/game_item_bg@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/hall_bg@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/hall_bg@2x.png
new file mode 100644
index 00000000..7a5d14a4
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/hall_bg@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/hall_girl_bg@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/hall_girl_bg@2x.png
new file mode 100644
index 00000000..faf344c3
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/hall_girl_bg@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/head@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/head@2x.png
new file mode 100644
index 00000000..7eb35f4b
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/head@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/head_bg@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/head_bg@2x.png
new file mode 100644
index 00000000..33eabe7b
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/head_bg@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/home_create_club_title@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/home_create_club_title@2x.png
new file mode 100644
index 00000000..8fea2b46
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/home_create_club_title@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/home_join_club_title@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/home_join_club_title@2x.png
new file mode 100644
index 00000000..6628ad62
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/home_join_club_title@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/join_room_horizen@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/join_room_horizen@2x.png
new file mode 100644
index 00000000..31bbc11e
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/join_room_horizen@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/left_mine_bg@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/left_mine_bg@2x.png
new file mode 100644
index 00000000..7550c277
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/left_mine_bg@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/notice_bg@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/notice_bg@2x.png
new file mode 100644
index 00000000..4d212d68
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/notice_bg@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/notice_btn@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/notice_btn@2x.png
new file mode 100644
index 00000000..14142628
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/notice_btn@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/notice_icon@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/notice_icon@2x.png
new file mode 100644
index 00000000..02cac064
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/notice_icon@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/online_text@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/online_text@2x.png
new file mode 100644
index 00000000..25e7c5e2
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/online_text@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/phone_number@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/phone_number@2x.png
new file mode 100644
index 00000000..09ae88f8
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/phone_number@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/real_auth_icon@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/real_auth_icon@2x.png
new file mode 100644
index 00000000..f9a7262e
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/real_auth_icon@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/record_btn@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/record_btn@2x.png
new file mode 100644
index 00000000..6945d4ea
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/record_btn@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/setting_icon@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/setting_icon@2x.png
new file mode 100644
index 00000000..d990e5a2
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/setting_icon@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/share_btn@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/share_btn@2x.png
new file mode 100644
index 00000000..e9cca5ea
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/share_btn@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/store_zuanshi_icon_bg@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/store_zuanshi_icon_bg@2x.png
new file mode 100644
index 00000000..af7b8cc6
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/store_zuanshi_icon_bg@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/table_text@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/table_text@2x.png
new file mode 100644
index 00000000..bcb669c4
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/table_text@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/video_btn@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/video_btn@2x.png
new file mode 100644
index 00000000..5dc5aa77
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/video_btn@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/new/waiter_btn@2x.png b/wb_new_ui/assets/Lobby/mgr/images/new/waiter_btn@2x.png
new file mode 100644
index 00000000..6fd68c85
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/new/waiter_btn@2x.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/images/shezhi_title_01.png b/wb_new_ui/assets/Lobby/mgr/images/shezhi_title_01.png
new file mode 100644
index 00000000..19be4c98
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/images/shezhi_title_01.png differ
diff --git a/wb_new_ui/assets/Lobby/mgr/imgs/game/bjwf.png b/wb_new_ui/assets/Lobby/mgr/imgs/game/bjwf.png
new file mode 100644
index 00000000..b59d9217
Binary files /dev/null and b/wb_new_ui/assets/Lobby/mgr/imgs/game/bjwf.png differ
diff --git a/wb_new_ui/assets/Lobby/n202.png b/wb_new_ui/assets/Lobby/n202.png
new file mode 100644
index 00000000..26bb79ac
Binary files /dev/null and b/wb_new_ui/assets/Lobby/n202.png differ
diff --git a/wb_new_ui/assets/Lobby/package.xml b/wb_new_ui/assets/Lobby/package.xml
new file mode 100644
index 00000000..b3a62124
--- /dev/null
+++ b/wb_new_ui/assets/Lobby/package.xml
@@ -0,0 +1,547 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Login/Main.xml b/wb_new_ui/assets/Login/Main.xml
new file mode 100644
index 00000000..fb41d8af
--- /dev/null
+++ b/wb_new_ui/assets/Login/Main.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Login/PhnoeLogin.xml b/wb_new_ui/assets/Login/PhnoeLogin.xml
new file mode 100644
index 00000000..dc5544ca
--- /dev/null
+++ b/wb_new_ui/assets/Login/PhnoeLogin.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Login/commpoent/Btn_phone.xml b/wb_new_ui/assets/Login/commpoent/Btn_phone.xml
new file mode 100644
index 00000000..cd5467f0
--- /dev/null
+++ b/wb_new_ui/assets/Login/commpoent/Btn_phone.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Login/commpoent/Btn_wx.xml b/wb_new_ui/assets/Login/commpoent/Btn_wx.xml
new file mode 100644
index 00000000..3e987365
--- /dev/null
+++ b/wb_new_ui/assets/Login/commpoent/Btn_wx.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Login/commpoent/phone_login/Button1.xml b/wb_new_ui/assets/Login/commpoent/phone_login/Button1.xml
new file mode 100644
index 00000000..18b26237
--- /dev/null
+++ b/wb_new_ui/assets/Login/commpoent/phone_login/Button1.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Login/commpoent/phone_login/Component1.xml b/wb_new_ui/assets/Login/commpoent/phone_login/Component1.xml
new file mode 100644
index 00000000..1e2a4715
--- /dev/null
+++ b/wb_new_ui/assets/Login/commpoent/phone_login/Component1.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Login/commpoent/phone_login/btn_login.xml b/wb_new_ui/assets/Login/commpoent/phone_login/btn_login.xml
new file mode 100644
index 00000000..97f93b04
--- /dev/null
+++ b/wb_new_ui/assets/Login/commpoent/phone_login/btn_login.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Login/commpoent/phone_login/image/bg.png b/wb_new_ui/assets/Login/commpoent/phone_login/image/bg.png
new file mode 100644
index 00000000..e86fdf48
Binary files /dev/null and b/wb_new_ui/assets/Login/commpoent/phone_login/image/bg.png differ
diff --git a/wb_new_ui/assets/Login/commpoent/phone_login/image/code_btn.png b/wb_new_ui/assets/Login/commpoent/phone_login/image/code_btn.png
new file mode 100644
index 00000000..552601f6
Binary files /dev/null and b/wb_new_ui/assets/Login/commpoent/phone_login/image/code_btn.png differ
diff --git a/wb_new_ui/assets/Login/commpoent/phone_login/image/code_btn_check.png b/wb_new_ui/assets/Login/commpoent/phone_login/image/code_btn_check.png
new file mode 100644
index 00000000..381d9849
Binary files /dev/null and b/wb_new_ui/assets/Login/commpoent/phone_login/image/code_btn_check.png differ
diff --git a/wb_new_ui/assets/Login/commpoent/phone_login/image/login_btn.png b/wb_new_ui/assets/Login/commpoent/phone_login/image/login_btn.png
new file mode 100644
index 00000000..ceb52154
Binary files /dev/null and b/wb_new_ui/assets/Login/commpoent/phone_login/image/login_btn.png differ
diff --git a/wb_new_ui/assets/Login/commpoent/phone_login/image/password_btn.png b/wb_new_ui/assets/Login/commpoent/phone_login/image/password_btn.png
new file mode 100644
index 00000000..042cdb87
Binary files /dev/null and b/wb_new_ui/assets/Login/commpoent/phone_login/image/password_btn.png differ
diff --git a/wb_new_ui/assets/Login/commpoent/phone_login/image/password_btn_check.png b/wb_new_ui/assets/Login/commpoent/phone_login/image/password_btn_check.png
new file mode 100644
index 00000000..c22dd4c5
Binary files /dev/null and b/wb_new_ui/assets/Login/commpoent/phone_login/image/password_btn_check.png differ
diff --git a/wb_new_ui/assets/Login/commpoent/phone_login/image/renwu.png b/wb_new_ui/assets/Login/commpoent/phone_login/image/renwu.png
new file mode 100644
index 00000000..31fa9959
Binary files /dev/null and b/wb_new_ui/assets/Login/commpoent/phone_login/image/renwu.png differ
diff --git a/wb_new_ui/assets/Login/commpoent/phone_login/szsrk.png b/wb_new_ui/assets/Login/commpoent/phone_login/szsrk.png
new file mode 100644
index 00000000..9759033b
Binary files /dev/null and b/wb_new_ui/assets/Login/commpoent/phone_login/szsrk.png differ
diff --git a/wb_new_ui/assets/Login/commpoent/win_phoneLogin.xml b/wb_new_ui/assets/Login/commpoent/win_phoneLogin.xml
new file mode 100644
index 00000000..4c3624f6
--- /dev/null
+++ b/wb_new_ui/assets/Login/commpoent/win_phoneLogin.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Login/component/main/component/Btn_phone.xml b/wb_new_ui/assets/Login/component/main/component/Btn_phone.xml
new file mode 100644
index 00000000..85a3dd91
--- /dev/null
+++ b/wb_new_ui/assets/Login/component/main/component/Btn_phone.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Login/component/main/component/Btn_wx.xml b/wb_new_ui/assets/Login/component/main/component/Btn_wx.xml
new file mode 100644
index 00000000..1ddf6652
--- /dev/null
+++ b/wb_new_ui/assets/Login/component/main/component/Btn_wx.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Login/component/main/component/Checkbox_agree.xml b/wb_new_ui/assets/Login/component/main/component/Checkbox_agree.xml
new file mode 100644
index 00000000..56c48e64
--- /dev/null
+++ b/wb_new_ui/assets/Login/component/main/component/Checkbox_agree.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Login/component/main/component/btn_showText.xml b/wb_new_ui/assets/Login/component/main/component/btn_showText.xml
new file mode 100644
index 00000000..b8030fb5
--- /dev/null
+++ b/wb_new_ui/assets/Login/component/main/component/btn_showText.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Login/component/main/image/Frame 2@3x.png b/wb_new_ui/assets/Login/component/main/image/Frame 2@3x.png
new file mode 100644
index 00000000..e9b701aa
Binary files /dev/null and b/wb_new_ui/assets/Login/component/main/image/Frame 2@3x.png differ
diff --git a/wb_new_ui/assets/Login/component/main/image/Group 15@3x.png b/wb_new_ui/assets/Login/component/main/image/Group 15@3x.png
new file mode 100644
index 00000000..00af2eaa
Binary files /dev/null and b/wb_new_ui/assets/Login/component/main/image/Group 15@3x.png differ
diff --git a/wb_new_ui/assets/Login/component/main/image/Group 16@3x.png b/wb_new_ui/assets/Login/component/main/image/Group 16@3x.png
new file mode 100644
index 00000000..b796c6a9
Binary files /dev/null and b/wb_new_ui/assets/Login/component/main/image/Group 16@3x.png differ
diff --git a/wb_new_ui/assets/Login/component/main/image/Group 37@3x.png b/wb_new_ui/assets/Login/component/main/image/Group 37@3x.png
new file mode 100644
index 00000000..29897a2e
Binary files /dev/null and b/wb_new_ui/assets/Login/component/main/image/Group 37@3x.png differ
diff --git a/wb_new_ui/assets/Login/component/main/image/Rectangle 37@3x.png b/wb_new_ui/assets/Login/component/main/image/Rectangle 37@3x.png
new file mode 100644
index 00000000..d2db1909
Binary files /dev/null and b/wb_new_ui/assets/Login/component/main/image/Rectangle 37@3x.png differ
diff --git a/wb_new_ui/assets/Login/component/main/image/Vector 13@3x.png b/wb_new_ui/assets/Login/component/main/image/Vector 13@3x.png
new file mode 100644
index 00000000..5d35d9fd
Binary files /dev/null and b/wb_new_ui/assets/Login/component/main/image/Vector 13@3x.png differ
diff --git a/wb_new_ui/assets/Login/component/phone_login/component/btn_close.xml b/wb_new_ui/assets/Login/component/phone_login/component/btn_close.xml
new file mode 100644
index 00000000..bb9c96c4
--- /dev/null
+++ b/wb_new_ui/assets/Login/component/phone_login/component/btn_close.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Login/component/phone_login/component/btn_login.xml b/wb_new_ui/assets/Login/component/phone_login/component/btn_login.xml
new file mode 100644
index 00000000..06d58592
--- /dev/null
+++ b/wb_new_ui/assets/Login/component/phone_login/component/btn_login.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Login/component/phone_login/component/btn_send.xml b/wb_new_ui/assets/Login/component/phone_login/component/btn_send.xml
new file mode 100644
index 00000000..d9289842
--- /dev/null
+++ b/wb_new_ui/assets/Login/component/phone_login/component/btn_send.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Login/component/phone_login/image/Frame 2@3x.png b/wb_new_ui/assets/Login/component/phone_login/image/Frame 2@3x.png
new file mode 100644
index 00000000..e9b701aa
Binary files /dev/null and b/wb_new_ui/assets/Login/component/phone_login/image/Frame 2@3x.png differ
diff --git a/wb_new_ui/assets/Login/component/phone_login/image/Group 25@3x.png b/wb_new_ui/assets/Login/component/phone_login/image/Group 25@3x.png
new file mode 100644
index 00000000..58abe1d4
Binary files /dev/null and b/wb_new_ui/assets/Login/component/phone_login/image/Group 25@3x.png differ
diff --git a/wb_new_ui/assets/Login/component/phone_login/image/Group 26@3x.png b/wb_new_ui/assets/Login/component/phone_login/image/Group 26@3x.png
new file mode 100644
index 00000000..b7fe393d
Binary files /dev/null and b/wb_new_ui/assets/Login/component/phone_login/image/Group 26@3x.png differ
diff --git a/wb_new_ui/assets/Login/component/phone_login/image/Group 28@3x.png b/wb_new_ui/assets/Login/component/phone_login/image/Group 28@3x.png
new file mode 100644
index 00000000..b837556c
Binary files /dev/null and b/wb_new_ui/assets/Login/component/phone_login/image/Group 28@3x.png differ
diff --git a/wb_new_ui/assets/Login/images/btn_phone.png b/wb_new_ui/assets/Login/images/btn_phone.png
new file mode 100644
index 00000000..785bd214
Binary files /dev/null and b/wb_new_ui/assets/Login/images/btn_phone.png differ
diff --git a/wb_new_ui/assets/Login/images/button_wx.png b/wb_new_ui/assets/Login/images/button_wx.png
new file mode 100644
index 00000000..f6811806
Binary files /dev/null and b/wb_new_ui/assets/Login/images/button_wx.png differ
diff --git a/wb_new_ui/assets/Login/package.xml b/wb_new_ui/assets/Login/package.xml
new file mode 100644
index 00000000..49846bda
--- /dev/null
+++ b/wb_new_ui/assets/Login/package.xml
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Btn_chat.xml b/wb_new_ui/assets/Main_Majiang/Btn_chat.xml
new file mode 100644
index 00000000..83a75e87
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Btn_chat.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Gcm_chat.xml b/wb_new_ui/assets/Main_Majiang/Gcm_chat.xml
new file mode 100644
index 00000000..8ab0c97e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Gcm_chat.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_2.xml b/wb_new_ui/assets/Main_Majiang/Main_2.xml
new file mode 100644
index 00000000..32ea6450
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_2.xml
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_3.xml b/wb_new_ui/assets/Main_Majiang/Main_3.xml
new file mode 100644
index 00000000..a4b07444
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_3.xml
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_4.xml b/wb_new_ui/assets/Main_Majiang/Main_4.xml
new file mode 100644
index 00000000..f8512ea9
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_4.xml
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_Majiang.rar b/wb_new_ui/assets/Main_Majiang/Main_Majiang.rar
new file mode 100644
index 00000000..9097d9e1
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_Majiang.rar differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Btn_Card_Hu.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Btn_Card_Hu.xml
new file mode 100644
index 00000000..3fa48be2
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Btn_Card_Hu.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Btn_Card_JiangMa.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Btn_Card_JiangMa.xml
new file mode 100644
index 00000000..0ba652b7
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Btn_Card_JiangMa.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Btn_Copy.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Btn_Copy.xml
new file mode 100644
index 00000000..63942f14
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Btn_Copy.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Btn_EndRound.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Btn_EndRound.xml
new file mode 100644
index 00000000..8f6c0940
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Btn_EndRound.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Btn_Head.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Btn_Head.xml
new file mode 100644
index 00000000..24076f60
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Btn_Head.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Btn_Head_End.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Btn_Head_End.xml
new file mode 100644
index 00000000..886af5ad
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Btn_Head_End.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Btn_NextRound.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Btn_NextRound.xml
new file mode 100644
index 00000000..c366c4fa
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Btn_NextRound.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Btn_Share.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Btn_Share.xml
new file mode 100644
index 00000000..979d5788
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Btn_Share.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Comp_Clearing_FZ_3.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Comp_Clearing_FZ_3.xml
new file mode 100644
index 00000000..7112a469
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Comp_Clearing_FZ_3.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Comp_Clearing_FZ_4.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Comp_Clearing_FZ_4.xml
new file mode 100644
index 00000000..f5c5bb12
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Comp_Clearing_FZ_4.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Comp_HandCard.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Comp_HandCard.xml
new file mode 100644
index 00000000..525ae414
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Comp_HandCard.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Comp_PlayInfo.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Comp_PlayInfo.xml
new file mode 100644
index 00000000..b5e000cd
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Comp_PlayInfo.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Comp_ResultInfo.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Comp_ResultInfo.xml
new file mode 100644
index 00000000..1bd5f121
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Comp_ResultInfo.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Label_GamePlayInfo.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Label_GamePlayInfo.xml
new file mode 100644
index 00000000..2e9f6b47
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Component/Label_GamePlayInfo.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/Group 239.png b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/Group 239.png
new file mode 100644
index 00000000..209f6d53
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/Group 239.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/Zm_js_btn_fenxiang 1.png b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/Zm_js_btn_fenxiang 1.png
new file mode 100644
index 00000000..648a9c80
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/Zm_js_btn_fenxiang 1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/Zm_js_btn_jxyx 1.png b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/Zm_js_btn_jxyx 1.png
new file mode 100644
index 00000000..3b351ce2
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/Zm_js_btn_jxyx 1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/Zm_js_btn_jxyx 2.png b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/Zm_js_btn_jxyx 2.png
new file mode 100644
index 00000000..b2ee3949
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/Zm_js_btn_jxyx 2.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/allCalculation_img_paoshou 1.png b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/allCalculation_img_paoshou 1.png
new file mode 100644
index 00000000..1327078d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/allCalculation_img_paoshou 1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/club 1.png b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/club 1.png
new file mode 100644
index 00000000..c731230b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/club 1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/copy 1.png b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/copy 1.png
new file mode 100644
index 00000000..65e1b621
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/copy 1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/final_result_bgCell1 1.png b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/final_result_bgCell1 1.png
new file mode 100644
index 00000000..a66e32be
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/final_result_bgCell1 1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/final_result_bgCell2 1.png b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/final_result_bgCell2 1.png
new file mode 100644
index 00000000..6aa7dbe1
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/final_result_bgCell2 1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/final_result_bigWin 1.png b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/final_result_bigWin 1.png
new file mode 100644
index 00000000..e0019e00
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/final_result_bigWin 1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/final_result_title 1.png b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/final_result_title 1.png
new file mode 100644
index 00000000..66133e89
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/final_result_title 1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/item_fangpao 1.png b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/item_fangpao 1.png
new file mode 100644
index 00000000..81f9e253
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/item_fangpao 1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/xzmj_result_29 1.png b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/xzmj_result_29 1.png
new file mode 100644
index 00000000..261e1424
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/Image/xzmj_result_29 1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/clearing.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/clearing.xml
new file mode 100644
index 00000000..3c4fed5f
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Clearing/clearing.xml
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Comp_FZTips.xml b/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Comp_FZTips.xml
new file mode 100644
index 00000000..f650accf
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Comp_FZTips.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Component/btn_FZCard.xml b/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Component/btn_FZCard.xml
new file mode 100644
index 00000000..35833982
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Component/btn_FZCard.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Component/btn_Tips.xml b/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Component/btn_Tips.xml
new file mode 100644
index 00000000..6a92dbda
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Component/btn_Tips.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Image/Group 236.png b/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Image/Group 236.png
new file mode 100644
index 00000000..769072bf
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Image/Group 236.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Image/blue.png b/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Image/blue.png
new file mode 100644
index 00000000..206f3a3e
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Image/blue.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Image/chi.png b/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Image/chi.png
new file mode 100644
index 00000000..8de9acdc
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Image/chi.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Image/gang.png b/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Image/gang.png
new file mode 100644
index 00000000..cd43eece
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Image/gang.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Image/hu.png b/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Image/hu.png
new file mode 100644
index 00000000..488dc8f2
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Image/hu.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Image/peng.png b/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Image/peng.png
new file mode 100644
index 00000000..5fcfb078
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/FZTips/Image/peng.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Back_left_jiangxi.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Back_left_jiangxi.xml
new file mode 100644
index 00000000..4eab5c8f
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Back_left_jiangxi.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Btn_Card_jiangxi.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Btn_Card_jiangxi.xml
new file mode 100644
index 00000000..3e9a9471
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Btn_Card_jiangxi.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Btn_Card_new_4.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Btn_Card_new_4.xml
new file mode 100644
index 00000000..1ffc68fb
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Btn_Card_new_4.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Comp_ConterBox.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Comp_ConterBox.xml
new file mode 100644
index 00000000..b88bc926
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Comp_ConterBox.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/Comp_jing.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/Comp_jing.xml
new file mode 100644
index 00000000..ad4d3794
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/Comp_jing.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show.xml
new file mode 100644
index 00000000..0f6b7f28
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_101.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_101.xml
new file mode 100644
index 00000000..6f67c5d3
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_101.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_102.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_102.xml
new file mode 100644
index 00000000..168b40d2
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_102.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_103.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_103.xml
new file mode 100644
index 00000000..936f83be
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_103.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_104.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_104.xml
new file mode 100644
index 00000000..6ad5cd57
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_104.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_105.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_105.xml
new file mode 100644
index 00000000..2011f3c2
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_105.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_106.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_106.xml
new file mode 100644
index 00000000..c6e2d0a2
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_106.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_107.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_107.xml
new file mode 100644
index 00000000..5cd73067
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_107.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_108.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_108.xml
new file mode 100644
index 00000000..b9419b01
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_108.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_109.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_109.xml
new file mode 100644
index 00000000..8db5a490
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_109.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_201.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_201.xml
new file mode 100644
index 00000000..3533c754
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_201.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_202.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_202.xml
new file mode 100644
index 00000000..f0f7ac1e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_202.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_203.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_203.xml
new file mode 100644
index 00000000..9d1c9d16
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_203.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_204.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_204.xml
new file mode 100644
index 00000000..01200979
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_204.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_205.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_205.xml
new file mode 100644
index 00000000..df42192d
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_205.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_206.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_206.xml
new file mode 100644
index 00000000..3b5ef21e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_206.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_207.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_207.xml
new file mode 100644
index 00000000..d834d010
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_207.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_208.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_208.xml
new file mode 100644
index 00000000..f98612fd
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_208.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_209.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_209.xml
new file mode 100644
index 00000000..742b063d
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_209.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_301.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_301.xml
new file mode 100644
index 00000000..8467bb6c
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_301.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_302.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_302.xml
new file mode 100644
index 00000000..71e4f460
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_302.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_303.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_303.xml
new file mode 100644
index 00000000..161f01d5
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_303.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_304.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_304.xml
new file mode 100644
index 00000000..e83d0cc3
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_304.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_305.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_305.xml
new file mode 100644
index 00000000..ea5e7bf2
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_305.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_306.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_306.xml
new file mode 100644
index 00000000..26b2b5c7
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_306.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_307.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_307.xml
new file mode 100644
index 00000000..d7ce4032
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_307.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_308.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_308.xml
new file mode 100644
index 00000000..15ea5234
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_308.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_309.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_309.xml
new file mode 100644
index 00000000..2305a87d
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_309.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_401.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_401.xml
new file mode 100644
index 00000000..25b9e746
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_401.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_402.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_402.xml
new file mode 100644
index 00000000..5dce2b98
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_402.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_403.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_403.xml
new file mode 100644
index 00000000..8946a3ce
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_403.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_404.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_404.xml
new file mode 100644
index 00000000..e700a1e2
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_404.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_501.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_501.xml
new file mode 100644
index 00000000..e2a78ad8
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_501.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_502.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_502.xml
new file mode 100644
index 00000000..efad2349
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_502.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_503.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_503.xml
new file mode 100644
index 00000000..8f93f1e5
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/Btn_Card_jiangxi_show_503.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/btn_closeShow.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/btn_closeShow.xml
new file mode 100644
index 00000000..94632039
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/btn_closeShow.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/btn_oneChoose.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/btn_oneChoose.xml
new file mode 100644
index 00000000..97e2dd97
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/btn_oneChoose.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/pop_showNextCard.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/pop_showNextCard.xml
new file mode 100644
index 00000000..52b080de
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/allCardsToShow/pop_showNextCard.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/btn_closeRoom.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/btn_closeRoom.xml
new file mode 100644
index 00000000..b1f9ef9a
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/btn_closeRoom.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/btn_head.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/btn_head.xml
new file mode 100644
index 00000000..fa490085
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/btn_head.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/btn_invite.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/btn_invite.xml
new file mode 100644
index 00000000..07c944af
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/btn_invite.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/btn_nextRound.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/btn_nextRound.xml
new file mode 100644
index 00000000..d1ca2f8d
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/btn_nextRound.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/btn_ready.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/btn_ready.xml
new file mode 100644
index 00000000..fc98753d
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/btn_ready.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/btn_setting.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/btn_setting.xml
new file mode 100644
index 00000000..2d60be6f
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/btn_setting.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/btn_showClearMain.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/btn_showClearMain.xml
new file mode 100644
index 00000000..ab80bbc2
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Component/btn_showClearMain.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 192.png b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 192.png
new file mode 100644
index 00000000..aaa1898b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 192.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 193.png b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 193.png
new file mode 100644
index 00000000..1cac7784
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 193.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 195.png b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 195.png
new file mode 100644
index 00000000..be2a46c0
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 195.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 196.png b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 196.png
new file mode 100644
index 00000000..d619d175
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 196.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 207.png b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 207.png
new file mode 100644
index 00000000..b74647a5
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 207.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 239.png b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 239.png
new file mode 100644
index 00000000..638fe504
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 239.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 240.png b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 240.png
new file mode 100644
index 00000000..bb73fe62
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 240.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 241.png b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 241.png
new file mode 100644
index 00000000..8e51e19a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 241.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 242.png b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 242.png
new file mode 100644
index 00000000..59e58641
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 242.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 243.png b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 243.png
new file mode 100644
index 00000000..f77d7937
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 243.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 244.png b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 244.png
new file mode 100644
index 00000000..205c33bc
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 244.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 26.png b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 26.png
new file mode 100644
index 00000000..b9988ce7
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 26.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 38.png b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 38.png
new file mode 100644
index 00000000..f77436dd
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 38.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 68@3x.png b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 68@3x.png
new file mode 100644
index 00000000..2588c161
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 68@3x.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 69@3x.png b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 69@3x.png
new file mode 100644
index 00000000..75045430
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 69@3x.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 76.png b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 76.png
new file mode 100644
index 00000000..c0330c72
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Group 76.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Polygon 7.png b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Polygon 7.png
new file mode 100644
index 00000000..f4d470ca
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Polygon 7.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Rectangle 212.png b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Rectangle 212.png
new file mode 100644
index 00000000..f128c6fe
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Rectangle 212.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Rectangle 39@3x.png b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Rectangle 39@3x.png
new file mode 100644
index 00000000..43c0e9a1
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/Rectangle 39@3x.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/提示@3x.png b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/提示@3x.png
new file mode 100644
index 00000000..3ea2eaed
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Image/提示@3x.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/OutCard_left_jiangxi.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/OutCard_left_jiangxi.xml
new file mode 100644
index 00000000..78dc047e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/OutCard_left_jiangxi.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/OutCard_right_jiangxi.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/OutCard_right_jiangxi.xml
new file mode 100644
index 00000000..13be97a4
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/OutCard_right_jiangxi.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/OutCard_self_jiangxi.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/OutCard_self_jiangxi.xml
new file mode 100644
index 00000000..53fc3033
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/OutCard_self_jiangxi.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/OutCard_self_new_4.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/OutCard_self_new_4.xml
new file mode 100644
index 00000000..3b5723fd
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/OutCard_self_new_4.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/PlayerHead_1.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/PlayerHead_1.xml
new file mode 100644
index 00000000..74280108
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/PlayerHead_1.xml
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/PlayerHead_2.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/PlayerHead_2.xml
new file mode 100644
index 00000000..77611067
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/PlayerHead_2.xml
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Player_card_info_1.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Player_card_info_1.xml
new file mode 100644
index 00000000..0666801e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Player_card_info_1.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/Player_card_info_2.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Player_card_info_2.xml
new file mode 100644
index 00000000..5bf1e3eb
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/Player_card_info_2.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main/ProgressBar_jiangxi.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main/ProgressBar_jiangxi.xml
new file mode 100644
index 00000000..3bc44b27
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main/ProgressBar_jiangxi.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_2.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_2.xml
new file mode 100644
index 00000000..da1aa7f0
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_2.xml
@@ -0,0 +1,203 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_2/Component/Btn_HandCard.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_2/Component/Btn_HandCard.xml
new file mode 100644
index 00000000..c6934d7b
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_2/Component/Btn_HandCard.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_2/Component/Comp_2_OutCard.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_2/Component/Comp_2_OutCard.xml
new file mode 100644
index 00000000..5db00aa0
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_2/Component/Comp_2_OutCard.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_2/Component/Comp_HandCard3.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_2/Component/Comp_HandCard3.xml
new file mode 100644
index 00000000..61a4727b
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_2/Component/Comp_HandCard3.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_2/Player_card_info_2_1.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_2/Player_card_info_2_1.xml
new file mode 100644
index 00000000..6e8fc93f
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_2/Player_card_info_2_1.xml
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_2/Player_card_info_2_2.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_2/Player_card_info_2_2.xml
new file mode 100644
index 00000000..e9db29c8
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_2/Player_card_info_2_2.xml
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_2_jiangxi.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_2_jiangxi.xml
new file mode 100644
index 00000000..497897e0
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_2_jiangxi.xml
@@ -0,0 +1,205 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_3/Component/Comp_3_HandCard2.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_3/Component/Comp_3_HandCard2.xml
new file mode 100644
index 00000000..cd51b248
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_3/Component/Comp_3_HandCard2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_3/Component/Comp_3_HandCard3.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_3/Component/Comp_3_HandCard3.xml
new file mode 100644
index 00000000..61a4727b
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_3/Component/Comp_3_HandCard3.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_3/Component/Comp_3_OutCard2.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_3/Component/Comp_3_OutCard2.xml
new file mode 100644
index 00000000..6a721273
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_3/Component/Comp_3_OutCard2.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_3/Component/Comp_3_OutCard3.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_3/Component/Comp_3_OutCard3.xml
new file mode 100644
index 00000000..ccc78797
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_3/Component/Comp_3_OutCard3.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_3/Player_card_info_3_1.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_3/Player_card_info_3_1.xml
new file mode 100644
index 00000000..02550e58
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_3/Player_card_info_3_1.xml
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_3/Player_card_info_3_2.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_3/Player_card_info_3_2.xml
new file mode 100644
index 00000000..b1db0cd0
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_3/Player_card_info_3_2.xml
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_3/Player_card_info_3_3.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_3/Player_card_info_3_3.xml
new file mode 100644
index 00000000..cbae948a
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_3/Player_card_info_3_3.xml
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_3_jiangxi.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_3_jiangxi.xml
new file mode 100644
index 00000000..53fc6b6b
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_3_jiangxi.xml
@@ -0,0 +1,214 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Btn_HandCard.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Btn_HandCard.xml
new file mode 100644
index 00000000..5721e574
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Btn_HandCard.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_1_FZ.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_1_FZ.xml
new file mode 100644
index 00000000..0480961d
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_1_FZ.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_1_FZ_Card.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_1_FZ_Card.xml
new file mode 100644
index 00000000..23775f1c
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_1_FZ_Card.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_2_FZ.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_2_FZ.xml
new file mode 100644
index 00000000..c3a0c4a8
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_2_FZ.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_2_FZ_Card.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_2_FZ_Card.xml
new file mode 100644
index 00000000..d62b6a49
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_2_FZ_Card.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_3_FZ.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_3_FZ.xml
new file mode 100644
index 00000000..20334271
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_3_FZ.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_3_FZ_Card.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_3_FZ_Card.xml
new file mode 100644
index 00000000..47ca281c
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_3_FZ_Card.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_OutCard2.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_OutCard2.xml
new file mode 100644
index 00000000..0f787f51
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_OutCard2.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_OutCard3.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_OutCard3.xml
new file mode 100644
index 00000000..acce0dd4
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_OutCard3.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_OutCard4.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_OutCard4.xml
new file mode 100644
index 00000000..baecfb57
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_4_OutCard4.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_HandCard.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_HandCard.xml
new file mode 100644
index 00000000..45d9f02c
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_HandCard.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_HandCard2.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_HandCard2.xml
new file mode 100644
index 00000000..54b2b365
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_HandCard2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_HandCard3.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_HandCard3.xml
new file mode 100644
index 00000000..281f8955
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_HandCard3.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_HandCard4.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_HandCard4.xml
new file mode 100644
index 00000000..32dca931
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Component/Comp_HandCard4.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Player_card_info_1.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Player_card_info_1.xml
new file mode 100644
index 00000000..661fdbf4
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Player_card_info_1.xml
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Player_card_info_2.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Player_card_info_2.xml
new file mode 100644
index 00000000..a0d18e53
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Player_card_info_2.xml
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Player_card_info_3.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Player_card_info_3.xml
new file mode 100644
index 00000000..c205c6ec
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Player_card_info_3.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Player_card_info_4.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Player_card_info_4.xml
new file mode 100644
index 00000000..21706cd2
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4/Player_card_info_4.xml
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4_jiangxi.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4_jiangxi.xml
new file mode 100644
index 00000000..50e95ab1
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Main_new_4_jiangxi.xml
@@ -0,0 +1,227 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Component/btn_vedio.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Component/btn_vedio.xml
new file mode 100644
index 00000000..b3f39366
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Component/btn_vedio.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Component/slider_vedio.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Component/slider_vedio.xml
new file mode 100644
index 00000000..5e82edc0
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Component/slider_vedio.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Component/slider_vedio_grip.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Component/slider_vedio_grip.xml
new file mode 100644
index 00000000..6209458a
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Component/slider_vedio_grip.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/Group 195.png b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/Group 195.png
new file mode 100644
index 00000000..be2a46c0
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/Group 195.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/Group 68@3x.png b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/Group 68@3x.png
new file mode 100644
index 00000000..2588c161
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/Group 68@3x.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/Group 69@3x.png b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/Group 69@3x.png
new file mode 100644
index 00000000..75045430
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/Group 69@3x.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/Group 82@3x.png b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/Group 82@3x.png
new file mode 100644
index 00000000..074e61c7
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/Group 82@3x.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/Rectangle 39@3x.png b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/Rectangle 39@3x.png
new file mode 100644
index 00000000..43c0e9a1
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/Rectangle 39@3x.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/Rectangle 77@3x.png b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/Rectangle 77@3x.png
new file mode 100644
index 00000000..095be63a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/Rectangle 77@3x.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/Vector@3x.png b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/Vector@3x.png
new file mode 100644
index 00000000..38362b13
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/Vector@3x.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/image 26@3x.png b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/image 26@3x.png
new file mode 100644
index 00000000..80a879d5
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/image 26@3x.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/设置@3x.png b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/设置@3x.png
new file mode 100644
index 00000000..cd78c3e5
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Image/设置@3x.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Setting.xml b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Setting.xml
new file mode 100644
index 00000000..fbc651fe
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_new/Setting/Setting.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/Btn_Yellow.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/Btn_Yellow.xml
new file mode 100644
index 00000000..80e8b90e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/Btn_Yellow.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/Btn_chat.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/Btn_chat.xml
new file mode 100644
index 00000000..df1e7bc8
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/Btn_chat.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/Component1.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/Component1.xml
new file mode 100644
index 00000000..1c9f1846
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/Component1.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/Face3.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/Face3.xml
new file mode 100644
index 00000000..d309c306
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/Face3.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/Gcm_chat.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/Gcm_chat.xml
new file mode 100644
index 00000000..a2e06e41
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/Gcm_chat.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/HeadNameBG(1).xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/HeadNameBG(1).xml
new file mode 100644
index 00000000..a109bf16
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/HeadNameBG(1).xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/HeadNameBG.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/HeadNameBG.xml
new file mode 100644
index 00000000..c5d33550
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/HeadNameBG.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/Main_2_s2.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/Main_2_s2.xml
new file mode 100644
index 00000000..67ec17d4
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/Main_2_s2.xml
@@ -0,0 +1,150 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/Main_3_s2.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/Main_3_s2.xml
new file mode 100644
index 00000000..bb7d1f04
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/Main_3_s2.xml
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/Main_4_s2.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/Main_4_s2.xml
new file mode 100644
index 00000000..157cb9b9
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/Main_4_s2.xml
@@ -0,0 +1,203 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/MsgBubble2.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/MsgBubble2.xml
new file mode 100644
index 00000000..383a6da5
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/MsgBubble2.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/MsgBubble3.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/MsgBubble3.xml
new file mode 100644
index 00000000..c3dbf3ae
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/MsgBubble3.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/PlayerHead_1_s2(1).xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/PlayerHead_1_s2(1).xml
new file mode 100644
index 00000000..86eb9b0c
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/PlayerHead_1_s2(1).xml
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/PlayerHead_1_s2.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/PlayerHead_1_s2.xml
new file mode 100644
index 00000000..7999ad14
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/PlayerHead_1_s2.xml
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/PlayerHead_2_s2.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/PlayerHead_2_s2.xml
new file mode 100644
index 00000000..7bad82a6
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/PlayerHead_2_s2.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/PlayerHead_3_s2(1).xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/PlayerHead_3_s2(1).xml
new file mode 100644
index 00000000..25af34a1
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/PlayerHead_3_s2(1).xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/PlayerHead_3_s2.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/PlayerHead_3_s2.xml
new file mode 100644
index 00000000..9188cf83
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/PlayerHead_3_s2.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/PlayerHead_4_s2.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/PlayerHead_4_s2.xml
new file mode 100644
index 00000000..a11f7ece
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/PlayerHead_4_s2.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/Player_card_info_1.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/Player_card_info_1.xml
new file mode 100644
index 00000000..e6f7023c
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/Player_card_info_1.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/Player_card_info_3.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/Player_card_info_3.xml
new file mode 100644
index 00000000..e0d47c1f
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/Player_card_info_3.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/RoomInfoPanel1.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/RoomInfoPanel1.xml
new file mode 100644
index 00000000..84f55e77
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/RoomInfoPanel1.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/VoiceMask(1).xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/VoiceMask(1).xml
new file mode 100644
index 00000000..0100a729
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/VoiceMask(1).xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/btn_ready.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/btn_ready.xml
new file mode 100644
index 00000000..c7c46f8d
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/btn_ready.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/card/Btn_Card.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/card/Btn_Card.xml
new file mode 100644
index 00000000..0c75b58d
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/card/Btn_Card.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/card/card_mark/btn_mark.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/card/card_mark/btn_mark.xml
new file mode 100644
index 00000000..1be21c3f
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/card/card_mark/btn_mark.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/card/card_mark/images/tingArrow.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/card/card_mark/images/tingArrow.png
new file mode 100644
index 00000000..dad61ea9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/card/card_mark/images/tingArrow.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/card/card_mark/images/tingArrowMax.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/card/card_mark/images/tingArrowMax.png
new file mode 100644
index 00000000..613d7428
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/card/card_mark/images/tingArrowMax.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/+(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/+(1).png
new file mode 100644
index 00000000..4201fb74
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/+(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/+.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/+.png
new file mode 100644
index 00000000..4201fb74
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/+.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/-(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/-(1).png
new file mode 100644
index 00000000..6e8c1ec8
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/-(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/-.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/-.png
new file mode 100644
index 00000000..6e8c1ec8
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/-.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/0(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/0(1).png
new file mode 100644
index 00000000..8b52e5cc
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/0(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/0.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/0.png
new file mode 100644
index 00000000..8b52e5cc
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/0.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/0a(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/0a(1).png
new file mode 100644
index 00000000..25879b79
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/0a(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/0a.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/0a.png
new file mode 100644
index 00000000..25879b79
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/0a.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/1(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/1(1).png
new file mode 100644
index 00000000..d7b0754d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/1(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/1.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/1.png
new file mode 100644
index 00000000..d7b0754d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/1a(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/1a(1).png
new file mode 100644
index 00000000..09865ee3
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/1a(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/1a.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/1a.png
new file mode 100644
index 00000000..09865ee3
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/1a.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/2(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/2(1).png
new file mode 100644
index 00000000..fd0afc2f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/2(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/2.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/2.png
new file mode 100644
index 00000000..fd0afc2f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/2.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/2a(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/2a(1).png
new file mode 100644
index 00000000..99ac49c4
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/2a(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/2a.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/2a.png
new file mode 100644
index 00000000..99ac49c4
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/2a.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/3(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/3(1).png
new file mode 100644
index 00000000..6ab6ee29
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/3(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/3.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/3.png
new file mode 100644
index 00000000..6ab6ee29
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/3.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/3a(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/3a(1).png
new file mode 100644
index 00000000..342b1f39
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/3a(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/3a.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/3a.png
new file mode 100644
index 00000000..342b1f39
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/3a.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/4(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/4(1).png
new file mode 100644
index 00000000..05aaeadd
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/4(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/4.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/4.png
new file mode 100644
index 00000000..05aaeadd
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/4.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/4a(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/4a(1).png
new file mode 100644
index 00000000..9b7a8cc0
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/4a(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/4a.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/4a.png
new file mode 100644
index 00000000..9b7a8cc0
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/4a.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/5(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/5(1).png
new file mode 100644
index 00000000..e98777b6
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/5(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/5.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/5.png
new file mode 100644
index 00000000..e98777b6
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/5.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/5a(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/5a(1).png
new file mode 100644
index 00000000..b5e778f1
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/5a(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/5a.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/5a.png
new file mode 100644
index 00000000..b5e778f1
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/5a.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/6(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/6(1).png
new file mode 100644
index 00000000..dce44de1
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/6(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/6.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/6.png
new file mode 100644
index 00000000..dce44de1
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/6.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/6a(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/6a(1).png
new file mode 100644
index 00000000..c1331ce9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/6a(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/6a.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/6a.png
new file mode 100644
index 00000000..c1331ce9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/6a.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/7(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/7(1).png
new file mode 100644
index 00000000..4f42ab28
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/7(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/7.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/7.png
new file mode 100644
index 00000000..4f42ab28
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/7.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/7a(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/7a(1).png
new file mode 100644
index 00000000..1183ee4d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/7a(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/7a.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/7a.png
new file mode 100644
index 00000000..1183ee4d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/7a.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/8(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/8(1).png
new file mode 100644
index 00000000..094c3a0f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/8(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/8.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/8.png
new file mode 100644
index 00000000..094c3a0f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/8.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/8a(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/8a(1).png
new file mode 100644
index 00000000..fb3fbe41
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/8a(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/8a.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/8a.png
new file mode 100644
index 00000000..fb3fbe41
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/8a.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/9(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/9(1).png
new file mode 100644
index 00000000..7ab11945
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/9(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/9.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/9.png
new file mode 100644
index 00000000..7ab11945
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/9.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/9a(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/9a(1).png
new file mode 100644
index 00000000..0b431010
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/9a(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/9a.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/9a.png
new file mode 100644
index 00000000..0b431010
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/9a.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/Font1(1).fnt b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/Font1(1).fnt
new file mode 100644
index 00000000..d19dcc54
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/Font1(1).fnt
@@ -0,0 +1,13 @@
+info size=12 resizable=true colored=false
+char id=43 img=gq7mx xoffset=0 yoffset=0 xadvance=0
+char id=48 img=gq7my xoffset=0 yoffset=0 xadvance=0
+char id=49 img=gq7mz xoffset=0 yoffset=0 xadvance=0
+char id=50 img=gq7m10 xoffset=0 yoffset=0 xadvance=0
+char id=51 img=gq7m11 xoffset=0 yoffset=0 xadvance=0
+char id=52 img=gq7m12 xoffset=0 yoffset=0 xadvance=0
+char id=53 img=gq7m13 xoffset=0 yoffset=0 xadvance=0
+char id=54 img=gq7m14 xoffset=0 yoffset=0 xadvance=0
+char id=55 img=gq7m15 xoffset=0 yoffset=0 xadvance=0
+char id=56 img=gq7m16 xoffset=0 yoffset=0 xadvance=0
+char id=57 img=gq7m17 xoffset=0 yoffset=0 xadvance=0
+char id=46 img=gq7m18 xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/Font1.fnt b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/Font1.fnt
new file mode 100644
index 00000000..75b1a6c0
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/Font1.fnt
@@ -0,0 +1,13 @@
+info size=12 resizable=true colored=false
+char id=43 img=gq7m8 xoffset=0 yoffset=0 xadvance=0
+char id=48 img=gq7m9 xoffset=0 yoffset=0 xadvance=0
+char id=49 img=gq7ma xoffset=0 yoffset=0 xadvance=0
+char id=50 img=gq7mb xoffset=0 yoffset=0 xadvance=0
+char id=51 img=gq7mc xoffset=0 yoffset=0 xadvance=0
+char id=52 img=gq7md xoffset=0 yoffset=0 xadvance=0
+char id=53 img=gq7me xoffset=0 yoffset=0 xadvance=0
+char id=54 img=gq7mf xoffset=0 yoffset=0 xadvance=0
+char id=55 img=gq7mg xoffset=0 yoffset=0 xadvance=0
+char id=56 img=gq7mh xoffset=0 yoffset=0 xadvance=0
+char id=57 img=gq7mi xoffset=0 yoffset=0 xadvance=0
+char id=46 img=gq7mj xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/Font2(1).fnt b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/Font2(1).fnt
new file mode 100644
index 00000000..36b44cc9
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/Font2(1).fnt
@@ -0,0 +1,12 @@
+info size=12 resizable=true colored=false
+char id=45 img=gq7m1a xoffset=0 yoffset=0 xadvance=0
+char id=48 img=gq7m1b xoffset=0 yoffset=0 xadvance=0
+char id=49 img=gq7m1c xoffset=0 yoffset=0 xadvance=0
+char id=50 img=gq7m1d xoffset=0 yoffset=0 xadvance=0
+char id=51 img=gq7m1e xoffset=0 yoffset=0 xadvance=0
+char id=52 img=gq7m1f xoffset=0 yoffset=0 xadvance=0
+char id=53 img=gq7m1g xoffset=0 yoffset=0 xadvance=0
+char id=54 img=gq7m1h xoffset=0 yoffset=0 xadvance=0
+char id=55 img=gq7m1i xoffset=0 yoffset=0 xadvance=0
+char id=56 img=gq7m1j xoffset=0 yoffset=0 xadvance=0
+char id=57 img=gq7m1k xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/Font2.fnt b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/Font2.fnt
new file mode 100644
index 00000000..ee3df336
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/Font2.fnt
@@ -0,0 +1,12 @@
+info size=12 resizable=true colored=false
+char id=45 img=gq7ml xoffset=0 yoffset=0 xadvance=0
+char id=48 img=gq7mm xoffset=0 yoffset=0 xadvance=0
+char id=49 img=gq7mn xoffset=0 yoffset=0 xadvance=0
+char id=50 img=gq7mo xoffset=0 yoffset=0 xadvance=0
+char id=51 img=gq7mp xoffset=0 yoffset=0 xadvance=0
+char id=52 img=gq7mq xoffset=0 yoffset=0 xadvance=0
+char id=53 img=gq7mr xoffset=0 yoffset=0 xadvance=0
+char id=54 img=gq7ms xoffset=0 yoffset=0 xadvance=0
+char id=55 img=gq7mt xoffset=0 yoffset=0 xadvance=0
+char id=56 img=gq7mu xoffset=0 yoffset=0 xadvance=0
+char id=57 img=gq7mv xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/d(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/d(1).png
new file mode 100644
index 00000000..16696e46
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/d(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/d.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/d.png
new file mode 100644
index 00000000..16696e46
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/font/d.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/phone_info/Component3(1).xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/phone_info/Component3(1).xml
new file mode 100644
index 00000000..c7bc6b7b
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/phone_info/Component3(1).xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room/btn_invite(1).xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room/btn_invite(1).xml
new file mode 100644
index 00000000..14a56c4b
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room/btn_invite(1).xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room/btn_invite.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room/btn_invite.xml
new file mode 100644
index 00000000..8007db52
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room/btn_invite.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room/game_btn_kaiju_huang(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room/game_btn_kaiju_huang(1).png
new file mode 100644
index 00000000..72475cf7
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room/game_btn_kaiju_huang(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room/game_btn_kaiju_huang.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room/game_btn_kaiju_huang.png
new file mode 100644
index 00000000..72475cf7
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room/game_btn_kaiju_huang.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room/game_btx_fuzhifangjianhao.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room/game_btx_fuzhifangjianhao.png
new file mode 100644
index 00000000..02372173
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room/game_btx_fuzhifangjianhao.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room/game_btx_yaoqinghaoyou(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room/game_btx_yaoqinghaoyou(1).png
new file mode 100644
index 00000000..ac70d628
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room/game_btx_yaoqinghaoyou(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room/game_btx_yaoqinghaoyou.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room/game_btx_yaoqinghaoyou.png
new file mode 100644
index 00000000..ac70d628
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room/game_btx_yaoqinghaoyou.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/Btn_back_jiesan.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/Btn_back_jiesan.xml
new file mode 100644
index 00000000..37d2107e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/Btn_back_jiesan.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/Btn_back_lobby.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/Btn_back_lobby.xml
new file mode 100644
index 00000000..73b805e0
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/Btn_back_lobby.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/RightPanel(1).xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/RightPanel(1).xml
new file mode 100644
index 00000000..11561fbf
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/RightPanel(1).xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/RightPanel.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/RightPanel.xml
new file mode 100644
index 00000000..e79f1a21
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/RightPanel.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/btn_distance.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/btn_distance.xml
new file mode 100644
index 00000000..f8c7027d
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/btn_distance.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/com_roominfo.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/com_roominfo.xml
new file mode 100644
index 00000000..c45c92b0
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/com_roominfo.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/dks02(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/dks02(1).png
new file mode 100644
index 00000000..6f54628a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/dks02(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/dks02.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/dks02.png
new file mode 100644
index 00000000..6f54628a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/dks02.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/fh_img.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/fh_img.png
new file mode 100644
index 00000000..7fd5a80f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/fh_img.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/js.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/js.png
new file mode 100644
index 00000000..97b5457a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/js.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/lk.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/lk.png
new file mode 100644
index 00000000..15900fe2
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/lk.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/lvgps.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/lvgps.png
new file mode 100644
index 00000000..95488d24
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/lvgps.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/4g01(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/4g01(1).png
new file mode 100644
index 00000000..cbb50f5b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/4g01(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/4g01.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/4g01.png
new file mode 100644
index 00000000..cbb50f5b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/4g01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/4g02(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/4g02(1).png
new file mode 100644
index 00000000..38cb7331
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/4g02(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/4g02.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/4g02.png
new file mode 100644
index 00000000..38cb7331
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/4g02.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/4g03(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/4g03(1).png
new file mode 100644
index 00000000..15bc9cc9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/4g03(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/4g03.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/4g03.png
new file mode 100644
index 00000000..15bc9cc9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/4g03.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/dianchi01(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/dianchi01(1).png
new file mode 100644
index 00000000..95d369ff
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/dianchi01(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/dianchi01.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/dianchi01.png
new file mode 100644
index 00000000..95d369ff
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/dianchi01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/dianchi02(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/dianchi02(1).png
new file mode 100644
index 00000000..86b4430c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/dianchi02(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/dianchi02.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/dianchi02.png
new file mode 100644
index 00000000..86b4430c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/dianchi02.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/wifi01(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/wifi01(1).png
new file mode 100644
index 00000000..f5ff4a53
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/wifi01(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/wifi01.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/wifi01.png
new file mode 100644
index 00000000..f5ff4a53
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/wifi01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/wifi02(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/wifi02(1).png
new file mode 100644
index 00000000..f2de359a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/wifi02(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/wifi02.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/wifi02.png
new file mode 100644
index 00000000..f2de359a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/wifi02.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/wifi03(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/wifi03(1).png
new file mode 100644
index 00000000..a64ca8b7
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/wifi03(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/wifi03.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/wifi03.png
new file mode 100644
index 00000000..a64ca8b7
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/images/phone_info/wifi03.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/Btn_log(1).xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/Btn_log(1).xml
new file mode 100644
index 00000000..c06a5829
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/Btn_log(1).xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/Btn_log.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/Btn_log.xml
new file mode 100644
index 00000000..8f297bd6
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/Btn_log.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/Btn_setting(1).xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/Btn_setting(1).xml
new file mode 100644
index 00000000..a120c07c
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/Btn_setting(1).xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/Btn_setting.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/Btn_setting.xml
new file mode 100644
index 00000000..6a2b1773
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/Btn_setting.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/Component3(1)(1).xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/Component3(1)(1).xml
new file mode 100644
index 00000000..35bb6091
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/Component3(1)(1).xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/Component3(1).xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/Component3(1).xml
new file mode 100644
index 00000000..850f8922
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/Component3(1).xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/Component3(2).xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/Component3(2).xml
new file mode 100644
index 00000000..d496c4eb
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/Component3(2).xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/Component3.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/Component3.xml
new file mode 100644
index 00000000..17db3487
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/Component3.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/ProgressBar2(1).xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/ProgressBar2(1).xml
new file mode 100644
index 00000000..933e7ea7
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/ProgressBar2(1).xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/ProgressBar2.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/ProgressBar2.xml
new file mode 100644
index 00000000..cd065a54
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/phone_info/ProgressBar2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/sd(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/sd(1).png
new file mode 100644
index 00000000..5fb1fb6c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/sd(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/sd.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/sd.png
new file mode 100644
index 00000000..5fb1fb6c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/sd.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/sm(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/sm(1).png
new file mode 100644
index 00000000..622c710f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/sm(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/sm.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/sm.png
new file mode 100644
index 00000000..622c710f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/sm.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/sz(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/sz(1).png
new file mode 100644
index 00000000..93afc318
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/sz(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/sz.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/sz.png
new file mode 100644
index 00000000..93afc318
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/sz.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/zz.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/zz.png
new file mode 100644
index 00000000..72688551
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/room_info/zz.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/tip_continue_win/com_continual_win(1).xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/tip_continue_win/com_continual_win(1).xml
new file mode 100644
index 00000000..d403ddf7
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/tip_continue_win/com_continual_win(1).xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/component/tip_continue_win/com_continual_win.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/tip_continue_win/com_continual_win.xml
new file mode 100644
index 00000000..b80dd6e1
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/component/tip_continue_win/com_continual_win.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/d01(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/d01(1).png
new file mode 100644
index 00000000..27c208e0
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/d01(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/d01.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/d01.png
new file mode 100644
index 00000000..27c208e0
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/d01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/fangkuang.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/fangkuang.png
new file mode 100644
index 00000000..8cae95ad
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/fangkuang.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/fh_img.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/fh_img.png
new file mode 100644
index 00000000..dd498d90
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/fh_img.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/font/Score.fnt b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/Score.fnt
new file mode 100644
index 00000000..9cc8023e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/Score.fnt
@@ -0,0 +1,14 @@
+info size=60 resizable=true colored=false
+char id=48 img=gq7m3m xoffset=0 yoffset=0 xadvance=0
+char id=49 img=gq7m3n xoffset=0 yoffset=0 xadvance=0
+char id=50 img=gq7m3o xoffset=0 yoffset=0 xadvance=0
+char id=51 img=gq7m3p xoffset=0 yoffset=0 xadvance=0
+char id=52 img=gq7m3q xoffset=0 yoffset=0 xadvance=0
+char id=53 img=gq7m3r xoffset=0 yoffset=0 xadvance=0
+char id=54 img=gq7m3s xoffset=0 yoffset=0 xadvance=0
+char id=55 img=gq7m3t xoffset=0 yoffset=0 xadvance=0
+char id=56 img=gq7m3u xoffset=0 yoffset=0 xadvance=0
+char id=57 img=gq7m3v xoffset=0 yoffset=0 xadvance=0
+char id=43 img=gq7m3w xoffset=0 yoffset=0 xadvance=0
+char id=45 img=gq7m3x xoffset=0 yoffset=0 xadvance=0
+char id=46 img=gq7m3y xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/0.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/0.png
new file mode 100644
index 00000000..c8ef1992
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/0.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/1.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/1.png
new file mode 100644
index 00000000..2c4992ac
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/2.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/2.png
new file mode 100644
index 00000000..b487b5de
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/2.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/3.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/3.png
new file mode 100644
index 00000000..3d6a12b4
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/3.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/4.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/4.png
new file mode 100644
index 00000000..defcb744
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/4.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/5.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/5.png
new file mode 100644
index 00000000..762e6ce6
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/5.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/6.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/6.png
new file mode 100644
index 00000000..8e5cb532
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/6.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/7.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/7.png
new file mode 100644
index 00000000..6a5044ef
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/7.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/8.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/8.png
new file mode 100644
index 00000000..56f654b9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/8.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/9.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/9.png
new file mode 100644
index 00000000..b3056c8f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/9.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/jia.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/jia.png
new file mode 100644
index 00000000..fd6f92cf
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/jia.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/jian.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/jian.png
new file mode 100644
index 00000000..4b452339
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/jian.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/xsd.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/xsd.png
new file mode 100644
index 00000000..d0c8c312
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/font/image/xsd.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/game_icon_07.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/game_icon_07.png
new file mode 100644
index 00000000..5e193e8d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/game_icon_07.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/gbyy.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/gbyy.png
new file mode 100644
index 00000000..d04898a6
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/gbyy.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/gps/btn_distance_new.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/gps/btn_distance_new.xml
new file mode 100644
index 00000000..b10ae670
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/gps/btn_distance_new.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/gps/hsgps.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/gps/hsgps.png
new file mode 100644
index 00000000..2de98968
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/gps/hsgps.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/gps/lsgps.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/gps/lsgps.png
new file mode 100644
index 00000000..8425f601
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/gps/lsgps.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/hand_ting.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/hand_ting.png
new file mode 100644
index 00000000..40a5b3c0
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/hand_ting.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/head/Head.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/head/Head.xml
new file mode 100644
index 00000000..f1443ec1
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/head/Head.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/head/jfk.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/head/jfk.png
new file mode 100644
index 00000000..3503fee7
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/head/jfk.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/images/chat_button_blue.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/chat_button_blue.png
new file mode 100644
index 00000000..efa7e973
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/chat_button_blue.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/images/game/game_fonts_01.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/game/game_fonts_01.png
new file mode 100644
index 00000000..204ef994
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/game/game_fonts_01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/images/game/game_fonts_02.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/game/game_fonts_02.png
new file mode 100644
index 00000000..dbf4d8f2
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/game/game_fonts_02.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/images/game/game_fonts_03.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/game/game_fonts_03.png
new file mode 100644
index 00000000..b404f760
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/game/game_fonts_03.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/images/head/Head0.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/head/Head0.png
new file mode 100644
index 00000000..07e87b29
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/head/Head0.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/images/head/head_name_bg.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/head/head_name_bg.png
new file mode 100644
index 00000000..d89beb1d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/head/head_name_bg.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/images/head/index_bg_01.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/head/index_bg_01.png
new file mode 100644
index 00000000..5cb37a23
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/head/index_bg_01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/images/head/txk.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/head/txk.png
new file mode 100644
index 00000000..61c557da
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/head/txk.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/images/record/01.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/record/01.png
new file mode 100644
index 00000000..7458a075
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/record/01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/images/record/02.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/record/02.png
new file mode 100644
index 00000000..cf4ea084
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/record/02.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/images/record/button01.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/record/button01.png
new file mode 100644
index 00000000..7d251955
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/record/button01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/images/record/button02.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/record/button02.png
new file mode 100644
index 00000000..d8ac1d65
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/record/button02.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/images/record/button03.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/record/button03.png
new file mode 100644
index 00000000..629546eb
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/record/button03.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/images/record/di.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/record/di.png
new file mode 100644
index 00000000..74398900
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/images/record/di.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/img_6.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/img_6.png
new file mode 100644
index 00000000..754a998e
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/img_6.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/js.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/js.png
new file mode 100644
index 00000000..3cf44c4b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/js.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/laizi.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/laizi.png
new file mode 100644
index 00000000..d6b26afa
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/laizi.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/lk.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/lk.png
new file mode 100644
index 00000000..61773ec8
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/lk.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/lt.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/lt.png
new file mode 100644
index 00000000..228cbc5d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/lt.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/piao_niao/di00.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/piao_niao/di00.png
new file mode 100644
index 00000000..a1631fed
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/piao_niao/di00.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/piao_niao/mask_piao.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/piao_niao/mask_piao.xml
new file mode 100644
index 00000000..f5ec4ae9
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/piao_niao/mask_piao.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/poker/Btn_back_jiesan.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/poker/Btn_back_jiesan.xml
new file mode 100644
index 00000000..f096de80
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/poker/Btn_back_jiesan.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/poker/Btn_back_lobby.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/poker/Btn_back_lobby.xml
new file mode 100644
index 00000000..e25b0b1a
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/poker/Btn_back_lobby.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/poker/Btn_leave_lobby.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/poker/Btn_leave_lobby.xml
new file mode 100644
index 00000000..7bb96d81
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/poker/Btn_leave_lobby.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/poker/Btn_log.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/poker/Btn_log.xml
new file mode 100644
index 00000000..f744d837
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/poker/Btn_log.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/record/Btn_record_play.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/record/Btn_record_play.xml
new file mode 100644
index 00000000..a7a11aab
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/record/Btn_record_play.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/record/Btn_record_return.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/record/Btn_record_return.xml
new file mode 100644
index 00000000..73de65c7
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/record/Btn_record_return.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/record/Btn_record_speed.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/record/Btn_record_speed.xml
new file mode 100644
index 00000000..cfb540b1
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/record/Btn_record_speed.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/record/Record.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/record/Record.xml
new file mode 100644
index 00000000..a2cca3f3
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/record/Record.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/santan.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/santan.png
new file mode 100644
index 00000000..dc997251
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/santan.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/sm.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/sm.png
new file mode 100644
index 00000000..34a7bf05
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/sm.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/tablebg.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/tablebg.png
new file mode 100644
index 00000000..38f9bf15
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/tablebg.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/ting.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/ting.xml
new file mode 100644
index 00000000..11980a1e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/ting.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/ting/ting.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/ting/ting.png
new file mode 100644
index 00000000..e9a07468
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/ting/ting.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/trun/Sp_h1.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/trun/Sp_h1.png
new file mode 100644
index 00000000..f54e2628
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/trun/Sp_h1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/trun/cb_b.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/trun/cb_b.png
new file mode 100644
index 00000000..d85713a4
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/trun/cb_b.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/trun/cb_g.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/trun/cb_g.png
new file mode 100644
index 00000000..95d0892d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/trun/cb_g.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/trun/cb_r.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/trun/cb_r.png
new file mode 100644
index 00000000..2048a06c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/trun/cb_r.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/trun/cb_y.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/trun/cb_y.png
new file mode 100644
index 00000000..0ef6dc40
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/trun/cb_y.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/Gcm_box_4.xml b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/Gcm_box_4.xml
new file mode 100644
index 00000000..13c832fe
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/Gcm_box_4.xml
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/TimeBack.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/TimeBack.png
new file mode 100644
index 00000000..e24ba68e
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/TimeBack.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/0.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/0.png
new file mode 100644
index 00000000..e3f3645e
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/0.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/1.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/1.png
new file mode 100644
index 00000000..26e21c38
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/2.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/2.png
new file mode 100644
index 00000000..cb493c4c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/2.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/3.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/3.png
new file mode 100644
index 00000000..50132251
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/3.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/4.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/4.png
new file mode 100644
index 00000000..e1fd6dbc
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/4.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/5.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/5.png
new file mode 100644
index 00000000..c28ece17
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/5.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/6.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/6.png
new file mode 100644
index 00000000..9e60d7d6
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/6.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/7.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/7.png
new file mode 100644
index 00000000..cd365209
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/7.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/8.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/8.png
new file mode 100644
index 00000000..f3e0243c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/8.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/9.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/9.png
new file mode 100644
index 00000000..e7bae4b9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/9.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/Font1.fnt b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/Font1.fnt
new file mode 100644
index 00000000..79e934c1
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/font/Font1.fnt
@@ -0,0 +1,11 @@
+info resizable=true colored=false
+char id=48 img=gq7m54 xoffset=0 yoffset=0 xadvance=0
+char id=49 img=gq7m55 xoffset=0 yoffset=0 xadvance=0
+char id=50 img=gq7m56 xoffset=0 yoffset=0 xadvance=0
+char id=51 img=gq7m57 xoffset=0 yoffset=0 xadvance=0
+char id=52 img=gq7m58 xoffset=0 yoffset=0 xadvance=0
+char id=53 img=gq7m59 xoffset=0 yoffset=0 xadvance=0
+char id=54 img=gq7m5a xoffset=0 yoffset=0 xadvance=0
+char id=55 img=gq7m5b xoffset=0 yoffset=0 xadvance=0
+char id=56 img=gq7m5c xoffset=0 yoffset=0 xadvance=0
+char id=57 img=gq7m5d xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/game_icon_06.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/game_icon_06.png
new file mode 100644
index 00000000..f33205ce
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/game_icon_06.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/game_icon_08.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/game_icon_08.png
new file mode 100644
index 00000000..3fda63f0
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/game_icon_08.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/turn_pos_bg.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/turn_pos_bg.png
new file mode 100644
index 00000000..72dac4c6
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/turn_pos_bg.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/turn_pos_bg1.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/turn_pos_bg1.png
new file mode 100644
index 00000000..b7a34a21
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/turn_pos_bg1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/turn_pos_bg2.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/turn_pos_bg2.png
new file mode 100644
index 00000000..c55daeae
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/turn/turn_pos_bg2.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/voice/yuyinquan01.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/voice/yuyinquan01.png
new file mode 100644
index 00000000..5b4467b6
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/voice/yuyinquan01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/voice/yuyinquan02.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/voice/yuyinquan02.png
new file mode 100644
index 00000000..3e7c9b83
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/voice/yuyinquan02.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/voice/yuyinquan03.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/voice/yuyinquan03.png
new file mode 100644
index 00000000..e5344235
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/voice/yuyinquan03.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/ww(1).png b/wb_new_ui/assets/Main_Majiang/Main_style_2/ww(1).png
new file mode 100644
index 00000000..b9fc21e5
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/ww(1).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/ww.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/ww.png
new file mode 100644
index 00000000..b9fc21e5
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/ww.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/yy.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/yy.png
new file mode 100644
index 00000000..83759b81
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/yy.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/z01.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/z01.png
new file mode 100644
index 00000000..d2acf732
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/z01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/z02.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/z02.png
new file mode 100644
index 00000000..d4c8c37f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/z02.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Main_style_2/zb.png b/wb_new_ui/assets/Main_Majiang/Main_style_2/zb.png
new file mode 100644
index 00000000..de6d0ab0
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/Main_style_2/zb.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/Pop_tip_choice.xml b/wb_new_ui/assets/Main_Majiang/Pop_tip_choice.xml
new file mode 100644
index 00000000..8efd45c3
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Pop_tip_choice.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/RightPanel_new.xml b/wb_new_ui/assets/Main_Majiang/RightPanel_new.xml
new file mode 100644
index 00000000..73cea07b
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/RightPanel_new.xml
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/RoomInfoPanel.xml b/wb_new_ui/assets/Main_Majiang/RoomInfoPanel.xml
new file mode 100644
index 00000000..0d57ab99
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/RoomInfoPanel.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/RoomInfoPanel1.xml b/wb_new_ui/assets/Main_Majiang/RoomInfoPanel1.xml
new file mode 100644
index 00000000..d7c2e105
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/RoomInfoPanel1.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/Tab_biaoqing2.xml b/wb_new_ui/assets/Main_Majiang/Tab_biaoqing2.xml
new file mode 100644
index 00000000..f0dabd6f
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/Tab_biaoqing2.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/bg2.png b/wb_new_ui/assets/Main_Majiang/bg2.png
new file mode 100644
index 00000000..ac92f6b4
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/bg2.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/buttons/Btn_GPS.xml b/wb_new_ui/assets/Main_Majiang/buttons/Btn_GPS.xml
new file mode 100644
index 00000000..5d99d5c0
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/buttons/Btn_GPS.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/buttons/Btn_Introduce.xml b/wb_new_ui/assets/Main_Majiang/buttons/Btn_Introduce.xml
new file mode 100644
index 00000000..3e4d0822
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/buttons/Btn_Introduce.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/buttons/Btn_Rule.xml b/wb_new_ui/assets/Main_Majiang/buttons/Btn_Rule.xml
new file mode 100644
index 00000000..3f5b80b3
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/buttons/Btn_Rule.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/buttons/Btn_Setting.xml b/wb_new_ui/assets/Main_Majiang/buttons/Btn_Setting.xml
new file mode 100644
index 00000000..e90acda4
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/buttons/Btn_Setting.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/buttons/Btn_Yellow.xml b/wb_new_ui/assets/Main_Majiang/buttons/Btn_Yellow.xml
new file mode 100644
index 00000000..80e8b90e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/buttons/Btn_Yellow.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/buttons/Btn_Yellow_New.xml b/wb_new_ui/assets/Main_Majiang/buttons/Btn_Yellow_New.xml
new file mode 100644
index 00000000..a40dea83
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/buttons/Btn_Yellow_New.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/buttons/Btn_back_lobby.xml b/wb_new_ui/assets/Main_Majiang/buttons/Btn_back_lobby.xml
new file mode 100644
index 00000000..d94c7077
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/buttons/Btn_back_lobby.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/buttons/Btn_blue_long.xml b/wb_new_ui/assets/Main_Majiang/buttons/Btn_blue_long.xml
new file mode 100644
index 00000000..2858c624
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/buttons/Btn_blue_long.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/buttons/Btn_close.xml b/wb_new_ui/assets/Main_Majiang/buttons/Btn_close.xml
new file mode 100644
index 00000000..17b3a607
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/buttons/Btn_close.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/buttons/Btn_wxyq.xml b/wb_new_ui/assets/Main_Majiang/buttons/Btn_wxyq.xml
new file mode 100644
index 00000000..6ce5672c
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/buttons/Btn_wxyq.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/buttons/Button_1.xml b/wb_new_ui/assets/Main_Majiang/buttons/Button_1.xml
new file mode 100644
index 00000000..d6c89b8a
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/buttons/Button_1.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/buttons/game_menu.xml b/wb_new_ui/assets/Main_Majiang/buttons/game_menu.xml
new file mode 100644
index 00000000..0c786373
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/buttons/game_menu.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/Btn_setting.xml b/wb_new_ui/assets/Main_Majiang/component/Btn_setting.xml
new file mode 100644
index 00000000..004cdd0f
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/Btn_setting.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/Component1.xml b/wb_new_ui/assets/Main_Majiang/component/Component1.xml
new file mode 100644
index 00000000..af7774c1
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/Component1.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/Face3.xml b/wb_new_ui/assets/Main_Majiang/component/Face3.xml
new file mode 100644
index 00000000..d309c306
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/Face3.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/MsgBubble1.xml b/wb_new_ui/assets/Main_Majiang/component/MsgBubble1.xml
new file mode 100644
index 00000000..ff097207
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/MsgBubble1.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/MsgBubble2.xml b/wb_new_ui/assets/Main_Majiang/component/MsgBubble2.xml
new file mode 100644
index 00000000..8318a589
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/MsgBubble2.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/MsgBubble3.xml b/wb_new_ui/assets/Main_Majiang/component/MsgBubble3.xml
new file mode 100644
index 00000000..b883420f
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/MsgBubble3.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/PlayerHead_1.xml b/wb_new_ui/assets/Main_Majiang/component/PlayerHead_1.xml
new file mode 100644
index 00000000..85dad7ce
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/PlayerHead_1.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/PlayerHead_2.xml b/wb_new_ui/assets/Main_Majiang/component/PlayerHead_2.xml
new file mode 100644
index 00000000..0f6f8b86
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/PlayerHead_2.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/PlayerHead_3.xml b/wb_new_ui/assets/Main_Majiang/component/PlayerHead_3.xml
new file mode 100644
index 00000000..4906028b
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/PlayerHead_3.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/PlayerHead_4.xml b/wb_new_ui/assets/Main_Majiang/component/PlayerHead_4.xml
new file mode 100644
index 00000000..18cc5e5f
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/PlayerHead_4.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/Player_card_info_1(1).xml b/wb_new_ui/assets/Main_Majiang/component/Player_card_info_1(1).xml
new file mode 100644
index 00000000..49f41bd6
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/Player_card_info_1(1).xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/Player_card_info_1.xml b/wb_new_ui/assets/Main_Majiang/component/Player_card_info_1.xml
new file mode 100644
index 00000000..4bfcfdb5
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/Player_card_info_1.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/Player_card_info_2.xml b/wb_new_ui/assets/Main_Majiang/component/Player_card_info_2.xml
new file mode 100644
index 00000000..6eb8177d
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/Player_card_info_2.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/Player_card_info_3(1).xml b/wb_new_ui/assets/Main_Majiang/component/Player_card_info_3(1).xml
new file mode 100644
index 00000000..6d85845f
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/Player_card_info_3(1).xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/Player_card_info_3.xml b/wb_new_ui/assets/Main_Majiang/component/Player_card_info_3.xml
new file mode 100644
index 00000000..bb283c03
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/Player_card_info_3.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/Player_card_info_4.xml b/wb_new_ui/assets/Main_Majiang/component/Player_card_info_4.xml
new file mode 100644
index 00000000..ffbb472a
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/Player_card_info_4.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/RoomInfoPanel1.xml b/wb_new_ui/assets/Main_Majiang/component/RoomInfoPanel1.xml
new file mode 100644
index 00000000..d3943850
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/RoomInfoPanel1.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/VoiceMask(1).xml b/wb_new_ui/assets/Main_Majiang/component/VoiceMask(1).xml
new file mode 100644
index 00000000..10a74985
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/VoiceMask(1).xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/ani/Ani_play_bj.xml b/wb_new_ui/assets/Main_Majiang/component/ani/Ani_play_bj.xml
new file mode 100644
index 00000000..4b636640
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/ani/Ani_play_bj.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/btn_ready.xml b/wb_new_ui/assets/Main_Majiang/component/btn_ready.xml
new file mode 100644
index 00000000..c8caaf0c
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/btn_ready.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Back_left.xml b/wb_new_ui/assets/Main_Majiang/component/card/Back_left.xml
new file mode 100644
index 00000000..fc61aee0
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Back_left.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Back_left_3d.xml b/wb_new_ui/assets/Main_Majiang/component/card/Back_left_3d.xml
new file mode 100644
index 00000000..f0a6ed4d
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Back_left_3d.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Back_right.xml b/wb_new_ui/assets/Main_Majiang/component/card/Back_right.xml
new file mode 100644
index 00000000..1c6f0772
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Back_right.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Back_right_3d.xml b/wb_new_ui/assets/Main_Majiang/component/card/Back_right_3d.xml
new file mode 100644
index 00000000..70771870
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Back_right_3d.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Back_right_jiangxi.xml b/wb_new_ui/assets/Main_Majiang/component/card/Back_right_jiangxi.xml
new file mode 100644
index 00000000..e6c800d9
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Back_right_jiangxi.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Back_top(1).xml b/wb_new_ui/assets/Main_Majiang/component/card/Back_top(1).xml
new file mode 100644
index 00000000..4d74ae2e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Back_top(1).xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Back_top.xml b/wb_new_ui/assets/Main_Majiang/component/card/Back_top.xml
new file mode 100644
index 00000000..b6da4b6f
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Back_top.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Back_top_3d.xml b/wb_new_ui/assets/Main_Majiang/component/card/Back_top_3d.xml
new file mode 100644
index 00000000..23c283f3
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Back_top_3d.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Back_top_jiangxi.xml b/wb_new_ui/assets/Main_Majiang/component/card/Back_top_jiangxi.xml
new file mode 100644
index 00000000..dfeb7b8b
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Back_top_jiangxi.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Btn_Card.xml b/wb_new_ui/assets/Main_Majiang/component/card/Btn_Card.xml
new file mode 100644
index 00000000..81142edd
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Btn_Card.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Btn_Card_3d.xml b/wb_new_ui/assets/Main_Majiang/component/card/Btn_Card_3d.xml
new file mode 100644
index 00000000..f8dabed5
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Btn_Card_3d.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Btn_fztip_card_3.xml b/wb_new_ui/assets/Main_Majiang/component/card/Btn_fztip_card_3.xml
new file mode 100644
index 00000000..2301e8e5
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Btn_fztip_card_3.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Btn_fztip_card_4.xml b/wb_new_ui/assets/Main_Majiang/component/card/Btn_fztip_card_4.xml
new file mode 100644
index 00000000..c1b49aa1
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Btn_fztip_card_4.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Comp_left.xml b/wb_new_ui/assets/Main_Majiang/component/card/Comp_left.xml
new file mode 100644
index 00000000..ac983cc3
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Comp_left.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Comp_left_3d.xml b/wb_new_ui/assets/Main_Majiang/component/card/Comp_left_3d.xml
new file mode 100644
index 00000000..c7298f8d
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Comp_left_3d.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Comp_right.xml b/wb_new_ui/assets/Main_Majiang/component/card/Comp_right.xml
new file mode 100644
index 00000000..da2f4df9
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Comp_right.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Comp_right_3d.xml b/wb_new_ui/assets/Main_Majiang/component/card/Comp_right_3d.xml
new file mode 100644
index 00000000..506fbab0
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Comp_right_3d.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Fz_0_3.xml b/wb_new_ui/assets/Main_Majiang/component/card/Fz_0_3.xml
new file mode 100644
index 00000000..c1dcaa4c
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Fz_0_3.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Fz_0_3_3d.xml b/wb_new_ui/assets/Main_Majiang/component/card/Fz_0_3_3d.xml
new file mode 100644
index 00000000..3a4e5d97
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Fz_0_3_3d.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Fz_0_4.xml b/wb_new_ui/assets/Main_Majiang/component/card/Fz_0_4.xml
new file mode 100644
index 00000000..ba4e9f63
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Fz_0_4.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Fz_0_4_3d.xml b/wb_new_ui/assets/Main_Majiang/component/card/Fz_0_4_3d.xml
new file mode 100644
index 00000000..02024d75
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Fz_0_4_3d.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Fz_0_jiangxi_3.xml b/wb_new_ui/assets/Main_Majiang/component/card/Fz_0_jiangxi_3.xml
new file mode 100644
index 00000000..1c71f1b5
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Fz_0_jiangxi_3.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Fz_0_jiangxi_4.xml b/wb_new_ui/assets/Main_Majiang/component/card/Fz_0_jiangxi_4.xml
new file mode 100644
index 00000000..070f9d40
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Fz_0_jiangxi_4.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Fz_1_3.xml b/wb_new_ui/assets/Main_Majiang/component/card/Fz_1_3.xml
new file mode 100644
index 00000000..2062120e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Fz_1_3.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Fz_1_3_3d.xml b/wb_new_ui/assets/Main_Majiang/component/card/Fz_1_3_3d.xml
new file mode 100644
index 00000000..c7ce9a59
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Fz_1_3_3d.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Fz_1_4.xml b/wb_new_ui/assets/Main_Majiang/component/card/Fz_1_4.xml
new file mode 100644
index 00000000..89f00b2c
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Fz_1_4.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Fz_1_4_3d.xml b/wb_new_ui/assets/Main_Majiang/component/card/Fz_1_4_3d.xml
new file mode 100644
index 00000000..1c99d35d
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Fz_1_4_3d.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Fz_2_3.xml b/wb_new_ui/assets/Main_Majiang/component/card/Fz_2_3.xml
new file mode 100644
index 00000000..b6ea78f3
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Fz_2_3.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Fz_2_3_3d.xml b/wb_new_ui/assets/Main_Majiang/component/card/Fz_2_3_3d.xml
new file mode 100644
index 00000000..d43d607b
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Fz_2_3_3d.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Fz_2_4.xml b/wb_new_ui/assets/Main_Majiang/component/card/Fz_2_4.xml
new file mode 100644
index 00000000..4840843d
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Fz_2_4.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Fz_2_4_3d.xml b/wb_new_ui/assets/Main_Majiang/component/card/Fz_2_4_3d.xml
new file mode 100644
index 00000000..b17bcacb
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Fz_2_4_3d.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Fz_3_3.xml b/wb_new_ui/assets/Main_Majiang/component/card/Fz_3_3.xml
new file mode 100644
index 00000000..ec8cb01b
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Fz_3_3.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Fz_3_3_3d.xml b/wb_new_ui/assets/Main_Majiang/component/card/Fz_3_3_3d.xml
new file mode 100644
index 00000000..52fe2535
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Fz_3_3_3d.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Fz_3_4.xml b/wb_new_ui/assets/Main_Majiang/component/card/Fz_3_4.xml
new file mode 100644
index 00000000..2526aceb
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Fz_3_4.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Fz_3_4_3d.xml b/wb_new_ui/assets/Main_Majiang/component/card/Fz_3_4_3d.xml
new file mode 100644
index 00000000..3140261b
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Fz_3_4_3d.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Gcm_OutCard.xml b/wb_new_ui/assets/Main_Majiang/component/card/Gcm_OutCard.xml
new file mode 100644
index 00000000..bad5091e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Gcm_OutCard.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Gcm_OutCard1.xml b/wb_new_ui/assets/Main_Majiang/component/card/Gcm_OutCard1.xml
new file mode 100644
index 00000000..2defc7cc
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Gcm_OutCard1.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Gcm_OutCard_COM.xml b/wb_new_ui/assets/Main_Majiang/component/card/Gcm_OutCard_COM.xml
new file mode 100644
index 00000000..2fd6195d
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Gcm_OutCard_COM.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Mp_left_right.xml b/wb_new_ui/assets/Main_Majiang/component/card/Mp_left_right.xml
new file mode 100644
index 00000000..fadfdec3
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Mp_left_right.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Mp_self_card.xml b/wb_new_ui/assets/Main_Majiang/component/card/Mp_self_card.xml
new file mode 100644
index 00000000..59f49c85
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Mp_self_card.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Mp_self_card_3d.xml b/wb_new_ui/assets/Main_Majiang/component/card/Mp_self_card_3d.xml
new file mode 100644
index 00000000..1a2e920e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Mp_self_card_3d.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Mp_self_card_new.xml b/wb_new_ui/assets/Main_Majiang/component/card/Mp_self_card_new.xml
new file mode 100644
index 00000000..39ff72ce
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Mp_self_card_new.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/Mp_up_down.xml b/wb_new_ui/assets/Main_Majiang/component/card/Mp_up_down.xml
new file mode 100644
index 00000000..358f9a2c
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/Mp_up_down.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/NH_FlowerCard.xml b/wb_new_ui/assets/Main_Majiang/component/card/NH_FlowerCard.xml
new file mode 100644
index 00000000..23787549
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/NH_FlowerCard.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/OutCard_left.xml b/wb_new_ui/assets/Main_Majiang/component/card/OutCard_left.xml
new file mode 100644
index 00000000..e18473aa
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/OutCard_left.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/OutCard_left_3d.xml b/wb_new_ui/assets/Main_Majiang/component/card/OutCard_left_3d.xml
new file mode 100644
index 00000000..d465ac20
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/OutCard_left_3d.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/OutCard_right.xml b/wb_new_ui/assets/Main_Majiang/component/card/OutCard_right.xml
new file mode 100644
index 00000000..9a5ebf6a
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/OutCard_right.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/OutCard_right_3d.xml b/wb_new_ui/assets/Main_Majiang/component/card/OutCard_right_3d.xml
new file mode 100644
index 00000000..47a08685
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/OutCard_right_3d.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/OutCard_self.xml b/wb_new_ui/assets/Main_Majiang/component/card/OutCard_self.xml
new file mode 100644
index 00000000..2ea52f6e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/OutCard_self.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/OutCard_self_3d.xml b/wb_new_ui/assets/Main_Majiang/component/card/OutCard_self_3d.xml
new file mode 100644
index 00000000..a92ac3fb
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/OutCard_self_3d.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/OutCard_top(1).xml b/wb_new_ui/assets/Main_Majiang/component/card/OutCard_top(1).xml
new file mode 100644
index 00000000..4087090b
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/OutCard_top(1).xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/OutCard_top(1)_3d.xml b/wb_new_ui/assets/Main_Majiang/component/card/OutCard_top(1)_3d.xml
new file mode 100644
index 00000000..3623fb84
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/OutCard_top(1)_3d.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/OutCard_top.xml b/wb_new_ui/assets/Main_Majiang/component/card/OutCard_top.xml
new file mode 100644
index 00000000..c252accd
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/OutCard_top.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/OutCard_top_3d.xml b/wb_new_ui/assets/Main_Majiang/component/card/OutCard_top_3d.xml
new file mode 100644
index 00000000..8a1ce7f6
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/OutCard_top_3d.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/OutCard_top_jaingxi.xml b/wb_new_ui/assets/Main_Majiang/component/card/OutCard_top_jaingxi.xml
new file mode 100644
index 00000000..60b7f04c
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/OutCard_top_jaingxi.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/TC_WindCard.xml b/wb_new_ui/assets/Main_Majiang/component/card/TC_WindCard.xml
new file mode 100644
index 00000000..7aa79e59
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/TC_WindCard.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/card_mark/btn_mark.xml b/wb_new_ui/assets/Main_Majiang/component/card/card_mark/btn_mark.xml
new file mode 100644
index 00000000..9d289b72
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/card_mark/btn_mark.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/card_mark/com_arrow.xml b/wb_new_ui/assets/Main_Majiang/component/card/card_mark/com_arrow.xml
new file mode 100644
index 00000000..fb089752
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/card/card_mark/com_arrow.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/card_mark/images/tingArrow.png b/wb_new_ui/assets/Main_Majiang/component/card/card_mark/images/tingArrow.png
new file mode 100644
index 00000000..dad61ea9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/card/card_mark/images/tingArrow.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/card_mark/images/tingArrowMax.png b/wb_new_ui/assets/Main_Majiang/component/card/card_mark/images/tingArrowMax.png
new file mode 100644
index 00000000..613d7428
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/card/card_mark/images/tingArrowMax.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/card/card_mark/peng_arrow.png b/wb_new_ui/assets/Main_Majiang/component/card/card_mark/peng_arrow.png
new file mode 100644
index 00000000..0a0f0c26
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/card/card_mark/peng_arrow.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/change/change2d_btn.xml b/wb_new_ui/assets/Main_Majiang/component/change/change2d_btn.xml
new file mode 100644
index 00000000..edd0cfb8
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/change/change2d_btn.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/change/change3d.xml b/wb_new_ui/assets/Main_Majiang/component/change/change3d.xml
new file mode 100644
index 00000000..84338e87
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/change/change3d.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/change/change3d_btn.xml b/wb_new_ui/assets/Main_Majiang/component/change/change3d_btn.xml
new file mode 100644
index 00000000..a9f8204d
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/change/change3d_btn.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/change/change_confirm.xml b/wb_new_ui/assets/Main_Majiang/component/change/change_confirm.xml
new file mode 100644
index 00000000..87a494ba
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/change/change_confirm.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/FzEffect.xml b/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/FzEffect.xml
new file mode 100644
index 00000000..213097b1
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/FzEffect.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/eff_zimo.xml b/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/eff_zimo.xml
new file mode 100644
index 00000000..f9ff3724
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/eff_zimo.xml
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/image/吃.png b/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/image/吃.png
new file mode 100644
index 00000000..c95413a4
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/image/吃.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/image/星星.png b/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/image/星星.png
new file mode 100644
index 00000000..65b99b8d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/image/星星.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/image/杠.png b/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/image/杠.png
new file mode 100644
index 00000000..ed0106d2
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/image/杠.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/image/碰.png b/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/image/碰.png
new file mode 100644
index 00000000..b6607d9f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/image/碰.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/image/胡.png b/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/image/胡.png
new file mode 100644
index 00000000..88343ba2
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/image/胡.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/image/补.png b/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/image/补.png
new file mode 100644
index 00000000..5dbd4183
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/image/补.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/mo.png b/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/mo.png
new file mode 100644
index 00000000..7feade27
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/mo.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/别人胡.xml b/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/别人胡.xml
new file mode 100644
index 00000000..48c9385f
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/别人胡.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/自己胡牌.xml b/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/自己胡牌.xml
new file mode 100644
index 00000000..e4f11596
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/chi_peng_effect/自己胡牌.xml
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/choose/Btn_cross.xml b/wb_new_ui/assets/Main_Majiang/component/choose/Btn_cross.xml
new file mode 100644
index 00000000..9ac1ecd1
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/choose/Btn_cross.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/choose/Comp_choose.xml b/wb_new_ui/assets/Main_Majiang/component/choose/Comp_choose.xml
new file mode 100644
index 00000000..c0146cee
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/choose/Comp_choose.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/choose/game_icon_02.png b/wb_new_ui/assets/Main_Majiang/component/choose/game_icon_02.png
new file mode 100644
index 00000000..a5d6e501
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/choose/game_icon_02.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/create_room/image/pic08.png b/wb_new_ui/assets/Main_Majiang/component/create_room/image/pic08.png
new file mode 100644
index 00000000..f8ffdadb
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/create_room/image/pic08.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/create_room/image/pic09.png b/wb_new_ui/assets/Main_Majiang/component/create_room/image/pic09.png
new file mode 100644
index 00000000..61527cb5
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/create_room/image/pic09.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/font/Score.fnt b/wb_new_ui/assets/Main_Majiang/component/font/Score.fnt
new file mode 100644
index 00000000..dbc99fae
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/font/Score.fnt
@@ -0,0 +1,14 @@
+info size=60 resizable=true colored=false
+char id=48 img=gq7m35 xoffset=0 yoffset=0 xadvance=0
+char id=49 img=gq7m36 xoffset=0 yoffset=0 xadvance=0
+char id=50 img=gq7m37 xoffset=0 yoffset=0 xadvance=0
+char id=51 img=gq7m38 xoffset=0 yoffset=0 xadvance=0
+char id=52 img=gq7m39 xoffset=0 yoffset=0 xadvance=0
+char id=53 img=gq7m3a xoffset=0 yoffset=0 xadvance=0
+char id=54 img=gq7m3b xoffset=0 yoffset=0 xadvance=0
+char id=55 img=gq7m3c xoffset=0 yoffset=0 xadvance=0
+char id=56 img=gq7m3d xoffset=0 yoffset=0 xadvance=0
+char id=57 img=gq7m3e xoffset=0 yoffset=0 xadvance=0
+char id=43 img=gq7m3f xoffset=0 yoffset=0 xadvance=0
+char id=45 img=gq7m3g xoffset=0 yoffset=0 xadvance=0
+char id=46 img=gq7m3h xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Main_Majiang/component/font/image/0.png b/wb_new_ui/assets/Main_Majiang/component/font/image/0.png
new file mode 100644
index 00000000..c8ef1992
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/font/image/0.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/font/image/1.png b/wb_new_ui/assets/Main_Majiang/component/font/image/1.png
new file mode 100644
index 00000000..2c4992ac
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/font/image/1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/font/image/2.png b/wb_new_ui/assets/Main_Majiang/component/font/image/2.png
new file mode 100644
index 00000000..b487b5de
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/font/image/2.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/font/image/3.png b/wb_new_ui/assets/Main_Majiang/component/font/image/3.png
new file mode 100644
index 00000000..3d6a12b4
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/font/image/3.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/font/image/4.png b/wb_new_ui/assets/Main_Majiang/component/font/image/4.png
new file mode 100644
index 00000000..defcb744
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/font/image/4.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/font/image/5.png b/wb_new_ui/assets/Main_Majiang/component/font/image/5.png
new file mode 100644
index 00000000..762e6ce6
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/font/image/5.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/font/image/6.png b/wb_new_ui/assets/Main_Majiang/component/font/image/6.png
new file mode 100644
index 00000000..8e5cb532
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/font/image/6.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/font/image/7.png b/wb_new_ui/assets/Main_Majiang/component/font/image/7.png
new file mode 100644
index 00000000..6a5044ef
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/font/image/7.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/font/image/8.png b/wb_new_ui/assets/Main_Majiang/component/font/image/8.png
new file mode 100644
index 00000000..56f654b9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/font/image/8.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/font/image/9.png b/wb_new_ui/assets/Main_Majiang/component/font/image/9.png
new file mode 100644
index 00000000..b3056c8f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/font/image/9.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/font/image/jia.png b/wb_new_ui/assets/Main_Majiang/component/font/image/jia.png
new file mode 100644
index 00000000..fd6f92cf
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/font/image/jia.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/font/image/jian.png b/wb_new_ui/assets/Main_Majiang/component/font/image/jian.png
new file mode 100644
index 00000000..4b452339
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/font/image/jian.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/font/image/xsd.png b/wb_new_ui/assets/Main_Majiang/component/font/image/xsd.png
new file mode 100644
index 00000000..d0c8c312
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/font/image/xsd.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/gps/btn_distance_new.xml b/wb_new_ui/assets/Main_Majiang/component/gps/btn_distance_new.xml
new file mode 100644
index 00000000..6a1f9650
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/gps/btn_distance_new.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/gps/hsgps.png b/wb_new_ui/assets/Main_Majiang/component/gps/hsgps.png
new file mode 100644
index 00000000..2de98968
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/gps/hsgps.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/gps/lsgps.png b/wb_new_ui/assets/Main_Majiang/component/gps/lsgps.png
new file mode 100644
index 00000000..8425f601
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/gps/lsgps.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/head/Head.xml b/wb_new_ui/assets/Main_Majiang/component/head/Head.xml
new file mode 100644
index 00000000..bc07065e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/head/Head.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/head/HeadNameBG.xml b/wb_new_ui/assets/Main_Majiang/component/head/HeadNameBG.xml
new file mode 100644
index 00000000..648c6e7b
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/head/HeadNameBG.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/head/jfk.png b/wb_new_ui/assets/Main_Majiang/component/head/jfk.png
new file mode 100644
index 00000000..3503fee7
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/head/jfk.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/hu_tip/Btn_Card_Hu.xml b/wb_new_ui/assets/Main_Majiang/component/hu_tip/Btn_Card_Hu.xml
new file mode 100644
index 00000000..059713b6
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/hu_tip/Btn_Card_Hu.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/hu_tip/Hu_tip.xml b/wb_new_ui/assets/Main_Majiang/component/hu_tip/Hu_tip.xml
new file mode 100644
index 00000000..984423d4
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/hu_tip/Hu_tip.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/hu_tip/common_table_tab_hu.png b/wb_new_ui/assets/Main_Majiang/component/hu_tip/common_table_tab_hu.png
new file mode 100644
index 00000000..fc9d9eac
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/hu_tip/common_table_tab_hu.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/hu_tip/tingNoticeArrow.png b/wb_new_ui/assets/Main_Majiang/component/hu_tip/tingNoticeArrow.png
new file mode 100644
index 00000000..851ad84c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/hu_tip/tingNoticeArrow.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/hu_tip/tingNoticeBtn.png b/wb_new_ui/assets/Main_Majiang/component/hu_tip/tingNoticeBtn.png
new file mode 100644
index 00000000..e0558a58
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/hu_tip/tingNoticeBtn.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/hu_tip/webwxgetmsgimg.jpg b/wb_new_ui/assets/Main_Majiang/component/hu_tip/webwxgetmsgimg.jpg
new file mode 100644
index 00000000..81ac5fa7
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/hu_tip/webwxgetmsgimg.jpg differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/liuju/LiuJu.xml b/wb_new_ui/assets/Main_Majiang/component/liuju/LiuJu.xml
new file mode 100644
index 00000000..db710621
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/liuju/LiuJu.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/liuju/LiuJu_old.xml b/wb_new_ui/assets/Main_Majiang/component/liuju/LiuJu_old.xml
new file mode 100644
index 00000000..26028106
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/liuju/LiuJu_old.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/option/Btn_fztip.xml b/wb_new_ui/assets/Main_Majiang/component/option/Btn_fztip.xml
new file mode 100644
index 00000000..33b0347c
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/option/Btn_fztip.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/option/Btn_hu.xml b/wb_new_ui/assets/Main_Majiang/component/option/Btn_hu.xml
new file mode 100644
index 00000000..16398777
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/option/Btn_hu.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/option/Btn_pass.xml b/wb_new_ui/assets/Main_Majiang/component/option/Btn_pass.xml
new file mode 100644
index 00000000..a963aec3
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/option/Btn_pass.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/option/Gcm_action_tips.xml b/wb_new_ui/assets/Main_Majiang/component/option/Gcm_action_tips.xml
new file mode 100644
index 00000000..3cba192f
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/option/Gcm_action_tips.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/option/Gcm_chui_tips.xml b/wb_new_ui/assets/Main_Majiang/component/option/Gcm_chui_tips.xml
new file mode 100644
index 00000000..15e3a81e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/option/Gcm_chui_tips.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/phone_info/Btn_game_menu.xml b/wb_new_ui/assets/Main_Majiang/component/phone_info/Btn_game_menu.xml
new file mode 100644
index 00000000..9cdfa910
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/phone_info/Btn_game_menu.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/phone_info/Btn_log.xml b/wb_new_ui/assets/Main_Majiang/component/phone_info/Btn_log.xml
new file mode 100644
index 00000000..6f116f62
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/phone_info/Btn_log.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/phone_info/Component3(1).xml b/wb_new_ui/assets/Main_Majiang/component/phone_info/Component3(1).xml
new file mode 100644
index 00000000..755d32b0
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/phone_info/Component3(1).xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/phone_info/Component3.xml b/wb_new_ui/assets/Main_Majiang/component/phone_info/Component3.xml
new file mode 100644
index 00000000..8d981633
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/phone_info/Component3.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/phone_info/ProgressBar2.xml b/wb_new_ui/assets/Main_Majiang/component/phone_info/ProgressBar2.xml
new file mode 100644
index 00000000..db3f4a7b
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/phone_info/ProgressBar2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/phone_info/image/4g01.png b/wb_new_ui/assets/Main_Majiang/component/phone_info/image/4g01.png
new file mode 100644
index 00000000..cbb50f5b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/phone_info/image/4g01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/phone_info/image/4g02.png b/wb_new_ui/assets/Main_Majiang/component/phone_info/image/4g02.png
new file mode 100644
index 00000000..38cb7331
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/phone_info/image/4g02.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/phone_info/image/4g03.png b/wb_new_ui/assets/Main_Majiang/component/phone_info/image/4g03.png
new file mode 100644
index 00000000..15bc9cc9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/phone_info/image/4g03.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/phone_info/image/chakan.png b/wb_new_ui/assets/Main_Majiang/component/phone_info/image/chakan.png
new file mode 100644
index 00000000..ff65453a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/phone_info/image/chakan.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/phone_info/image/dianchi01.png b/wb_new_ui/assets/Main_Majiang/component/phone_info/image/dianchi01.png
new file mode 100644
index 00000000..95d369ff
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/phone_info/image/dianchi01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/phone_info/image/dianchi02.png b/wb_new_ui/assets/Main_Majiang/component/phone_info/image/dianchi02.png
new file mode 100644
index 00000000..86b4430c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/phone_info/image/dianchi02.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/phone_info/image/shezhi_up.png b/wb_new_ui/assets/Main_Majiang/component/phone_info/image/shezhi_up.png
new file mode 100644
index 00000000..1a160427
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/phone_info/image/shezhi_up.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/phone_info/image/wifi01.png b/wb_new_ui/assets/Main_Majiang/component/phone_info/image/wifi01.png
new file mode 100644
index 00000000..f5ff4a53
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/phone_info/image/wifi01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/phone_info/image/wifi02.png b/wb_new_ui/assets/Main_Majiang/component/phone_info/image/wifi02.png
new file mode 100644
index 00000000..f2de359a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/phone_info/image/wifi02.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/phone_info/image/wifi03.png b/wb_new_ui/assets/Main_Majiang/component/phone_info/image/wifi03.png
new file mode 100644
index 00000000..a64ca8b7
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/phone_info/image/wifi03.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/piao_niao/+1.png b/wb_new_ui/assets/Main_Majiang/component/piao_niao/+1.png
new file mode 100644
index 00000000..63849454
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/piao_niao/+1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/piao_niao/+2.png b/wb_new_ui/assets/Main_Majiang/component/piao_niao/+2.png
new file mode 100644
index 00000000..d0a0d2e2
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/piao_niao/+2.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/piao_niao/+3.png b/wb_new_ui/assets/Main_Majiang/component/piao_niao/+3.png
new file mode 100644
index 00000000..14a20aaf
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/piao_niao/+3.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/piao_niao/bp.png b/wb_new_ui/assets/Main_Majiang/component/piao_niao/bp.png
new file mode 100644
index 00000000..4c1c85e9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/piao_niao/bp.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/piao_niao/btn_piao_niao.xml b/wb_new_ui/assets/Main_Majiang/component/piao_niao/btn_piao_niao.xml
new file mode 100644
index 00000000..9c1f9e2b
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/piao_niao/btn_piao_niao.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/piao_niao/di00.png b/wb_new_ui/assets/Main_Majiang/component/piao_niao/di00.png
new file mode 100644
index 00000000..a1631fed
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/piao_niao/di00.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/piao_niao/mask_piao.xml b/wb_new_ui/assets/Main_Majiang/component/piao_niao/mask_piao.xml
new file mode 100644
index 00000000..4978fb77
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/piao_niao/mask_piao.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/piao_niao/panel_piao_niao.xml b/wb_new_ui/assets/Main_Majiang/component/piao_niao/panel_piao_niao.xml
new file mode 100644
index 00000000..c1f2fa93
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/piao_niao/panel_piao_niao.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/piao_niao/pnxzbt.png b/wb_new_ui/assets/Main_Majiang/component/piao_niao/pnxzbt.png
new file mode 100644
index 00000000..5acb11d7
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/piao_niao/pnxzbt.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/piao_niao/按钮2.png b/wb_new_ui/assets/Main_Majiang/component/piao_niao/按钮2.png
new file mode 100644
index 00000000..450c6d2e
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/piao_niao/按钮2.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/poker/Btn_back_jiesan.xml b/wb_new_ui/assets/Main_Majiang/component/poker/Btn_back_jiesan.xml
new file mode 100644
index 00000000..7a503f92
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/poker/Btn_back_jiesan.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/poker/Btn_back_lobby.xml b/wb_new_ui/assets/Main_Majiang/component/poker/Btn_back_lobby.xml
new file mode 100644
index 00000000..8b85466e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/poker/Btn_back_lobby.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/poker/Btn_leave_lobby.xml b/wb_new_ui/assets/Main_Majiang/component/poker/Btn_leave_lobby.xml
new file mode 100644
index 00000000..a46beaf5
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/poker/Btn_leave_lobby.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/poker/Btn_log.xml b/wb_new_ui/assets/Main_Majiang/component/poker/Btn_log.xml
new file mode 100644
index 00000000..ddf2ae6e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/poker/Btn_log.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/poker/btn_distance.xml b/wb_new_ui/assets/Main_Majiang/component/poker/btn_distance.xml
new file mode 100644
index 00000000..8974e253
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/poker/btn_distance.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/poker/images/lvgps.png b/wb_new_ui/assets/Main_Majiang/component/poker/images/lvgps.png
new file mode 100644
index 00000000..95488d24
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/poker/images/lvgps.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/record/Btn_record_play.xml b/wb_new_ui/assets/Main_Majiang/component/record/Btn_record_play.xml
new file mode 100644
index 00000000..b754840e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/record/Btn_record_play.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/record/Btn_record_return.xml b/wb_new_ui/assets/Main_Majiang/component/record/Btn_record_return.xml
new file mode 100644
index 00000000..8c2ebc3d
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/record/Btn_record_return.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/record/Btn_record_speed.xml b/wb_new_ui/assets/Main_Majiang/component/record/Btn_record_speed.xml
new file mode 100644
index 00000000..cfb540b1
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/record/Btn_record_speed.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/record/Record.xml b/wb_new_ui/assets/Main_Majiang/component/record/Record.xml
new file mode 100644
index 00000000..8606a7bf
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/record/Record.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/result/component/big_result_wanfa_flag.xml b/wb_new_ui/assets/Main_Majiang/component/result/component/big_result_wanfa_flag.xml
new file mode 100644
index 00000000..3b7eef26
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/result/component/big_result_wanfa_flag.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/result/component/btn_share_method.xml b/wb_new_ui/assets/Main_Majiang/component/result/component/btn_share_method.xml
new file mode 100644
index 00000000..0f4df22e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/result/component/btn_share_method.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/result/images/bqd.png b/wb_new_ui/assets/Main_Majiang/component/result/images/bqd.png
new file mode 100644
index 00000000..a9f4ab42
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/result/images/bqd.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting/Button4.xml b/wb_new_ui/assets/Main_Majiang/component/setting/Button4.xml
new file mode 100644
index 00000000..65d00458
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/setting/Button4.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting/changeBG/b01.png b/wb_new_ui/assets/Main_Majiang/component/setting/changeBG/b01.png
new file mode 100644
index 00000000..0435017f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting/changeBG/b01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/SettingWindow2.xml b/wb_new_ui/assets/Main_Majiang/component/setting_new/SettingWindow2.xml
new file mode 100644
index 00000000..16cb6a0b
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/setting_new/SettingWindow2.xml
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/btn_select_card.xml b/wb_new_ui/assets/Main_Majiang/component/setting_new/btn_select_card.xml
new file mode 100644
index 00000000..469c4e54
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/setting_new/btn_select_card.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/btn_select_card_new.xml b/wb_new_ui/assets/Main_Majiang/component/setting_new/btn_select_card_new.xml
new file mode 100644
index 00000000..e35f0528
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/setting_new/btn_select_card_new.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/component/Btn_cr_checkbox.xml b/wb_new_ui/assets/Main_Majiang/component/setting_new/component/Btn_cr_checkbox.xml
new file mode 100644
index 00000000..f51d12ff
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/setting_new/component/Btn_cr_checkbox.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/component/Slider1.xml b/wb_new_ui/assets/Main_Majiang/component/setting_new/component/Slider1.xml
new file mode 100644
index 00000000..3306f289
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/setting_new/component/Slider1.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/component/Slider1_grip.xml b/wb_new_ui/assets/Main_Majiang/component/setting_new/component/Slider1_grip.xml
new file mode 100644
index 00000000..d6996b2e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/setting_new/component/Slider1_grip.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/component/Slider1_grip2.xml b/wb_new_ui/assets/Main_Majiang/component/setting_new/component/Slider1_grip2.xml
new file mode 100644
index 00000000..d4ca1069
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/setting_new/component/Slider1_grip2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/component/Slider2.xml b/wb_new_ui/assets/Main_Majiang/component/setting_new/component/Slider2.xml
new file mode 100644
index 00000000..69ace056
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/setting_new/component/Slider2.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/component/setting/btn_bg.xml b/wb_new_ui/assets/Main_Majiang/component/setting_new/component/setting/btn_bg.xml
new file mode 100644
index 00000000..53ca1e8e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/setting_new/component/setting/btn_bg.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/hd.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/hd.png
new file mode 100644
index 00000000..2d20a475
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/hd.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/11_08.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/11_08.png
new file mode 100644
index 00000000..f94364e5
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/11_08.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/2D-1.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/2D-1.png
new file mode 100644
index 00000000..27288283
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/2D-1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/2D-2.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/2D-2.png
new file mode 100644
index 00000000..0df81c82
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/2D-2.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/3D.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/3D.png
new file mode 100644
index 00000000..15a1c1b3
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/3D.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/9bg_03.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/9bg_03.png
new file mode 100644
index 00000000..6452b005
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/9bg_03.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/9bg_04.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/9bg_04.png
new file mode 100644
index 00000000..926f130c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/9bg_04.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/bj.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/bj.png
new file mode 100644
index 00000000..cea57b31
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/bj.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/btdk.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/btdk.png
new file mode 100644
index 00000000..fd0b4b9b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/btdk.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/dk.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/dk.png
new file mode 100644
index 00000000..5f174fc6
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/dk.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/hdtd.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/hdtd.png
new file mode 100644
index 00000000..eaf3cedc
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/hdtd.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/hw.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/hw.png
new file mode 100644
index 00000000..18a25f6c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/hw.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/icon_yinxiao.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/icon_yinxiao.png
new file mode 100644
index 00000000..19b75a6a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/icon_yinxiao.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/icon_yinyue.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/icon_yinyue.png
new file mode 100644
index 00000000..80d55764
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/icon_yinyue.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/jdt.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/jdt.png
new file mode 100644
index 00000000..80e9f069
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/jdt.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/pm.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/pm.png
new file mode 100644
index 00000000..f30ca18f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/pm.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/shezhi_title_03.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/shezhi_title_03.png
new file mode 100644
index 00000000..554a0279
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/shezhi_title_03.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/shezhi_title_04.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/shezhi_title_04.png
new file mode 100644
index 00000000..4e993f3b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/shezhi_title_04.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/sx.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/sx.png
new file mode 100644
index 00000000..2f329bd3
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/sx.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/syt.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/syt.png
new file mode 100644
index 00000000..5bbaca23
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/syt.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/sytb.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/sytb.png
new file mode 100644
index 00000000..f1905b55
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/sytb.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/szbt.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/szbt.png
new file mode 100644
index 00000000..d1ffe913
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/szbt.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/tx_shezhi.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/tx_shezhi.png
new file mode 100644
index 00000000..e56408f5
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/tx_shezhi.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/tydk.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/tydk.png
new file mode 100644
index 00000000..f32e7103
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/tydk.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/xzk.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/xzk.png
new file mode 100644
index 00000000..cc1b833f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/xzk.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/yytb.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/yytb.png
new file mode 100644
index 00000000..3bea691d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/images/setting/yytb.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/setting_new/ydk.png b/wb_new_ui/assets/Main_Majiang/component/setting_new/ydk.png
new file mode 100644
index 00000000..9ba8ce6e
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/setting_new/ydk.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/turn/Gcm_box_2.xml b/wb_new_ui/assets/Main_Majiang/component/turn/Gcm_box_2.xml
new file mode 100644
index 00000000..253b2025
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/turn/Gcm_box_2.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/turn/Gcm_box_3.xml b/wb_new_ui/assets/Main_Majiang/component/turn/Gcm_box_3.xml
new file mode 100644
index 00000000..4e519fb8
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/turn/Gcm_box_3.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/turn/Gcm_box_4.xml b/wb_new_ui/assets/Main_Majiang/component/turn/Gcm_box_4.xml
new file mode 100644
index 00000000..96d25783
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/turn/Gcm_box_4.xml
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/component/turn/font/0.png b/wb_new_ui/assets/Main_Majiang/component/turn/font/0.png
new file mode 100644
index 00000000..e3f3645e
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/turn/font/0.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/turn/font/1.png b/wb_new_ui/assets/Main_Majiang/component/turn/font/1.png
new file mode 100644
index 00000000..26e21c38
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/turn/font/1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/turn/font/2.png b/wb_new_ui/assets/Main_Majiang/component/turn/font/2.png
new file mode 100644
index 00000000..cb493c4c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/turn/font/2.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/turn/font/3.png b/wb_new_ui/assets/Main_Majiang/component/turn/font/3.png
new file mode 100644
index 00000000..50132251
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/turn/font/3.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/turn/font/4.png b/wb_new_ui/assets/Main_Majiang/component/turn/font/4.png
new file mode 100644
index 00000000..e1fd6dbc
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/turn/font/4.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/turn/font/5.png b/wb_new_ui/assets/Main_Majiang/component/turn/font/5.png
new file mode 100644
index 00000000..c28ece17
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/turn/font/5.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/turn/font/6.png b/wb_new_ui/assets/Main_Majiang/component/turn/font/6.png
new file mode 100644
index 00000000..9e60d7d6
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/turn/font/6.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/turn/font/7.png b/wb_new_ui/assets/Main_Majiang/component/turn/font/7.png
new file mode 100644
index 00000000..cd365209
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/turn/font/7.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/turn/font/8.png b/wb_new_ui/assets/Main_Majiang/component/turn/font/8.png
new file mode 100644
index 00000000..f3e0243c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/turn/font/8.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/turn/font/9.png b/wb_new_ui/assets/Main_Majiang/component/turn/font/9.png
new file mode 100644
index 00000000..e7bae4b9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/component/turn/font/9.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/component/turn/font/Font1.fnt b/wb_new_ui/assets/Main_Majiang/component/turn/font/Font1.fnt
new file mode 100644
index 00000000..99205bd9
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/component/turn/font/Font1.fnt
@@ -0,0 +1,11 @@
+info resizable=true colored=false
+char id=48 img=gq7m6l xoffset=0 yoffset=0 xadvance=0
+char id=49 img=gq7m6m xoffset=0 yoffset=0 xadvance=0
+char id=50 img=gq7m6n xoffset=0 yoffset=0 xadvance=0
+char id=51 img=gq7m6o xoffset=0 yoffset=0 xadvance=0
+char id=52 img=gq7m6p xoffset=0 yoffset=0 xadvance=0
+char id=53 img=gq7m6q xoffset=0 yoffset=0 xadvance=0
+char id=54 img=gq7m6r xoffset=0 yoffset=0 xadvance=0
+char id=55 img=gq7m6s xoffset=0 yoffset=0 xadvance=0
+char id=56 img=gq7m6t xoffset=0 yoffset=0 xadvance=0
+char id=57 img=gq7m6u xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Main_Majiang/font/Score.fnt b/wb_new_ui/assets/Main_Majiang/font/Score.fnt
new file mode 100644
index 00000000..b332443b
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/font/Score.fnt
@@ -0,0 +1,14 @@
+info size=60 resizable=true colored=false
+char id=48 img=gq7mh4 xoffset=0 yoffset=0 xadvance=0
+char id=49 img=gq7mh5 xoffset=0 yoffset=0 xadvance=0
+char id=50 img=gq7mh6 xoffset=0 yoffset=0 xadvance=0
+char id=51 img=gq7mh7 xoffset=0 yoffset=0 xadvance=0
+char id=52 img=gq7mh8 xoffset=0 yoffset=0 xadvance=0
+char id=53 img=gq7mh9 xoffset=0 yoffset=0 xadvance=0
+char id=54 img=gq7mha xoffset=0 yoffset=0 xadvance=0
+char id=55 img=gq7mhb xoffset=0 yoffset=0 xadvance=0
+char id=56 img=gq7mhc xoffset=0 yoffset=0 xadvance=0
+char id=57 img=gq7mhd xoffset=0 yoffset=0 xadvance=0
+char id=43 img=gq7mhe xoffset=0 yoffset=0 xadvance=0
+char id=45 img=gq7mhf xoffset=0 yoffset=0 xadvance=0
+char id=46 img=gq7mhg xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Main_Majiang/font/image/0.png b/wb_new_ui/assets/Main_Majiang/font/image/0.png
new file mode 100644
index 00000000..c8ef1992
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/image/0.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/image/1.png b/wb_new_ui/assets/Main_Majiang/font/image/1.png
new file mode 100644
index 00000000..2c4992ac
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/image/1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/image/2.png b/wb_new_ui/assets/Main_Majiang/font/image/2.png
new file mode 100644
index 00000000..b487b5de
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/image/2.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/image/3.png b/wb_new_ui/assets/Main_Majiang/font/image/3.png
new file mode 100644
index 00000000..3d6a12b4
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/image/3.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/image/4.png b/wb_new_ui/assets/Main_Majiang/font/image/4.png
new file mode 100644
index 00000000..defcb744
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/image/4.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/image/5.png b/wb_new_ui/assets/Main_Majiang/font/image/5.png
new file mode 100644
index 00000000..762e6ce6
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/image/5.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/image/6.png b/wb_new_ui/assets/Main_Majiang/font/image/6.png
new file mode 100644
index 00000000..8e5cb532
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/image/6.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/image/7.png b/wb_new_ui/assets/Main_Majiang/font/image/7.png
new file mode 100644
index 00000000..6a5044ef
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/image/7.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/image/8.png b/wb_new_ui/assets/Main_Majiang/font/image/8.png
new file mode 100644
index 00000000..56f654b9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/image/8.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/image/9.png b/wb_new_ui/assets/Main_Majiang/font/image/9.png
new file mode 100644
index 00000000..b3056c8f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/image/9.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/image/jia.png b/wb_new_ui/assets/Main_Majiang/font/image/jia.png
new file mode 100644
index 00000000..fd6f92cf
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/image/jia.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/image/jian.png b/wb_new_ui/assets/Main_Majiang/font/image/jian.png
new file mode 100644
index 00000000..4b452339
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/image/jian.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/image/xsd.png b/wb_new_ui/assets/Main_Majiang/font/image/xsd.png
new file mode 100644
index 00000000..d0c8c312
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/image/xsd.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/1_05.png b/wb_new_ui/assets/Main_Majiang/font/images/1_05.png
new file mode 100644
index 00000000..ba81b435
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/1_05.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/button00.png b/wb_new_ui/assets/Main_Majiang/font/images/button00.png
new file mode 100644
index 00000000..e7334c61
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/button00.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/dw.png b/wb_new_ui/assets/Main_Majiang/font/images/dw.png
new file mode 100644
index 00000000..bd1a808a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/dw.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/game/Button_Close.png b/wb_new_ui/assets/Main_Majiang/font/images/game/Button_Close.png
new file mode 100644
index 00000000..072b2b59
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/game/Button_Close.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/game/game_fonts_01.png b/wb_new_ui/assets/Main_Majiang/font/images/game/game_fonts_01.png
new file mode 100644
index 00000000..204ef994
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/game/game_fonts_01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/game/game_fonts_02.png b/wb_new_ui/assets/Main_Majiang/font/images/game/game_fonts_02.png
new file mode 100644
index 00000000..dbf4d8f2
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/game/game_fonts_02.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/game/game_fonts_03.png b/wb_new_ui/assets/Main_Majiang/font/images/game/game_fonts_03.png
new file mode 100644
index 00000000..b404f760
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/game/game_fonts_03.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/game/game_icon_01.png b/wb_new_ui/assets/Main_Majiang/font/images/game/game_icon_01.png
new file mode 100644
index 00000000..160c7f2b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/game/game_icon_01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/game_bottom_01.png b/wb_new_ui/assets/Main_Majiang/font/images/game_bottom_01.png
new file mode 100644
index 00000000..c05ba176
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/game_bottom_01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/head/Head0.png b/wb_new_ui/assets/Main_Majiang/font/images/head/Head0.png
new file mode 100644
index 00000000..07e87b29
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/head/Head0.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/head/head_name_bg.png b/wb_new_ui/assets/Main_Majiang/font/images/head/head_name_bg.png
new file mode 100644
index 00000000..d89beb1d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/head/head_name_bg.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/head/index_bg_01.png b/wb_new_ui/assets/Main_Majiang/font/images/head/index_bg_01.png
new file mode 100644
index 00000000..5cb37a23
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/head/index_bg_01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/head/txk.png b/wb_new_ui/assets/Main_Majiang/font/images/head/txk.png
new file mode 100644
index 00000000..61c557da
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/head/txk.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/info.png b/wb_new_ui/assets/Main_Majiang/font/images/info.png
new file mode 100644
index 00000000..cbb5308d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/info.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/info1.png b/wb_new_ui/assets/Main_Majiang/font/images/info1.png
new file mode 100644
index 00000000..2868fd85
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/info1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/new_btns/button03.png b/wb_new_ui/assets/Main_Majiang/font/images/new_btns/button03.png
new file mode 100644
index 00000000..2a5930e9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/new_btns/button03.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/record/01.png b/wb_new_ui/assets/Main_Majiang/font/images/record/01.png
new file mode 100644
index 00000000..7458a075
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/record/01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/record/02.png b/wb_new_ui/assets/Main_Majiang/font/images/record/02.png
new file mode 100644
index 00000000..cf4ea084
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/record/02.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/record/button01.png b/wb_new_ui/assets/Main_Majiang/font/images/record/button01.png
new file mode 100644
index 00000000..7d251955
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/record/button01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/record/button02.png b/wb_new_ui/assets/Main_Majiang/font/images/record/button02.png
new file mode 100644
index 00000000..d8ac1d65
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/record/button02.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/record/button03.png b/wb_new_ui/assets/Main_Majiang/font/images/record/button03.png
new file mode 100644
index 00000000..629546eb
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/record/button03.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/record/di.png b/wb_new_ui/assets/Main_Majiang/font/images/record/di.png
new file mode 100644
index 00000000..74398900
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/record/di.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/setting/sytb.png b/wb_new_ui/assets/Main_Majiang/font/images/setting/sytb.png
new file mode 100644
index 00000000..2865a1fe
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/setting/sytb.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/sz.png b/wb_new_ui/assets/Main_Majiang/font/images/sz.png
new file mode 100644
index 00000000..6d816c72
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/sz.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/tishi_bottom_01.png b/wb_new_ui/assets/Main_Majiang/font/images/tishi_bottom_01.png
new file mode 100644
index 00000000..7a851c2e
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/tishi_bottom_01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/wenzi00.png b/wb_new_ui/assets/Main_Majiang/font/images/wenzi00.png
new file mode 100644
index 00000000..41e0801a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/wenzi00.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/font/images/win/cha.png b/wb_new_ui/assets/Main_Majiang/font/images/win/cha.png
new file mode 100644
index 00000000..c02a83b9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/font/images/win/cha.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/image/card3d/1/b201_105.png b/wb_new_ui/assets/Main_Majiang/image/card3d/1/b201_105.png
new file mode 100644
index 00000000..aa6d60c9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/image/card3d/1/b201_105.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/image/card3d/2/b2022_105.png b/wb_new_ui/assets/Main_Majiang/image/card3d/2/b2022_105.png
new file mode 100644
index 00000000..c0aa3164
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/image/card3d/2/b2022_105.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/image/card3d/2/b2022_203.png b/wb_new_ui/assets/Main_Majiang/image/card3d/2/b2022_203.png
new file mode 100644
index 00000000..8e9484fe
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/image/card3d/2/b2022_203.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/image/card3d/2/b202_105.png b/wb_new_ui/assets/Main_Majiang/image/card3d/2/b202_105.png
new file mode 100644
index 00000000..ebd05a95
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/image/card3d/2/b202_105.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/image/card3d/3/b102_105.png b/wb_new_ui/assets/Main_Majiang/image/card3d/3/b102_105.png
new file mode 100644
index 00000000..65fb8d41
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/image/card3d/3/b102_105.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/image/card3d/3/b102_205.png b/wb_new_ui/assets/Main_Majiang/image/card3d/3/b102_205.png
new file mode 100644
index 00000000..815214e6
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/image/card3d/3/b102_205.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/image/card3d/4/b302_105.png b/wb_new_ui/assets/Main_Majiang/image/card3d/4/b302_105.png
new file mode 100644
index 00000000..e2844438
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/image/card3d/4/b302_105.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/image/card3d/bback_left.png b/wb_new_ui/assets/Main_Majiang/image/card3d/bback_left.png
new file mode 100644
index 00000000..85840226
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/image/card3d/bback_left.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/image/card3d/bback_right.png b/wb_new_ui/assets/Main_Majiang/image/card3d/bback_right.png
new file mode 100644
index 00000000..32d344c6
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/image/card3d/bback_right.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/image/card3d/bback_top.png b/wb_new_ui/assets/Main_Majiang/image/card3d/bback_top.png
new file mode 100644
index 00000000..560bfbe5
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/image/card3d/bback_top.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/image/trun/Sp_h1.png b/wb_new_ui/assets/Main_Majiang/image/trun/Sp_h1.png
new file mode 100644
index 00000000..f54e2628
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/image/trun/Sp_h1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/image/trun/cb_b.png b/wb_new_ui/assets/Main_Majiang/image/trun/cb_b.png
new file mode 100644
index 00000000..d85713a4
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/image/trun/cb_b.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/image/trun/cb_g.png b/wb_new_ui/assets/Main_Majiang/image/trun/cb_g.png
new file mode 100644
index 00000000..95d0892d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/image/trun/cb_g.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/image/trun/cb_r.png b/wb_new_ui/assets/Main_Majiang/image/trun/cb_r.png
new file mode 100644
index 00000000..2048a06c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/image/trun/cb_r.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/image/trun/cb_y.png b/wb_new_ui/assets/Main_Majiang/image/trun/cb_y.png
new file mode 100644
index 00000000..0ef6dc40
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/image/trun/cb_y.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/00(3).png b/wb_new_ui/assets/Main_Majiang/images/00(3).png
new file mode 100644
index 00000000..e778eaf3
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/00(3).png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/ani/eff_chi.png b/wb_new_ui/assets/Main_Majiang/images/ani/eff_chi.png
new file mode 100644
index 00000000..ef214969
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/ani/eff_chi.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/ani/eff_gang.png b/wb_new_ui/assets/Main_Majiang/images/ani/eff_gang.png
new file mode 100644
index 00000000..92ad09b3
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/ani/eff_gang.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/ani/eff_hu.png b/wb_new_ui/assets/Main_Majiang/images/ani/eff_hu.png
new file mode 100644
index 00000000..daf452b7
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/ani/eff_hu.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/ani/eff_peng.png b/wb_new_ui/assets/Main_Majiang/images/ani/eff_peng.png
new file mode 100644
index 00000000..17ce1a68
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/ani/eff_peng.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/baopei.png b/wb_new_ui/assets/Main_Majiang/images/baopei.png
new file mode 100644
index 00000000..415935a9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/baopei.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/bg/b01-1.png b/wb_new_ui/assets/Main_Majiang/images/bg/b01-1.png
new file mode 100644
index 00000000..70c2fcce
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/bg/b01-1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/bg/b01.png b/wb_new_ui/assets/Main_Majiang/images/bg/b01.png
new file mode 100644
index 00000000..49377423
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/bg/b01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/bg/b02-1.png b/wb_new_ui/assets/Main_Majiang/images/bg/b02-1.png
new file mode 100644
index 00000000..8f6931ac
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/bg/b02-1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/bg/b02.png b/wb_new_ui/assets/Main_Majiang/images/bg/b02.png
new file mode 100644
index 00000000..898e4943
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/bg/b02.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/bg/b03-1.png b/wb_new_ui/assets/Main_Majiang/images/bg/b03-1.png
new file mode 100644
index 00000000..fd7514fd
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/bg/b03-1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/bg/b03.png b/wb_new_ui/assets/Main_Majiang/images/bg/b03.png
new file mode 100644
index 00000000..a87c69a2
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/bg/b03.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_101.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_101.png
new file mode 100644
index 00000000..057778c3
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_101.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_102.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_102.png
new file mode 100644
index 00000000..b2da5517
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_102.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_103.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_103.png
new file mode 100644
index 00000000..e93d7669
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_103.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_104.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_104.png
new file mode 100644
index 00000000..71f26f06
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_104.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_105.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_105.png
new file mode 100644
index 00000000..779b8933
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_105.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_106.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_106.png
new file mode 100644
index 00000000..90f105e9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_106.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_107.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_107.png
new file mode 100644
index 00000000..f9109cbc
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_107.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_108.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_108.png
new file mode 100644
index 00000000..6d454c15
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_108.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_109.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_109.png
new file mode 100644
index 00000000..e2d6523c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_109.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_201.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_201.png
new file mode 100644
index 00000000..b55ed82f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_201.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_202.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_202.png
new file mode 100644
index 00000000..a22e4722
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_202.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_203.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_203.png
new file mode 100644
index 00000000..85e19918
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_203.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_204.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_204.png
new file mode 100644
index 00000000..6f518025
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_204.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_205.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_205.png
new file mode 100644
index 00000000..2ea51b7a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_205.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_206.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_206.png
new file mode 100644
index 00000000..38ded666
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_206.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_207.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_207.png
new file mode 100644
index 00000000..23eb5ace
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_207.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_208.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_208.png
new file mode 100644
index 00000000..b12bad5a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_208.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_209.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_209.png
new file mode 100644
index 00000000..1f5964c5
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_209.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_301.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_301.png
new file mode 100644
index 00000000..29aa4e47
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_301.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_302.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_302.png
new file mode 100644
index 00000000..d0a184ce
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_302.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_303.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_303.png
new file mode 100644
index 00000000..dbea1e3b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_303.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_304.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_304.png
new file mode 100644
index 00000000..646fd853
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_304.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_305.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_305.png
new file mode 100644
index 00000000..0e137599
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_305.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_306.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_306.png
new file mode 100644
index 00000000..db7225ac
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_306.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_307.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_307.png
new file mode 100644
index 00000000..62068086
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_307.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_308.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_308.png
new file mode 100644
index 00000000..a31bbe16
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_308.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_309.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_309.png
new file mode 100644
index 00000000..fa394a9b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_309.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_401.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_401.png
new file mode 100644
index 00000000..e1b0234c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_401.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_402.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_402.png
new file mode 100644
index 00000000..69f2cfd6
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_402.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_403.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_403.png
new file mode 100644
index 00000000..8f44937a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_403.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_404.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_404.png
new file mode 100644
index 00000000..ceaa0686
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_404.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_421.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_421.png
new file mode 100644
index 00000000..0fc91ff3
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_421.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_424.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_424.png
new file mode 100644
index 00000000..0a635fa9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_424.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_427.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_427.png
new file mode 100644
index 00000000..e04e367e
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_427.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_430.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_430.png
new file mode 100644
index 00000000..94d94e45
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_430.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_433.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_433.png
new file mode 100644
index 00000000..1e1f1ed4
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_433.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_436.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_436.png
new file mode 100644
index 00000000..a0626133
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_436.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_439.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_439.png
new file mode 100644
index 00000000..a26d2f5f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_439.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_442.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_442.png
new file mode 100644
index 00000000..cccf86d6
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_442.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_501.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_501.png
new file mode 100644
index 00000000..cbfcb1f9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_501.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_502.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_502.png
new file mode 100644
index 00000000..a88f2e68
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_502.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/1/102_503.png b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_503.png
new file mode 100644
index 00000000..515a25f7
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/1/102_503.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/102_00.png b/wb_new_ui/assets/Main_Majiang/images/cards/102_00.png
new file mode 100644
index 00000000..720dac04
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/102_00.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_101.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_101.png
new file mode 100644
index 00000000..21b51622
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_101.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_102.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_102.png
new file mode 100644
index 00000000..52d0607d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_102.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_103.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_103.png
new file mode 100644
index 00000000..ac2875a6
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_103.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_104.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_104.png
new file mode 100644
index 00000000..93810bac
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_104.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_105.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_105.png
new file mode 100644
index 00000000..63365efb
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_105.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_106.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_106.png
new file mode 100644
index 00000000..9879978d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_106.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_107.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_107.png
new file mode 100644
index 00000000..d456dd27
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_107.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_108.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_108.png
new file mode 100644
index 00000000..98d5275f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_108.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_109.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_109.png
new file mode 100644
index 00000000..17620dba
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_109.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_201.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_201.png
new file mode 100644
index 00000000..d0d6ea7f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_201.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_202.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_202.png
new file mode 100644
index 00000000..8b27af6e
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_202.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_203.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_203.png
new file mode 100644
index 00000000..9067af94
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_203.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_204.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_204.png
new file mode 100644
index 00000000..f94a1d83
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_204.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_205.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_205.png
new file mode 100644
index 00000000..b0ad4389
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_205.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_206.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_206.png
new file mode 100644
index 00000000..5d134318
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_206.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_207.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_207.png
new file mode 100644
index 00000000..9e537060
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_207.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_208.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_208.png
new file mode 100644
index 00000000..f1614d26
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_208.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_209.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_209.png
new file mode 100644
index 00000000..22ed1175
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_209.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_301.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_301.png
new file mode 100644
index 00000000..c8810910
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_301.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_302.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_302.png
new file mode 100644
index 00000000..1bb7c22c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_302.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_303.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_303.png
new file mode 100644
index 00000000..f9ff815a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_303.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_304.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_304.png
new file mode 100644
index 00000000..1cce6e23
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_304.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_305.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_305.png
new file mode 100644
index 00000000..ae156ac1
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_305.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_306.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_306.png
new file mode 100644
index 00000000..81c97d42
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_306.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_307.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_307.png
new file mode 100644
index 00000000..c1adc5ef
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_307.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_308.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_308.png
new file mode 100644
index 00000000..938f5561
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_308.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_309.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_309.png
new file mode 100644
index 00000000..30ca8db3
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_309.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_401.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_401.png
new file mode 100644
index 00000000..6a53afdf
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_401.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_402.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_402.png
new file mode 100644
index 00000000..8ba91d63
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_402.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_403.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_403.png
new file mode 100644
index 00000000..4579081f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_403.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_404.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_404.png
new file mode 100644
index 00000000..6669f22e
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_404.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_421.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_421.png
new file mode 100644
index 00000000..da45fd2a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_421.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_424.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_424.png
new file mode 100644
index 00000000..0ef985aa
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_424.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_427.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_427.png
new file mode 100644
index 00000000..834c9c24
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_427.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_430.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_430.png
new file mode 100644
index 00000000..7e59ace8
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_430.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_433.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_433.png
new file mode 100644
index 00000000..c9c2fd0a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_433.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_436.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_436.png
new file mode 100644
index 00000000..63b2484d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_436.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_439.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_439.png
new file mode 100644
index 00000000..eb59aa9d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_439.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_442.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_442.png
new file mode 100644
index 00000000..782f3da0
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_442.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_501.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_501.png
new file mode 100644
index 00000000..fff2ade8
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_501.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_502.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_502.png
new file mode 100644
index 00000000..cbf67484
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_502.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/201_503.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_503.png
new file mode 100644
index 00000000..952b4f53
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/201_503.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_101.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_101.png
new file mode 100644
index 00000000..13730b66
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_101.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_102.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_102.png
new file mode 100644
index 00000000..1fe452a1
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_102.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_103.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_103.png
new file mode 100644
index 00000000..174ffa27
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_103.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_104.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_104.png
new file mode 100644
index 00000000..471f69e5
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_104.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_105.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_105.png
new file mode 100644
index 00000000..cf6182cb
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_105.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_106.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_106.png
new file mode 100644
index 00000000..8ff82152
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_106.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_107.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_107.png
new file mode 100644
index 00000000..18acfea0
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_107.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_108.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_108.png
new file mode 100644
index 00000000..dba3c688
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_108.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_109.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_109.png
new file mode 100644
index 00000000..68d647dd
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_109.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_201.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_201.png
new file mode 100644
index 00000000..c1821fce
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_201.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_202.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_202.png
new file mode 100644
index 00000000..a03cfcdf
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_202.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_203.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_203.png
new file mode 100644
index 00000000..80b2332e
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_203.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_204.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_204.png
new file mode 100644
index 00000000..0a36668d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_204.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_205.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_205.png
new file mode 100644
index 00000000..1b596f4d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_205.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_206.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_206.png
new file mode 100644
index 00000000..a2ce3207
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_206.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_207.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_207.png
new file mode 100644
index 00000000..e2619697
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_207.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_208.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_208.png
new file mode 100644
index 00000000..91e91963
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_208.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_209.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_209.png
new file mode 100644
index 00000000..89ca8859
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_209.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_301.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_301.png
new file mode 100644
index 00000000..7dfa365a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_301.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_302.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_302.png
new file mode 100644
index 00000000..94d63414
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_302.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_303.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_303.png
new file mode 100644
index 00000000..e1e31429
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_303.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_304.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_304.png
new file mode 100644
index 00000000..8cf8854e
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_304.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_305.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_305.png
new file mode 100644
index 00000000..0cbd30ae
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_305.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_306.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_306.png
new file mode 100644
index 00000000..02bdb54c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_306.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_307.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_307.png
new file mode 100644
index 00000000..2a98a709
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_307.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_308.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_308.png
new file mode 100644
index 00000000..5987a537
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_308.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_309.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_309.png
new file mode 100644
index 00000000..ccbb256e
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_309.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_401.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_401.png
new file mode 100644
index 00000000..471d80c9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_401.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_402.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_402.png
new file mode 100644
index 00000000..cf7400cd
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_402.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_403.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_403.png
new file mode 100644
index 00000000..f8fe48fa
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_403.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_404.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_404.png
new file mode 100644
index 00000000..60c0ceba
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_404.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_421.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_421.png
new file mode 100644
index 00000000..43e9e78e
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_421.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_424.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_424.png
new file mode 100644
index 00000000..6c404cc7
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_424.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_427.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_427.png
new file mode 100644
index 00000000..08c15e4d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_427.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_430.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_430.png
new file mode 100644
index 00000000..e049993f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_430.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_433.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_433.png
new file mode 100644
index 00000000..a893133a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_433.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_436.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_436.png
new file mode 100644
index 00000000..7b2e42fa
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_436.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_439.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_439.png
new file mode 100644
index 00000000..dd5da606
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_439.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_442.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_442.png
new file mode 100644
index 00000000..7c6e82a8
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_442.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_501.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_501.png
new file mode 100644
index 00000000..d5c21f1c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_501.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_502.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_502.png
new file mode 100644
index 00000000..b7387ccf
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_502.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/202_503.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_503.png
new file mode 100644
index 00000000..7ae75379
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/202_503.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/203_421.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/203_421.png
new file mode 100644
index 00000000..e2295555
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/203_421.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/203_424.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/203_424.png
new file mode 100644
index 00000000..74102e62
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/203_424.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/203_427.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/203_427.png
new file mode 100644
index 00000000..8ce14310
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/203_427.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/203_430.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/203_430.png
new file mode 100644
index 00000000..144e27ac
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/203_430.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/203_433.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/203_433.png
new file mode 100644
index 00000000..4f41c9b0
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/203_433.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/203_436.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/203_436.png
new file mode 100644
index 00000000..3e218396
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/203_436.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/203_439.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/203_439.png
new file mode 100644
index 00000000..050d49e5
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/203_439.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/2/203_442.png b/wb_new_ui/assets/Main_Majiang/images/cards/2/203_442.png
new file mode 100644
index 00000000..851af04b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/2/203_442.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/202_00.png b/wb_new_ui/assets/Main_Majiang/images/cards/202_00.png
new file mode 100644
index 00000000..c07fd920
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/202_00.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_101.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_101.png
new file mode 100644
index 00000000..d8afd1f1
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_101.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_102.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_102.png
new file mode 100644
index 00000000..d2264e4b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_102.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_103.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_103.png
new file mode 100644
index 00000000..8f1ccfc1
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_103.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_104.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_104.png
new file mode 100644
index 00000000..fb2d93af
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_104.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_105.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_105.png
new file mode 100644
index 00000000..59e86729
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_105.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_106.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_106.png
new file mode 100644
index 00000000..0aeea4e0
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_106.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_107.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_107.png
new file mode 100644
index 00000000..162ceb86
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_107.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_108.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_108.png
new file mode 100644
index 00000000..4baed0b9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_108.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_109.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_109.png
new file mode 100644
index 00000000..b3e920b2
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_109.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_201.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_201.png
new file mode 100644
index 00000000..b189f1f0
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_201.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_202.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_202.png
new file mode 100644
index 00000000..2951368e
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_202.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_203.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_203.png
new file mode 100644
index 00000000..953c1af5
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_203.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_204.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_204.png
new file mode 100644
index 00000000..5eaba4e0
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_204.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_205.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_205.png
new file mode 100644
index 00000000..f1d7df62
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_205.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_206.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_206.png
new file mode 100644
index 00000000..ecfc711f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_206.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_207.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_207.png
new file mode 100644
index 00000000..04e06fc4
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_207.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_208.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_208.png
new file mode 100644
index 00000000..279ae4ac
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_208.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_209.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_209.png
new file mode 100644
index 00000000..92191700
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_209.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_301.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_301.png
new file mode 100644
index 00000000..c0a7a695
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_301.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_302.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_302.png
new file mode 100644
index 00000000..968b8c20
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_302.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_303.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_303.png
new file mode 100644
index 00000000..b5c5a798
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_303.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_304.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_304.png
new file mode 100644
index 00000000..481f8732
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_304.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_305.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_305.png
new file mode 100644
index 00000000..970fa1be
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_305.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_306.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_306.png
new file mode 100644
index 00000000..a8f86c5c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_306.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_307.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_307.png
new file mode 100644
index 00000000..eef9e20a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_307.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_308.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_308.png
new file mode 100644
index 00000000..7b066b1e
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_308.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_309.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_309.png
new file mode 100644
index 00000000..1c2e7cb1
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_309.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_400.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_400.png
new file mode 100644
index 00000000..6a7fcb17
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_400.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_403.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_403.png
new file mode 100644
index 00000000..c2e38ebc
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_403.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_406.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_406.png
new file mode 100644
index 00000000..cb8f699b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_406.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_409.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_409.png
new file mode 100644
index 00000000..18ba4ad8
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_409.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_412.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_412.png
new file mode 100644
index 00000000..a07e6ffc
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_412.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_415.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_415.png
new file mode 100644
index 00000000..ef31e17b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_415.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_418.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_418.png
new file mode 100644
index 00000000..83f2a779
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_418.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_421.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_421.png
new file mode 100644
index 00000000..b0e2c916
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_421.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_424.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_424.png
new file mode 100644
index 00000000..0f599882
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_424.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_427.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_427.png
new file mode 100644
index 00000000..c64e8d90
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_427.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_430.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_430.png
new file mode 100644
index 00000000..42f90b44
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_430.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_433.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_433.png
new file mode 100644
index 00000000..b1d12ffc
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_433.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_436.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_436.png
new file mode 100644
index 00000000..96c6bcfd
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_436.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_439.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_439.png
new file mode 100644
index 00000000..b6521702
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_439.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/3/302_442.png b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_442.png
new file mode 100644
index 00000000..4f029766
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/3/302_442.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/302_00.png b/wb_new_ui/assets/Main_Majiang/images/cards/302_00.png
new file mode 100644
index 00000000..720dac04
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/302_00.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/back_left.png b/wb_new_ui/assets/Main_Majiang/images/cards/back_left.png
new file mode 100644
index 00000000..f849c2fe
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/back_left.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/back_right.png b/wb_new_ui/assets/Main_Majiang/images/cards/back_right.png
new file mode 100644
index 00000000..f849c2fe
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/back_right.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards/back_top.png b/wb_new_ui/assets/Main_Majiang/images/cards/back_top.png
new file mode 100644
index 00000000..32ce4545
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards/back_top.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_101.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_101.png
new file mode 100644
index 00000000..e47e000f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_101.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_102.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_102.png
new file mode 100644
index 00000000..a595a56a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_102.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_103.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_103.png
new file mode 100644
index 00000000..bfd1a118
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_103.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_104.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_104.png
new file mode 100644
index 00000000..8e0367d0
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_104.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_105.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_105.png
new file mode 100644
index 00000000..1e2722de
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_105.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_106.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_106.png
new file mode 100644
index 00000000..a85d3f58
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_106.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_107.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_107.png
new file mode 100644
index 00000000..f2c03bba
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_107.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_108.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_108.png
new file mode 100644
index 00000000..0002fe09
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_108.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_109.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_109.png
new file mode 100644
index 00000000..f40ce695
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_109.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_201.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_201.png
new file mode 100644
index 00000000..d8cf6c79
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_201.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_202.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_202.png
new file mode 100644
index 00000000..538f9d94
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_202.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_203.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_203.png
new file mode 100644
index 00000000..b9c1d1e3
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_203.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_204.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_204.png
new file mode 100644
index 00000000..be982a72
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_204.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_205.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_205.png
new file mode 100644
index 00000000..10eee3b5
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_205.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_206.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_206.png
new file mode 100644
index 00000000..cc81ee07
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_206.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_207.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_207.png
new file mode 100644
index 00000000..4b5c9f42
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_207.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_208.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_208.png
new file mode 100644
index 00000000..08bf7b31
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_208.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_209.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_209.png
new file mode 100644
index 00000000..3fd98dc5
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_209.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_301.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_301.png
new file mode 100644
index 00000000..ba9da745
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_301.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_302.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_302.png
new file mode 100644
index 00000000..f9cf4c63
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_302.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_303.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_303.png
new file mode 100644
index 00000000..0a8de514
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_303.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_304.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_304.png
new file mode 100644
index 00000000..936f9285
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_304.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_305.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_305.png
new file mode 100644
index 00000000..b9b18921
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_305.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_306.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_306.png
new file mode 100644
index 00000000..88386310
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_306.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_307.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_307.png
new file mode 100644
index 00000000..c1e0481b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_307.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_308.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_308.png
new file mode 100644
index 00000000..dfc7fa02
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_308.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_309.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_309.png
new file mode 100644
index 00000000..814132df
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_309.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_401.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_401.png
new file mode 100644
index 00000000..16edd769
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_401.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_402.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_402.png
new file mode 100644
index 00000000..32cc2aba
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_402.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_403.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_403.png
new file mode 100644
index 00000000..ee5b1f03
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_403.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_404.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_404.png
new file mode 100644
index 00000000..89667bab
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_404.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_421.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_421.png
new file mode 100644
index 00000000..e60687b2
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_421.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_424.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_424.png
new file mode 100644
index 00000000..b4aaf547
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_424.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_427.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_427.png
new file mode 100644
index 00000000..b915293b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_427.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_430.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_430.png
new file mode 100644
index 00000000..7d0dc8b4
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_430.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_433.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_433.png
new file mode 100644
index 00000000..bb9ffe09
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_433.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_436.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_436.png
new file mode 100644
index 00000000..1c2df3d8
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_436.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_439.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_439.png
new file mode 100644
index 00000000..e02a0243
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_439.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_442.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_442.png
new file mode 100644
index 00000000..2b272f4d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_442.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_501.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_501.png
new file mode 100644
index 00000000..a776e709
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_501.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_502.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_502.png
new file mode 100644
index 00000000..a882da6c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_502.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_503.png b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_503.png
new file mode 100644
index 00000000..1dc33fab
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/1/a201_503.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_101.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_101.png
new file mode 100644
index 00000000..aceb525c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_101.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_102.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_102.png
new file mode 100644
index 00000000..78e657cf
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_102.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_103.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_103.png
new file mode 100644
index 00000000..79a90284
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_103.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_104.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_104.png
new file mode 100644
index 00000000..7c17341a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_104.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_105.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_105.png
new file mode 100644
index 00000000..c068f2a9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_105.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_106.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_106.png
new file mode 100644
index 00000000..8c80758f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_106.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_107.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_107.png
new file mode 100644
index 00000000..d02898cc
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_107.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_108.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_108.png
new file mode 100644
index 00000000..7a77955a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_108.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_109.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_109.png
new file mode 100644
index 00000000..22303277
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_109.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_201.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_201.png
new file mode 100644
index 00000000..4b386e62
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_201.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_202.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_202.png
new file mode 100644
index 00000000..c41b8039
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_202.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_203.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_203.png
new file mode 100644
index 00000000..306d2c4c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_203.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_204.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_204.png
new file mode 100644
index 00000000..c73a54be
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_204.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_205.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_205.png
new file mode 100644
index 00000000..4be937e8
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_205.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_206.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_206.png
new file mode 100644
index 00000000..f5380bc1
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_206.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_207.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_207.png
new file mode 100644
index 00000000..cf3471b2
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_207.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_208.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_208.png
new file mode 100644
index 00000000..33166139
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_208.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_209.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_209.png
new file mode 100644
index 00000000..474c58a4
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_209.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_301.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_301.png
new file mode 100644
index 00000000..4795e5c8
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_301.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_302.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_302.png
new file mode 100644
index 00000000..f17d04f2
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_302.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_303.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_303.png
new file mode 100644
index 00000000..6817690d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_303.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_304.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_304.png
new file mode 100644
index 00000000..33bf1bdd
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_304.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_305.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_305.png
new file mode 100644
index 00000000..af189300
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_305.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_306.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_306.png
new file mode 100644
index 00000000..837a61ea
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_306.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_307.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_307.png
new file mode 100644
index 00000000..f36a36d9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_307.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_308.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_308.png
new file mode 100644
index 00000000..05c03e8b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_308.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_309.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_309.png
new file mode 100644
index 00000000..909132a6
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_309.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_401.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_401.png
new file mode 100644
index 00000000..a90fe708
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_401.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_402.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_402.png
new file mode 100644
index 00000000..d68deb69
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_402.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_403.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_403.png
new file mode 100644
index 00000000..9e5f20e5
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_403.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_404.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_404.png
new file mode 100644
index 00000000..290df516
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_404.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_421.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_421.png
new file mode 100644
index 00000000..0c9ead68
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_421.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_424.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_424.png
new file mode 100644
index 00000000..4081a0e9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_424.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_427.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_427.png
new file mode 100644
index 00000000..780ecc6b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_427.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_430.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_430.png
new file mode 100644
index 00000000..5a49d00a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_430.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_433.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_433.png
new file mode 100644
index 00000000..6ade0a48
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_433.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_436.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_436.png
new file mode 100644
index 00000000..0f44cf84
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_436.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_439.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_439.png
new file mode 100644
index 00000000..833d3a3d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_439.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_442.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_442.png
new file mode 100644
index 00000000..03f3e1b3
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_442.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_501.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_501.png
new file mode 100644
index 00000000..6ad64bf2
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_501.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_502.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_502.png
new file mode 100644
index 00000000..0f68378a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_502.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_503.png b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_503.png
new file mode 100644
index 00000000..3016f745
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/2/a202_503.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_101.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_101.png
new file mode 100644
index 00000000..594b03e1
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_101.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_102.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_102.png
new file mode 100644
index 00000000..d3e72bc2
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_102.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_103.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_103.png
new file mode 100644
index 00000000..b6343821
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_103.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_104.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_104.png
new file mode 100644
index 00000000..639959c5
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_104.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_105.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_105.png
new file mode 100644
index 00000000..580cd08a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_105.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_106.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_106.png
new file mode 100644
index 00000000..dd1c83af
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_106.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_107.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_107.png
new file mode 100644
index 00000000..71e2c82b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_107.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_108.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_108.png
new file mode 100644
index 00000000..f2ce9a5a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_108.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_109.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_109.png
new file mode 100644
index 00000000..7719f2d4
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_109.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_201.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_201.png
new file mode 100644
index 00000000..d9d19a0c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_201.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_202.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_202.png
new file mode 100644
index 00000000..0fe9689f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_202.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_203.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_203.png
new file mode 100644
index 00000000..14d75b8f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_203.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_204.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_204.png
new file mode 100644
index 00000000..88aabd6d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_204.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_205.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_205.png
new file mode 100644
index 00000000..4f4a1d45
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_205.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_206.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_206.png
new file mode 100644
index 00000000..66738c90
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_206.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_207.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_207.png
new file mode 100644
index 00000000..362b0eaf
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_207.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_208.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_208.png
new file mode 100644
index 00000000..c74c2fde
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_208.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_209.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_209.png
new file mode 100644
index 00000000..1eed5119
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_209.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_301.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_301.png
new file mode 100644
index 00000000..ef6023de
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_301.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_302.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_302.png
new file mode 100644
index 00000000..3dc49822
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_302.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_303.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_303.png
new file mode 100644
index 00000000..7a1fb85c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_303.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_304.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_304.png
new file mode 100644
index 00000000..a088a99d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_304.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_305.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_305.png
new file mode 100644
index 00000000..f535a4b9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_305.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_306.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_306.png
new file mode 100644
index 00000000..e1eed445
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_306.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_307.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_307.png
new file mode 100644
index 00000000..cb79e12d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_307.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_308.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_308.png
new file mode 100644
index 00000000..74d9e144
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_308.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_309.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_309.png
new file mode 100644
index 00000000..1932c639
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_309.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_401.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_401.png
new file mode 100644
index 00000000..de721df2
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_401.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_402.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_402.png
new file mode 100644
index 00000000..85400b2e
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_402.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_403.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_403.png
new file mode 100644
index 00000000..0fa16e20
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_403.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_404.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_404.png
new file mode 100644
index 00000000..b90bd2a8
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_404.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_421.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_421.png
new file mode 100644
index 00000000..1a2dd9fb
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_421.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_424.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_424.png
new file mode 100644
index 00000000..f6327ba1
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_424.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_427.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_427.png
new file mode 100644
index 00000000..10c11ed7
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_427.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_430.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_430.png
new file mode 100644
index 00000000..a8e3056e
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_430.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_433.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_433.png
new file mode 100644
index 00000000..bbf61c75
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_433.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_436.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_436.png
new file mode 100644
index 00000000..f9209337
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_436.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_439.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_439.png
new file mode 100644
index 00000000..3df7b7f0
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_439.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_442.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_442.png
new file mode 100644
index 00000000..76283a4c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_442.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_501.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_501.png
new file mode 100644
index 00000000..6a1d82d9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_501.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_502.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_502.png
new file mode 100644
index 00000000..f4a558b0
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_502.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_503.png b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_503.png
new file mode 100644
index 00000000..b3cd2368
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/3/a102_503.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_101.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_101.png
new file mode 100644
index 00000000..a28d2cc1
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_101.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_102.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_102.png
new file mode 100644
index 00000000..1dd5a8a6
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_102.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_103.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_103.png
new file mode 100644
index 00000000..265e73a7
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_103.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_104.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_104.png
new file mode 100644
index 00000000..2801f324
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_104.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_105.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_105.png
new file mode 100644
index 00000000..3e1d1ac1
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_105.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_106.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_106.png
new file mode 100644
index 00000000..dfbf4207
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_106.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_107.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_107.png
new file mode 100644
index 00000000..1c93eb94
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_107.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_108.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_108.png
new file mode 100644
index 00000000..782c9aea
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_108.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_109.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_109.png
new file mode 100644
index 00000000..87a3889e
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_109.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_201.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_201.png
new file mode 100644
index 00000000..48dd879f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_201.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_202.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_202.png
new file mode 100644
index 00000000..a15abba5
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_202.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_203.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_203.png
new file mode 100644
index 00000000..e158fc8b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_203.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_204.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_204.png
new file mode 100644
index 00000000..c92b2f92
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_204.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_205.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_205.png
new file mode 100644
index 00000000..c1d7a3d9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_205.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_206.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_206.png
new file mode 100644
index 00000000..6e762846
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_206.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_207.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_207.png
new file mode 100644
index 00000000..44149c04
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_207.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_208.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_208.png
new file mode 100644
index 00000000..a8273747
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_208.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_209.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_209.png
new file mode 100644
index 00000000..79ef9162
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_209.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_301.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_301.png
new file mode 100644
index 00000000..1630a6ee
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_301.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_302.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_302.png
new file mode 100644
index 00000000..bc1130db
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_302.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_303.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_303.png
new file mode 100644
index 00000000..48d16c5b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_303.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_304.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_304.png
new file mode 100644
index 00000000..4360420d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_304.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_305.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_305.png
new file mode 100644
index 00000000..8b7febd4
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_305.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_306.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_306.png
new file mode 100644
index 00000000..61781a30
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_306.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_307.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_307.png
new file mode 100644
index 00000000..894fae80
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_307.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_308.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_308.png
new file mode 100644
index 00000000..d2afc337
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_308.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_309.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_309.png
new file mode 100644
index 00000000..c406fe49
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_309.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_401.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_401.png
new file mode 100644
index 00000000..c4b25d80
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_401.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_402.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_402.png
new file mode 100644
index 00000000..19be15ae
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_402.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_403.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_403.png
new file mode 100644
index 00000000..272116c1
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_403.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_404.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_404.png
new file mode 100644
index 00000000..f55cab85
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_404.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_421.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_421.png
new file mode 100644
index 00000000..b94d9b32
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_421.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_424.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_424.png
new file mode 100644
index 00000000..0220e3b4
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_424.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_427.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_427.png
new file mode 100644
index 00000000..4fd90543
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_427.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_430.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_430.png
new file mode 100644
index 00000000..87f10679
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_430.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_433.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_433.png
new file mode 100644
index 00000000..080698d8
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_433.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_436.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_436.png
new file mode 100644
index 00000000..2afaf429
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_436.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_439.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_439.png
new file mode 100644
index 00000000..d6de0416
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_439.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_442.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_442.png
new file mode 100644
index 00000000..1768597f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_442.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_501.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_501.png
new file mode 100644
index 00000000..ff2d2845
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_501.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_502.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_502.png
new file mode 100644
index 00000000..65d681b8
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_502.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_503.png b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_503.png
new file mode 100644
index 00000000..9da14bb8
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/4/a302_503.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/a102_00.png b/wb_new_ui/assets/Main_Majiang/images/cards2/a102_00.png
new file mode 100644
index 00000000..ec62e31d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/a102_00.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/a202_00.png b/wb_new_ui/assets/Main_Majiang/images/cards2/a202_00.png
new file mode 100644
index 00000000..e871b165
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/a202_00.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/a302_00.png b/wb_new_ui/assets/Main_Majiang/images/cards2/a302_00.png
new file mode 100644
index 00000000..ec62e31d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/a302_00.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/aback_left.png b/wb_new_ui/assets/Main_Majiang/images/cards2/aback_left.png
new file mode 100644
index 00000000..d021b563
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/aback_left.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/aback_right.png b/wb_new_ui/assets/Main_Majiang/images/cards2/aback_right.png
new file mode 100644
index 00000000..d021b563
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/aback_right.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/cards2/aback_top.png b/wb_new_ui/assets/Main_Majiang/images/cards2/aback_top.png
new file mode 100644
index 00000000..72b5fd98
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/cards2/aback_top.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/change/change_2d.png b/wb_new_ui/assets/Main_Majiang/images/change/change_2d.png
new file mode 100644
index 00000000..ada97b0c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/change/change_2d.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/change/change_3d.png b/wb_new_ui/assets/Main_Majiang/images/change/change_3d.png
new file mode 100644
index 00000000..0968c7d4
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/change/change_3d.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/change/change_dc.png b/wb_new_ui/assets/Main_Majiang/images/change/change_dc.png
new file mode 100644
index 00000000..7f01e2e0
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/change/change_dc.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/change/change_qr.png b/wb_new_ui/assets/Main_Majiang/images/change/change_qr.png
new file mode 100644
index 00000000..a467373b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/change/change_qr.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/change/change_qxzyxhm.png b/wb_new_ui/assets/Main_Majiang/images/change/change_qxzyxhm.png
new file mode 100644
index 00000000..7b4bb695
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/change/change_qxzyxhm.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/change/change_xzk.png b/wb_new_ui/assets/Main_Majiang/images/change/change_xzk.png
new file mode 100644
index 00000000..33452f8c
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/change/change_xzk.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/change/change_zyhw.png b/wb_new_ui/assets/Main_Majiang/images/change/change_zyhw.png
new file mode 100644
index 00000000..8c6c2f57
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/change/change_zyhw.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/fangkuang.png b/wb_new_ui/assets/Main_Majiang/images/fangkuang.png
new file mode 100644
index 00000000..8cae95ad
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/fangkuang.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/fangpao.png b/wb_new_ui/assets/Main_Majiang/images/fangpao.png
new file mode 100644
index 00000000..205e7ca9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/fangpao.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/fh_img.png b/wb_new_ui/assets/Main_Majiang/images/fh_img.png
new file mode 100644
index 00000000..dd498d90
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/fh_img.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/fztip/Button_GuoAction.png b/wb_new_ui/assets/Main_Majiang/images/fztip/Button_GuoAction.png
new file mode 100644
index 00000000..d952e3d7
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/fztip/Button_GuoAction.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/fztip/bujiachui.png b/wb_new_ui/assets/Main_Majiang/images/fztip/bujiachui.png
new file mode 100644
index 00000000..07ecf8e2
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/fztip/bujiachui.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/fztip/fztip_1.png b/wb_new_ui/assets/Main_Majiang/images/fztip/fztip_1.png
new file mode 100644
index 00000000..409cdfe9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/fztip/fztip_1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/fztip/fztip_16.png b/wb_new_ui/assets/Main_Majiang/images/fztip/fztip_16.png
new file mode 100644
index 00000000..9194209e
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/fztip/fztip_16.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/fztip/fztip_2.png b/wb_new_ui/assets/Main_Majiang/images/fztip/fztip_2.png
new file mode 100644
index 00000000..268c1ae1
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/fztip/fztip_2.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/fztip/fztip_4.png b/wb_new_ui/assets/Main_Majiang/images/fztip/fztip_4.png
new file mode 100644
index 00000000..5147a579
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/fztip/fztip_4.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/fztip/fztip_6.png b/wb_new_ui/assets/Main_Majiang/images/fztip/fztip_6.png
new file mode 100644
index 00000000..d93258fd
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/fztip/fztip_6.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/fztip/fztip_8.png b/wb_new_ui/assets/Main_Majiang/images/fztip/fztip_8.png
new file mode 100644
index 00000000..bca5d435
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/fztip/fztip_8.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/fztip/game_icon_01.png b/wb_new_ui/assets/Main_Majiang/images/fztip/game_icon_01.png
new file mode 100644
index 00000000..8e9cb511
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/fztip/game_icon_01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/fztip/game_icon_03.png b/wb_new_ui/assets/Main_Majiang/images/fztip/game_icon_03.png
new file mode 100644
index 00000000..0947db6a
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/fztip/game_icon_03.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/fztip/game_icon_07.png b/wb_new_ui/assets/Main_Majiang/images/fztip/game_icon_07.png
new file mode 100644
index 00000000..b0ecc26e
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/fztip/game_icon_07.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/fztip/jiachui.png b/wb_new_ui/assets/Main_Majiang/images/fztip/jiachui.png
new file mode 100644
index 00000000..a4156e74
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/fztip/jiachui.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/game_bg_01.png b/wb_new_ui/assets/Main_Majiang/images/game_bg_01.png
new file mode 100644
index 00000000..aaf406e5
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/game_bg_01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/game_icon_07.png b/wb_new_ui/assets/Main_Majiang/images/game_icon_07.png
new file mode 100644
index 00000000..5e193e8d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/game_icon_07.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/gbyy.png b/wb_new_ui/assets/Main_Majiang/images/gbyy.png
new file mode 100644
index 00000000..d04898a6
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/gbyy.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/hand_ting.png b/wb_new_ui/assets/Main_Majiang/images/hand_ting.png
new file mode 100644
index 00000000..40a5b3c0
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/hand_ting.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/images.rar b/wb_new_ui/assets/Main_Majiang/images/images.rar
new file mode 100644
index 00000000..52825a30
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/images.rar differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/img_6.png b/wb_new_ui/assets/Main_Majiang/images/img_6.png
new file mode 100644
index 00000000..754a998e
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/img_6.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/js.png b/wb_new_ui/assets/Main_Majiang/images/js.png
new file mode 100644
index 00000000..3cf44c4b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/js.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/liuju/huangpai.png b/wb_new_ui/assets/Main_Majiang/images/liuju/huangpai.png
new file mode 100644
index 00000000..579ca07b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/liuju/huangpai.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/liuju/liuju.png b/wb_new_ui/assets/Main_Majiang/images/liuju/liuju.png
new file mode 100644
index 00000000..35e4dbfa
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/liuju/liuju.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/lk.png b/wb_new_ui/assets/Main_Majiang/images/lk.png
new file mode 100644
index 00000000..61773ec8
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/lk.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/lt.png b/wb_new_ui/assets/Main_Majiang/images/lt.png
new file mode 100644
index 00000000..228cbc5d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/lt.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/niao2.png b/wb_new_ui/assets/Main_Majiang/images/niao2.png
new file mode 100644
index 00000000..129210dc
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/niao2.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/play_biaoji.png b/wb_new_ui/assets/Main_Majiang/images/play_biaoji.png
new file mode 100644
index 00000000..afb5b86d
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/play_biaoji.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/playinfo/Status_Ready.png b/wb_new_ui/assets/Main_Majiang/images/playinfo/Status_Ready.png
new file mode 100644
index 00000000..4b2ac395
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/playinfo/Status_Ready.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/playinfo/fangzhu.png b/wb_new_ui/assets/Main_Majiang/images/playinfo/fangzhu.png
new file mode 100644
index 00000000..497523eb
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/playinfo/fangzhu.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/playinfo/off_line_sign.png b/wb_new_ui/assets/Main_Majiang/images/playinfo/off_line_sign.png
new file mode 100644
index 00000000..091c1fe9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/playinfo/off_line_sign.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/playinfo/zhuang.png b/wb_new_ui/assets/Main_Majiang/images/playinfo/zhuang.png
new file mode 100644
index 00000000..e79f7b2b
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/playinfo/zhuang.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/santan.png b/wb_new_ui/assets/Main_Majiang/images/santan.png
new file mode 100644
index 00000000..dc997251
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/santan.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/shezhi.png b/wb_new_ui/assets/Main_Majiang/images/shezhi.png
new file mode 100644
index 00000000..9f212dcc
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/shezhi.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/sm.png b/wb_new_ui/assets/Main_Majiang/images/sm.png
new file mode 100644
index 00000000..34a7bf05
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/sm.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/ting/ting.png b/wb_new_ui/assets/Main_Majiang/images/ting/ting.png
new file mode 100644
index 00000000..e9a07468
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/ting/ting.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/turn/TimeBack.png b/wb_new_ui/assets/Main_Majiang/images/turn/TimeBack.png
new file mode 100644
index 00000000..e24ba68e
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/turn/TimeBack.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/turn/game_icon_06.png b/wb_new_ui/assets/Main_Majiang/images/turn/game_icon_06.png
new file mode 100644
index 00000000..f33205ce
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/turn/game_icon_06.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/turn/game_icon_08.png b/wb_new_ui/assets/Main_Majiang/images/turn/game_icon_08.png
new file mode 100644
index 00000000..3fda63f0
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/turn/game_icon_08.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/turn/turn_pos_bg.png b/wb_new_ui/assets/Main_Majiang/images/turn/turn_pos_bg.png
new file mode 100644
index 00000000..72dac4c6
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/turn/turn_pos_bg.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/turn/turn_pos_bg1.png b/wb_new_ui/assets/Main_Majiang/images/turn/turn_pos_bg1.png
new file mode 100644
index 00000000..b7a34a21
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/turn/turn_pos_bg1.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/turn/turn_pos_bg2.png b/wb_new_ui/assets/Main_Majiang/images/turn/turn_pos_bg2.png
new file mode 100644
index 00000000..c55daeae
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/turn/turn_pos_bg2.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/voice/yuyinquan01.png b/wb_new_ui/assets/Main_Majiang/images/voice/yuyinquan01.png
new file mode 100644
index 00000000..5b4467b6
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/voice/yuyinquan01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/voice/yuyinquan02.png b/wb_new_ui/assets/Main_Majiang/images/voice/yuyinquan02.png
new file mode 100644
index 00000000..3e7c9b83
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/voice/yuyinquan02.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/voice/yuyinquan03.png b/wb_new_ui/assets/Main_Majiang/images/voice/yuyinquan03.png
new file mode 100644
index 00000000..e5344235
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/voice/yuyinquan03.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/wenzi00.png b/wb_new_ui/assets/Main_Majiang/images/wenzi00.png
new file mode 100644
index 00000000..444f7fc8
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/wenzi00.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/xiaosanjiao.png b/wb_new_ui/assets/Main_Majiang/images/xiaosanjiao.png
new file mode 100644
index 00000000..44e3b067
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/xiaosanjiao.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/yy.png b/wb_new_ui/assets/Main_Majiang/images/yy.png
new file mode 100644
index 00000000..83759b81
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/yy.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/yzb.png b/wb_new_ui/assets/Main_Majiang/images/yzb.png
new file mode 100644
index 00000000..8e00ea91
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/yzb.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/z01.png b/wb_new_ui/assets/Main_Majiang/images/z01.png
new file mode 100644
index 00000000..d2acf732
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/z01.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/z02.png b/wb_new_ui/assets/Main_Majiang/images/z02.png
new file mode 100644
index 00000000..d4c8c37f
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/z02.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/zb.png b/wb_new_ui/assets/Main_Majiang/images/zb.png
new file mode 100644
index 00000000..de6d0ab0
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/zb.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/images/zcdk.png b/wb_new_ui/assets/Main_Majiang/images/zcdk.png
new file mode 100644
index 00000000..d2e76cc9
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/images/zcdk.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/laizi.png b/wb_new_ui/assets/Main_Majiang/laizi.png
new file mode 100644
index 00000000..d6b26afa
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/laizi.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/n40.png b/wb_new_ui/assets/Main_Majiang/n40.png
new file mode 100644
index 00000000..42099746
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/n40.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/n41.png b/wb_new_ui/assets/Main_Majiang/n41.png
new file mode 100644
index 00000000..70684bae
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/n41.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/package.xml b/wb_new_ui/assets/Main_Majiang/package.xml
new file mode 100644
index 00000000..bed85ea8
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/package.xml
@@ -0,0 +1,1132 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Majiang/santan.png b/wb_new_ui/assets/Main_Majiang/santan.png
new file mode 100644
index 00000000..dc997251
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/santan.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/tablebg.png b/wb_new_ui/assets/Main_Majiang/tablebg.png
new file mode 100644
index 00000000..38f9bf15
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/tablebg.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/tablebg3d.png b/wb_new_ui/assets/Main_Majiang/tablebg3d.png
new file mode 100644
index 00000000..650e5e59
Binary files /dev/null and b/wb_new_ui/assets/Main_Majiang/tablebg3d.png differ
diff --git a/wb_new_ui/assets/Main_Majiang/ting.xml b/wb_new_ui/assets/Main_Majiang/ting.xml
new file mode 100644
index 00000000..5841028f
--- /dev/null
+++ b/wb_new_ui/assets/Main_Majiang/ting.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_2.xml b/wb_new_ui/assets/Main_PokeMaJiang/Main_2.xml
new file mode 100644
index 00000000..437e8b91
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_2.xml
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_3.xml b/wb_new_ui/assets/Main_PokeMaJiang/Main_3.xml
new file mode 100644
index 00000000..c8bbf830
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_3.xml
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_4.xml b/wb_new_ui/assets/Main_PokeMaJiang/Main_4.xml
new file mode 100644
index 00000000..f46135cc
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_4.xml
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/HeadNameBG.xml b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/HeadNameBG.xml
new file mode 100644
index 00000000..6b2f14b8
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/HeadNameBG.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/Main_2_s2.xml b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/Main_2_s2.xml
new file mode 100644
index 00000000..2b76333e
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/Main_2_s2.xml
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/Main_3_s2.xml b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/Main_3_s2.xml
new file mode 100644
index 00000000..deda3426
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/Main_3_s2.xml
@@ -0,0 +1,139 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/Main_4_s2.xml b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/Main_4_s2.xml
new file mode 100644
index 00000000..c6b92a0a
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/Main_4_s2.xml
@@ -0,0 +1,146 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/PlayerHead_1_s2.xml b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/PlayerHead_1_s2.xml
new file mode 100644
index 00000000..587643fc
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/PlayerHead_1_s2.xml
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/PlayerHead_2_s2.xml b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/PlayerHead_2_s2.xml
new file mode 100644
index 00000000..e0f10872
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/PlayerHead_2_s2.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/PlayerHead_3_s2.xml b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/PlayerHead_3_s2.xml
new file mode 100644
index 00000000..d86edd1e
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/PlayerHead_3_s2.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/PlayerHead_4_s2.xml b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/PlayerHead_4_s2.xml
new file mode 100644
index 00000000..30b89fa1
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/PlayerHead_4_s2.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/+.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/+.png
new file mode 100644
index 00000000..4201fb74
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/+.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/-.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/-.png
new file mode 100644
index 00000000..6e8c1ec8
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/-.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/0.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/0.png
new file mode 100644
index 00000000..8b52e5cc
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/0.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/0a.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/0a.png
new file mode 100644
index 00000000..25879b79
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/0a.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/1.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/1.png
new file mode 100644
index 00000000..d7b0754d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/1.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/1a.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/1a.png
new file mode 100644
index 00000000..09865ee3
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/1a.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/2.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/2.png
new file mode 100644
index 00000000..fd0afc2f
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/2.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/2a.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/2a.png
new file mode 100644
index 00000000..99ac49c4
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/2a.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/3.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/3.png
new file mode 100644
index 00000000..6ab6ee29
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/3.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/3a.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/3a.png
new file mode 100644
index 00000000..342b1f39
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/3a.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/4.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/4.png
new file mode 100644
index 00000000..05aaeadd
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/4.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/4a.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/4a.png
new file mode 100644
index 00000000..9b7a8cc0
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/4a.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/5.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/5.png
new file mode 100644
index 00000000..e98777b6
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/5.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/5a.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/5a.png
new file mode 100644
index 00000000..b5e778f1
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/5a.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/6.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/6.png
new file mode 100644
index 00000000..dce44de1
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/6.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/6a.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/6a.png
new file mode 100644
index 00000000..c1331ce9
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/6a.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/7.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/7.png
new file mode 100644
index 00000000..4f42ab28
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/7.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/7a.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/7a.png
new file mode 100644
index 00000000..1183ee4d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/7a.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/8.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/8.png
new file mode 100644
index 00000000..094c3a0f
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/8.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/8a.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/8a.png
new file mode 100644
index 00000000..fb3fbe41
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/8a.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/9.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/9.png
new file mode 100644
index 00000000..7ab11945
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/9.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/9a.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/9a.png
new file mode 100644
index 00000000..0b431010
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/9a.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/Font1.fnt b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/Font1.fnt
new file mode 100644
index 00000000..e38f211d
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/Font1.fnt
@@ -0,0 +1,13 @@
+info creator=UIBuilder size=12 resizable=true
+char id=43 img=vmtu1kw xoffset=0 yoffset=0 xadvance=0
+char id=48 img=vmtu1kx xoffset=0 yoffset=0 xadvance=0
+char id=49 img=vmtu1ky xoffset=0 yoffset=0 xadvance=0
+char id=50 img=vmtu1kz xoffset=0 yoffset=0 xadvance=0
+char id=51 img=vmtu1l0 xoffset=0 yoffset=0 xadvance=0
+char id=52 img=vmtu1l1 xoffset=0 yoffset=0 xadvance=0
+char id=53 img=vmtu1l2 xoffset=0 yoffset=0 xadvance=0
+char id=54 img=vmtu1l3 xoffset=0 yoffset=0 xadvance=0
+char id=55 img=vmtu1l4 xoffset=0 yoffset=0 xadvance=0
+char id=56 img=vmtu1l5 xoffset=0 yoffset=0 xadvance=0
+char id=57 img=vmtu1l6 xoffset=0 yoffset=0 xadvance=0
+char id=46 img=vmtu1l7 xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/Font2.fnt b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/Font2.fnt
new file mode 100644
index 00000000..9ad7327e
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/Font2.fnt
@@ -0,0 +1,12 @@
+info creator=UIBuilder size=12 resizable=true
+char id=45 img=vmtu1l9 xoffset=0 yoffset=0 xadvance=0
+char id=48 img=vmtu1la xoffset=0 yoffset=0 xadvance=0
+char id=49 img=vmtu1lb xoffset=0 yoffset=0 xadvance=0
+char id=50 img=vmtu1lc xoffset=0 yoffset=0 xadvance=0
+char id=51 img=vmtu1ld xoffset=0 yoffset=0 xadvance=0
+char id=52 img=vmtu1le xoffset=0 yoffset=0 xadvance=0
+char id=53 img=vmtu1lf xoffset=0 yoffset=0 xadvance=0
+char id=54 img=vmtu1lg xoffset=0 yoffset=0 xadvance=0
+char id=55 img=vmtu1lh xoffset=0 yoffset=0 xadvance=0
+char id=56 img=vmtu1li xoffset=0 yoffset=0 xadvance=0
+char id=57 img=vmtu1lj xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/d.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/d.png
new file mode 100644
index 00000000..16696e46
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/font/d.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/phone_info/Component3(1).xml b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/phone_info/Component3(1).xml
new file mode 100644
index 00000000..c7bc6b7b
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/phone_info/Component3(1).xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room/btn_invite.xml b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room/btn_invite.xml
new file mode 100644
index 00000000..08ea59c3
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room/btn_invite.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room/game_btn_kaiju_huang.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room/game_btn_kaiju_huang.png
new file mode 100644
index 00000000..72475cf7
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room/game_btn_kaiju_huang.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room/game_btx_fuzhifangjianhao.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room/game_btx_fuzhifangjianhao.png
new file mode 100644
index 00000000..02372173
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room/game_btx_fuzhifangjianhao.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room/game_btx_yaoqinghaoyou.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room/game_btx_yaoqinghaoyou.png
new file mode 100644
index 00000000..ac70d628
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room/game_btx_yaoqinghaoyou.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/Btn_back_jiesan.xml b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/Btn_back_jiesan.xml
new file mode 100644
index 00000000..d4c3001f
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/Btn_back_jiesan.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/Btn_back_lobby.xml b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/Btn_back_lobby.xml
new file mode 100644
index 00000000..ad7d2d6a
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/Btn_back_lobby.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/RightPanel.xml b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/RightPanel.xml
new file mode 100644
index 00000000..226f2c37
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/RightPanel.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/btn_distance.xml b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/btn_distance.xml
new file mode 100644
index 00000000..ffea9ff6
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/btn_distance.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/com_roominfo.xml b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/com_roominfo.xml
new file mode 100644
index 00000000..c6c97b66
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/com_roominfo.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/dks02.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/dks02.png
new file mode 100644
index 00000000..6f54628a
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/dks02.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/fh_img.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/fh_img.png
new file mode 100644
index 00000000..7fd5a80f
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/fh_img.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/js.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/js.png
new file mode 100644
index 00000000..97b5457a
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/js.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/lk.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/lk.png
new file mode 100644
index 00000000..15900fe2
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/lk.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/lvgps.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/lvgps.png
new file mode 100644
index 00000000..95488d24
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/lvgps.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/phone_info/4g01.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/phone_info/4g01.png
new file mode 100644
index 00000000..cbb50f5b
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/phone_info/4g01.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/phone_info/4g02.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/phone_info/4g02.png
new file mode 100644
index 00000000..38cb7331
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/phone_info/4g02.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/phone_info/4g03.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/phone_info/4g03.png
new file mode 100644
index 00000000..15bc9cc9
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/phone_info/4g03.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/phone_info/dianchi01.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/phone_info/dianchi01.png
new file mode 100644
index 00000000..95d369ff
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/phone_info/dianchi01.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/phone_info/dianchi02.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/phone_info/dianchi02.png
new file mode 100644
index 00000000..86b4430c
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/phone_info/dianchi02.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/phone_info/wifi01.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/phone_info/wifi01.png
new file mode 100644
index 00000000..f5ff4a53
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/phone_info/wifi01.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/phone_info/wifi02.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/phone_info/wifi02.png
new file mode 100644
index 00000000..f2de359a
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/phone_info/wifi02.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/phone_info/wifi03.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/phone_info/wifi03.png
new file mode 100644
index 00000000..a64ca8b7
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/images/phone_info/wifi03.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/phone_info/Btn_log.xml b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/phone_info/Btn_log.xml
new file mode 100644
index 00000000..1348caf4
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/phone_info/Btn_log.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/phone_info/Btn_setting.xml b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/phone_info/Btn_setting.xml
new file mode 100644
index 00000000..ccde0f3f
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/phone_info/Btn_setting.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/phone_info/Component3(1).xml b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/phone_info/Component3(1).xml
new file mode 100644
index 00000000..76c09442
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/phone_info/Component3(1).xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/phone_info/Component3.xml b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/phone_info/Component3.xml
new file mode 100644
index 00000000..6aa36e5c
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/phone_info/Component3.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/phone_info/ProgressBar2.xml b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/phone_info/ProgressBar2.xml
new file mode 100644
index 00000000..2beb009d
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/phone_info/ProgressBar2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/sd.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/sd.png
new file mode 100644
index 00000000..5fb1fb6c
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/sd.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/sm.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/sm.png
new file mode 100644
index 00000000..622c710f
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/sm.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/sz.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/sz.png
new file mode 100644
index 00000000..93afc318
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/sz.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/zz.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/zz.png
new file mode 100644
index 00000000..72688551
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/room_info/zz.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/tip_continue_win/com_continual_win.xml b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/tip_continue_win/com_continual_win.xml
new file mode 100644
index 00000000..2819b4ad
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/component/tip_continue_win/com_continual_win.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/d01.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/d01.png
new file mode 100644
index 00000000..27c208e0
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/d01.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/ww.png b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/ww.png
new file mode 100644
index 00000000..b9fc21e5
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/Main_style_2/ww.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Pop_tip_choice.xml b/wb_new_ui/assets/Main_PokeMaJiang/Pop_tip_choice.xml
new file mode 100644
index 00000000..8e4f06ee
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Pop_tip_choice.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/RoomInfoPanel.xml b/wb_new_ui/assets/Main_PokeMaJiang/RoomInfoPanel.xml
new file mode 100644
index 00000000..999b7fd3
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/RoomInfoPanel.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/RoomInfoPanel1.xml b/wb_new_ui/assets/Main_PokeMaJiang/RoomInfoPanel1.xml
new file mode 100644
index 00000000..d7c2e105
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/RoomInfoPanel1.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/Tab_biaoqing2.xml b/wb_new_ui/assets/Main_PokeMaJiang/Tab_biaoqing2.xml
new file mode 100644
index 00000000..f0dabd6f
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/Tab_biaoqing2.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/Btn_setting.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/Btn_setting.xml
new file mode 100644
index 00000000..82ee5b5b
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/Btn_setting.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/PlayerHead_1.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/PlayerHead_1.xml
new file mode 100644
index 00000000..e6f1f88f
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/PlayerHead_1.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/PlayerHead_2.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/PlayerHead_2.xml
new file mode 100644
index 00000000..c76e7bd3
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/PlayerHead_2.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/PlayerHead_3.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/PlayerHead_3.xml
new file mode 100644
index 00000000..9a9400a2
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/PlayerHead_3.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/PlayerHead_4.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/PlayerHead_4.xml
new file mode 100644
index 00000000..2a9fc4d1
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/PlayerHead_4.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/Player_card_info_1(1).xml b/wb_new_ui/assets/Main_PokeMaJiang/component/Player_card_info_1(1).xml
new file mode 100644
index 00000000..f9d833bc
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/Player_card_info_1(1).xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/Player_card_info_1.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/Player_card_info_1.xml
new file mode 100644
index 00000000..ab74a820
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/Player_card_info_1.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/Player_card_info_2.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/Player_card_info_2.xml
new file mode 100644
index 00000000..91d9ede7
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/Player_card_info_2.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/Player_card_info_3(1).xml b/wb_new_ui/assets/Main_PokeMaJiang/component/Player_card_info_3(1).xml
new file mode 100644
index 00000000..255032a6
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/Player_card_info_3(1).xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/Player_card_info_3.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/Player_card_info_3.xml
new file mode 100644
index 00000000..ddff838c
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/Player_card_info_3.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/Player_card_info_4.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/Player_card_info_4.xml
new file mode 100644
index 00000000..dd698947
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/Player_card_info_4.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/RoomInfoPanel1.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/RoomInfoPanel1.xml
new file mode 100644
index 00000000..31c86f35
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/RoomInfoPanel1.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/ani/Ani_play_bj.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/ani/Ani_play_bj.xml
new file mode 100644
index 00000000..9daeab35
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/ani/Ani_play_bj.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/btn_ready.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/btn_ready.xml
new file mode 100644
index 00000000..94c581a0
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/btn_ready.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Back_left.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Back_left.xml
new file mode 100644
index 00000000..0d630ada
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Back_left.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Back_left_3d.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Back_left_3d.xml
new file mode 100644
index 00000000..605d656c
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Back_left_3d.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Back_right.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Back_right.xml
new file mode 100644
index 00000000..4ec7edb9
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Back_right.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Back_right_3d.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Back_right_3d.xml
new file mode 100644
index 00000000..b23896ab
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Back_right_3d.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Back_top(1).xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Back_top(1).xml
new file mode 100644
index 00000000..2fc4b77a
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Back_top(1).xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Back_top.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Back_top.xml
new file mode 100644
index 00000000..9991e357
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Back_top.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Back_top_3d.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Back_top_3d.xml
new file mode 100644
index 00000000..5ff5b6a8
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Back_top_3d.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Btn_Card.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Btn_Card.xml
new file mode 100644
index 00000000..eb2ef392
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Btn_Card.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Btn_Card_3d.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Btn_Card_3d.xml
new file mode 100644
index 00000000..986df1cf
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Btn_Card_3d.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Btn_fztip_card_3.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Btn_fztip_card_3.xml
new file mode 100644
index 00000000..2301e8e5
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Btn_fztip_card_3.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Btn_fztip_card_4.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Btn_fztip_card_4.xml
new file mode 100644
index 00000000..c1b49aa1
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Btn_fztip_card_4.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Comp_left.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Comp_left.xml
new file mode 100644
index 00000000..df98255f
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Comp_left.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Comp_left_3d.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Comp_left_3d.xml
new file mode 100644
index 00000000..df7ba008
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Comp_left_3d.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Comp_right.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Comp_right.xml
new file mode 100644
index 00000000..fdde2909
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Comp_right.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Comp_right_3d.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Comp_right_3d.xml
new file mode 100644
index 00000000..69b93a05
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Comp_right_3d.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_0_3.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_0_3.xml
new file mode 100644
index 00000000..47764e7f
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_0_3.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_0_3_3d.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_0_3_3d.xml
new file mode 100644
index 00000000..3b3dd955
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_0_3_3d.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_0_4.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_0_4.xml
new file mode 100644
index 00000000..667ea3b6
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_0_4.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_0_4_3d.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_0_4_3d.xml
new file mode 100644
index 00000000..190f4dd7
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_0_4_3d.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_1_3.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_1_3.xml
new file mode 100644
index 00000000..24c92387
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_1_3.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_1_3_3d.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_1_3_3d.xml
new file mode 100644
index 00000000..57ba6f97
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_1_3_3d.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_1_4.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_1_4.xml
new file mode 100644
index 00000000..fa919384
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_1_4.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_1_4_3d.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_1_4_3d.xml
new file mode 100644
index 00000000..4995db2c
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_1_4_3d.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_2_3.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_2_3.xml
new file mode 100644
index 00000000..8c0db51a
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_2_3.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_2_3_3d.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_2_3_3d.xml
new file mode 100644
index 00000000..4cc4e06c
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_2_3_3d.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_2_4.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_2_4.xml
new file mode 100644
index 00000000..fd53140b
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_2_4.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_2_4_3d.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_2_4_3d.xml
new file mode 100644
index 00000000..c465f6d5
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_2_4_3d.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_3_3.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_3_3.xml
new file mode 100644
index 00000000..88ab2b71
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_3_3.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_3_3_3d.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_3_3_3d.xml
new file mode 100644
index 00000000..e804b23b
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_3_3_3d.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_3_4.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_3_4.xml
new file mode 100644
index 00000000..f68c4135
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_3_4.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_3_4_3d.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_3_4_3d.xml
new file mode 100644
index 00000000..455f52d5
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Fz_3_4_3d.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Gcm_OutCard.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Gcm_OutCard.xml
new file mode 100644
index 00000000..66a50f45
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Gcm_OutCard.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Gcm_OutCard1.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Gcm_OutCard1.xml
new file mode 100644
index 00000000..2defc7cc
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Gcm_OutCard1.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Mp_left_right.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Mp_left_right.xml
new file mode 100644
index 00000000..7567b269
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Mp_left_right.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Mp_self_card.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Mp_self_card.xml
new file mode 100644
index 00000000..8154ab2e
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Mp_self_card.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Mp_self_card_3d.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Mp_self_card_3d.xml
new file mode 100644
index 00000000..2ce17755
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Mp_self_card_3d.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/Mp_up_down.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Mp_up_down.xml
new file mode 100644
index 00000000..0b5880b9
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/Mp_up_down.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/NH_FlowerCard.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/NH_FlowerCard.xml
new file mode 100644
index 00000000..9af371e4
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/NH_FlowerCard.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_left.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_left.xml
new file mode 100644
index 00000000..107b0642
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_left.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_left_3d.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_left_3d.xml
new file mode 100644
index 00000000..54f76507
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_left_3d.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_right.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_right.xml
new file mode 100644
index 00000000..b84aa106
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_right.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_right_3d.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_right_3d.xml
new file mode 100644
index 00000000..d1cc32fe
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_right_3d.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_self.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_self.xml
new file mode 100644
index 00000000..436979ea
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_self.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_self_3d.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_self_3d.xml
new file mode 100644
index 00000000..c5fd65b5
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_self_3d.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_top(1).xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_top(1).xml
new file mode 100644
index 00000000..457522f6
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_top(1).xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_top(1)_3d.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_top(1)_3d.xml
new file mode 100644
index 00000000..7a2f8bf9
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_top(1)_3d.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_top.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_top.xml
new file mode 100644
index 00000000..6f8a5b66
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_top.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_top_3d.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_top_3d.xml
new file mode 100644
index 00000000..dec8f670
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/OutCard_top_3d.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/TC_WindCard.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/TC_WindCard.xml
new file mode 100644
index 00000000..034cf1bb
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/TC_WindCard.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/card_mark/btn_mark.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/card_mark/btn_mark.xml
new file mode 100644
index 00000000..3c36a539
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/card_mark/btn_mark.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/card_mark/com_arrow.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/card/card_mark/com_arrow.xml
new file mode 100644
index 00000000..9bbb94b9
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/card/card_mark/com_arrow.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/card_mark/images/tingArrow.png b/wb_new_ui/assets/Main_PokeMaJiang/component/card/card_mark/images/tingArrow.png
new file mode 100644
index 00000000..dad61ea9
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/card/card_mark/images/tingArrow.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/card_mark/images/tingArrowMax.png b/wb_new_ui/assets/Main_PokeMaJiang/component/card/card_mark/images/tingArrowMax.png
new file mode 100644
index 00000000..613d7428
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/card/card_mark/images/tingArrowMax.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/card/card_mark/peng_arrow.png b/wb_new_ui/assets/Main_PokeMaJiang/component/card/card_mark/peng_arrow.png
new file mode 100644
index 00000000..0a0f0c26
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/card/card_mark/peng_arrow.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/change/change2d_btn.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/change/change2d_btn.xml
new file mode 100644
index 00000000..e09358a1
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/change/change2d_btn.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/change/change3d.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/change/change3d.xml
new file mode 100644
index 00000000..75803a7f
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/change/change3d.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/change/change3d_btn.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/change/change3d_btn.xml
new file mode 100644
index 00000000..93e179d3
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/change/change3d_btn.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/change/change_confirm.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/change/change_confirm.xml
new file mode 100644
index 00000000..c503bfbf
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/change/change_confirm.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/FzEffect.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/FzEffect.xml
new file mode 100644
index 00000000..c988fc04
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/FzEffect.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/eff_zimo.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/eff_zimo.xml
new file mode 100644
index 00000000..cdc98e4b
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/eff_zimo.xml
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/image/吃.png b/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/image/吃.png
new file mode 100644
index 00000000..c95413a4
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/image/吃.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/image/星星.png b/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/image/星星.png
new file mode 100644
index 00000000..65b99b8d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/image/星星.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/image/杠.png b/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/image/杠.png
new file mode 100644
index 00000000..ed0106d2
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/image/杠.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/image/碰.png b/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/image/碰.png
new file mode 100644
index 00000000..b6607d9f
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/image/碰.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/image/胡.png b/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/image/胡.png
new file mode 100644
index 00000000..88343ba2
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/image/胡.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/image/补.png b/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/image/补.png
new file mode 100644
index 00000000..5dbd4183
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/image/补.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/mo.png b/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/mo.png
new file mode 100644
index 00000000..7feade27
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/mo.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/别人胡.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/别人胡.xml
new file mode 100644
index 00000000..ab57e94d
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/别人胡.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/自己胡牌.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/自己胡牌.xml
new file mode 100644
index 00000000..b3869b1f
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/chi_peng_effect/自己胡牌.xml
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/choose/Btn_cross.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/choose/Btn_cross.xml
new file mode 100644
index 00000000..b18102d2
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/choose/Btn_cross.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/choose/Comp_choose.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/choose/Comp_choose.xml
new file mode 100644
index 00000000..979f1bbe
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/choose/Comp_choose.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/choose/game_icon_02.png b/wb_new_ui/assets/Main_PokeMaJiang/component/choose/game_icon_02.png
new file mode 100644
index 00000000..a5d6e501
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/choose/game_icon_02.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing.xml
new file mode 100644
index 00000000..32fb6509
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing.xml
@@ -0,0 +1,131 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/Component1.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/Component1.xml
new file mode 100644
index 00000000..7fa02d2f
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/Component1.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/bg_serviceStop_panel.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/bg_serviceStop_panel.png
new file mode 100644
index 00000000..780d9671
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/bg_serviceStop_panel.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/bg_ty.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/bg_ty.png
new file mode 100644
index 00000000..d30223ac
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/bg_ty.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/clearing_1_item.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/clearing_1_item.xml
new file mode 100644
index 00000000..c0c86709
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/clearing_1_item.xml
@@ -0,0 +1,93 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/clearing_card.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/clearing_card.xml
new file mode 100644
index 00000000..548663d3
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/clearing_card.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/clearing_fz_3.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/clearing_fz_3.xml
new file mode 100644
index 00000000..eb258903
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/clearing_fz_3.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/clearing_fz_4.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/clearing_fz_4.xml
new file mode 100644
index 00000000..e489d480
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/clearing_fz_4.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/clearing_jiangpaiitem.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/clearing_jiangpaiitem.xml
new file mode 100644
index 00000000..8f6dfb6f
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/clearing_jiangpaiitem.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/fama.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/fama.png
new file mode 100644
index 00000000..6cafea20
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/fama.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/fanhuipaix.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/fanhuipaix.png
new file mode 100644
index 00000000..a9891edf
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/fanhuipaix.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/flush.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/flush.png
new file mode 100644
index 00000000..8feea2a0
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/flush.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/hu.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/hu.png
new file mode 100644
index 00000000..3bae14e1
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/hu.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/ico_zimo.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/ico_zimo.png
new file mode 100644
index 00000000..bb88dd3b
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/ico_zimo.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/jiangma.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/jiangma.png
new file mode 100644
index 00000000..54367a59
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/jiangma.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/jiesuan_btx_jxyx.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/jiesuan_btx_jxyx.png
new file mode 100644
index 00000000..dcdeae0e
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/jiesuan_btx_jxyx.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/jiesuan_btx_pjjs.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/jiesuan_btx_pjjs.png
new file mode 100644
index 00000000..ac150f3e
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/jiesuan_btx_pjjs.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/jiesuanxiangxi.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/jiesuanxiangxi.png
new file mode 100644
index 00000000..9259bd4a
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/jiesuanxiangxi.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/labelEnd.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/labelEnd.png
new file mode 100644
index 00000000..6cddeb94
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/labelEnd.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/lk.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/lk.png
new file mode 100644
index 00000000..71214504
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/lk.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/maima.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/maima.png
new file mode 100644
index 00000000..fede5371
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/maima.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/mapai.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/mapai.png
new file mode 100644
index 00000000..9f6a77b7
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/mapai.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/noTing.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/noTing.png
new file mode 100644
index 00000000..59f5e386
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/noTing.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/noticeBg.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/noticeBg.png
new file mode 100644
index 00000000..a15c116b
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/noticeBg.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/over_btn_zlyj_1.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/over_btn_zlyj_1.png
new file mode 100644
index 00000000..ef250904
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/over_btn_zlyj_1.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/pbg.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/pbg.png
new file mode 100644
index 00000000..30d9b75f
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/pbg.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/queding1.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/queding1.png
new file mode 100644
index 00000000..99b83ef4
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/queding1.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/report_share_win_text_bg.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/report_share_win_text_bg.png
new file mode 100644
index 00000000..501c60a5
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/report_share_win_text_bg.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/share_record1.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/share_record1.png
new file mode 100644
index 00000000..182e0137
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/share_record1.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/task_cell_bg.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/task_cell_bg.png
new file mode 100644
index 00000000..46d0362b
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/task_cell_bg.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/ting.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/ting.png
new file mode 100644
index 00000000..ab14b137
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/ting.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/xl_xlornament_zb_bg_ziyuan.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/xl_xlornament_zb_bg_ziyuan.png
new file mode 100644
index 00000000..35b8176e
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/xl_xlornament_zb_bg_ziyuan.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/xqan(2).png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/xqan(2).png
new file mode 100644
index 00000000..ab852139
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/xqan(2).png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/zhuang.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/zhuang.png
new file mode 100644
index 00000000..102ba58c
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/zhuang.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/四连冠.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/四连冠.png
new file mode 100644
index 00000000..ea41ff23
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/四连冠.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/封顶.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/封顶.png
new file mode 100644
index 00000000..a51ce45d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/封顶.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/放炮.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/放炮.png
new file mode 100644
index 00000000..884d0ed2
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing1/放炮.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/Head2.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/Head2.xml
new file mode 100644
index 00000000..7ab60967
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/Head2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/big_result_item.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/big_result_item.xml
new file mode 100644
index 00000000..46e9a2c2
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/big_result_item.xml
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/btn_clearing_return.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/btn_clearing_return.xml
new file mode 100644
index 00000000..81be0736
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/btn_clearing_return.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/descript_item.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/descript_item.xml
new file mode 100644
index 00000000..022da2df
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/descript_item.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/dyj.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/dyj.png
new file mode 100644
index 00000000..9b5cc9af
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/dyj.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/fxlj.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/fxlj.png
new file mode 100644
index 00000000..80df1393
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/fxlj.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/fzzj.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/fzzj.png
new file mode 100644
index 00000000..24eea73a
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/fzzj.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/hd.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/hd.png
new file mode 100644
index 00000000..5a7693d3
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/hd.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/host.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/host.png
new file mode 100644
index 00000000..0a6f83c4
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/host.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/jfd.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/jfd.png
new file mode 100644
index 00000000..fdd3d7fc
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/jfd.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/jtfx.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/jtfx.png
new file mode 100644
index 00000000..db8cab1b
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/jtfx.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/labelShare.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/labelShare.png
new file mode 100644
index 00000000..e2bb787e
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/labelShare.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/pnl-lan.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/pnl-lan.png
new file mode 100644
index 00000000..ac7c2540
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/pnl-lan.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/pnl-lan_b.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/pnl-lan_b.png
new file mode 100644
index 00000000..d3dfc7cb
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/pnl-lan_b.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/pnl-lv.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/pnl-lv.png
new file mode 100644
index 00000000..cc1cadac
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/pnl-lv.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/pnl-zi.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/pnl-zi.png
new file mode 100644
index 00000000..d6482d95
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/pnl-zi.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/result_main.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/result_main.xml
new file mode 100644
index 00000000..a76e1c76
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/result_main.xml
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/returnBtn.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/returnBtn.png
new file mode 100644
index 00000000..5c3ddea1
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/returnBtn.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/tgz.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/tgz.png
new file mode 100644
index 00000000..f5638bbd
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/tgz.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/winnerBg.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/winnerBg.png
new file mode 100644
index 00000000..a1ab4a00
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/clearing2/winnerBg.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/room/btn_invite(1).xml b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/room/btn_invite(1).xml
new file mode 100644
index 00000000..db80d48a
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/room/btn_invite(1).xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/room/btn_invite.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/room/btn_invite.xml
new file mode 100644
index 00000000..35933db7
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/room/btn_invite.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/room/game_btn_kaiju_huang.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/room/game_btn_kaiju_huang.png
new file mode 100644
index 00000000..72475cf7
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/room/game_btn_kaiju_huang.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/title_jiesan.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/title_jiesan.png
new file mode 100644
index 00000000..722bc565
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/title_jiesan.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/title_liuju.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/title_liuju.png
new file mode 100644
index 00000000..ae4298c6
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/title_liuju.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/title_lose.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/title_lose.png
new file mode 100644
index 00000000..de6a7d25
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/title_lose.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/title_win.png b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/title_win.png
new file mode 100644
index 00000000..8e9253a4
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/clearing/title_win.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/create_room/image/pic08.png b/wb_new_ui/assets/Main_PokeMaJiang/component/create_room/image/pic08.png
new file mode 100644
index 00000000..25a66441
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/create_room/image/pic08.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/create_room/image/pic09.png b/wb_new_ui/assets/Main_PokeMaJiang/component/create_room/image/pic09.png
new file mode 100644
index 00000000..262f3fe9
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/create_room/image/pic09.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/font/Score.fnt b/wb_new_ui/assets/Main_PokeMaJiang/component/font/Score.fnt
new file mode 100644
index 00000000..94538c34
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/font/Score.fnt
@@ -0,0 +1,14 @@
+info creator=UIBuilder size=60 resizable=true
+char id=48 img=piv91lo xoffset=0 yoffset=0 xadvance=0
+char id=49 img=piv91lp xoffset=0 yoffset=0 xadvance=0
+char id=50 img=piv91lq xoffset=0 yoffset=0 xadvance=0
+char id=51 img=piv91lr xoffset=0 yoffset=0 xadvance=0
+char id=52 img=piv91ls xoffset=0 yoffset=0 xadvance=0
+char id=53 img=piv91lt xoffset=0 yoffset=0 xadvance=0
+char id=54 img=piv91lu xoffset=0 yoffset=0 xadvance=0
+char id=55 img=piv91lv xoffset=0 yoffset=0 xadvance=0
+char id=56 img=piv91lw xoffset=0 yoffset=0 xadvance=0
+char id=57 img=piv91lx xoffset=0 yoffset=0 xadvance=0
+char id=43 img=piv91ly xoffset=0 yoffset=0 xadvance=0
+char id=45 img=piv91lz xoffset=0 yoffset=0 xadvance=0
+char id=46 img=piv91m0 xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/0.png b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/0.png
new file mode 100644
index 00000000..c8ef1992
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/0.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/1.png b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/1.png
new file mode 100644
index 00000000..2c4992ac
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/1.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/2.png b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/2.png
new file mode 100644
index 00000000..b487b5de
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/2.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/3.png b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/3.png
new file mode 100644
index 00000000..3d6a12b4
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/3.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/4.png b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/4.png
new file mode 100644
index 00000000..defcb744
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/4.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/5.png b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/5.png
new file mode 100644
index 00000000..762e6ce6
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/5.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/6.png b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/6.png
new file mode 100644
index 00000000..8e5cb532
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/6.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/7.png b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/7.png
new file mode 100644
index 00000000..6a5044ef
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/7.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/8.png b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/8.png
new file mode 100644
index 00000000..56f654b9
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/8.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/9.png b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/9.png
new file mode 100644
index 00000000..b3056c8f
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/9.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/jia.png b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/jia.png
new file mode 100644
index 00000000..fd6f92cf
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/jia.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/jian.png b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/jian.png
new file mode 100644
index 00000000..4b452339
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/jian.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/xsd.png b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/xsd.png
new file mode 100644
index 00000000..d0c8c312
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/font/image/xsd.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/head/jfk.png b/wb_new_ui/assets/Main_PokeMaJiang/component/head/jfk.png
new file mode 100644
index 00000000..3503fee7
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/head/jfk.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/hu_tip/Btn_Card_Hu.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/hu_tip/Btn_Card_Hu.xml
new file mode 100644
index 00000000..059713b6
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/hu_tip/Btn_Card_Hu.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/hu_tip/Hu_tip.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/hu_tip/Hu_tip.xml
new file mode 100644
index 00000000..b0fdddb8
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/hu_tip/Hu_tip.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/hu_tip/common_table_tab_hu.png b/wb_new_ui/assets/Main_PokeMaJiang/component/hu_tip/common_table_tab_hu.png
new file mode 100644
index 00000000..fc9d9eac
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/hu_tip/common_table_tab_hu.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/hu_tip/tingNoticeArrow.png b/wb_new_ui/assets/Main_PokeMaJiang/component/hu_tip/tingNoticeArrow.png
new file mode 100644
index 00000000..851ad84c
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/hu_tip/tingNoticeArrow.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/hu_tip/tingNoticeBtn.png b/wb_new_ui/assets/Main_PokeMaJiang/component/hu_tip/tingNoticeBtn.png
new file mode 100644
index 00000000..e0558a58
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/hu_tip/tingNoticeBtn.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/hu_tip/webwxgetmsgimg.jpg b/wb_new_ui/assets/Main_PokeMaJiang/component/hu_tip/webwxgetmsgimg.jpg
new file mode 100644
index 00000000..81ac5fa7
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/hu_tip/webwxgetmsgimg.jpg differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/liuju/LiuJu.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/liuju/LiuJu.xml
new file mode 100644
index 00000000..9479890c
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/liuju/LiuJu.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/liuju/LiuJu_old.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/liuju/LiuJu_old.xml
new file mode 100644
index 00000000..5e6cc573
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/liuju/LiuJu_old.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/option/Btn_fztip.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/option/Btn_fztip.xml
new file mode 100644
index 00000000..63e96e33
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/option/Btn_fztip.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/option/Btn_hu.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/option/Btn_hu.xml
new file mode 100644
index 00000000..fda81189
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/option/Btn_hu.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/option/Btn_pass.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/option/Btn_pass.xml
new file mode 100644
index 00000000..0e9ac0a7
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/option/Btn_pass.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/option/Gcm_action_tips.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/option/Gcm_action_tips.xml
new file mode 100644
index 00000000..d61c32eb
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/option/Gcm_action_tips.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/option/Gcm_chui_tips.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/option/Gcm_chui_tips.xml
new file mode 100644
index 00000000..15e3a81e
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/option/Gcm_chui_tips.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/+1.png b/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/+1.png
new file mode 100644
index 00000000..63849454
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/+1.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/+2.png b/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/+2.png
new file mode 100644
index 00000000..d0a0d2e2
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/+2.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/+3.png b/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/+3.png
new file mode 100644
index 00000000..14a20aaf
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/+3.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/bp.png b/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/bp.png
new file mode 100644
index 00000000..4c1c85e9
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/bp.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/btn_piao_niao.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/btn_piao_niao.xml
new file mode 100644
index 00000000..594f69b2
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/btn_piao_niao.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/di00.png b/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/di00.png
new file mode 100644
index 00000000..a1631fed
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/di00.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/mask_piao.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/mask_piao.xml
new file mode 100644
index 00000000..a28b9ab6
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/mask_piao.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/panel_piao_niao.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/panel_piao_niao.xml
new file mode 100644
index 00000000..e870c30a
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/panel_piao_niao.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/pnxzbt.png b/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/pnxzbt.png
new file mode 100644
index 00000000..5acb11d7
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/pnxzbt.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/按钮2.png b/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/按钮2.png
new file mode 100644
index 00000000..450c6d2e
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/piao_niao/按钮2.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/poker/Btn_back_jiesan.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/poker/Btn_back_jiesan.xml
new file mode 100644
index 00000000..f43bed59
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/poker/Btn_back_jiesan.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/poker/Btn_back_lobby.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/poker/Btn_back_lobby.xml
new file mode 100644
index 00000000..0b43baa8
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/poker/Btn_back_lobby.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/poker/Btn_log.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/poker/Btn_log.xml
new file mode 100644
index 00000000..c143def6
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/poker/Btn_log.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/poker/btn_distance.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/poker/btn_distance.xml
new file mode 100644
index 00000000..734f5b11
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/poker/btn_distance.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/poker/images/lvgps.png b/wb_new_ui/assets/Main_PokeMaJiang/component/poker/images/lvgps.png
new file mode 100644
index 00000000..95488d24
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/poker/images/lvgps.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/SettingWindow2.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/SettingWindow2.xml
new file mode 100644
index 00000000..7b5607bc
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/SettingWindow2.xml
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/btn_select_card.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/btn_select_card.xml
new file mode 100644
index 00000000..7bdceb00
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/btn_select_card.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/btn_select_card_new.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/btn_select_card_new.xml
new file mode 100644
index 00000000..6eaf07fe
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/btn_select_card_new.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/component/Btn_cr_checkbox.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/component/Btn_cr_checkbox.xml
new file mode 100644
index 00000000..8228aa5b
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/component/Btn_cr_checkbox.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/component/Slider1.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/component/Slider1.xml
new file mode 100644
index 00000000..e58db9c5
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/component/Slider1.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/component/Slider1_grip.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/component/Slider1_grip.xml
new file mode 100644
index 00000000..d9940de5
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/component/Slider1_grip.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/component/Slider1_grip2.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/component/Slider1_grip2.xml
new file mode 100644
index 00000000..dd056bb4
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/component/Slider1_grip2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/component/Slider2.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/component/Slider2.xml
new file mode 100644
index 00000000..7f2ca918
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/component/Slider2.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/component/setting/btn_bg.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/component/setting/btn_bg.xml
new file mode 100644
index 00000000..2955e634
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/component/setting/btn_bg.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/hd.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/hd.png
new file mode 100644
index 00000000..2d20a475
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/hd.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/11_08.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/11_08.png
new file mode 100644
index 00000000..f94364e5
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/11_08.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/2D-1.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/2D-1.png
new file mode 100644
index 00000000..27288283
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/2D-1.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/2D-2.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/2D-2.png
new file mode 100644
index 00000000..0df81c82
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/2D-2.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/3D.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/3D.png
new file mode 100644
index 00000000..15a1c1b3
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/3D.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/9bg_03.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/9bg_03.png
new file mode 100644
index 00000000..6452b005
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/9bg_03.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/9bg_04.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/9bg_04.png
new file mode 100644
index 00000000..926f130c
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/9bg_04.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/bj.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/bj.png
new file mode 100644
index 00000000..cea57b31
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/bj.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/btdk.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/btdk.png
new file mode 100644
index 00000000..fd0b4b9b
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/btdk.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/dk.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/dk.png
new file mode 100644
index 00000000..5f174fc6
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/dk.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/hdtd.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/hdtd.png
new file mode 100644
index 00000000..eaf3cedc
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/hdtd.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/hw.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/hw.png
new file mode 100644
index 00000000..18a25f6c
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/hw.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/icon_yinxiao.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/icon_yinxiao.png
new file mode 100644
index 00000000..19b75a6a
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/icon_yinxiao.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/icon_yinyue.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/icon_yinyue.png
new file mode 100644
index 00000000..80d55764
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/icon_yinyue.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/jdt.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/jdt.png
new file mode 100644
index 00000000..80e9f069
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/jdt.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/pm.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/pm.png
new file mode 100644
index 00000000..f30ca18f
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/pm.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/shezhi_title_03.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/shezhi_title_03.png
new file mode 100644
index 00000000..554a0279
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/shezhi_title_03.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/shezhi_title_04.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/shezhi_title_04.png
new file mode 100644
index 00000000..4e993f3b
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/shezhi_title_04.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/sx.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/sx.png
new file mode 100644
index 00000000..2f329bd3
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/sx.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/syt.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/syt.png
new file mode 100644
index 00000000..5bbaca23
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/syt.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/sytb.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/sytb.png
new file mode 100644
index 00000000..f1905b55
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/sytb.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/szbt.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/szbt.png
new file mode 100644
index 00000000..d1ffe913
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/szbt.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/tx_shezhi.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/tx_shezhi.png
new file mode 100644
index 00000000..e56408f5
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/tx_shezhi.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/tydk.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/tydk.png
new file mode 100644
index 00000000..f32e7103
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/tydk.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/xzk.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/xzk.png
new file mode 100644
index 00000000..cc1b833f
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/xzk.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/yytb.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/yytb.png
new file mode 100644
index 00000000..3bea691d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/images/setting/yytb.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/ydk.png b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/ydk.png
new file mode 100644
index 00000000..9ba8ce6e
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/setting_new/ydk.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/turn/Gcm_box_2.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/Gcm_box_2.xml
new file mode 100644
index 00000000..f807a42e
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/Gcm_box_2.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/turn/Gcm_box_3.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/Gcm_box_3.xml
new file mode 100644
index 00000000..087608e6
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/Gcm_box_3.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/turn/Gcm_box_4.xml b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/Gcm_box_4.xml
new file mode 100644
index 00000000..aff0d6e3
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/Gcm_box_4.xml
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/0.png b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/0.png
new file mode 100644
index 00000000..e3f3645e
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/0.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/1.png b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/1.png
new file mode 100644
index 00000000..26e21c38
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/1.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/2.png b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/2.png
new file mode 100644
index 00000000..cb493c4c
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/2.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/3.png b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/3.png
new file mode 100644
index 00000000..50132251
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/3.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/4.png b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/4.png
new file mode 100644
index 00000000..e1fd6dbc
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/4.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/5.png b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/5.png
new file mode 100644
index 00000000..c28ece17
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/5.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/6.png b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/6.png
new file mode 100644
index 00000000..9e60d7d6
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/6.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/7.png b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/7.png
new file mode 100644
index 00000000..cd365209
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/7.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/8.png b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/8.png
new file mode 100644
index 00000000..f3e0243c
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/8.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/9.png b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/9.png
new file mode 100644
index 00000000..e7bae4b9
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/9.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/Font1.fnt b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/Font1.fnt
new file mode 100644
index 00000000..c57005e7
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/component/turn/font/Font1.fnt
@@ -0,0 +1,11 @@
+info creator=UIBuilder resizable=true
+char id=48 img=jsw910x xoffset=0 yoffset=0 xadvance=0
+char id=49 img=jsw910y xoffset=0 yoffset=0 xadvance=0
+char id=50 img=jsw910z xoffset=0 yoffset=0 xadvance=0
+char id=51 img=jsw9110 xoffset=0 yoffset=0 xadvance=0
+char id=52 img=jsw9111 xoffset=0 yoffset=0 xadvance=0
+char id=53 img=jsw9112 xoffset=0 yoffset=0 xadvance=0
+char id=54 img=jsw9113 xoffset=0 yoffset=0 xadvance=0
+char id=55 img=jsw9114 xoffset=0 yoffset=0 xadvance=0
+char id=56 img=jsw9115 xoffset=0 yoffset=0 xadvance=0
+char id=57 img=jsw9116 xoffset=0 yoffset=0 xadvance=0
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/00(3).png b/wb_new_ui/assets/Main_PokeMaJiang/images/00(3).png
new file mode 100644
index 00000000..e778eaf3
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/00(3).png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/ani/eff_chi.png b/wb_new_ui/assets/Main_PokeMaJiang/images/ani/eff_chi.png
new file mode 100644
index 00000000..ef214969
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/ani/eff_chi.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/ani/eff_gang.png b/wb_new_ui/assets/Main_PokeMaJiang/images/ani/eff_gang.png
new file mode 100644
index 00000000..92ad09b3
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/ani/eff_gang.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/ani/eff_hu.png b/wb_new_ui/assets/Main_PokeMaJiang/images/ani/eff_hu.png
new file mode 100644
index 00000000..daf452b7
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/ani/eff_hu.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/ani/eff_peng.png b/wb_new_ui/assets/Main_PokeMaJiang/images/ani/eff_peng.png
new file mode 100644
index 00000000..17ce1a68
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/ani/eff_peng.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/baopei.png b/wb_new_ui/assets/Main_PokeMaJiang/images/baopei.png
new file mode 100644
index 00000000..415935a9
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/baopei.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/bg/b01.png b/wb_new_ui/assets/Main_PokeMaJiang/images/bg/b01.png
new file mode 100644
index 00000000..49377423
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/bg/b01.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/bg/b02.png b/wb_new_ui/assets/Main_PokeMaJiang/images/bg/b02.png
new file mode 100644
index 00000000..898e4943
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/bg/b02.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/bg/b03.png b/wb_new_ui/assets/Main_PokeMaJiang/images/bg/b03.png
new file mode 100644
index 00000000..a87c69a2
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/bg/b03.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_101.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_101.png
new file mode 100644
index 00000000..ad9ef94d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_101.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_102.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_102.png
new file mode 100644
index 00000000..cf9a9bfa
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_102.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_103.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_103.png
new file mode 100644
index 00000000..0a5d18dc
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_103.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_104.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_104.png
new file mode 100644
index 00000000..8906b7eb
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_104.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_105.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_105.png
new file mode 100644
index 00000000..c2f662e4
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_105.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_106.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_106.png
new file mode 100644
index 00000000..8422d782
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_106.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_107.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_107.png
new file mode 100644
index 00000000..f4f6ed57
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_107.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_108.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_108.png
new file mode 100644
index 00000000..874f680c
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_108.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_109.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_109.png
new file mode 100644
index 00000000..e211c5c7
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_109.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_110.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_110.png
new file mode 100644
index 00000000..491642ec
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_110.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_111.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_111.png
new file mode 100644
index 00000000..ee3e19b9
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_111.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_112.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_112.png
new file mode 100644
index 00000000..7e3a7f1e
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_112.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_113.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_113.png
new file mode 100644
index 00000000..a2d7feff
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_113.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_201.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_201.png
new file mode 100644
index 00000000..12d54349
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_201.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_202.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_202.png
new file mode 100644
index 00000000..0a768c6d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_202.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_203.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_203.png
new file mode 100644
index 00000000..ee325e3c
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_203.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_204.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_204.png
new file mode 100644
index 00000000..e888331f
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_204.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_205.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_205.png
new file mode 100644
index 00000000..04ae6426
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_205.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_206.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_206.png
new file mode 100644
index 00000000..1091c349
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_206.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_207.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_207.png
new file mode 100644
index 00000000..b6f66626
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_207.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_208.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_208.png
new file mode 100644
index 00000000..69bbd4d2
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_208.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_209.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_209.png
new file mode 100644
index 00000000..ecbe3f18
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_209.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_210.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_210.png
new file mode 100644
index 00000000..fd93f32e
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_210.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_211.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_211.png
new file mode 100644
index 00000000..cbd90cc0
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_211.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_212.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_212.png
new file mode 100644
index 00000000..4f950de2
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_212.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_213.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_213.png
new file mode 100644
index 00000000..bc0716fc
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_213.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_301.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_301.png
new file mode 100644
index 00000000..5c963883
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_301.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_302.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_302.png
new file mode 100644
index 00000000..bd4cd0a8
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_302.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_303.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_303.png
new file mode 100644
index 00000000..c8597334
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_303.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_304.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_304.png
new file mode 100644
index 00000000..0e6ad181
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_304.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_305.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_305.png
new file mode 100644
index 00000000..1db56159
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_305.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_306.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_306.png
new file mode 100644
index 00000000..789e482c
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_306.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_307.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_307.png
new file mode 100644
index 00000000..0dabaf7a
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_307.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_308.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_308.png
new file mode 100644
index 00000000..028e12b5
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_308.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_309.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_309.png
new file mode 100644
index 00000000..735e568c
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_309.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_310.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_310.png
new file mode 100644
index 00000000..b4039cb4
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_310.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_311.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_311.png
new file mode 100644
index 00000000..ffa18865
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_311.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_312.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_312.png
new file mode 100644
index 00000000..70f507f0
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_312.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_313.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_313.png
new file mode 100644
index 00000000..bbd3aaa5
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_313.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_401.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_401.png
new file mode 100644
index 00000000..b29a0915
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_401.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_402.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_402.png
new file mode 100644
index 00000000..2228b6e6
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_402.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_403.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_403.png
new file mode 100644
index 00000000..a5522a7b
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_403.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_404.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_404.png
new file mode 100644
index 00000000..e2d455e2
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_404.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_405.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_405.png
new file mode 100644
index 00000000..a9b10839
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_405.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_406.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_406.png
new file mode 100644
index 00000000..c485d364
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_406.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_407.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_407.png
new file mode 100644
index 00000000..2075598d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_407.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_408.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_408.png
new file mode 100644
index 00000000..d98f6ce8
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_408.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_409.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_409.png
new file mode 100644
index 00000000..5d0c277c
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_409.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_410.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_410.png
new file mode 100644
index 00000000..a51b1b87
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_410.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_411.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_411.png
new file mode 100644
index 00000000..c0041e46
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_411.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_412.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_412.png
new file mode 100644
index 00000000..83f442e4
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_412.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_413.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_413.png
new file mode 100644
index 00000000..4502b623
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_413.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_515.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_515.png
new file mode 100644
index 00000000..4ddb760d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_515.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_616.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_616.png
new file mode 100644
index 00000000..cec834f3
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/1/101_616.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/102_001.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/102_001.png
new file mode 100644
index 00000000..720dac04
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/102_001.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_101.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_101.png
new file mode 100644
index 00000000..d7354264
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_101.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_102.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_102.png
new file mode 100644
index 00000000..dbe41344
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_102.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_103.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_103.png
new file mode 100644
index 00000000..035694e6
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_103.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_104.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_104.png
new file mode 100644
index 00000000..f2237eaf
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_104.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_105.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_105.png
new file mode 100644
index 00000000..83deb0b7
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_105.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_106.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_106.png
new file mode 100644
index 00000000..0f1aeaf0
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_106.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_107.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_107.png
new file mode 100644
index 00000000..0b3256b6
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_107.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_108.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_108.png
new file mode 100644
index 00000000..b4829f04
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_108.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_109.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_109.png
new file mode 100644
index 00000000..6ed0b508
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_109.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_110.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_110.png
new file mode 100644
index 00000000..6ebec7eb
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_110.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_111.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_111.png
new file mode 100644
index 00000000..5905c19f
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_111.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_112.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_112.png
new file mode 100644
index 00000000..1dde004e
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_112.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_113.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_113.png
new file mode 100644
index 00000000..a89d459b
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_113.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_201.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_201.png
new file mode 100644
index 00000000..6d1f6956
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_201.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_202.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_202.png
new file mode 100644
index 00000000..5f06d711
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_202.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_203.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_203.png
new file mode 100644
index 00000000..daf148d7
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_203.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_204.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_204.png
new file mode 100644
index 00000000..10aac048
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_204.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_205.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_205.png
new file mode 100644
index 00000000..058d763a
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_205.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_206.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_206.png
new file mode 100644
index 00000000..8aaea01b
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_206.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_207.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_207.png
new file mode 100644
index 00000000..3bc7bb3d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_207.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_208.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_208.png
new file mode 100644
index 00000000..fc045039
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_208.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_209.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_209.png
new file mode 100644
index 00000000..719db215
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_209.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_210.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_210.png
new file mode 100644
index 00000000..606ffa74
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_210.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_211.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_211.png
new file mode 100644
index 00000000..ab988c60
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_211.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_212.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_212.png
new file mode 100644
index 00000000..7c2fb59f
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_212.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_213.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_213.png
new file mode 100644
index 00000000..fd1f0e40
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_213.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_301.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_301.png
new file mode 100644
index 00000000..ab097277
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_301.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_302.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_302.png
new file mode 100644
index 00000000..3d538dca
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_302.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_303.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_303.png
new file mode 100644
index 00000000..64cb6c71
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_303.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_304.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_304.png
new file mode 100644
index 00000000..a39922e0
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_304.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_305.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_305.png
new file mode 100644
index 00000000..270ebcde
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_305.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_306.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_306.png
new file mode 100644
index 00000000..a73f1f21
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_306.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_307.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_307.png
new file mode 100644
index 00000000..b18c1861
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_307.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_308.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_308.png
new file mode 100644
index 00000000..fe3b3b88
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_308.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_309.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_309.png
new file mode 100644
index 00000000..e8614596
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_309.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_310.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_310.png
new file mode 100644
index 00000000..5fa5c5da
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_310.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_311.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_311.png
new file mode 100644
index 00000000..d27c07ed
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_311.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_312.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_312.png
new file mode 100644
index 00000000..c4b98884
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_312.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_313.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_313.png
new file mode 100644
index 00000000..dff17078
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_313.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_401.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_401.png
new file mode 100644
index 00000000..f32ac1bf
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_401.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_402.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_402.png
new file mode 100644
index 00000000..d8b9cf7d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_402.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_403.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_403.png
new file mode 100644
index 00000000..6c28ae57
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_403.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_404.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_404.png
new file mode 100644
index 00000000..d7d639d7
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_404.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_405.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_405.png
new file mode 100644
index 00000000..0f677fcf
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_405.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_406.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_406.png
new file mode 100644
index 00000000..ab093e3c
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_406.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_407.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_407.png
new file mode 100644
index 00000000..5341728e
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_407.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_408.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_408.png
new file mode 100644
index 00000000..c04ee6ec
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_408.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_409.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_409.png
new file mode 100644
index 00000000..7149071d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_409.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_410.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_410.png
new file mode 100644
index 00000000..a75df8ea
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_410.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_411.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_411.png
new file mode 100644
index 00000000..62110185
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_411.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_412.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_412.png
new file mode 100644
index 00000000..3d632a39
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_412.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_413.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_413.png
new file mode 100644
index 00000000..e447858d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_413.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_515.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_515.png
new file mode 100644
index 00000000..7cbad288
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_515.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_616.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_616.png
new file mode 100644
index 00000000..7c3b2d7c
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/2/201_616.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/202_00.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/202_00.png
new file mode 100644
index 00000000..d9df532f
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/202_00.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/202_001.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/202_001.png
new file mode 100644
index 00000000..c07fd920
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/202_001.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_101.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_101.png
new file mode 100644
index 00000000..ad25f895
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_101.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_102.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_102.png
new file mode 100644
index 00000000..4e8f1212
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_102.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_103.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_103.png
new file mode 100644
index 00000000..512f4eda
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_103.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_104.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_104.png
new file mode 100644
index 00000000..d5342c8e
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_104.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_105.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_105.png
new file mode 100644
index 00000000..19acd4f5
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_105.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_106.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_106.png
new file mode 100644
index 00000000..e07330f0
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_106.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_107.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_107.png
new file mode 100644
index 00000000..db5211cf
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_107.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_108.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_108.png
new file mode 100644
index 00000000..a08e016b
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_108.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_109.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_109.png
new file mode 100644
index 00000000..8751e2ce
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_109.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_110.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_110.png
new file mode 100644
index 00000000..be245568
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_110.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_111.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_111.png
new file mode 100644
index 00000000..ce9497cf
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_111.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_112.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_112.png
new file mode 100644
index 00000000..e7dd9b42
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_112.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_113.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_113.png
new file mode 100644
index 00000000..68fb6a6c
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_113.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_201.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_201.png
new file mode 100644
index 00000000..8c9d03de
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_201.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_202.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_202.png
new file mode 100644
index 00000000..a2bbb813
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_202.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_203.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_203.png
new file mode 100644
index 00000000..a9d9dac0
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_203.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_204.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_204.png
new file mode 100644
index 00000000..1f0d11e4
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_204.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_205.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_205.png
new file mode 100644
index 00000000..c458e1ae
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_205.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_206.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_206.png
new file mode 100644
index 00000000..68c71550
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_206.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_207.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_207.png
new file mode 100644
index 00000000..7018c000
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_207.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_208.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_208.png
new file mode 100644
index 00000000..34ab1d2f
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_208.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_209.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_209.png
new file mode 100644
index 00000000..9e58187a
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_209.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_210.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_210.png
new file mode 100644
index 00000000..5c2619bf
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_210.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_211.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_211.png
new file mode 100644
index 00000000..9a6730cf
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_211.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_212.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_212.png
new file mode 100644
index 00000000..c74bc483
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_212.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_213.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_213.png
new file mode 100644
index 00000000..b11db040
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_213.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_301.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_301.png
new file mode 100644
index 00000000..253ef79a
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_301.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_302.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_302.png
new file mode 100644
index 00000000..d0e6107d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_302.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_303.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_303.png
new file mode 100644
index 00000000..79bcc89d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_303.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_304.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_304.png
new file mode 100644
index 00000000..d3e3247e
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_304.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_305.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_305.png
new file mode 100644
index 00000000..6259bee3
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_305.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_306.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_306.png
new file mode 100644
index 00000000..248fce9a
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_306.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_307.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_307.png
new file mode 100644
index 00000000..478c7863
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_307.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_308.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_308.png
new file mode 100644
index 00000000..5bbe90b7
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_308.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_309.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_309.png
new file mode 100644
index 00000000..879680cf
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_309.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_310.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_310.png
new file mode 100644
index 00000000..0980e4a4
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_310.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_311.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_311.png
new file mode 100644
index 00000000..f4d2cf0a
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_311.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_312.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_312.png
new file mode 100644
index 00000000..3095ecd3
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_312.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_313.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_313.png
new file mode 100644
index 00000000..c4779bda
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_313.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_401.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_401.png
new file mode 100644
index 00000000..59d39c91
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_401.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_402.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_402.png
new file mode 100644
index 00000000..91f64596
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_402.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_403.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_403.png
new file mode 100644
index 00000000..98cd1f17
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_403.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_404.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_404.png
new file mode 100644
index 00000000..df5a9556
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_404.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_405.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_405.png
new file mode 100644
index 00000000..527e6542
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_405.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_406.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_406.png
new file mode 100644
index 00000000..61bc0866
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_406.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_407.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_407.png
new file mode 100644
index 00000000..03743976
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_407.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_408.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_408.png
new file mode 100644
index 00000000..9181ccf5
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_408.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_409.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_409.png
new file mode 100644
index 00000000..e71511d8
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_409.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_410.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_410.png
new file mode 100644
index 00000000..e41c093b
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_410.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_411.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_411.png
new file mode 100644
index 00000000..df56de3a
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_411.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_412.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_412.png
new file mode 100644
index 00000000..b44f0c6a
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_412.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_413.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_413.png
new file mode 100644
index 00000000..916738f5
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_413.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_515.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_515.png
new file mode 100644
index 00000000..fba8671d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_515.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_616.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_616.png
new file mode 100644
index 00000000..788ee079
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/3/301_616.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/302_001.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/302_001.png
new file mode 100644
index 00000000..720dac04
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/302_001.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/back_left.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/back_left.png
new file mode 100644
index 00000000..8df95a23
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/back_left.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/back_left1.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/back_left1.png
new file mode 100644
index 00000000..f849c2fe
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/back_left1.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/back_right.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/back_right.png
new file mode 100644
index 00000000..8cbe2dc2
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/back_right.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/back_right1.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/back_right1.png
new file mode 100644
index 00000000..f849c2fe
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/back_right1.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/back_top.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/back_top.png
new file mode 100644
index 00000000..d9df532f
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/back_top.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards/back_top1.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/back_top1.png
new file mode 100644
index 00000000..32ce4545
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards/back_top1.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_101.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_101.png
new file mode 100644
index 00000000..e47e000f
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_101.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_102.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_102.png
new file mode 100644
index 00000000..a595a56a
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_102.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_103.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_103.png
new file mode 100644
index 00000000..bfd1a118
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_103.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_104.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_104.png
new file mode 100644
index 00000000..8e0367d0
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_104.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_105.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_105.png
new file mode 100644
index 00000000..1e2722de
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_105.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_106.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_106.png
new file mode 100644
index 00000000..a85d3f58
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_106.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_107.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_107.png
new file mode 100644
index 00000000..f2c03bba
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_107.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_108.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_108.png
new file mode 100644
index 00000000..0002fe09
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_108.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_109.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_109.png
new file mode 100644
index 00000000..f40ce695
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_109.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_201.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_201.png
new file mode 100644
index 00000000..d8cf6c79
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_201.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_202.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_202.png
new file mode 100644
index 00000000..538f9d94
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_202.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_203.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_203.png
new file mode 100644
index 00000000..b9c1d1e3
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_203.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_204.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_204.png
new file mode 100644
index 00000000..be982a72
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_204.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_205.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_205.png
new file mode 100644
index 00000000..10eee3b5
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_205.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_206.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_206.png
new file mode 100644
index 00000000..cc81ee07
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_206.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_207.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_207.png
new file mode 100644
index 00000000..4b5c9f42
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_207.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_208.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_208.png
new file mode 100644
index 00000000..08bf7b31
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_208.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_209.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_209.png
new file mode 100644
index 00000000..3fd98dc5
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_209.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_301.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_301.png
new file mode 100644
index 00000000..ba9da745
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_301.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_302.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_302.png
new file mode 100644
index 00000000..f9cf4c63
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_302.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_303.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_303.png
new file mode 100644
index 00000000..0a8de514
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_303.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_304.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_304.png
new file mode 100644
index 00000000..936f9285
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_304.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_305.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_305.png
new file mode 100644
index 00000000..b9b18921
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_305.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_306.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_306.png
new file mode 100644
index 00000000..88386310
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_306.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_307.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_307.png
new file mode 100644
index 00000000..c1e0481b
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_307.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_308.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_308.png
new file mode 100644
index 00000000..dfc7fa02
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_308.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_309.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_309.png
new file mode 100644
index 00000000..814132df
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_309.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_400.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_400.png
new file mode 100644
index 00000000..16edd769
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_400.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_403.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_403.png
new file mode 100644
index 00000000..32cc2aba
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_403.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_406.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_406.png
new file mode 100644
index 00000000..ee5b1f03
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_406.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_409.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_409.png
new file mode 100644
index 00000000..89667bab
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_409.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_412.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_412.png
new file mode 100644
index 00000000..a776e709
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_412.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_415.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_415.png
new file mode 100644
index 00000000..a882da6c
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_415.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_418.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_418.png
new file mode 100644
index 00000000..1dc33fab
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_418.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_421.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_421.png
new file mode 100644
index 00000000..e60687b2
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_421.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_424.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_424.png
new file mode 100644
index 00000000..b4aaf547
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_424.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_427.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_427.png
new file mode 100644
index 00000000..b915293b
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_427.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_430.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_430.png
new file mode 100644
index 00000000..7d0dc8b4
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_430.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_433.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_433.png
new file mode 100644
index 00000000..bb9ffe09
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_433.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_436.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_436.png
new file mode 100644
index 00000000..1c2df3d8
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_436.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_439.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_439.png
new file mode 100644
index 00000000..e02a0243
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_439.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_442.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_442.png
new file mode 100644
index 00000000..2b272f4d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/1/a201_442.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_101.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_101.png
new file mode 100644
index 00000000..aceb525c
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_101.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_102.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_102.png
new file mode 100644
index 00000000..78e657cf
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_102.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_103.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_103.png
new file mode 100644
index 00000000..79a90284
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_103.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_104.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_104.png
new file mode 100644
index 00000000..7c17341a
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_104.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_105.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_105.png
new file mode 100644
index 00000000..c068f2a9
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_105.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_106.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_106.png
new file mode 100644
index 00000000..8c80758f
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_106.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_107.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_107.png
new file mode 100644
index 00000000..d02898cc
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_107.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_108.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_108.png
new file mode 100644
index 00000000..7a77955a
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_108.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_109.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_109.png
new file mode 100644
index 00000000..22303277
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_109.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_201.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_201.png
new file mode 100644
index 00000000..4b386e62
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_201.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_202.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_202.png
new file mode 100644
index 00000000..c41b8039
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_202.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_203.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_203.png
new file mode 100644
index 00000000..306d2c4c
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_203.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_204.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_204.png
new file mode 100644
index 00000000..c73a54be
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_204.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_205.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_205.png
new file mode 100644
index 00000000..4be937e8
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_205.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_206.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_206.png
new file mode 100644
index 00000000..f5380bc1
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_206.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_207.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_207.png
new file mode 100644
index 00000000..cf3471b2
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_207.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_208.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_208.png
new file mode 100644
index 00000000..33166139
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_208.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_209.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_209.png
new file mode 100644
index 00000000..474c58a4
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_209.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_301.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_301.png
new file mode 100644
index 00000000..4795e5c8
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_301.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_302.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_302.png
new file mode 100644
index 00000000..f17d04f2
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_302.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_303.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_303.png
new file mode 100644
index 00000000..6817690d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_303.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_304.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_304.png
new file mode 100644
index 00000000..33bf1bdd
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_304.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_305.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_305.png
new file mode 100644
index 00000000..af189300
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_305.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_306.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_306.png
new file mode 100644
index 00000000..837a61ea
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_306.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_307.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_307.png
new file mode 100644
index 00000000..f36a36d9
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_307.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_308.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_308.png
new file mode 100644
index 00000000..05c03e8b
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_308.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_309.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_309.png
new file mode 100644
index 00000000..909132a6
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_309.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_400.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_400.png
new file mode 100644
index 00000000..a90fe708
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_400.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_403.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_403.png
new file mode 100644
index 00000000..d68deb69
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_403.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_406.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_406.png
new file mode 100644
index 00000000..9e5f20e5
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_406.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_409.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_409.png
new file mode 100644
index 00000000..290df516
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_409.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_412.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_412.png
new file mode 100644
index 00000000..6ad64bf2
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_412.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_415.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_415.png
new file mode 100644
index 00000000..0f68378a
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_415.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_418.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_418.png
new file mode 100644
index 00000000..3016f745
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_418.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_421.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_421.png
new file mode 100644
index 00000000..0c9ead68
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_421.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_424.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_424.png
new file mode 100644
index 00000000..4081a0e9
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_424.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_427.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_427.png
new file mode 100644
index 00000000..780ecc6b
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_427.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_430.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_430.png
new file mode 100644
index 00000000..5a49d00a
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_430.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_433.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_433.png
new file mode 100644
index 00000000..6ade0a48
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_433.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_436.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_436.png
new file mode 100644
index 00000000..0f44cf84
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_436.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_439.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_439.png
new file mode 100644
index 00000000..833d3a3d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_439.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_442.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_442.png
new file mode 100644
index 00000000..03f3e1b3
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/2/a202_442.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_101.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_101.png
new file mode 100644
index 00000000..594b03e1
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_101.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_102.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_102.png
new file mode 100644
index 00000000..d3e72bc2
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_102.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_103.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_103.png
new file mode 100644
index 00000000..b6343821
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_103.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_104.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_104.png
new file mode 100644
index 00000000..639959c5
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_104.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_105.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_105.png
new file mode 100644
index 00000000..580cd08a
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_105.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_106.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_106.png
new file mode 100644
index 00000000..dd1c83af
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_106.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_107.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_107.png
new file mode 100644
index 00000000..71e2c82b
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_107.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_108.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_108.png
new file mode 100644
index 00000000..f2ce9a5a
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_108.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_109.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_109.png
new file mode 100644
index 00000000..7719f2d4
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_109.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_201.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_201.png
new file mode 100644
index 00000000..d9d19a0c
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_201.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_202.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_202.png
new file mode 100644
index 00000000..0fe9689f
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_202.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_203.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_203.png
new file mode 100644
index 00000000..14d75b8f
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_203.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_204.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_204.png
new file mode 100644
index 00000000..88aabd6d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_204.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_205.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_205.png
new file mode 100644
index 00000000..4f4a1d45
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_205.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_206.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_206.png
new file mode 100644
index 00000000..66738c90
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_206.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_207.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_207.png
new file mode 100644
index 00000000..362b0eaf
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_207.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_208.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_208.png
new file mode 100644
index 00000000..c74c2fde
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_208.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_209.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_209.png
new file mode 100644
index 00000000..1eed5119
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_209.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_301.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_301.png
new file mode 100644
index 00000000..ef6023de
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_301.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_302.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_302.png
new file mode 100644
index 00000000..3dc49822
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_302.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_303.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_303.png
new file mode 100644
index 00000000..7a1fb85c
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_303.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_304.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_304.png
new file mode 100644
index 00000000..a088a99d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_304.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_305.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_305.png
new file mode 100644
index 00000000..f535a4b9
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_305.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_306.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_306.png
new file mode 100644
index 00000000..e1eed445
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_306.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_307.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_307.png
new file mode 100644
index 00000000..cb79e12d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_307.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_308.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_308.png
new file mode 100644
index 00000000..74d9e144
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_308.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_309.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_309.png
new file mode 100644
index 00000000..1932c639
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_309.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_400.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_400.png
new file mode 100644
index 00000000..de721df2
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_400.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_403.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_403.png
new file mode 100644
index 00000000..85400b2e
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_403.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_406.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_406.png
new file mode 100644
index 00000000..0fa16e20
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_406.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_409.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_409.png
new file mode 100644
index 00000000..b90bd2a8
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_409.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_412.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_412.png
new file mode 100644
index 00000000..6a1d82d9
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_412.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_415.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_415.png
new file mode 100644
index 00000000..f4a558b0
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_415.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_418.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_418.png
new file mode 100644
index 00000000..b3cd2368
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_418.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_421.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_421.png
new file mode 100644
index 00000000..1a2dd9fb
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_421.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_424.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_424.png
new file mode 100644
index 00000000..f6327ba1
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_424.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_427.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_427.png
new file mode 100644
index 00000000..10c11ed7
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_427.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_430.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_430.png
new file mode 100644
index 00000000..a8e3056e
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_430.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_433.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_433.png
new file mode 100644
index 00000000..bbf61c75
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_433.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_436.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_436.png
new file mode 100644
index 00000000..f9209337
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_436.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_439.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_439.png
new file mode 100644
index 00000000..3df7b7f0
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_439.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_442.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_442.png
new file mode 100644
index 00000000..76283a4c
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/3/a102_442.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_101.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_101.png
new file mode 100644
index 00000000..a28d2cc1
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_101.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_102.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_102.png
new file mode 100644
index 00000000..1dd5a8a6
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_102.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_103.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_103.png
new file mode 100644
index 00000000..265e73a7
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_103.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_104.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_104.png
new file mode 100644
index 00000000..2801f324
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_104.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_105.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_105.png
new file mode 100644
index 00000000..3e1d1ac1
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_105.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_106.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_106.png
new file mode 100644
index 00000000..dfbf4207
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_106.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_107.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_107.png
new file mode 100644
index 00000000..1c93eb94
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_107.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_108.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_108.png
new file mode 100644
index 00000000..782c9aea
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_108.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_109.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_109.png
new file mode 100644
index 00000000..87a3889e
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_109.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_201.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_201.png
new file mode 100644
index 00000000..48dd879f
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_201.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_202.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_202.png
new file mode 100644
index 00000000..a15abba5
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_202.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_203.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_203.png
new file mode 100644
index 00000000..e158fc8b
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_203.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_204.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_204.png
new file mode 100644
index 00000000..c92b2f92
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_204.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_205.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_205.png
new file mode 100644
index 00000000..c1d7a3d9
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_205.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_206.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_206.png
new file mode 100644
index 00000000..6e762846
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_206.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_207.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_207.png
new file mode 100644
index 00000000..44149c04
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_207.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_208.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_208.png
new file mode 100644
index 00000000..a8273747
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_208.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_209.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_209.png
new file mode 100644
index 00000000..79ef9162
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_209.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_301.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_301.png
new file mode 100644
index 00000000..1630a6ee
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_301.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_302.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_302.png
new file mode 100644
index 00000000..bc1130db
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_302.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_303.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_303.png
new file mode 100644
index 00000000..48d16c5b
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_303.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_304.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_304.png
new file mode 100644
index 00000000..4360420d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_304.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_305.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_305.png
new file mode 100644
index 00000000..8b7febd4
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_305.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_306.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_306.png
new file mode 100644
index 00000000..61781a30
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_306.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_307.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_307.png
new file mode 100644
index 00000000..894fae80
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_307.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_308.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_308.png
new file mode 100644
index 00000000..d2afc337
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_308.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_309.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_309.png
new file mode 100644
index 00000000..c406fe49
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_309.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_400.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_400.png
new file mode 100644
index 00000000..c4b25d80
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_400.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_403.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_403.png
new file mode 100644
index 00000000..19be15ae
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_403.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_406.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_406.png
new file mode 100644
index 00000000..272116c1
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_406.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_409.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_409.png
new file mode 100644
index 00000000..f55cab85
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_409.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_412.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_412.png
new file mode 100644
index 00000000..ff2d2845
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_412.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_415.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_415.png
new file mode 100644
index 00000000..65d681b8
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_415.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_418.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_418.png
new file mode 100644
index 00000000..9da14bb8
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_418.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_421.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_421.png
new file mode 100644
index 00000000..b94d9b32
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_421.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_424.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_424.png
new file mode 100644
index 00000000..0220e3b4
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_424.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_427.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_427.png
new file mode 100644
index 00000000..4fd90543
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_427.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_430.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_430.png
new file mode 100644
index 00000000..87f10679
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_430.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_433.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_433.png
new file mode 100644
index 00000000..080698d8
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_433.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_436.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_436.png
new file mode 100644
index 00000000..2afaf429
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_436.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_439.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_439.png
new file mode 100644
index 00000000..d6de0416
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_439.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_442.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_442.png
new file mode 100644
index 00000000..1768597f
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/4/a302_442.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/a102_00.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/a102_00.png
new file mode 100644
index 00000000..ec62e31d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/a102_00.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/a202_00.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/a202_00.png
new file mode 100644
index 00000000..e871b165
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/a202_00.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/a302_00.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/a302_00.png
new file mode 100644
index 00000000..ec62e31d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/a302_00.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/aback_left.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/aback_left.png
new file mode 100644
index 00000000..d021b563
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/aback_left.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/aback_right.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/aback_right.png
new file mode 100644
index 00000000..d021b563
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/aback_right.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/aback_top.png b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/aback_top.png
new file mode 100644
index 00000000..72b5fd98
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/cards2/aback_top.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/change/change_2d.png b/wb_new_ui/assets/Main_PokeMaJiang/images/change/change_2d.png
new file mode 100644
index 00000000..ada97b0c
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/change/change_2d.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/change/change_3d.png b/wb_new_ui/assets/Main_PokeMaJiang/images/change/change_3d.png
new file mode 100644
index 00000000..0968c7d4
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/change/change_3d.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/change/change_dc.png b/wb_new_ui/assets/Main_PokeMaJiang/images/change/change_dc.png
new file mode 100644
index 00000000..7f01e2e0
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/change/change_dc.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/change/change_qr.png b/wb_new_ui/assets/Main_PokeMaJiang/images/change/change_qr.png
new file mode 100644
index 00000000..a467373b
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/change/change_qr.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/change/change_qxzyxhm.png b/wb_new_ui/assets/Main_PokeMaJiang/images/change/change_qxzyxhm.png
new file mode 100644
index 00000000..7b4bb695
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/change/change_qxzyxhm.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/change/change_xzk.png b/wb_new_ui/assets/Main_PokeMaJiang/images/change/change_xzk.png
new file mode 100644
index 00000000..33452f8c
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/change/change_xzk.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/change/change_zyhw.png b/wb_new_ui/assets/Main_PokeMaJiang/images/change/change_zyhw.png
new file mode 100644
index 00000000..8c6c2f57
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/change/change_zyhw.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/fangkuang.png b/wb_new_ui/assets/Main_PokeMaJiang/images/fangkuang.png
new file mode 100644
index 00000000..8cae95ad
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/fangkuang.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/fangpao.png b/wb_new_ui/assets/Main_PokeMaJiang/images/fangpao.png
new file mode 100644
index 00000000..205e7ca9
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/fangpao.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/fh_img.png b/wb_new_ui/assets/Main_PokeMaJiang/images/fh_img.png
new file mode 100644
index 00000000..dd498d90
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/fh_img.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/Button_GuoAction.png b/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/Button_GuoAction.png
new file mode 100644
index 00000000..d952e3d7
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/Button_GuoAction.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/bujiachui.png b/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/bujiachui.png
new file mode 100644
index 00000000..07ecf8e2
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/bujiachui.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/fztip_1.png b/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/fztip_1.png
new file mode 100644
index 00000000..409cdfe9
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/fztip_1.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/fztip_16.png b/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/fztip_16.png
new file mode 100644
index 00000000..9194209e
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/fztip_16.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/fztip_2.png b/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/fztip_2.png
new file mode 100644
index 00000000..268c1ae1
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/fztip_2.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/fztip_4.png b/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/fztip_4.png
new file mode 100644
index 00000000..5147a579
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/fztip_4.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/fztip_6.png b/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/fztip_6.png
new file mode 100644
index 00000000..d93258fd
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/fztip_6.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/fztip_8.png b/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/fztip_8.png
new file mode 100644
index 00000000..bca5d435
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/fztip_8.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/game_icon_01.png b/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/game_icon_01.png
new file mode 100644
index 00000000..8e9cb511
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/game_icon_01.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/game_icon_03.png b/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/game_icon_03.png
new file mode 100644
index 00000000..0947db6a
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/game_icon_03.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/game_icon_07.png b/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/game_icon_07.png
new file mode 100644
index 00000000..b0ecc26e
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/game_icon_07.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/jiachui.png b/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/jiachui.png
new file mode 100644
index 00000000..a4156e74
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/fztip/jiachui.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/game_bg_01.png b/wb_new_ui/assets/Main_PokeMaJiang/images/game_bg_01.png
new file mode 100644
index 00000000..aaf406e5
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/game_bg_01.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/hand_ting.png b/wb_new_ui/assets/Main_PokeMaJiang/images/hand_ting.png
new file mode 100644
index 00000000..40a5b3c0
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/hand_ting.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/js.png b/wb_new_ui/assets/Main_PokeMaJiang/images/js.png
new file mode 100644
index 00000000..3cf44c4b
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/js.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/liuju/huangpai.png b/wb_new_ui/assets/Main_PokeMaJiang/images/liuju/huangpai.png
new file mode 100644
index 00000000..579ca07b
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/liuju/huangpai.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/liuju/liuju.png b/wb_new_ui/assets/Main_PokeMaJiang/images/liuju/liuju.png
new file mode 100644
index 00000000..35e4dbfa
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/liuju/liuju.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/lk.png b/wb_new_ui/assets/Main_PokeMaJiang/images/lk.png
new file mode 100644
index 00000000..15900fe2
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/lk.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/niao2.png b/wb_new_ui/assets/Main_PokeMaJiang/images/niao2.png
new file mode 100644
index 00000000..129210dc
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/niao2.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/play_biaoji.png b/wb_new_ui/assets/Main_PokeMaJiang/images/play_biaoji.png
new file mode 100644
index 00000000..afb5b86d
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/play_biaoji.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/playinfo/Status_Ready.png b/wb_new_ui/assets/Main_PokeMaJiang/images/playinfo/Status_Ready.png
new file mode 100644
index 00000000..4b2ac395
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/playinfo/Status_Ready.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/playinfo/fangzhu.png b/wb_new_ui/assets/Main_PokeMaJiang/images/playinfo/fangzhu.png
new file mode 100644
index 00000000..497523eb
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/playinfo/fangzhu.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/playinfo/off_line_sign.png b/wb_new_ui/assets/Main_PokeMaJiang/images/playinfo/off_line_sign.png
new file mode 100644
index 00000000..091c1fe9
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/playinfo/off_line_sign.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/playinfo/zhuang.png b/wb_new_ui/assets/Main_PokeMaJiang/images/playinfo/zhuang.png
new file mode 100644
index 00000000..e79f7b2b
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/playinfo/zhuang.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/santan.png b/wb_new_ui/assets/Main_PokeMaJiang/images/santan.png
new file mode 100644
index 00000000..dc997251
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/santan.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/shezhi.png b/wb_new_ui/assets/Main_PokeMaJiang/images/shezhi.png
new file mode 100644
index 00000000..9f212dcc
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/shezhi.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/sm.png b/wb_new_ui/assets/Main_PokeMaJiang/images/sm.png
new file mode 100644
index 00000000..34a7bf05
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/sm.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/ting/ting.png b/wb_new_ui/assets/Main_PokeMaJiang/images/ting/ting.png
new file mode 100644
index 00000000..e9a07468
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/ting/ting.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/turn/TimeBack.png b/wb_new_ui/assets/Main_PokeMaJiang/images/turn/TimeBack.png
new file mode 100644
index 00000000..e24ba68e
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/turn/TimeBack.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/turn/game_icon_06.png b/wb_new_ui/assets/Main_PokeMaJiang/images/turn/game_icon_06.png
new file mode 100644
index 00000000..f33205ce
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/turn/game_icon_06.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/turn/game_icon_08.png b/wb_new_ui/assets/Main_PokeMaJiang/images/turn/game_icon_08.png
new file mode 100644
index 00000000..3fda63f0
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/turn/game_icon_08.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/wenzi00.png b/wb_new_ui/assets/Main_PokeMaJiang/images/wenzi00.png
new file mode 100644
index 00000000..444f7fc8
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/wenzi00.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/xiaosanjiao.png b/wb_new_ui/assets/Main_PokeMaJiang/images/xiaosanjiao.png
new file mode 100644
index 00000000..44e3b067
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/xiaosanjiao.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/yzb.png b/wb_new_ui/assets/Main_PokeMaJiang/images/yzb.png
new file mode 100644
index 00000000..8e00ea91
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/yzb.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/z01.png b/wb_new_ui/assets/Main_PokeMaJiang/images/z01.png
new file mode 100644
index 00000000..d2acf732
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/z01.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/z02.png b/wb_new_ui/assets/Main_PokeMaJiang/images/z02.png
new file mode 100644
index 00000000..d4c8c37f
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/z02.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/zb.png b/wb_new_ui/assets/Main_PokeMaJiang/images/zb.png
new file mode 100644
index 00000000..de6d0ab0
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/zb.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/images/zcdk.png b/wb_new_ui/assets/Main_PokeMaJiang/images/zcdk.png
new file mode 100644
index 00000000..d2e76cc9
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/images/zcdk.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/laizi.png b/wb_new_ui/assets/Main_PokeMaJiang/laizi.png
new file mode 100644
index 00000000..d6b26afa
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/laizi.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/n40.png b/wb_new_ui/assets/Main_PokeMaJiang/n40.png
new file mode 100644
index 00000000..42099746
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/n40.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/n41.png b/wb_new_ui/assets/Main_PokeMaJiang/n41.png
new file mode 100644
index 00000000..70684bae
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/n41.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/package.xml b/wb_new_ui/assets/Main_PokeMaJiang/package.xml
new file mode 100644
index 00000000..ed02405f
--- /dev/null
+++ b/wb_new_ui/assets/Main_PokeMaJiang/package.xml
@@ -0,0 +1,737 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/santan.png b/wb_new_ui/assets/Main_PokeMaJiang/santan.png
new file mode 100644
index 00000000..dc997251
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/santan.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/tablebg.png b/wb_new_ui/assets/Main_PokeMaJiang/tablebg.png
new file mode 100644
index 00000000..38f9bf15
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/tablebg.png differ
diff --git a/wb_new_ui/assets/Main_PokeMaJiang/tablebg3d.png b/wb_new_ui/assets/Main_PokeMaJiang/tablebg3d.png
new file mode 100644
index 00000000..650e5e59
Binary files /dev/null and b/wb_new_ui/assets/Main_PokeMaJiang/tablebg3d.png differ
diff --git a/wb_new_ui/assets/Main_Poker/Component1.xml b/wb_new_ui/assets/Main_Poker/Component1.xml
new file mode 100644
index 00000000..b5ed46ff
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/Component1.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/Main/Component/btn_closeRoom.xml b/wb_new_ui/assets/Main_Poker/Main/Component/btn_closeRoom.xml
new file mode 100644
index 00000000..3f62c351
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/Main/Component/btn_closeRoom.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/Main/Image/Group 195.png b/wb_new_ui/assets/Main_Poker/Main/Image/Group 195.png
new file mode 100644
index 00000000..be2a46c0
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/Main/Image/Group 195.png differ
diff --git a/wb_new_ui/assets/Main_Poker/Setting/Component/btn_vedio.xml b/wb_new_ui/assets/Main_Poker/Setting/Component/btn_vedio.xml
new file mode 100644
index 00000000..8c72bc17
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/Setting/Component/btn_vedio.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/Setting/Component/slider_vedio.xml b/wb_new_ui/assets/Main_Poker/Setting/Component/slider_vedio.xml
new file mode 100644
index 00000000..b17dd026
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/Setting/Component/slider_vedio.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/Setting/Component/slider_vedio_grip.xml b/wb_new_ui/assets/Main_Poker/Setting/Component/slider_vedio_grip.xml
new file mode 100644
index 00000000..da97194f
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/Setting/Component/slider_vedio_grip.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/Setting/Image/Group 195.png b/wb_new_ui/assets/Main_Poker/Setting/Image/Group 195.png
new file mode 100644
index 00000000..be2a46c0
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/Setting/Image/Group 195.png differ
diff --git a/wb_new_ui/assets/Main_Poker/Setting/Image/Group 68@3x.png b/wb_new_ui/assets/Main_Poker/Setting/Image/Group 68@3x.png
new file mode 100644
index 00000000..2588c161
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/Setting/Image/Group 68@3x.png differ
diff --git a/wb_new_ui/assets/Main_Poker/Setting/Image/Group 69@3x.png b/wb_new_ui/assets/Main_Poker/Setting/Image/Group 69@3x.png
new file mode 100644
index 00000000..75045430
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/Setting/Image/Group 69@3x.png differ
diff --git a/wb_new_ui/assets/Main_Poker/Setting/Image/Group 82@3x.png b/wb_new_ui/assets/Main_Poker/Setting/Image/Group 82@3x.png
new file mode 100644
index 00000000..074e61c7
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/Setting/Image/Group 82@3x.png differ
diff --git a/wb_new_ui/assets/Main_Poker/Setting/Image/Rectangle 39@3x.png b/wb_new_ui/assets/Main_Poker/Setting/Image/Rectangle 39@3x.png
new file mode 100644
index 00000000..43c0e9a1
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/Setting/Image/Rectangle 39@3x.png differ
diff --git a/wb_new_ui/assets/Main_Poker/Setting/Image/Rectangle 77@3x.png b/wb_new_ui/assets/Main_Poker/Setting/Image/Rectangle 77@3x.png
new file mode 100644
index 00000000..095be63a
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/Setting/Image/Rectangle 77@3x.png differ
diff --git a/wb_new_ui/assets/Main_Poker/Setting/Image/Vector@3x.png b/wb_new_ui/assets/Main_Poker/Setting/Image/Vector@3x.png
new file mode 100644
index 00000000..38362b13
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/Setting/Image/Vector@3x.png differ
diff --git a/wb_new_ui/assets/Main_Poker/Setting/Image/image 26@3x.png b/wb_new_ui/assets/Main_Poker/Setting/Image/image 26@3x.png
new file mode 100644
index 00000000..80a879d5
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/Setting/Image/image 26@3x.png differ
diff --git a/wb_new_ui/assets/Main_Poker/Setting/Image/设置@3x.png b/wb_new_ui/assets/Main_Poker/Setting/Image/设置@3x.png
new file mode 100644
index 00000000..cd78c3e5
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/Setting/Image/设置@3x.png differ
diff --git a/wb_new_ui/assets/Main_Poker/Setting/Setting.xml b/wb_new_ui/assets/Main_Poker/Setting/Setting.xml
new file mode 100644
index 00000000..e360366a
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/Setting/Setting.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/image/00.png b/wb_new_ui/assets/Main_Poker/image/00.png
new file mode 100644
index 00000000..bdde77db
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/00.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/1.png b/wb_new_ui/assets/Main_Poker/image/1.png
new file mode 100644
index 00000000..209928cb
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/1.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/10.png b/wb_new_ui/assets/Main_Poker/image/10.png
new file mode 100644
index 00000000..2f473691
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/10.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/11.png b/wb_new_ui/assets/Main_Poker/image/11.png
new file mode 100644
index 00000000..7d7719bb
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/11.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/12.png b/wb_new_ui/assets/Main_Poker/image/12.png
new file mode 100644
index 00000000..1040c670
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/12.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/13.png b/wb_new_ui/assets/Main_Poker/image/13.png
new file mode 100644
index 00000000..ef251473
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/13.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/14.png b/wb_new_ui/assets/Main_Poker/image/14.png
new file mode 100644
index 00000000..27b88d14
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/14.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/15.png b/wb_new_ui/assets/Main_Poker/image/15.png
new file mode 100644
index 00000000..0cb59e83
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/15.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/2.png b/wb_new_ui/assets/Main_Poker/image/2.png
new file mode 100644
index 00000000..847a3906
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/2.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/3.png b/wb_new_ui/assets/Main_Poker/image/3.png
new file mode 100644
index 00000000..54709563
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/3.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/4.png b/wb_new_ui/assets/Main_Poker/image/4.png
new file mode 100644
index 00000000..9617f076
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/4.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/5.png b/wb_new_ui/assets/Main_Poker/image/5.png
new file mode 100644
index 00000000..21306d01
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/5.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/6.png b/wb_new_ui/assets/Main_Poker/image/6.png
new file mode 100644
index 00000000..962908df
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/6.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/7.png b/wb_new_ui/assets/Main_Poker/image/7.png
new file mode 100644
index 00000000..a09ca968
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/7.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/8.png b/wb_new_ui/assets/Main_Poker/image/8.png
new file mode 100644
index 00000000..e5b03158
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/8.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/9.png b/wb_new_ui/assets/Main_Poker/image/9.png
new file mode 100644
index 00000000..47dc023a
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/9.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/NewPoker/bg.png b/wb_new_ui/assets/Main_Poker/image/NewPoker/bg.png
new file mode 100644
index 00000000..3facd8e6
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/NewPoker/bg.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/Pro1.png b/wb_new_ui/assets/Main_Poker/image/Pro1.png
new file mode 100644
index 00000000..9a90ab4c
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/Pro1.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/Pro2.png b/wb_new_ui/assets/Main_Poker/image/Pro2.png
new file mode 100644
index 00000000..80948e84
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/Pro2.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/Pro3.png b/wb_new_ui/assets/Main_Poker/image/Pro3.png
new file mode 100644
index 00000000..bdc99b9a
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/Pro3.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/Pro4.png b/wb_new_ui/assets/Main_Poker/image/Pro4.png
new file mode 100644
index 00000000..ab41c719
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/Pro4.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/Pro5.png b/wb_new_ui/assets/Main_Poker/image/Pro5.png
new file mode 100644
index 00000000..07e33725
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/Pro5.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/Pro6.png b/wb_new_ui/assets/Main_Poker/image/Pro6.png
new file mode 100644
index 00000000..9930b9ab
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/Pro6.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/bg1.png b/wb_new_ui/assets/Main_Poker/image/bg1.png
new file mode 100644
index 00000000..f61c47b9
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/bg1.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/bg2.png b/wb_new_ui/assets/Main_Poker/image/bg2.png
new file mode 100644
index 00000000..d5b3472b
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/bg2.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/bg3.png b/wb_new_ui/assets/Main_Poker/image/bg3.png
new file mode 100644
index 00000000..24c2e32f
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/bg3.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/game_fonts_01.png b/wb_new_ui/assets/Main_Poker/image/game_fonts_01.png
new file mode 100644
index 00000000..4419bd15
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/game_fonts_01.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/images_card_small_card_small_front.png b/wb_new_ui/assets/Main_Poker/image/images_card_small_card_small_front.png
new file mode 100644
index 00000000..038cca28
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/images_card_small_card_small_front.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/jingcaishunjian.png b/wb_new_ui/assets/Main_Poker/image/jingcaishunjian.png
new file mode 100644
index 00000000..7403e179
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/jingcaishunjian.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/renshengyingjia.png b/wb_new_ui/assets/Main_Poker/image/renshengyingjia.png
new file mode 100644
index 00000000..0eac2aea
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/renshengyingjia.png differ
diff --git a/wb_new_ui/assets/Main_Poker/image/zaijiezaili.png b/wb_new_ui/assets/Main_Poker/image/zaijiezaili.png
new file mode 100644
index 00000000..a4de7568
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/image/zaijiezaili.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard/00.png b/wb_new_ui/assets/Main_Poker/newcard/00.png
new file mode 100644
index 00000000..bd2dedfc
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard/00.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard/00.xml b/wb_new_ui/assets/Main_Poker/newcard/00.xml
new file mode 100644
index 00000000..2a36de4a
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/00.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/1/101.xml b/wb_new_ui/assets/Main_Poker/newcard/1/101.xml
new file mode 100644
index 00000000..093f7955
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/1/101.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/1/102.xml b/wb_new_ui/assets/Main_Poker/newcard/1/102.xml
new file mode 100644
index 00000000..2f2b0803
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/1/102.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/1/103.xml b/wb_new_ui/assets/Main_Poker/newcard/1/103.xml
new file mode 100644
index 00000000..f5a3bba1
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/1/103.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/1/104.xml b/wb_new_ui/assets/Main_Poker/newcard/1/104.xml
new file mode 100644
index 00000000..751935d6
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/1/104.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/1/105.xml b/wb_new_ui/assets/Main_Poker/newcard/1/105.xml
new file mode 100644
index 00000000..a4c2d875
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/1/105.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/1/106.xml b/wb_new_ui/assets/Main_Poker/newcard/1/106.xml
new file mode 100644
index 00000000..7831d85c
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/1/106.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/1/107.xml b/wb_new_ui/assets/Main_Poker/newcard/1/107.xml
new file mode 100644
index 00000000..5ce12a1d
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/1/107.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/1/108.xml b/wb_new_ui/assets/Main_Poker/newcard/1/108.xml
new file mode 100644
index 00000000..28648b53
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/1/108.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/1/109.xml b/wb_new_ui/assets/Main_Poker/newcard/1/109.xml
new file mode 100644
index 00000000..41236019
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/1/109.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/1/110.xml b/wb_new_ui/assets/Main_Poker/newcard/1/110.xml
new file mode 100644
index 00000000..f56c1b03
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/1/110.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/1/111.xml b/wb_new_ui/assets/Main_Poker/newcard/1/111.xml
new file mode 100644
index 00000000..11495215
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/1/111.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/1/112.xml b/wb_new_ui/assets/Main_Poker/newcard/1/112.xml
new file mode 100644
index 00000000..5f52099e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/1/112.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/1/113.xml b/wb_new_ui/assets/Main_Poker/newcard/1/113.xml
new file mode 100644
index 00000000..9e93fe75
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/1/113.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/1/114.xml b/wb_new_ui/assets/Main_Poker/newcard/1/114.xml
new file mode 100644
index 00000000..093f7955
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/1/114.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/2/201.xml b/wb_new_ui/assets/Main_Poker/newcard/2/201.xml
new file mode 100644
index 00000000..764d59ad
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/2/201.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/2/202.xml b/wb_new_ui/assets/Main_Poker/newcard/2/202.xml
new file mode 100644
index 00000000..bf60afde
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/2/202.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/2/203.xml b/wb_new_ui/assets/Main_Poker/newcard/2/203.xml
new file mode 100644
index 00000000..d3fbb015
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/2/203.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/2/204.xml b/wb_new_ui/assets/Main_Poker/newcard/2/204.xml
new file mode 100644
index 00000000..e38d644e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/2/204.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/2/205.xml b/wb_new_ui/assets/Main_Poker/newcard/2/205.xml
new file mode 100644
index 00000000..186f305c
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/2/205.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/2/206.xml b/wb_new_ui/assets/Main_Poker/newcard/2/206.xml
new file mode 100644
index 00000000..6da4ce7f
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/2/206.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/2/207.xml b/wb_new_ui/assets/Main_Poker/newcard/2/207.xml
new file mode 100644
index 00000000..374bca76
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/2/207.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/2/208.xml b/wb_new_ui/assets/Main_Poker/newcard/2/208.xml
new file mode 100644
index 00000000..34676f67
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/2/208.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/2/209.xml b/wb_new_ui/assets/Main_Poker/newcard/2/209.xml
new file mode 100644
index 00000000..850bf8ef
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/2/209.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/2/210.xml b/wb_new_ui/assets/Main_Poker/newcard/2/210.xml
new file mode 100644
index 00000000..90c58298
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/2/210.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/2/211.xml b/wb_new_ui/assets/Main_Poker/newcard/2/211.xml
new file mode 100644
index 00000000..1ac10d3a
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/2/211.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/2/212.xml b/wb_new_ui/assets/Main_Poker/newcard/2/212.xml
new file mode 100644
index 00000000..1b35952e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/2/212.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/2/213.xml b/wb_new_ui/assets/Main_Poker/newcard/2/213.xml
new file mode 100644
index 00000000..b64cdf69
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/2/213.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/2/214.xml b/wb_new_ui/assets/Main_Poker/newcard/2/214.xml
new file mode 100644
index 00000000..764d59ad
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/2/214.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/3/301.xml b/wb_new_ui/assets/Main_Poker/newcard/3/301.xml
new file mode 100644
index 00000000..7701f06a
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/3/301.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/3/302.xml b/wb_new_ui/assets/Main_Poker/newcard/3/302.xml
new file mode 100644
index 00000000..5a1e89e9
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/3/302.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/3/303.xml b/wb_new_ui/assets/Main_Poker/newcard/3/303.xml
new file mode 100644
index 00000000..ea098993
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/3/303.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/3/304.xml b/wb_new_ui/assets/Main_Poker/newcard/3/304.xml
new file mode 100644
index 00000000..1444782a
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/3/304.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/3/305.xml b/wb_new_ui/assets/Main_Poker/newcard/3/305.xml
new file mode 100644
index 00000000..716dd764
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/3/305.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/3/306.xml b/wb_new_ui/assets/Main_Poker/newcard/3/306.xml
new file mode 100644
index 00000000..e3f4fee8
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/3/306.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/3/307.xml b/wb_new_ui/assets/Main_Poker/newcard/3/307.xml
new file mode 100644
index 00000000..27d05d81
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/3/307.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/3/308.xml b/wb_new_ui/assets/Main_Poker/newcard/3/308.xml
new file mode 100644
index 00000000..375a1999
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/3/308.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/3/309.xml b/wb_new_ui/assets/Main_Poker/newcard/3/309.xml
new file mode 100644
index 00000000..f1283e61
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/3/309.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/3/310.xml b/wb_new_ui/assets/Main_Poker/newcard/3/310.xml
new file mode 100644
index 00000000..9f84ab86
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/3/310.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/3/311.xml b/wb_new_ui/assets/Main_Poker/newcard/3/311.xml
new file mode 100644
index 00000000..fea3a9be
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/3/311.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/3/312.xml b/wb_new_ui/assets/Main_Poker/newcard/3/312.xml
new file mode 100644
index 00000000..ba0f2379
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/3/312.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/3/313.xml b/wb_new_ui/assets/Main_Poker/newcard/3/313.xml
new file mode 100644
index 00000000..fd1e3433
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/3/313.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/3/314.xml b/wb_new_ui/assets/Main_Poker/newcard/3/314.xml
new file mode 100644
index 00000000..7701f06a
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/3/314.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/4/401.xml b/wb_new_ui/assets/Main_Poker/newcard/4/401.xml
new file mode 100644
index 00000000..b40acb05
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/4/401.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/4/402.xml b/wb_new_ui/assets/Main_Poker/newcard/4/402.xml
new file mode 100644
index 00000000..34b8a90b
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/4/402.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/4/403.xml b/wb_new_ui/assets/Main_Poker/newcard/4/403.xml
new file mode 100644
index 00000000..8eadba2e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/4/403.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/4/404.xml b/wb_new_ui/assets/Main_Poker/newcard/4/404.xml
new file mode 100644
index 00000000..b0da0deb
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/4/404.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/4/405.xml b/wb_new_ui/assets/Main_Poker/newcard/4/405.xml
new file mode 100644
index 00000000..8092721b
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/4/405.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/4/406.xml b/wb_new_ui/assets/Main_Poker/newcard/4/406.xml
new file mode 100644
index 00000000..82c74f8b
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/4/406.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/4/407.xml b/wb_new_ui/assets/Main_Poker/newcard/4/407.xml
new file mode 100644
index 00000000..31bbae6f
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/4/407.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/4/408.xml b/wb_new_ui/assets/Main_Poker/newcard/4/408.xml
new file mode 100644
index 00000000..9d57074f
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/4/408.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/4/409.xml b/wb_new_ui/assets/Main_Poker/newcard/4/409.xml
new file mode 100644
index 00000000..4c3a3518
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/4/409.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/4/410.xml b/wb_new_ui/assets/Main_Poker/newcard/4/410.xml
new file mode 100644
index 00000000..446440d8
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/4/410.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/4/411.xml b/wb_new_ui/assets/Main_Poker/newcard/4/411.xml
new file mode 100644
index 00000000..58783c43
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/4/411.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/4/412.xml b/wb_new_ui/assets/Main_Poker/newcard/4/412.xml
new file mode 100644
index 00000000..a3905678
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/4/412.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/4/413.xml b/wb_new_ui/assets/Main_Poker/newcard/4/413.xml
new file mode 100644
index 00000000..09aaae39
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/4/413.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/4/414.xml b/wb_new_ui/assets/Main_Poker/newcard/4/414.xml
new file mode 100644
index 00000000..b40acb05
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/4/414.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/515.xml b/wb_new_ui/assets/Main_Poker/newcard/515.xml
new file mode 100644
index 00000000..15d670bd
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/515.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/616.xml b/wb_new_ui/assets/Main_Poker/newcard/616.xml
new file mode 100644
index 00000000..701fe282
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/616.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/di(1).xml b/wb_new_ui/assets/Main_Poker/newcard/di(1).xml
new file mode 100644
index 00000000..6d9ef888
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/di(1).xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/di.xml b/wb_new_ui/assets/Main_Poker/newcard/di.xml
new file mode 100644
index 00000000..87962990
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard/di.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard/素材/01.png b/wb_new_ui/assets/Main_Poker/newcard/素材/01.png
new file mode 100644
index 00000000..1135d0bd
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard/素材/01.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard/素材/02.png b/wb_new_ui/assets/Main_Poker/newcard/素材/02.png
new file mode 100644
index 00000000..727a8740
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard/素材/02.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard/素材/03.png b/wb_new_ui/assets/Main_Poker/newcard/素材/03.png
new file mode 100644
index 00000000..4697053a
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard/素材/03.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard/素材/04.png b/wb_new_ui/assets/Main_Poker/newcard/素材/04.png
new file mode 100644
index 00000000..c2498306
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard/素材/04.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard/素材/05.png b/wb_new_ui/assets/Main_Poker/newcard/素材/05.png
new file mode 100644
index 00000000..90260710
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard/素材/05.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard/素材/06.png b/wb_new_ui/assets/Main_Poker/newcard/素材/06.png
new file mode 100644
index 00000000..04e62616
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard/素材/06.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard/素材/07.png b/wb_new_ui/assets/Main_Poker/newcard/素材/07.png
new file mode 100644
index 00000000..5ff6a2c2
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard/素材/07.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard/素材/08.png b/wb_new_ui/assets/Main_Poker/newcard/素材/08.png
new file mode 100644
index 00000000..86c321cb
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard/素材/08.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard/素材/09.png b/wb_new_ui/assets/Main_Poker/newcard/素材/09.png
new file mode 100644
index 00000000..e0f789fb
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard/素材/09.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard/素材/10.png b/wb_new_ui/assets/Main_Poker/newcard/素材/10.png
new file mode 100644
index 00000000..d24885db
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard/素材/10.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard/素材/11.png b/wb_new_ui/assets/Main_Poker/newcard/素材/11.png
new file mode 100644
index 00000000..ec58eb53
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard/素材/11.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard/素材/12.png b/wb_new_ui/assets/Main_Poker/newcard/素材/12.png
new file mode 100644
index 00000000..83f53f97
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard/素材/12.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard/素材/13.png b/wb_new_ui/assets/Main_Poker/newcard/素材/13.png
new file mode 100644
index 00000000..a773a97e
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard/素材/13.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard/素材/fangpian.png b/wb_new_ui/assets/Main_Poker/newcard/素材/fangpian.png
new file mode 100644
index 00000000..597e3715
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard/素材/fangpian.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard/素材/heitao.png b/wb_new_ui/assets/Main_Poker/newcard/素材/heitao.png
new file mode 100644
index 00000000..5ee6ede8
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard/素材/heitao.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard/素材/hongtao.png b/wb_new_ui/assets/Main_Poker/newcard/素材/hongtao.png
new file mode 100644
index 00000000..c1d795d9
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard/素材/hongtao.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard/素材/joker.png b/wb_new_ui/assets/Main_Poker/newcard/素材/joker.png
new file mode 100644
index 00000000..ddab0095
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard/素材/joker.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard/素材/joker02.png b/wb_new_ui/assets/Main_Poker/newcard/素材/joker02.png
new file mode 100644
index 00000000..2962f102
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard/素材/joker02.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard/素材/meihua.png b/wb_new_ui/assets/Main_Poker/newcard/素材/meihua.png
new file mode 100644
index 00000000..4de302dc
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard/素材/meihua.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/1/101_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/1/101_2.xml
new file mode 100644
index 00000000..0d408e40
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/1/101_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/1/102_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/1/102_2.xml
new file mode 100644
index 00000000..4d4fbfd7
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/1/102_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/1/103_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/1/103_2.xml
new file mode 100644
index 00000000..a39af746
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/1/103_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/1/104_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/1/104_2.xml
new file mode 100644
index 00000000..394e78ba
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/1/104_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/1/105_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/1/105_2.xml
new file mode 100644
index 00000000..649ed5b5
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/1/105_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/1/106_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/1/106_2.xml
new file mode 100644
index 00000000..00c9d16d
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/1/106_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/1/107_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/1/107_2.xml
new file mode 100644
index 00000000..d4d5b0a2
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/1/107_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/1/108_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/1/108_2.xml
new file mode 100644
index 00000000..e30d9e81
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/1/108_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/1/109_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/1/109_2.xml
new file mode 100644
index 00000000..906ca65b
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/1/109_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/1/110_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/1/110_2.xml
new file mode 100644
index 00000000..2fcab22d
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/1/110_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/1/111_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/1/111_2.xml
new file mode 100644
index 00000000..47de5341
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/1/111_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/1/112_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/1/112_2.xml
new file mode 100644
index 00000000..bb43e2c1
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/1/112_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/1/113_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/1/113_2.xml
new file mode 100644
index 00000000..11a88947
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/1/113_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/1/114_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/1/114_2.xml
new file mode 100644
index 00000000..39aea37b
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/1/114_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/1/115_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/1/115_2.xml
new file mode 100644
index 00000000..4d4fbfd7
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/1/115_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/2/201_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/2/201_2.xml
new file mode 100644
index 00000000..068440ed
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/2/201_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/2/202_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/2/202_2.xml
new file mode 100644
index 00000000..8bf79321
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/2/202_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/2/203_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/2/203_2.xml
new file mode 100644
index 00000000..f9bfff84
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/2/203_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/2/204_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/2/204_2.xml
new file mode 100644
index 00000000..e9f4dcbb
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/2/204_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/2/205_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/2/205_2.xml
new file mode 100644
index 00000000..1127df33
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/2/205_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/2/206_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/2/206_2.xml
new file mode 100644
index 00000000..559e6f6a
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/2/206_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/2/207_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/2/207_2.xml
new file mode 100644
index 00000000..abad4570
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/2/207_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/2/208_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/2/208_2.xml
new file mode 100644
index 00000000..c2370a4a
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/2/208_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/2/209_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/2/209_2.xml
new file mode 100644
index 00000000..cfbd37ea
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/2/209_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/2/210_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/2/210_2.xml
new file mode 100644
index 00000000..c6910936
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/2/210_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/2/211_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/2/211_2.xml
new file mode 100644
index 00000000..72d0cef0
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/2/211_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/2/212_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/2/212_2.xml
new file mode 100644
index 00000000..da059648
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/2/212_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/2/213_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/2/213_2.xml
new file mode 100644
index 00000000..f6135045
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/2/213_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/2/214_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/2/214_2.xml
new file mode 100644
index 00000000..70c1b6fc
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/2/214_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/2/215_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/2/215_2.xml
new file mode 100644
index 00000000..8bf79321
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/2/215_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/3/301_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/3/301_2.xml
new file mode 100644
index 00000000..9816abff
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/3/301_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/3/302_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/3/302_2.xml
new file mode 100644
index 00000000..eefcc047
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/3/302_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/3/303_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/3/303_2.xml
new file mode 100644
index 00000000..507a6840
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/3/303_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/3/304_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/3/304_2.xml
new file mode 100644
index 00000000..942dcb9f
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/3/304_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/3/305_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/3/305_2.xml
new file mode 100644
index 00000000..6b54f442
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/3/305_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/3/306_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/3/306_2.xml
new file mode 100644
index 00000000..b7343740
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/3/306_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/3/307_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/3/307_2.xml
new file mode 100644
index 00000000..11f8189d
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/3/307_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/3/308_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/3/308_2.xml
new file mode 100644
index 00000000..03e05cd3
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/3/308_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/3/309_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/3/309_2.xml
new file mode 100644
index 00000000..f882a7bd
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/3/309_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/3/310_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/3/310_2.xml
new file mode 100644
index 00000000..00d5820a
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/3/310_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/3/311_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/3/311_2.xml
new file mode 100644
index 00000000..c1ccc97e
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/3/311_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/3/312_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/3/312_2.xml
new file mode 100644
index 00000000..1a318b0b
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/3/312_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/3/313_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/3/313_2.xml
new file mode 100644
index 00000000..768b32d0
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/3/313_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/3/314_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/3/314_2.xml
new file mode 100644
index 00000000..e00af50d
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/3/314_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/3/315_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/3/315_2.xml
new file mode 100644
index 00000000..eefcc047
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/3/315_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/4/401_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/4/401_2.xml
new file mode 100644
index 00000000..d12ee289
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/4/401_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/4/402_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/4/402_2.xml
new file mode 100644
index 00000000..3cd6622c
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/4/402_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/4/403_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/4/403_2.xml
new file mode 100644
index 00000000..8418aa77
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/4/403_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/4/404_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/4/404_2.xml
new file mode 100644
index 00000000..372d2897
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/4/404_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/4/405_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/4/405_2.xml
new file mode 100644
index 00000000..2ff3ba64
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/4/405_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/4/406_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/4/406_2.xml
new file mode 100644
index 00000000..3016351c
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/4/406_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/4/407_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/4/407_2.xml
new file mode 100644
index 00000000..dca85d0a
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/4/407_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/4/408_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/4/408_2.xml
new file mode 100644
index 00000000..62dd30e4
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/4/408_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/4/409_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/4/409_2.xml
new file mode 100644
index 00000000..f1ba1673
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/4/409_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/4/410_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/4/410_2.xml
new file mode 100644
index 00000000..4aea2fee
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/4/410_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/4/411_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/4/411_2.xml
new file mode 100644
index 00000000..98f959db
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/4/411_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/4/412_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/4/412_2.xml
new file mode 100644
index 00000000..9d0939a4
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/4/412_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/4/413_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/4/413_2.xml
new file mode 100644
index 00000000..748d64e0
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/4/413_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/4/414_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/4/414_2.xml
new file mode 100644
index 00000000..e426efab
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/4/414_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/4/415_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/4/415_2.xml
new file mode 100644
index 00000000..3cd6622c
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/4/415_2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/515_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/515_2.xml
new file mode 100644
index 00000000..fbdf3bf1
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/515_2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/616_2.xml b/wb_new_ui/assets/Main_Poker/newcard2/616_2.xml
new file mode 100644
index 00000000..f87704bc
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/616_2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/di.xml b/wb_new_ui/assets/Main_Poker/newcard2/di.xml
new file mode 100644
index 00000000..87962990
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/newcard2/di.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/01.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/01.png
new file mode 100644
index 00000000..1bf8ff48
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/01.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/02.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/02.png
new file mode 100644
index 00000000..27fc9b5f
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/02.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/03.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/03.png
new file mode 100644
index 00000000..718e1a5e
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/03.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/04.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/04.png
new file mode 100644
index 00000000..fa39babb
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/04.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/05.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/05.png
new file mode 100644
index 00000000..8b4e520b
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/05.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/06.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/06.png
new file mode 100644
index 00000000..d3f61172
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/06.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/07.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/07.png
new file mode 100644
index 00000000..49e0a3cb
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/07.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/08.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/08.png
new file mode 100644
index 00000000..243a5fa9
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/08.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/09.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/09.png
new file mode 100644
index 00000000..2c9e700d
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/09.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/10.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/10.png
new file mode 100644
index 00000000..8d0a2af9
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/10.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/11.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/11.png
new file mode 100644
index 00000000..3a15052c
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/11.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/12.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/12.png
new file mode 100644
index 00000000..9c7cd9a7
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/12.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/13.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/13.png
new file mode 100644
index 00000000..24809fbe
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/13.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/14.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/14.png
new file mode 100644
index 00000000..ca941657
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/14.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/15.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/15.png
new file mode 100644
index 00000000..e056b995
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/15.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/h01.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/h01.png
new file mode 100644
index 00000000..067452f3
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/h01.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/h02.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/h02.png
new file mode 100644
index 00000000..e4576cfa
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/h02.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/h03.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/h03.png
new file mode 100644
index 00000000..02eb4785
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/h03.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/h04.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/h04.png
new file mode 100644
index 00000000..e409f2c0
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/h04.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/j01.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/j01.png
new file mode 100644
index 00000000..6b11126f
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/j01.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/j02.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/j02.png
new file mode 100644
index 00000000..22fc678e
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/j02.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/j03.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/j03.png
new file mode 100644
index 00000000..ffbfb2b1
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/j03.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/j04.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/j04.png
new file mode 100644
index 00000000..272ebe50
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/j04.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/k01.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/k01.png
new file mode 100644
index 00000000..3089a38a
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/k01.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/k02.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/k02.png
new file mode 100644
index 00000000..1e812ce3
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/k02.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/k03.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/k03.png
new file mode 100644
index 00000000..5beace8c
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/k03.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/k04.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/k04.png
new file mode 100644
index 00000000..479c7289
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/k04.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/q01.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/q01.png
new file mode 100644
index 00000000..2616e67c
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/q01.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/q02.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/q02.png
new file mode 100644
index 00000000..14c784a4
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/q02.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/q03.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/q03.png
new file mode 100644
index 00000000..98e06459
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/q03.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/q04.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/q04.png
new file mode 100644
index 00000000..04ef991f
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/q04.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/x01.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/x01.png
new file mode 100644
index 00000000..9eae11be
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/x01.png differ
diff --git a/wb_new_ui/assets/Main_Poker/newcard2/new_assert/x02.png b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/x02.png
new file mode 100644
index 00000000..f4a7a518
Binary files /dev/null and b/wb_new_ui/assets/Main_Poker/newcard2/new_assert/x02.png differ
diff --git a/wb_new_ui/assets/Main_Poker/niuniuPlayerhead.xml b/wb_new_ui/assets/Main_Poker/niuniuPlayerhead.xml
new file mode 100644
index 00000000..2e43bb71
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/niuniuPlayerhead.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_Poker/package.xml b/wb_new_ui/assets/Main_Poker/package.xml
new file mode 100644
index 00000000..4ab6bef7
--- /dev/null
+++ b/wb_new_ui/assets/Main_Poker/package.xml
@@ -0,0 +1,231 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/HuTip/Hu_Tip.xml b/wb_new_ui/assets/Main_RunBeard/component/HuTip/Hu_Tip.xml
new file mode 100644
index 00000000..4da7cfe7
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/HuTip/Hu_Tip.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/Head4.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/Head4.xml
new file mode 100644
index 00000000..a145b772
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/Head4.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/HeadNameBG.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/HeadNameBG.xml
new file mode 100644
index 00000000..26792f05
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/HeadNameBG.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/Main_2.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/Main_2.xml
new file mode 100644
index 00000000..14cab067
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/Main_2.xml
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/Main_3.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/Main_3.xml
new file mode 100644
index 00000000..cd1e27f6
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/Main_3.xml
@@ -0,0 +1,157 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/Main_4.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/Main_4.xml
new file mode 100644
index 00000000..4c4c65c6
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/Main_4.xml
@@ -0,0 +1,163 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/Qipai.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/Qipai.xml
new file mode 100644
index 00000000..5d954c4d
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/Qipai.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/RoomInfoPanel.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/RoomInfoPanel.xml
new file mode 100644
index 00000000..772cc734
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/RoomInfoPanel.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/RoomInfoPanel1.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/RoomInfoPanel1.xml
new file mode 100644
index 00000000..e6d26a3a
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/RoomInfoPanel1.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/Btn_chat.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/Btn_chat.xml
new file mode 100644
index 00000000..9300d079
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/Btn_chat.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/Gcm_chat.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/Gcm_chat.xml
new file mode 100644
index 00000000..b83e88b3
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/Gcm_chat.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/RightPanel.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/RightPanel.xml
new file mode 100644
index 00000000..0027b137
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/RightPanel.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/VoiceMask(1).xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/VoiceMask(1).xml
new file mode 100644
index 00000000..eed8f96e
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/VoiceMask(1).xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/4g01.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/4g01.png
new file mode 100644
index 00000000..cbb50f5b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/4g01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/4g02.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/4g02.png
new file mode 100644
index 00000000..38cb7331
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/4g02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/4g03.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/4g03.png
new file mode 100644
index 00000000..15bc9cc9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/4g03.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/Btn_back_lobby.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/Btn_back_lobby.xml
new file mode 100644
index 00000000..54f5ca35
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/Btn_back_lobby.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/Btn_jiesan_lobby.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/Btn_jiesan_lobby.xml
new file mode 100644
index 00000000..121e6e1b
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/Btn_jiesan_lobby.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/Btn_leave_lobby.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/Btn_leave_lobby.xml
new file mode 100644
index 00000000..2e8ef05a
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/Btn_leave_lobby.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/Btn_log.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/Btn_log.xml
new file mode 100644
index 00000000..fdcf0220
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/Btn_log.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/Btn_reset.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/Btn_reset.xml
new file mode 100644
index 00000000..72ee3a12
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/Btn_reset.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/Btn_setting.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/Btn_setting.xml
new file mode 100644
index 00000000..d7c533f7
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/Btn_setting.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/Component3(1).xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/Component3(1).xml
new file mode 100644
index 00000000..a6bdb752
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/Component3(1).xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/Component3.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/Component3.xml
new file mode 100644
index 00000000..d5efdc86
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/Component3.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/ProgressBar2.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/ProgressBar2.xml
new file mode 100644
index 00000000..250ef557
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/ProgressBar2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/game_icon_01.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/game_icon_01.png
new file mode 100644
index 00000000..160c7f2b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/game_icon_01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/new_js.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/new_js.png
new file mode 100644
index 00000000..ee0f58f5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/new_js.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/new_lk.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/new_lk.png
new file mode 100644
index 00000000..15900fe2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/new_lk.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/new_sm.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/new_sm.png
new file mode 100644
index 00000000..af395a1f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/new_sm.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/new_sz.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/new_sz.png
new file mode 100644
index 00000000..d44b5f15
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/component/phone_info/new_sz.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/img_3.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/img_3.png
new file mode 100644
index 00000000..ab16cfee
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/img_3.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/img_6.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/img_6.png
new file mode 100644
index 00000000..754a998e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/img_6.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/new_bg_hd.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/new_bg_hd.png
new file mode 100644
index 00000000..2de0f9bd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/new_bg_hd.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/new_sd_bg.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/new_sd_bg.png
new file mode 100644
index 00000000..b3535c01
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/new_sd_bg.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/4g01.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/4g01.png
new file mode 100644
index 00000000..cbb50f5b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/4g01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/4g02.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/4g02.png
new file mode 100644
index 00000000..38cb7331
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/4g02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/4g03.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/4g03.png
new file mode 100644
index 00000000..15bc9cc9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/4g03.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/chakan.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/chakan.png
new file mode 100644
index 00000000..ff65453a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/chakan.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/dianchi01.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/dianchi01.png
new file mode 100644
index 00000000..95d369ff
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/dianchi01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/dianchi02.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/dianchi02.png
new file mode 100644
index 00000000..86b4430c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/dianchi02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/game_icon_01.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/game_icon_01.png
new file mode 100644
index 00000000..160c7f2b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/game_icon_01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/shezhi.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/shezhi.png
new file mode 100644
index 00000000..9f212dcc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/shezhi.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/wifi01.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/wifi01.png
new file mode 100644
index 00000000..f5ff4a53
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/wifi01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/wifi02.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/wifi02.png
new file mode 100644
index 00000000..f2de359a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/wifi02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/wifi03.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/wifi03.png
new file mode 100644
index 00000000..a64ca8b7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/phone_info/wifi03.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/voice/yuyinquan01.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/voice/yuyinquan01.png
new file mode 100644
index 00000000..5b4467b6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/voice/yuyinquan01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/voice/yuyinquan02.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/voice/yuyinquan02.png
new file mode 100644
index 00000000..3e7c9b83
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/voice/yuyinquan02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/voice/yuyinquan03.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/voice/yuyinquan03.png
new file mode 100644
index 00000000..e5344235
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Folder/images/voice/yuyinquan03.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/HeadNameBG.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/HeadNameBG.xml
new file mode 100644
index 00000000..9852fa60
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/HeadNameBG.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_1.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_1.xml
new file mode 100644
index 00000000..6557165c
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_1.xml
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_2.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_2.xml
new file mode 100644
index 00000000..ae08f2df
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_2.xml
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_3.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_3.xml
new file mode 100644
index 00000000..5521f46e
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_3.xml
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_4.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_4.xml
new file mode 100644
index 00000000..f474a06e
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/PlayerHead_4.xml
@@ -0,0 +1,102 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_1.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_1.xml
new file mode 100644
index 00000000..acaffc79
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_1.xml
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_1_1.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_1_1.xml
new file mode 100644
index 00000000..78835911
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_1_1.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_2.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_2.xml
new file mode 100644
index 00000000..15cc0c8c
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_2.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_3.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_3.xml
new file mode 100644
index 00000000..2127f59e
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_3.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_3_1.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_3_1.xml
new file mode 100644
index 00000000..85030d8e
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_3_1.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_4.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_4.xml
new file mode 100644
index 00000000..ebd895ba
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/Player_card_info_4.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/PromptOutCard.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/component/PromptOutCard.xml
new file mode 100644
index 00000000..b8200233
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/component/PromptOutCard.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/chat_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/chat_img.png
new file mode 100644
index 00000000..228cbc5d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/chat_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/daniao_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/daniao_img.png
new file mode 100644
index 00000000..017601bd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/daniao_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/di_kuang.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/di_kuang.png
new file mode 100644
index 00000000..7b45c5a6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/di_kuang.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/dingwei_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/dingwei_img.png
new file mode 100644
index 00000000..bd1a808a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/dingwei_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/fangzhu_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/fangzhu_img.png
new file mode 100644
index 00000000..5b16fd83
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/fangzhu_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/fengexian_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/fengexian_img.png
new file mode 100644
index 00000000..8608c74a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/fengexian_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/huxi_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/huxi_img.png
new file mode 100644
index 00000000..09f95fd2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/huxi_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/jiatuo_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/jiatuo_img.png
new file mode 100644
index 00000000..63b46694
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/jiatuo_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/jiesan_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/jiesan_img.png
new file mode 100644
index 00000000..c7d8b220
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/jiesan_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/jifen_bg_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/jifen_bg_img.png
new file mode 100644
index 00000000..0a36cadc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/jifen_bg_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/location_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/location_img.png
new file mode 100644
index 00000000..bd1a808a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/location_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/niyimh.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/niyimh.png
new file mode 100644
index 00000000..83258382
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/niyimh.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/paitui_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/paitui_img.png
new file mode 100644
index 00000000..f4a45122
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/paitui_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/refresh_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/refresh_img.png
new file mode 100644
index 00000000..ab6e3b8d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/refresh_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/shezhi_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/shezhi_img.png
new file mode 100644
index 00000000..00bc70ae
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/shezhi_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/shuaxin_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/shuaxin_img.png
new file mode 100644
index 00000000..ab6e3b8d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/shuaxin_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/shuoming_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/shuoming_img.png
new file mode 100644
index 00000000..ebd560b5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/shuoming_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/touxiang_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/touxiang_img.png
new file mode 100644
index 00000000..d62a8772
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/touxiang_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/touxianghui_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/touxianghui_img.png
new file mode 100644
index 00000000..f84ce318
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/touxianghui_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/touxiangkuang_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/touxiangkuang_img.png
new file mode 100644
index 00000000..e8864353
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/touxiangkuang_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/up_bg_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/up_bg_img.png
new file mode 100644
index 00000000..547faeeb
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/up_bg_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/yaoqing_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/yaoqing_img.png
new file mode 100644
index 00000000..d2b7ecab
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/yaoqing_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/yuyin_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/yuyin_img.png
new file mode 100644
index 00000000..83759b81
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/yuyin_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/zhuang_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/zhuang_img.png
new file mode 100644
index 00000000..42e67c04
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/zhuang_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/zhunbei_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/zhunbei_img.png
new file mode 100644
index 00000000..dae6d2b2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/zhunbei_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/房主.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/房主.png
new file mode 100644
index 00000000..48441680
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/房主.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/玩法详情.png b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/玩法详情.png
new file mode 100644
index 00000000..c520ec59
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/component/new_ui/玩法详情.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/images/c00.png b/wb_new_ui/assets/Main_RunBeard/component/Main/images/c00.png
new file mode 100644
index 00000000..2bec286d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/images/c00.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/images/clock.png b/wb_new_ui/assets/Main_RunBeard/component/Main/images/clock.png
new file mode 100644
index 00000000..8e556328
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/images/clock.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/images/di.png b/wb_new_ui/assets/Main_RunBeard/component/Main/images/di.png
new file mode 100644
index 00000000..afe29984
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/images/di.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/images/di00.png b/wb_new_ui/assets/Main_RunBeard/component/Main/images/di00.png
new file mode 100644
index 00000000..ca4d1516
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/images/di00.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/images/fengexian_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/images/fengexian_img.png
new file mode 100644
index 00000000..8608c74a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/images/fengexian_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/images/hand.png b/wb_new_ui/assets/Main_RunBeard/component/Main/images/hand.png
new file mode 100644
index 00000000..efd45d1c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/images/hand.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/images/niuniu_icon_12.png b/wb_new_ui/assets/Main_RunBeard/component/Main/images/niuniu_icon_12.png
new file mode 100644
index 00000000..d2acf732
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/images/niuniu_icon_12.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/images/owner.png b/wb_new_ui/assets/Main_RunBeard/component/Main/images/owner.png
new file mode 100644
index 00000000..d4c8c37f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/images/owner.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/images/paidui.png b/wb_new_ui/assets/Main_RunBeard/component/Main/images/paidui.png
new file mode 100644
index 00000000..528d2ce8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/images/paidui.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/images/paizuo.png b/wb_new_ui/assets/Main_RunBeard/component/Main/images/paizuo.png
new file mode 100644
index 00000000..f0afc8ba
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/images/paizuo.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/images/shuaxin.png b/wb_new_ui/assets/Main_RunBeard/component/Main/images/shuaxin.png
new file mode 100644
index 00000000..aeefc240
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/images/shuaxin.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/images/wxyqhy_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/images/wxyqhy_img.png
new file mode 100644
index 00000000..e25d2f0a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/images/wxyqhy_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/images/xuxian.png b/wb_new_ui/assets/Main_RunBeard/component/Main/images/xuxian.png
new file mode 100644
index 00000000..cad0f5ae
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/images/xuxian.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/images/zipai.png b/wb_new_ui/assets/Main_RunBeard/component/Main/images/zipai.png
new file mode 100644
index 00000000..9d5aa3d3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/images/zipai.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/images/zipai11.png b/wb_new_ui/assets/Main_RunBeard/component/Main/images/zipai11.png
new file mode 100644
index 00000000..f4a45122
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/images/zipai11.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/images/zipai2.png b/wb_new_ui/assets/Main_RunBeard/component/Main/images/zipai2.png
new file mode 100644
index 00000000..f6e0521a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/images/zipai2.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/images/zipai3.png b/wb_new_ui/assets/Main_RunBeard/component/Main/images/zipai3.png
new file mode 100644
index 00000000..2812f8e4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/images/zipai3.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/images/庄.png b/wb_new_ui/assets/Main_RunBeard/component/Main/images/庄.png
new file mode 100644
index 00000000..78231620
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/images/庄.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/images/玩法详情.png b/wb_new_ui/assets/Main_RunBeard/component/Main/images/玩法详情.png
new file mode 100644
index 00000000..c520ec59
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/images/玩法详情.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/new_ui/Btn_newYellow_long.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/new_ui/Btn_newYellow_long.xml
new file mode 100644
index 00000000..29e22e65
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/new_ui/Btn_newYellow_long.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/new_ui/Btn_newYellow_yaoqing.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/new_ui/Btn_newYellow_yaoqing.xml
new file mode 100644
index 00000000..c58f4429
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/new_ui/Btn_newYellow_yaoqing.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/new_ui/fanhui_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/new_ui/fanhui_img.png
new file mode 100644
index 00000000..20c04db6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/new_ui/fanhui_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/new_ui/jifen_bg_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/new_ui/jifen_bg_img.png
new file mode 100644
index 00000000..0a36cadc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/new_ui/jifen_bg_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/new_ui/zailaiyiju_img.png b/wb_new_ui/assets/Main_RunBeard/component/Main/new_ui/zailaiyiju_img.png
new file mode 100644
index 00000000..6f20e50a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/new_ui/zailaiyiju_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/niuniu_icon_12.png b/wb_new_ui/assets/Main_RunBeard/component/Main/niuniu_icon_12.png
new file mode 100644
index 00000000..bc6d9e0a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/niuniu_icon_12.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/component/Slider1.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/component/Slider1.xml
new file mode 100644
index 00000000..aa4e048b
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/component/Slider1.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/component/Slider1_grip.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/component/Slider1_grip.xml
new file mode 100644
index 00000000..a8d105f3
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/component/Slider1_grip.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/component/Slider1_grip2.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/component/Slider1_grip2.xml
new file mode 100644
index 00000000..3043cf08
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/component/Slider1_grip2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/component/Slider2.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/component/Slider2.xml
new file mode 100644
index 00000000..77c08596
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/component/Slider2.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/component/setting/btn_bg.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/component/setting/btn_bg.xml
new file mode 100644
index 00000000..64822cc2
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/component/setting/btn_bg.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/11_08.png b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/11_08.png
new file mode 100644
index 00000000..f94364e5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/11_08.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/bj.png b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/bj.png
new file mode 100644
index 00000000..87e6448d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/bj.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/dk.png b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/dk.png
new file mode 100644
index 00000000..5f174fc6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/dk.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/fgx.png b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/fgx.png
new file mode 100644
index 00000000..d5a2cc57
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/fgx.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/fy_tag_icon.png b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/fy_tag_icon.png
new file mode 100644
index 00000000..0b9ad045
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/fy_tag_icon.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/gongneng_false.png b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/gongneng_false.png
new file mode 100644
index 00000000..cec464a2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/gongneng_false.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/gongneng_true.png b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/gongneng_true.png
new file mode 100644
index 00000000..9929af29
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/gongneng_true.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/hdtd.png b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/hdtd.png
new file mode 100644
index 00000000..c2f2740b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/hdtd.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/huamian_false.png b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/huamian_false.png
new file mode 100644
index 00000000..4a329edb
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/huamian_false.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/huamian_true.png b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/huamian_true.png
new file mode 100644
index 00000000..84e9a612
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/huamian_true.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/hw.png b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/hw.png
new file mode 100644
index 00000000..18a25f6c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/hw.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/jdt.png b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/jdt.png
new file mode 100644
index 00000000..9ebfe48d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/jdt.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/new_switch_btn.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/new_switch_btn.xml
new file mode 100644
index 00000000..ae810265
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/new_switch_btn.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/new_switch_gn_btn.xml b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/new_switch_gn_btn.xml
new file mode 100644
index 00000000..ae6b70d2
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/new_switch_gn_btn.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/pm.png b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/pm.png
new file mode 100644
index 00000000..6a5c0a9b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/pm.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/shezhi_title_03.png b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/shezhi_title_03.png
new file mode 100644
index 00000000..554a0279
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/shezhi_title_03.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/shezhi_title_04.png b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/shezhi_title_04.png
new file mode 100644
index 00000000..4e993f3b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/shezhi_title_04.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/sp_tag_icon.png b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/sp_tag_icon.png
new file mode 100644
index 00000000..3a685fd7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/sp_tag_icon.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/sx.png b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/sx.png
new file mode 100644
index 00000000..90c423b3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/sx.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/sytb.png b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/sytb.png
new file mode 100644
index 00000000..f1905b55
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/sytb.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/xzk.png b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/xzk.png
new file mode 100644
index 00000000..cc1b833f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/xzk.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/yytb.png b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/yytb.png
new file mode 100644
index 00000000..23ae81c0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/yytb.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/zipai_font_01.png b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/zipai_font_01.png
new file mode 100644
index 00000000..58a6f82d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/zipai_font_01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/zipai_font_02.png b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/zipai_font_02.png
new file mode 100644
index 00000000..59d8a61c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/zipai_font_02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/zipai_font_03.png b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/zipai_font_03.png
new file mode 100644
index 00000000..a7e3bf1e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/zipai_font_03.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/zipai_font_04.png b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/zipai_font_04.png
new file mode 100644
index 00000000..57afb3da
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/setting/images/setting/zipai_font_04.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/Main/shou.png b/wb_new_ui/assets/Main_RunBeard/component/Main/shou.png
new file mode 100644
index 00000000..f2c7bcab
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/Main/shou.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/cards/Btn_Card.xml b/wb_new_ui/assets/Main_RunBeard/component/cards/Btn_Card.xml
new file mode 100644
index 00000000..947cb958
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/cards/Btn_Card.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/cards/Component1.xml b/wb_new_ui/assets/Main_RunBeard/component/cards/Component1.xml
new file mode 100644
index 00000000..283b16d5
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/cards/Component1.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/cards/Component4.xml b/wb_new_ui/assets/Main_RunBeard/component/cards/Component4.xml
new file mode 100644
index 00000000..4be82a8c
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/cards/Component4.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/cards/ComponentNew.xml b/wb_new_ui/assets/Main_RunBeard/component/cards/ComponentNew.xml
new file mode 100644
index 00000000..7c0115cc
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/cards/ComponentNew.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/cards/Fz_0_3.xml b/wb_new_ui/assets/Main_RunBeard/component/cards/Fz_0_3.xml
new file mode 100644
index 00000000..803e53ce
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/cards/Fz_0_3.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/cards/Fz_0_4.xml b/wb_new_ui/assets/Main_RunBeard/component/cards/Fz_0_4.xml
new file mode 100644
index 00000000..0ce14a94
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/cards/Fz_0_4.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/cards/Gcm_OutCard.xml b/wb_new_ui/assets/Main_RunBeard/component/cards/Gcm_OutCard.xml
new file mode 100644
index 00000000..b9283192
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/cards/Gcm_OutCard.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/cards/Gcm_moveCard.xml b/wb_new_ui/assets/Main_RunBeard/component/cards/Gcm_moveCard.xml
new file mode 100644
index 00000000..26259228
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/cards/Gcm_moveCard.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/cards/Qipai.xml b/wb_new_ui/assets/Main_RunBeard/component/cards/Qipai.xml
new file mode 100644
index 00000000..b8f4c05d
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/cards/Qipai.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/cards/images/00(1).png b/wb_new_ui/assets/Main_RunBeard/component/cards/images/00(1).png
new file mode 100644
index 00000000..16a9cad3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/cards/images/00(1).png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/cards/images/tips.png b/wb_new_ui/assets/Main_RunBeard/component/cards/images/tips.png
new file mode 100644
index 00000000..e47085fc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/cards/images/tips.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/cards/zipai_di_bg.png b/wb_new_ui/assets/Main_RunBeard/component/cards/zipai_di_bg.png
new file mode 100644
index 00000000..1dab9288
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/cards/zipai_di_bg.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/Btn_pass_new.xml b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/Btn_pass_new.xml
new file mode 100644
index 00000000..7418f338
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/Btn_pass_new.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/Z_guo_light.png b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/Z_guo_light.png
new file mode 100644
index 00000000..8708cb1b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/Z_guo_light.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop.png b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop.png
new file mode 100644
index 00000000..4778c113
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop_1.png b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop_1.png
new file mode 100644
index 00000000..903ee7ae
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop_1.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop_2.png b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop_2.png
new file mode 100644
index 00000000..1a034b80
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop_2.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop_4.png b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop_4.png
new file mode 100644
index 00000000..a1686625
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop_4.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop_5.png b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop_5.png
new file mode 100644
index 00000000..c995a46e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop_5.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop_6.png b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop_6.png
new file mode 100644
index 00000000..c995a46e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop_6.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop_7.png b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop_7.png
new file mode 100644
index 00000000..7559cb1d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop_7.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop_8.png b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop_8.png
new file mode 100644
index 00000000..c407cbc1
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop_8.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop_9.png b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop_9.png
new file mode 100644
index 00000000..7559cb1d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/newop_9.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/光晕.png b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/光晕.png
new file mode 100644
index 00000000..0646066d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/光晕.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/光束2.png b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/光束2.png
new file mode 100644
index 00000000..fb2bdcb7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/光束2.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/别人胡.xml b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/别人胡.xml
new file mode 100644
index 00000000..b434982b
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/别人胡.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/星星.png b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/星星.png
new file mode 100644
index 00000000..65b99b8d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/星星.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/板子.png b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/板子.png
new file mode 100644
index 00000000..5b216e56
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/板子.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/牌.png b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/牌.png
new file mode 100644
index 00000000..43c22ce4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/牌.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/胡.png b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/胡.png
new file mode 100644
index 00000000..38e67e23
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/胡.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/胡牌边界光.png b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/胡牌边界光.png
new file mode 100644
index 00000000..f8e3e90f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/胡牌边界光.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/自己胡牌.xml b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/自己胡牌.xml
new file mode 100644
index 00000000..9ef336af
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/chi_peng_effect/自己胡牌.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/big_result_wanfa_zipai_flag.xml b/wb_new_ui/assets/Main_RunBeard/component/clearing/big_result_wanfa_zipai_flag.xml
new file mode 100644
index 00000000..78ac6564
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/clearing/big_result_wanfa_zipai_flag.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/big_zipai_result_item.xml b/wb_new_ui/assets/Main_RunBeard/component/clearing/big_zipai_result_item.xml
new file mode 100644
index 00000000..c2fad928
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/clearing/big_zipai_result_item.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/btn_result_close.xml b/wb_new_ui/assets/Main_RunBeard/component/clearing/btn_result_close.xml
new file mode 100644
index 00000000..7be869df
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/clearing/btn_result_close.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/descript_item_zipai.xml b/wb_new_ui/assets/Main_RunBeard/component/clearing/descript_item_zipai.xml
new file mode 100644
index 00000000..8ae3a5e7
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/clearing/descript_item_zipai.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/bqd.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/bqd.png
new file mode 100644
index 00000000..a9f4ab42
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/bqd.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/dyj.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/dyj.png
new file mode 100644
index 00000000..7ace77a1
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/dyj.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/fgx.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/fgx.png
new file mode 100644
index 00000000..cb7e82f4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/fgx.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/fxlj.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/fxlj.png
new file mode 100644
index 00000000..80df1393
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/fxlj.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/fzzj.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/fzzj.png
new file mode 100644
index 00000000..24eea73a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/fzzj.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/hd.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/hd.png
new file mode 100644
index 00000000..5a7693d3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/hd.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/jfd.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/jfd.png
new file mode 100644
index 00000000..fdd3d7fc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/jfd.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/jtfx.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/jtfx.png
new file mode 100644
index 00000000..db8cab1b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/jtfx.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/k.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/k.png
new file mode 100644
index 00000000..73212604
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/k.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/qiwnj.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/qiwnj.png
new file mode 100644
index 00000000..a83839ed
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/qiwnj.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/sb.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/sb.png
new file mode 100644
index 00000000..7293e34b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/sb.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/shengli_zipai.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/shengli_zipai.png
new file mode 100644
index 00000000..fe78c974
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/shengli_zipai.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/shibai_zipai.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/shibai_zipai.png
new file mode 100644
index 00000000..0a78de67
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/shibai_zipai.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/sl.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/sl.png
new file mode 100644
index 00000000..a416d3e5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/sl.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/tgz.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/tgz.png
new file mode 100644
index 00000000..f5638bbd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/tgz.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/zipai_di.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/zipai_di.png
new file mode 100644
index 00000000..8b6c7390
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/zipai_di.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/zipai_shuoming_di.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/zipai_shuoming_di.png
new file mode 100644
index 00000000..79ba9baa
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/zipai_shuoming_di.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/zjwjd.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/zjwjd.png
new file mode 100644
index 00000000..cceb3bc5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/zjwjd.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/zjzlbt.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/zjzlbt.png
new file mode 100644
index 00000000..d8ea9dc5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/zjzlbt.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/准备.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/准备.png
new file mode 100644
index 00000000..163dfc21
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/准备.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/分享.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/分享.png
new file mode 100644
index 00000000..431ee6a2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/分享.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/大赢家.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/大赢家.png
new file mode 100644
index 00000000..e476a8dc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/大赢家.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/底.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/底.png
new file mode 100644
index 00000000..d86c2f69
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/底.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/开始.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/开始.png
new file mode 100644
index 00000000..2a168fb2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/开始.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/战绩.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/战绩.png
new file mode 100644
index 00000000..6debbccd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/战绩.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/标签.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/标签.png
new file mode 100644
index 00000000..0fdaa384
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/标签.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/流局字.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/流局字.png
new file mode 100644
index 00000000..e54864d6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/流局字.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/退出.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/退出.png
new file mode 100644
index 00000000..1a38b454
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/退出.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/邀请.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/邀请.png
new file mode 100644
index 00000000..e79e533d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/邀请.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/image/邀请好友.png b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/邀请好友.png
new file mode 100644
index 00000000..00c70ce2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/clearing/image/邀请好友.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/otherCard_item.xml b/wb_new_ui/assets/Main_RunBeard/component/clearing/otherCard_item.xml
new file mode 100644
index 00000000..9712a3cf
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/clearing/otherCard_item.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/result_zipai_head.xml b/wb_new_ui/assets/Main_RunBeard/component/clearing/result_zipai_head.xml
new file mode 100644
index 00000000..317991ee
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/clearing/result_zipai_head.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/result_zipai_main.xml b/wb_new_ui/assets/Main_RunBeard/component/clearing/result_zipai_main.xml
new file mode 100644
index 00000000..c9c916fa
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/clearing/result_zipai_main.xml
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/zipai_btn_queren_confirm.xml b/wb_new_ui/assets/Main_RunBeard/component/clearing/zipai_btn_queren_confirm.xml
new file mode 100644
index 00000000..84e47ed7
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/clearing/zipai_btn_queren_confirm.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/zipai_btn_result_confirm.xml b/wb_new_ui/assets/Main_RunBeard/component/clearing/zipai_btn_result_confirm.xml
new file mode 100644
index 00000000..9f1213d4
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/clearing/zipai_btn_result_confirm.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/clearing/zipai_btn_result_share.xml b/wb_new_ui/assets/Main_RunBeard/component/clearing/zipai_btn_result_share.xml
new file mode 100644
index 00000000..f6546458
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/clearing/zipai_btn_result_share.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/effect/FzEffect.xml b/wb_new_ui/assets/Main_RunBeard/component/effect/FzEffect.xml
new file mode 100644
index 00000000..06ec684c
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/effect/FzEffect.xml
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/effect/FzEffect1.xml b/wb_new_ui/assets/Main_RunBeard/component/effect/FzEffect1.xml
new file mode 100644
index 00000000..4d856a27
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/effect/FzEffect1.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/effect/FzEffect2.xml b/wb_new_ui/assets/Main_RunBeard/component/effect/FzEffect2.xml
new file mode 100644
index 00000000..3d9daa20
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/effect/FzEffect2.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/effect/effct_img/光.png b/wb_new_ui/assets/Main_RunBeard/component/effect/effct_img/光.png
new file mode 100644
index 00000000..37ac55e3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/effect/effct_img/光.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/effect/effct_img/星.png b/wb_new_ui/assets/Main_RunBeard/component/effect/effct_img/星.png
new file mode 100644
index 00000000..e9d4b763
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/effect/effct_img/星.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/effect/effct_img/粒子.png b/wb_new_ui/assets/Main_RunBeard/component/effect/effct_img/粒子.png
new file mode 100644
index 00000000..0210f2d7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/effect/effct_img/粒子.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/images/dibutton.xml b/wb_new_ui/assets/Main_RunBeard/component/images/dibutton.xml
new file mode 100644
index 00000000..6a600c06
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/images/dibutton.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/images/ting.png b/wb_new_ui/assets/Main_RunBeard/component/images/ting.png
new file mode 100644
index 00000000..57a9daf2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/images/ting.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/images/zipai02.png b/wb_new_ui/assets/Main_RunBeard/component/images/zipai02.png
new file mode 100644
index 00000000..0f91d502
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/images/zipai02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/images/zipaic2.png b/wb_new_ui/assets/Main_RunBeard/component/images/zipaic2.png
new file mode 100644
index 00000000..b538f46a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/images/zipaic2.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/jiesuan/LiuJu_old.xml b/wb_new_ui/assets/Main_RunBeard/component/jiesuan/LiuJu_old.xml
new file mode 100644
index 00000000..e08daee6
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/jiesuan/LiuJu_old.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/jiesuan/liuju.png b/wb_new_ui/assets/Main_RunBeard/component/jiesuan/liuju.png
new file mode 100644
index 00000000..35e4dbfa
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/jiesuan/liuju.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/liuju/LiuJu.xml b/wb_new_ui/assets/Main_RunBeard/component/liuju/LiuJu.xml
new file mode 100644
index 00000000..0edf3b03
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/liuju/LiuJu.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/liuju/LiuJu_old.xml b/wb_new_ui/assets/Main_RunBeard/component/liuju/LiuJu_old.xml
new file mode 100644
index 00000000..e08daee6
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/liuju/LiuJu_old.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/liuju/liuju.png b/wb_new_ui/assets/Main_RunBeard/component/liuju/liuju.png
new file mode 100644
index 00000000..35e4dbfa
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/liuju/liuju.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/option/Btn_fztip.xml b/wb_new_ui/assets/Main_RunBeard/component/option/Btn_fztip.xml
new file mode 100644
index 00000000..714cb7c0
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/option/Btn_fztip.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/option/Btn_pass.xml b/wb_new_ui/assets/Main_RunBeard/component/option/Btn_pass.xml
new file mode 100644
index 00000000..5f08dba8
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/option/Btn_pass.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/option/Gcm_action_tips.xml b/wb_new_ui/assets/Main_RunBeard/component/option/Gcm_action_tips.xml
new file mode 100644
index 00000000..2ea4d8e7
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/option/Gcm_action_tips.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/option/Pop_tip_choice.xml b/wb_new_ui/assets/Main_RunBeard/component/option/Pop_tip_choice.xml
new file mode 100644
index 00000000..2c11022c
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/option/Pop_tip_choice.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/option/component/card/Btn_Card.xml b/wb_new_ui/assets/Main_RunBeard/component/option/component/card/Btn_Card.xml
new file mode 100644
index 00000000..0aa5f210
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/option/component/card/Btn_Card.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/option/component/card/Component1.xml b/wb_new_ui/assets/Main_RunBeard/component/option/component/card/Component1.xml
new file mode 100644
index 00000000..f15f6908
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/option/component/card/Component1.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/option/component/card/Gcm_OutCard.xml b/wb_new_ui/assets/Main_RunBeard/component/option/component/card/Gcm_OutCard.xml
new file mode 100644
index 00000000..26bdc54f
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/option/component/card/Gcm_OutCard.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/option/component/choose/Btn_cross.xml b/wb_new_ui/assets/Main_RunBeard/component/option/component/choose/Btn_cross.xml
new file mode 100644
index 00000000..b18102d2
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/option/component/choose/Btn_cross.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/option/component/choose/Comp_choose.xml b/wb_new_ui/assets/Main_RunBeard/component/option/component/choose/Comp_choose.xml
new file mode 100644
index 00000000..439cfb55
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/option/component/choose/Comp_choose.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/option/component/choose/game_icon_02.png b/wb_new_ui/assets/Main_RunBeard/component/option/component/choose/game_icon_02.png
new file mode 100644
index 00000000..a5d6e501
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/option/component/choose/game_icon_02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/option/di(1).png b/wb_new_ui/assets/Main_RunBeard/component/option/di(1).png
new file mode 100644
index 00000000..292f0331
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/option/di(1).png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/option/di.png b/wb_new_ui/assets/Main_RunBeard/component/option/di.png
new file mode 100644
index 00000000..fa53c47a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/option/di.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/option/dibutton.xml b/wb_new_ui/assets/Main_RunBeard/component/option/dibutton.xml
new file mode 100644
index 00000000..6a600c06
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/option/dibutton.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/option/op.png b/wb_new_ui/assets/Main_RunBeard/component/option/op.png
new file mode 100644
index 00000000..10a963e2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/option/op.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/option/op_1.png b/wb_new_ui/assets/Main_RunBeard/component/option/op_1.png
new file mode 100644
index 00000000..63207caa
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/option/op_1.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/piao/btn_nopiao.xml b/wb_new_ui/assets/Main_RunBeard/component/piao/btn_nopiao.xml
new file mode 100644
index 00000000..1f2d60e4
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/piao/btn_nopiao.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/piao/btn_piao.xml b/wb_new_ui/assets/Main_RunBeard/component/piao/btn_piao.xml
new file mode 100644
index 00000000..4b93c590
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/piao/btn_piao.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/room/btn_invite.xml b/wb_new_ui/assets/Main_RunBeard/component/room/btn_invite.xml
new file mode 100644
index 00000000..266a87bf
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/room/btn_invite.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/room/game_btn_kaiju_huang.png b/wb_new_ui/assets/Main_RunBeard/component/room/game_btn_kaiju_huang.png
new file mode 100644
index 00000000..72475cf7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/room/game_btn_kaiju_huang.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/room/game_btx_fuzhifangjianhao.png b/wb_new_ui/assets/Main_RunBeard/component/room/game_btx_fuzhifangjianhao.png
new file mode 100644
index 00000000..02372173
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/room/game_btx_fuzhifangjianhao.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/room/game_btx_yaoqinghaoyou.png b/wb_new_ui/assets/Main_RunBeard/component/room/game_btx_yaoqinghaoyou.png
new file mode 100644
index 00000000..ac70d628
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/room/game_btx_yaoqinghaoyou.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/Btn_close.xml b/wb_new_ui/assets/Main_RunBeard/component/setting/Btn_close.xml
new file mode 100644
index 00000000..3aa3b304
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/setting/Btn_close.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/Button_1.xml b/wb_new_ui/assets/Main_RunBeard/component/setting/Button_1.xml
new file mode 100644
index 00000000..6ef1b4a9
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/setting/Button_1.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/New_SettingWindow.xml b/wb_new_ui/assets/Main_RunBeard/component/setting/New_SettingWindow.xml
new file mode 100644
index 00000000..6ee89d96
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/setting/New_SettingWindow.xml
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/SettingWindow1.xml b/wb_new_ui/assets/Main_RunBeard/component/setting/SettingWindow1.xml
new file mode 100644
index 00000000..161167a1
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/setting/SettingWindow1.xml
@@ -0,0 +1,93 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/SettingWindowNewPro.xml b/wb_new_ui/assets/Main_RunBeard/component/setting/SettingWindowNewPro.xml
new file mode 100644
index 00000000..eee24319
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/setting/SettingWindowNewPro.xml
@@ -0,0 +1,150 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/Win_Frame.xml b/wb_new_ui/assets/Main_RunBeard/component/setting/Win_Frame.xml
new file mode 100644
index 00000000..f7c52d86
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/setting/Win_Frame.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/btn_bg(2).xml b/wb_new_ui/assets/Main_RunBeard/component/setting/btn_bg(2).xml
new file mode 100644
index 00000000..1b1df6d4
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/setting/btn_bg(2).xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/changeBG/word2.png b/wb_new_ui/assets/Main_RunBeard/component/setting/changeBG/word2.png
new file mode 100644
index 00000000..aa0e4d09
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/changeBG/word2.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/component/setting/Btn_cr_checkbox.xml b/wb_new_ui/assets/Main_RunBeard/component/setting/component/setting/Btn_cr_checkbox.xml
new file mode 100644
index 00000000..0bd8f970
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/setting/component/setting/Btn_cr_checkbox.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/component/setting/Button4.xml b/wb_new_ui/assets/Main_RunBeard/component/setting/component/setting/Button4.xml
new file mode 100644
index 00000000..83e3c5ea
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/setting/component/setting/Button4.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/component/setting/Slider1.xml b/wb_new_ui/assets/Main_RunBeard/component/setting/component/setting/Slider1.xml
new file mode 100644
index 00000000..5cd05615
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/setting/component/setting/Slider1.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/component/setting/Slider1_grip.xml b/wb_new_ui/assets/Main_RunBeard/component/setting/component/setting/Slider1_grip.xml
new file mode 100644
index 00000000..31a58b09
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/setting/component/setting/Slider1_grip.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/component/setting/TitleToggle1.xml b/wb_new_ui/assets/Main_RunBeard/component/setting/component/setting/TitleToggle1.xml
new file mode 100644
index 00000000..a295248d
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/setting/component/setting/TitleToggle1.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/component/setting/TitleToggle2.xml b/wb_new_ui/assets/Main_RunBeard/component/setting/component/setting/TitleToggle2.xml
new file mode 100644
index 00000000..b4b232be
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/setting/component/setting/TitleToggle2.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/component/setting/di.png b/wb_new_ui/assets/Main_RunBeard/component/setting/component/setting/di.png
new file mode 100644
index 00000000..a431e7b8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/component/setting/di.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/image/pic08.png b/wb_new_ui/assets/Main_RunBeard/component/setting/image/pic08.png
new file mode 100644
index 00000000..25a66441
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/image/pic08.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/image/pic09.png b/wb_new_ui/assets/Main_RunBeard/component/setting/image/pic09.png
new file mode 100644
index 00000000..262f3fe9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/image/pic09.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/00(5).png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/00(5).png
new file mode 100644
index 00000000..e15430de
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/00(5).png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/01(2).png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/01(2).png
new file mode 100644
index 00000000..875dbd81
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/01(2).png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/02(2).png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/02(2).png
new file mode 100644
index 00000000..b73e4f2e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/02(2).png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/1_05.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/1_05.png
new file mode 100644
index 00000000..ba81b435
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/1_05.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/f01.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/f01.png
new file mode 100644
index 00000000..de419c46
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/f01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/f02.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/f02.png
new file mode 100644
index 00000000..bb4bfa53
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/f02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/julebu_bg_01.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/julebu_bg_01.png
new file mode 100644
index 00000000..d11d3d9b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/julebu_bg_01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/julebu_icon_02.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/julebu_icon_02.png
new file mode 100644
index 00000000..80ddf39d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/julebu_icon_02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/Component5.xml b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/Component5.xml
new file mode 100644
index 00000000..83f94744
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/Component5.xml
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/bj_img.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/bj_img.png
new file mode 100644
index 00000000..cea57b31
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/bj_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/dk_img.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/dk_img.png
new file mode 100644
index 00000000..f32e7103
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/dk_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/gl_img.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/gl_img.png
new file mode 100644
index 00000000..a0e86ed2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/gl_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/hd_img.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/hd_img.png
new file mode 100644
index 00000000..8321e3b1
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/hd_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/hdtd_img.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/hdtd_img.png
new file mode 100644
index 00000000..eabcc39c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/hdtd_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/jdt_img.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/jdt_img.png
new file mode 100644
index 00000000..a718405a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/jdt_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/pm_img.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/pm_img.png
new file mode 100644
index 00000000..f30ca18f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/pm_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/sp_img.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/sp_img.png
new file mode 100644
index 00000000..90e88b0b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/sp_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/sx_img.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/sx_img.png
new file mode 100644
index 00000000..2f329bd3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/sx_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/sytb_img.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/sytb_img.png
new file mode 100644
index 00000000..3bea691d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/sytb_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/szbt_img.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/szbt_img.png
new file mode 100644
index 00000000..fd0b4b9b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/szbt_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/szgx_img.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/szgx_img.png
new file mode 100644
index 00000000..6cefea08
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/szgx_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/szz_img.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/szz_img.png
new file mode 100644
index 00000000..d1ffe913
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/szz_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/ydk_aimg.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/ydk_aimg.png
new file mode 100644
index 00000000..2d86ebc5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/ydk_aimg.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/ydk_img.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/ydk_img.png
new file mode 100644
index 00000000..fe489820
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/newsetting/ydk_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/11_03.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/11_03.png
new file mode 100644
index 00000000..392bf0af
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/11_03.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/11_08.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/11_08.png
new file mode 100644
index 00000000..f94364e5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/11_08.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/bj.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/bj.png
new file mode 100644
index 00000000..87e6448d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/bj.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/dk.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/dk.png
new file mode 100644
index 00000000..5f174fc6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/dk.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/fgx.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/fgx.png
new file mode 100644
index 00000000..d5a2cc57
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/fgx.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/fy_tag_icon.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/fy_tag_icon.png
new file mode 100644
index 00000000..0b9ad045
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/fy_tag_icon.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/gongneng_false.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/gongneng_false.png
new file mode 100644
index 00000000..cec464a2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/gongneng_false.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/gongneng_true.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/gongneng_true.png
new file mode 100644
index 00000000..9929af29
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/gongneng_true.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/hdtd.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/hdtd.png
new file mode 100644
index 00000000..c2f2740b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/hdtd.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/huamian_false.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/huamian_false.png
new file mode 100644
index 00000000..4a329edb
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/huamian_false.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/huamian_true.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/huamian_true.png
new file mode 100644
index 00000000..84e9a612
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/huamian_true.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/hw.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/hw.png
new file mode 100644
index 00000000..18a25f6c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/hw.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/jdt.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/jdt.png
new file mode 100644
index 00000000..9ebfe48d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/jdt.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/new_switch_btn.xml b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/new_switch_btn.xml
new file mode 100644
index 00000000..a6b72ca4
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/new_switch_btn.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/new_switch_gn_btn.xml b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/new_switch_gn_btn.xml
new file mode 100644
index 00000000..6f65ea44
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/new_switch_gn_btn.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/pm.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/pm.png
new file mode 100644
index 00000000..6a5c0a9b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/pm.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/setting_bar.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/setting_bar.png
new file mode 100644
index 00000000..262e6d51
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/setting_bar.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/setting_bar_bg.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/setting_bar_bg.png
new file mode 100644
index 00000000..bb9fd491
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/setting_bar_bg.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/setting_dice.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/setting_dice.png
new file mode 100644
index 00000000..632789e0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/setting_dice.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/shezhi_icon_04.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/shezhi_icon_04.png
new file mode 100644
index 00000000..6589219b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/shezhi_icon_04.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/shezhi_title_01.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/shezhi_title_01.png
new file mode 100644
index 00000000..d1bfd695
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/shezhi_title_01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/shezhi_title_03.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/shezhi_title_03.png
new file mode 100644
index 00000000..6710c0f8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/shezhi_title_03.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/shezhi_title_04.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/shezhi_title_04.png
new file mode 100644
index 00000000..78c216d6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/shezhi_title_04.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/sp_tag_icon.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/sp_tag_icon.png
new file mode 100644
index 00000000..3a685fd7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/sp_tag_icon.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/sx.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/sx.png
new file mode 100644
index 00000000..90c423b3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/sx.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/sytb.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/sytb.png
new file mode 100644
index 00000000..f1905b55
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/sytb.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/szbt.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/szbt.png
new file mode 100644
index 00000000..a7cece59
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/szbt.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/xzk.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/xzk.png
new file mode 100644
index 00000000..cc1b833f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/xzk.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/yytb.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/yytb.png
new file mode 100644
index 00000000..23ae81c0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/yytb.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/zipai_font_01.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/zipai_font_01.png
new file mode 100644
index 00000000..58a6f82d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/zipai_font_01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/zipai_font_02.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/zipai_font_02.png
new file mode 100644
index 00000000..59d8a61c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/zipai_font_02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/zipai_font_03.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/zipai_font_03.png
new file mode 100644
index 00000000..a7e3bf1e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/zipai_font_03.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/zipai_font_04.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/zipai_font_04.png
new file mode 100644
index 00000000..57afb3da
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/setting/zipai_font_04.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/setting/images/tishi_bottom_01.png b/wb_new_ui/assets/Main_RunBeard/component/setting/images/tishi_bottom_01.png
new file mode 100644
index 00000000..7a851c2e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/setting/images/tishi_bottom_01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/shezhi/RightPanel.xml b/wb_new_ui/assets/Main_RunBeard/component/shezhi/RightPanel.xml
new file mode 100644
index 00000000..55a1913e
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/shezhi/RightPanel.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/shezhi/component/phone_info/Btn_log.xml b/wb_new_ui/assets/Main_RunBeard/component/shezhi/component/phone_info/Btn_log.xml
new file mode 100644
index 00000000..aad1e526
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/shezhi/component/phone_info/Btn_log.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/shezhi/component/phone_info/Btn_setting.xml b/wb_new_ui/assets/Main_RunBeard/component/shezhi/component/phone_info/Btn_setting.xml
new file mode 100644
index 00000000..c152b94f
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/shezhi/component/phone_info/Btn_setting.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/shezhi/component/phone_info/Component3(1).xml b/wb_new_ui/assets/Main_RunBeard/component/shezhi/component/phone_info/Component3(1).xml
new file mode 100644
index 00000000..83dc1eeb
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/shezhi/component/phone_info/Component3(1).xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/shezhi/component/phone_info/Component3.xml b/wb_new_ui/assets/Main_RunBeard/component/shezhi/component/phone_info/Component3.xml
new file mode 100644
index 00000000..4b987269
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/shezhi/component/phone_info/Component3.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/shezhi/component/phone_info/ProgressBar2.xml b/wb_new_ui/assets/Main_RunBeard/component/shezhi/component/phone_info/ProgressBar2.xml
new file mode 100644
index 00000000..5007f014
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/shezhi/component/phone_info/ProgressBar2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/game/game_bg_02.png b/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/game/game_bg_02.png
new file mode 100644
index 00000000..bab19d39
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/game/game_bg_02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/4g01.png b/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/4g01.png
new file mode 100644
index 00000000..cbb50f5b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/4g01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/4g02.png b/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/4g02.png
new file mode 100644
index 00000000..38cb7331
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/4g02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/4g03.png b/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/4g03.png
new file mode 100644
index 00000000..15bc9cc9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/4g03.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/chakan.png b/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/chakan.png
new file mode 100644
index 00000000..ff65453a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/chakan.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/dianchi01.png b/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/dianchi01.png
new file mode 100644
index 00000000..95d369ff
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/dianchi01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/dianchi02.png b/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/dianchi02.png
new file mode 100644
index 00000000..86b4430c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/dianchi02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/shezhi.png b/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/shezhi.png
new file mode 100644
index 00000000..9f212dcc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/shezhi.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/wifi01.png b/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/wifi01.png
new file mode 100644
index 00000000..f5ff4a53
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/wifi01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/wifi02.png b/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/wifi02.png
new file mode 100644
index 00000000..f2de359a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/wifi02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/wifi03.png b/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/wifi03.png
new file mode 100644
index 00000000..a64ca8b7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/shezhi/images/phone_info/wifi03.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/tips/Pop_tip_choice.xml b/wb_new_ui/assets/Main_RunBeard/component/tips/Pop_tip_choice.xml
new file mode 100644
index 00000000..047905d0
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/component/tips/Pop_tip_choice.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeard/component/tips/chi.png b/wb_new_ui/assets/Main_RunBeard/component/tips/chi.png
new file mode 100644
index 00000000..773006a3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/tips/chi.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/tips/chouwei.png b/wb_new_ui/assets/Main_RunBeard/component/tips/chouwei.png
new file mode 100644
index 00000000..fecf6ebb
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/tips/chouwei.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/tips/pao.png b/wb_new_ui/assets/Main_RunBeard/component/tips/pao.png
new file mode 100644
index 00000000..e7998006
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/tips/pao.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/tips/peng.png b/wb_new_ui/assets/Main_RunBeard/component/tips/peng.png
new file mode 100644
index 00000000..7219bbcc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/tips/peng.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/tips/ti.png b/wb_new_ui/assets/Main_RunBeard/component/tips/ti.png
new file mode 100644
index 00000000..98988ab3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/tips/ti.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/tips/ti1.png b/wb_new_ui/assets/Main_RunBeard/component/tips/ti1.png
new file mode 100644
index 00000000..7559cb1d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/tips/ti1.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/component/tips/wei.png b/wb_new_ui/assets/Main_RunBeard/component/tips/wei.png
new file mode 100644
index 00000000..1f9a7539
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/component/tips/wei.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/image/btn/1.png b/wb_new_ui/assets/Main_RunBeard/image/btn/1.png
new file mode 100644
index 00000000..5ae3a2e2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/image/btn/1.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/image/btn/2.png b/wb_new_ui/assets/Main_RunBeard/image/btn/2.png
new file mode 100644
index 00000000..a173a8a3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/image/btn/2.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/image/btn/3.png b/wb_new_ui/assets/Main_RunBeard/image/btn/3.png
new file mode 100644
index 00000000..0bac61ef
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/image/btn/3.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/image/btn/5.png b/wb_new_ui/assets/Main_RunBeard/image/btn/5.png
new file mode 100644
index 00000000..554b0cf0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/image/btn/5.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/image/btn/8.png b/wb_new_ui/assets/Main_RunBeard/image/btn/8.png
new file mode 100644
index 00000000..f121f288
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/image/btn/8.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/image/btn/bp.png b/wb_new_ui/assets/Main_RunBeard/image/btn/bp.png
new file mode 100644
index 00000000..fb704c0d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/image/btn/bp.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/image/btn/hsand.png b/wb_new_ui/assets/Main_RunBeard/image/btn/hsand.png
new file mode 100644
index 00000000..1b2adaef
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/image/btn/hsand.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/image/btn/lsand.png b/wb_new_ui/assets/Main_RunBeard/image/btn/lsand.png
new file mode 100644
index 00000000..a5ab1ed5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/image/btn/lsand.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/image/btn/p.png b/wb_new_ui/assets/Main_RunBeard/image/btn/p.png
new file mode 100644
index 00000000..cec56f05
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/image/btn/p.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/00(1).png b/wb_new_ui/assets/Main_RunBeard/images/00(1).png
new file mode 100644
index 00000000..16a9cad3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/00(1).png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_101.png b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_101.png
new file mode 100644
index 00000000..53c119f9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_102.png b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_102.png
new file mode 100644
index 00000000..c78eae41
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_103.png b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_103.png
new file mode 100644
index 00000000..16d52f2c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_104.png b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_104.png
new file mode 100644
index 00000000..913413f1
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_105.png b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_105.png
new file mode 100644
index 00000000..4b973d1f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_106.png b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_106.png
new file mode 100644
index 00000000..127b3fe0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_107.png b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_107.png
new file mode 100644
index 00000000..a17c13df
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_108.png b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_108.png
new file mode 100644
index 00000000..80781a6b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_109.png b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_109.png
new file mode 100644
index 00000000..52961a3b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_110.png b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_110.png
new file mode 100644
index 00000000..a389c8d4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_201.png b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_201.png
new file mode 100644
index 00000000..bbe12326
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_202.png b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_202.png
new file mode 100644
index 00000000..832c409f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_203.png b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_203.png
new file mode 100644
index 00000000..29d09aea
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_204.png b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_204.png
new file mode 100644
index 00000000..c10cd575
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_205.png b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_205.png
new file mode 100644
index 00000000..9dae4eb0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_206.png b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_206.png
new file mode 100644
index 00000000..0e1c30f5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_207.png b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_207.png
new file mode 100644
index 00000000..30beceef
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_208.png b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_208.png
new file mode 100644
index 00000000..90ba541d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_209.png b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_209.png
new file mode 100644
index 00000000..b418e1a9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_210.png b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_210.png
new file mode 100644
index 00000000..1ea89d5a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_300.png b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_300.png
new file mode 100644
index 00000000..1ea0fea0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_300.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_5000.png b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_5000.png
new file mode 100644
index 00000000..324a14fd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/201_1_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_101.png b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_101.png
new file mode 100644
index 00000000..76f4bf0c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_102.png b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_102.png
new file mode 100644
index 00000000..6d3eb154
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_103.png b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_103.png
new file mode 100644
index 00000000..0f830575
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_104.png b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_104.png
new file mode 100644
index 00000000..c88b5eae
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_105.png b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_105.png
new file mode 100644
index 00000000..b4bbb97f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_106.png b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_106.png
new file mode 100644
index 00000000..52dee993
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_107.png b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_107.png
new file mode 100644
index 00000000..e18ca65f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_108.png b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_108.png
new file mode 100644
index 00000000..f4c7c64f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_109.png b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_109.png
new file mode 100644
index 00000000..356494b7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_110.png b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_110.png
new file mode 100644
index 00000000..f344dcd1
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_201.png b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_201.png
new file mode 100644
index 00000000..0250724d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_202.png b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_202.png
new file mode 100644
index 00000000..dafd8f19
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_203.png b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_203.png
new file mode 100644
index 00000000..5b31fa47
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_204.png b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_204.png
new file mode 100644
index 00000000..f8689314
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_205.png b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_205.png
new file mode 100644
index 00000000..dfa181ef
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_206.png b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_206.png
new file mode 100644
index 00000000..1dbc0243
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_207.png b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_207.png
new file mode 100644
index 00000000..8a1dd2b3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_208.png b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_208.png
new file mode 100644
index 00000000..7a1391ea
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_209.png b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_209.png
new file mode 100644
index 00000000..40cb556b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_210.png b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_210.png
new file mode 100644
index 00000000..2e66461d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_300.png b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_300.png
new file mode 100644
index 00000000..d904097d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_300.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_5000.png b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_5000.png
new file mode 100644
index 00000000..939583df
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/202_1_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_101.png b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_101.png
new file mode 100644
index 00000000..591a7849
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_102.png b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_102.png
new file mode 100644
index 00000000..4558a763
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_103.png b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_103.png
new file mode 100644
index 00000000..fdde9b51
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_104.png b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_104.png
new file mode 100644
index 00000000..56ceaf99
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_105.png b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_105.png
new file mode 100644
index 00000000..73951c59
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_106.png b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_106.png
new file mode 100644
index 00000000..3f5f7fec
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_107.png b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_107.png
new file mode 100644
index 00000000..93ad3bac
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_108.png b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_108.png
new file mode 100644
index 00000000..2906de85
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_109.png b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_109.png
new file mode 100644
index 00000000..d726c443
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_110.png b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_110.png
new file mode 100644
index 00000000..4afe59d8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_201.png b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_201.png
new file mode 100644
index 00000000..fb331319
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_202.png b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_202.png
new file mode 100644
index 00000000..2b96c61b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_203.png b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_203.png
new file mode 100644
index 00000000..45911c1a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_204.png b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_204.png
new file mode 100644
index 00000000..60258dea
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_205.png b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_205.png
new file mode 100644
index 00000000..ff889d33
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_206.png b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_206.png
new file mode 100644
index 00000000..b28cc3cd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_207.png b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_207.png
new file mode 100644
index 00000000..bb2a0780
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_208.png b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_208.png
new file mode 100644
index 00000000..b55b59d7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_209.png b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_209.png
new file mode 100644
index 00000000..7d0fe2a7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_210.png b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_210.png
new file mode 100644
index 00000000..bc4e6718
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_300.png b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_300.png
new file mode 100644
index 00000000..cbba031d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_300.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_5000.png b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_5000.png
new file mode 100644
index 00000000..bc31ff09
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards/203_1_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_101.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_101.png
new file mode 100644
index 00000000..9bbf6643
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_102.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_102.png
new file mode 100644
index 00000000..68f51219
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_103.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_103.png
new file mode 100644
index 00000000..f1d390ab
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_104.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_104.png
new file mode 100644
index 00000000..3e1ec66c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_105.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_105.png
new file mode 100644
index 00000000..cf43eca7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_106.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_106.png
new file mode 100644
index 00000000..ebda1fbf
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_107.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_107.png
new file mode 100644
index 00000000..3656047d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_108.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_108.png
new file mode 100644
index 00000000..9d67143e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_109.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_109.png
new file mode 100644
index 00000000..7ab74ed8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_110.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_110.png
new file mode 100644
index 00000000..23119ddc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_201.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_201.png
new file mode 100644
index 00000000..9feca053
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_202.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_202.png
new file mode 100644
index 00000000..8488cbd3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_203.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_203.png
new file mode 100644
index 00000000..55b634c0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_204.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_204.png
new file mode 100644
index 00000000..1107ee73
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_205.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_205.png
new file mode 100644
index 00000000..f97871c4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_206.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_206.png
new file mode 100644
index 00000000..85437b9b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_207.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_207.png
new file mode 100644
index 00000000..65c8d48b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_208.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_208.png
new file mode 100644
index 00000000..954d34e0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_209.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_209.png
new file mode 100644
index 00000000..dd85625f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_210.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_210.png
new file mode 100644
index 00000000..b0f092d7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_5000.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_5000.png
new file mode 100644
index 00000000..568db33c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/201_2_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_101.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_101.png
new file mode 100644
index 00000000..5cba9ad4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_102.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_102.png
new file mode 100644
index 00000000..6ed1b9fc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_103.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_103.png
new file mode 100644
index 00000000..7dd6adae
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_104.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_104.png
new file mode 100644
index 00000000..23b47327
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_105.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_105.png
new file mode 100644
index 00000000..626b29bb
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_106.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_106.png
new file mode 100644
index 00000000..0ef5b748
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_107.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_107.png
new file mode 100644
index 00000000..08b427c8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_108.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_108.png
new file mode 100644
index 00000000..a552229a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_109.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_109.png
new file mode 100644
index 00000000..ac087c0a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_110.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_110.png
new file mode 100644
index 00000000..14807ced
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_201.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_201.png
new file mode 100644
index 00000000..cd2f055a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_202.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_202.png
new file mode 100644
index 00000000..40e51e19
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_203.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_203.png
new file mode 100644
index 00000000..832ae455
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_204.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_204.png
new file mode 100644
index 00000000..246d2c90
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_205.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_205.png
new file mode 100644
index 00000000..2f9760c8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_206.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_206.png
new file mode 100644
index 00000000..31892fdd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_207.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_207.png
new file mode 100644
index 00000000..35f0e492
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_208.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_208.png
new file mode 100644
index 00000000..f811b7b8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_209.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_209.png
new file mode 100644
index 00000000..0c5d5796
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_210.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_210.png
new file mode 100644
index 00000000..d50a0557
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_5000.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_5000.png
new file mode 100644
index 00000000..f865086f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/202_2_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_101.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_101.png
new file mode 100644
index 00000000..dc4d9e15
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_102.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_102.png
new file mode 100644
index 00000000..77fb0c0c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_103.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_103.png
new file mode 100644
index 00000000..974766a7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_104.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_104.png
new file mode 100644
index 00000000..0db5671f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_105.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_105.png
new file mode 100644
index 00000000..8e8abab3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_106.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_106.png
new file mode 100644
index 00000000..1ca31fff
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_107.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_107.png
new file mode 100644
index 00000000..5eed13c4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_108.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_108.png
new file mode 100644
index 00000000..1802196d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_109.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_109.png
new file mode 100644
index 00000000..21d9cd0e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_110.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_110.png
new file mode 100644
index 00000000..6acf52e0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_201.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_201.png
new file mode 100644
index 00000000..74c5ee7f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_202.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_202.png
new file mode 100644
index 00000000..e0fdfbb5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_203.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_203.png
new file mode 100644
index 00000000..4e4f1d05
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_204.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_204.png
new file mode 100644
index 00000000..77ce1b38
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_205.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_205.png
new file mode 100644
index 00000000..1312cb15
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_206.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_206.png
new file mode 100644
index 00000000..e9939513
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_207.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_207.png
new file mode 100644
index 00000000..c38d0b98
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_208.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_208.png
new file mode 100644
index 00000000..bb2ea2bc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_209.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_209.png
new file mode 100644
index 00000000..ffbeb28a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_210.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_210.png
new file mode 100644
index 00000000..a3cdae79
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_5000.png b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_5000.png
new file mode 100644
index 00000000..48dfe360
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards1/203_2_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_101.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_101.png
new file mode 100644
index 00000000..3628d1ae
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_102.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_102.png
new file mode 100644
index 00000000..740887a2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_103.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_103.png
new file mode 100644
index 00000000..e2606f81
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_104.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_104.png
new file mode 100644
index 00000000..0d611f7f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_105.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_105.png
new file mode 100644
index 00000000..07b121af
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_106.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_106.png
new file mode 100644
index 00000000..59e2ff9f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_107.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_107.png
new file mode 100644
index 00000000..654c9643
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_108.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_108.png
new file mode 100644
index 00000000..b18c65b1
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_109.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_109.png
new file mode 100644
index 00000000..fe6b4306
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_110.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_110.png
new file mode 100644
index 00000000..ae9266c9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_201.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_201.png
new file mode 100644
index 00000000..0df7e309
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_202.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_202.png
new file mode 100644
index 00000000..cba18a46
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_203.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_203.png
new file mode 100644
index 00000000..39b80f34
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_204.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_204.png
new file mode 100644
index 00000000..536eab96
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_205.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_205.png
new file mode 100644
index 00000000..570326e2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_206.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_206.png
new file mode 100644
index 00000000..e43ca040
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_207.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_207.png
new file mode 100644
index 00000000..778f15a3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_208.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_208.png
new file mode 100644
index 00000000..ddadd44d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_209.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_209.png
new file mode 100644
index 00000000..4d3ba444
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_210.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_210.png
new file mode 100644
index 00000000..a4f2771c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_5000.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_5000.png
new file mode 100644
index 00000000..b1bafe11
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/201_3_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_101.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_101.png
new file mode 100644
index 00000000..d3afaa49
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_102.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_102.png
new file mode 100644
index 00000000..ac44f9ac
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_103.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_103.png
new file mode 100644
index 00000000..03d9f91a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_104.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_104.png
new file mode 100644
index 00000000..417d225b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_105.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_105.png
new file mode 100644
index 00000000..ac4acc1b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_106.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_106.png
new file mode 100644
index 00000000..b36aedaf
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_107.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_107.png
new file mode 100644
index 00000000..7b874ea3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_108.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_108.png
new file mode 100644
index 00000000..fafda3ee
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_109.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_109.png
new file mode 100644
index 00000000..eb9fc99e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_110.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_110.png
new file mode 100644
index 00000000..a540aff0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_201.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_201.png
new file mode 100644
index 00000000..1403d073
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_202.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_202.png
new file mode 100644
index 00000000..470e4903
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_203.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_203.png
new file mode 100644
index 00000000..3fd4fed1
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_204.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_204.png
new file mode 100644
index 00000000..f69e0779
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_205.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_205.png
new file mode 100644
index 00000000..703aeaae
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_206.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_206.png
new file mode 100644
index 00000000..b5d98b0b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_207.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_207.png
new file mode 100644
index 00000000..78e93c31
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_208.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_208.png
new file mode 100644
index 00000000..1de4f02c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_209.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_209.png
new file mode 100644
index 00000000..07c5c0c3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_210.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_210.png
new file mode 100644
index 00000000..574a1cea
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_5000.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_5000.png
new file mode 100644
index 00000000..5b44aaaf
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/202_3_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_101.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_101.png
new file mode 100644
index 00000000..f2dc0245
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_102.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_102.png
new file mode 100644
index 00000000..34c3161f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_103.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_103.png
new file mode 100644
index 00000000..ccdacb24
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_104.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_104.png
new file mode 100644
index 00000000..e246e0ca
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_105.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_105.png
new file mode 100644
index 00000000..c172862e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_106.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_106.png
new file mode 100644
index 00000000..267db47f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_107.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_107.png
new file mode 100644
index 00000000..a7447523
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_108.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_108.png
new file mode 100644
index 00000000..889dbc7d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_109.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_109.png
new file mode 100644
index 00000000..fd052427
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_110.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_110.png
new file mode 100644
index 00000000..339b8c37
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_201.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_201.png
new file mode 100644
index 00000000..38397032
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_202.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_202.png
new file mode 100644
index 00000000..812bd498
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_203.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_203.png
new file mode 100644
index 00000000..18e5fae5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_204.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_204.png
new file mode 100644
index 00000000..4bc0807a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_205.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_205.png
new file mode 100644
index 00000000..c694c1f6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_206.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_206.png
new file mode 100644
index 00000000..c9599967
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_207.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_207.png
new file mode 100644
index 00000000..c5c7e4ae
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_208.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_208.png
new file mode 100644
index 00000000..a987d795
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_209.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_209.png
new file mode 100644
index 00000000..61662a54
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_210.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_210.png
new file mode 100644
index 00000000..682b622c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_5000.png b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_5000.png
new file mode 100644
index 00000000..b8176951
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards2/203_3_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_101.png b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_101.png
new file mode 100644
index 00000000..82d5e1fd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_102.png b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_102.png
new file mode 100644
index 00000000..6873c660
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_103.png b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_103.png
new file mode 100644
index 00000000..6958f4fc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_104.png b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_104.png
new file mode 100644
index 00000000..0bc6edf2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_105.png b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_105.png
new file mode 100644
index 00000000..16d59882
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_106.png b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_106.png
new file mode 100644
index 00000000..be4d0697
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_107.png b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_107.png
new file mode 100644
index 00000000..44fe46a5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_108.png b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_108.png
new file mode 100644
index 00000000..583d36f8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_109.png b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_109.png
new file mode 100644
index 00000000..b49abd76
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_110.png b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_110.png
new file mode 100644
index 00000000..63f5ad23
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_201.png b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_201.png
new file mode 100644
index 00000000..040e1821
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_202.png b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_202.png
new file mode 100644
index 00000000..6ab683a3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_203.png b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_203.png
new file mode 100644
index 00000000..fa499195
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_204.png b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_204.png
new file mode 100644
index 00000000..a2e33a40
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_205.png b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_205.png
new file mode 100644
index 00000000..079ec8e0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_206.png b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_206.png
new file mode 100644
index 00000000..25a5577f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_207.png b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_207.png
new file mode 100644
index 00000000..b5277995
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_208.png b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_208.png
new file mode 100644
index 00000000..2a3ee973
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_209.png b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_209.png
new file mode 100644
index 00000000..b2ddbf99
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_210.png b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_210.png
new file mode 100644
index 00000000..9526deac
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards3/201_4_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_101.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_101.png
new file mode 100644
index 00000000..20b871c9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_102.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_102.png
new file mode 100644
index 00000000..2e343b33
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_103.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_103.png
new file mode 100644
index 00000000..d8885d6f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_104.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_104.png
new file mode 100644
index 00000000..1e666246
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_105.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_105.png
new file mode 100644
index 00000000..a51a7ae7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_106.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_106.png
new file mode 100644
index 00000000..b1637d36
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_107.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_107.png
new file mode 100644
index 00000000..6ec30590
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_108.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_108.png
new file mode 100644
index 00000000..e3604859
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_109.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_109.png
new file mode 100644
index 00000000..118401ed
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_110.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_110.png
new file mode 100644
index 00000000..7fe2509c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_201.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_201.png
new file mode 100644
index 00000000..d01ba316
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_202.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_202.png
new file mode 100644
index 00000000..46b77d95
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_203.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_203.png
new file mode 100644
index 00000000..ea1dcb8d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_204.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_204.png
new file mode 100644
index 00000000..00e3392a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_205.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_205.png
new file mode 100644
index 00000000..76f75110
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_206.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_206.png
new file mode 100644
index 00000000..c1372b68
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_207.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_207.png
new file mode 100644
index 00000000..4189cc2a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_208.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_208.png
new file mode 100644
index 00000000..2d0052a7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_209.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_209.png
new file mode 100644
index 00000000..a88c8500
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_210.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_210.png
new file mode 100644
index 00000000..7c3ad663
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_5000.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_5000.png
new file mode 100644
index 00000000..5798c895
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/201_5_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_101.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_101.png
new file mode 100644
index 00000000..922e2110
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_102.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_102.png
new file mode 100644
index 00000000..98628f78
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_103.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_103.png
new file mode 100644
index 00000000..964467a4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_104.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_104.png
new file mode 100644
index 00000000..0d826f60
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_105.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_105.png
new file mode 100644
index 00000000..10996555
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_106.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_106.png
new file mode 100644
index 00000000..6be3e816
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_107.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_107.png
new file mode 100644
index 00000000..1dee92ac
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_108.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_108.png
new file mode 100644
index 00000000..7c993949
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_109.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_109.png
new file mode 100644
index 00000000..4694f51e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_110.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_110.png
new file mode 100644
index 00000000..7c84fb4c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_201.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_201.png
new file mode 100644
index 00000000..347aefd5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_202.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_202.png
new file mode 100644
index 00000000..617802ab
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_203.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_203.png
new file mode 100644
index 00000000..39eaa880
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_204.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_204.png
new file mode 100644
index 00000000..61ef7359
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_205.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_205.png
new file mode 100644
index 00000000..8e111935
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_206.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_206.png
new file mode 100644
index 00000000..b2f4f3ba
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_207.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_207.png
new file mode 100644
index 00000000..2f032722
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_208.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_208.png
new file mode 100644
index 00000000..44b9b2f0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_209.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_209.png
new file mode 100644
index 00000000..28958ba4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_210.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_210.png
new file mode 100644
index 00000000..a221cbb1
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_5000.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_5000.png
new file mode 100644
index 00000000..e74ad220
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/202_5_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_101.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_101.png
new file mode 100644
index 00000000..7efa34f6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_102.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_102.png
new file mode 100644
index 00000000..9094d0e9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_103.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_103.png
new file mode 100644
index 00000000..2eed0fcf
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_104.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_104.png
new file mode 100644
index 00000000..46cf730d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_105.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_105.png
new file mode 100644
index 00000000..fc3cd944
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_106.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_106.png
new file mode 100644
index 00000000..3c0c1dea
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_107.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_107.png
new file mode 100644
index 00000000..18a2b196
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_108.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_108.png
new file mode 100644
index 00000000..dfce7a00
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_109.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_109.png
new file mode 100644
index 00000000..b0088e2a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_110.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_110.png
new file mode 100644
index 00000000..ef488d1b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_201.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_201.png
new file mode 100644
index 00000000..9ecb9c98
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_202.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_202.png
new file mode 100644
index 00000000..5af268a5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_203.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_203.png
new file mode 100644
index 00000000..7d087740
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_204.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_204.png
new file mode 100644
index 00000000..b2a86739
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_205.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_205.png
new file mode 100644
index 00000000..52a51e34
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_206.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_206.png
new file mode 100644
index 00000000..cf4d3787
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_207.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_207.png
new file mode 100644
index 00000000..0923f2f6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_208.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_208.png
new file mode 100644
index 00000000..7ceb9672
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_209.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_209.png
new file mode 100644
index 00000000..d75f3c91
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_210.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_210.png
new file mode 100644
index 00000000..e262f3d8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_5000.png b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_5000.png
new file mode 100644
index 00000000..eda1ef6d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards5/203_5_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_101.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_101.png
new file mode 100644
index 00000000..009802cd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_102.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_102.png
new file mode 100644
index 00000000..55f43de5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_103.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_103.png
new file mode 100644
index 00000000..c426dd15
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_104.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_104.png
new file mode 100644
index 00000000..0151ba02
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_105.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_105.png
new file mode 100644
index 00000000..a647c02a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_106.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_106.png
new file mode 100644
index 00000000..d55b853a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_107.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_107.png
new file mode 100644
index 00000000..5f0df649
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_108.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_108.png
new file mode 100644
index 00000000..9e7c5884
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_109.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_109.png
new file mode 100644
index 00000000..82dab7a1
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_110.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_110.png
new file mode 100644
index 00000000..bb92629c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_201.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_201.png
new file mode 100644
index 00000000..38dfff41
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_202.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_202.png
new file mode 100644
index 00000000..78f44fbd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_203.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_203.png
new file mode 100644
index 00000000..dff91b1e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_204.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_204.png
new file mode 100644
index 00000000..d3cc4793
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_205.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_205.png
new file mode 100644
index 00000000..210b2908
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_206.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_206.png
new file mode 100644
index 00000000..823889eb
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_207.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_207.png
new file mode 100644
index 00000000..6b8ba518
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_208.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_208.png
new file mode 100644
index 00000000..d77533c9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_209.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_209.png
new file mode 100644
index 00000000..38c6a9dd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_210.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_210.png
new file mode 100644
index 00000000..ed3bac88
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/201_6_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_101.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_101.png
new file mode 100644
index 00000000..e4fdbef2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_102.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_102.png
new file mode 100644
index 00000000..14744573
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_103.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_103.png
new file mode 100644
index 00000000..98f73223
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_104.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_104.png
new file mode 100644
index 00000000..9b9be8e6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_105.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_105.png
new file mode 100644
index 00000000..ee9ab623
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_106.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_106.png
new file mode 100644
index 00000000..019f2e73
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_107.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_107.png
new file mode 100644
index 00000000..335bf692
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_108.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_108.png
new file mode 100644
index 00000000..7c9bca29
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_109.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_109.png
new file mode 100644
index 00000000..5e13556c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_110.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_110.png
new file mode 100644
index 00000000..053805aa
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_201.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_201.png
new file mode 100644
index 00000000..926a378c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_202.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_202.png
new file mode 100644
index 00000000..0b814e97
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_203.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_203.png
new file mode 100644
index 00000000..b30c436a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_204.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_204.png
new file mode 100644
index 00000000..13188169
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_205.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_205.png
new file mode 100644
index 00000000..b2476eb4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_206.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_206.png
new file mode 100644
index 00000000..b7ebc45e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_207.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_207.png
new file mode 100644
index 00000000..0d012f1d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_208.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_208.png
new file mode 100644
index 00000000..33ff58e5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_209.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_209.png
new file mode 100644
index 00000000..baa90d8a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_210.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_210.png
new file mode 100644
index 00000000..406d1888
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/202_6_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_101.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_101.png
new file mode 100644
index 00000000..756142a3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_102.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_102.png
new file mode 100644
index 00000000..7d97ba76
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_103.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_103.png
new file mode 100644
index 00000000..f125ca35
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_104.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_104.png
new file mode 100644
index 00000000..5efa122f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_105.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_105.png
new file mode 100644
index 00000000..e9ca2530
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_106.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_106.png
new file mode 100644
index 00000000..0954fbe0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_107.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_107.png
new file mode 100644
index 00000000..d62998de
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_108.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_108.png
new file mode 100644
index 00000000..f324773c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_109.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_109.png
new file mode 100644
index 00000000..4f61f767
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_110.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_110.png
new file mode 100644
index 00000000..07f1a895
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_201.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_201.png
new file mode 100644
index 00000000..e629ae7c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_202.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_202.png
new file mode 100644
index 00000000..88bfbebc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_203.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_203.png
new file mode 100644
index 00000000..af3e69a7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_204.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_204.png
new file mode 100644
index 00000000..d0c4569f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_205.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_205.png
new file mode 100644
index 00000000..898fce35
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_206.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_206.png
new file mode 100644
index 00000000..ea242903
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_207.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_207.png
new file mode 100644
index 00000000..d1310297
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_208.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_208.png
new file mode 100644
index 00000000..a037fb83
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_209.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_209.png
new file mode 100644
index 00000000..5fc0cb43
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_210.png b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_210.png
new file mode 100644
index 00000000..bb815e6f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards6/203_6_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_101.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_101.png
new file mode 100644
index 00000000..eae99d2d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_102.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_102.png
new file mode 100644
index 00000000..e279b391
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_103.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_103.png
new file mode 100644
index 00000000..86a42a12
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_104.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_104.png
new file mode 100644
index 00000000..d7210df8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_105.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_105.png
new file mode 100644
index 00000000..cdf92c9b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_106.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_106.png
new file mode 100644
index 00000000..2668d1b4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_107.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_107.png
new file mode 100644
index 00000000..7e3e057b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_108.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_108.png
new file mode 100644
index 00000000..bfa01e33
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_109.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_109.png
new file mode 100644
index 00000000..49d1b75b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_110.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_110.png
new file mode 100644
index 00000000..b9aa02ad
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_201.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_201.png
new file mode 100644
index 00000000..7febf2cb
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_202.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_202.png
new file mode 100644
index 00000000..29f9b6b2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_203.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_203.png
new file mode 100644
index 00000000..5e237612
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_204.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_204.png
new file mode 100644
index 00000000..93807767
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_205.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_205.png
new file mode 100644
index 00000000..684852df
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_206.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_206.png
new file mode 100644
index 00000000..0e23e044
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_207.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_207.png
new file mode 100644
index 00000000..d51c3381
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_208.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_208.png
new file mode 100644
index 00000000..13ef039a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_209.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_209.png
new file mode 100644
index 00000000..0a0e3f16
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_210.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_210.png
new file mode 100644
index 00000000..13a61683
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_300.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_300.png
new file mode 100644
index 00000000..e43eae4d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_300.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_5000.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_5000.png
new file mode 100644
index 00000000..568db33c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/201_7_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_101.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_101.png
new file mode 100644
index 00000000..3e13cae1
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_102.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_102.png
new file mode 100644
index 00000000..c5874fe1
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_103.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_103.png
new file mode 100644
index 00000000..1cc5caeb
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_104.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_104.png
new file mode 100644
index 00000000..14d481a7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_105.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_105.png
new file mode 100644
index 00000000..041cdff7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_106.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_106.png
new file mode 100644
index 00000000..17d2aaee
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_107.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_107.png
new file mode 100644
index 00000000..6f6e18a0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_108.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_108.png
new file mode 100644
index 00000000..4918e918
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_109.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_109.png
new file mode 100644
index 00000000..16994875
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_110.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_110.png
new file mode 100644
index 00000000..cc321a91
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_201.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_201.png
new file mode 100644
index 00000000..413faef9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_202.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_202.png
new file mode 100644
index 00000000..42983965
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_203.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_203.png
new file mode 100644
index 00000000..6062e740
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_204.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_204.png
new file mode 100644
index 00000000..577e8a70
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_205.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_205.png
new file mode 100644
index 00000000..ad84a2b7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_206.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_206.png
new file mode 100644
index 00000000..2c8a83cf
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_207.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_207.png
new file mode 100644
index 00000000..66c6a086
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_208.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_208.png
new file mode 100644
index 00000000..a6fc2444
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_209.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_209.png
new file mode 100644
index 00000000..71530497
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_210.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_210.png
new file mode 100644
index 00000000..380f8299
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_300.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_300.png
new file mode 100644
index 00000000..e555ec64
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_300.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_5000.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_5000.png
new file mode 100644
index 00000000..f865086f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/202_7_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_101.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_101.png
new file mode 100644
index 00000000..07c1429b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_102.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_102.png
new file mode 100644
index 00000000..60f002bc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_103.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_103.png
new file mode 100644
index 00000000..8adac867
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_104.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_104.png
new file mode 100644
index 00000000..d4166d12
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_105.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_105.png
new file mode 100644
index 00000000..a03a5d22
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_106.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_106.png
new file mode 100644
index 00000000..7b570d9d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_107.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_107.png
new file mode 100644
index 00000000..bb618842
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_108.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_108.png
new file mode 100644
index 00000000..9f26b432
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_109.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_109.png
new file mode 100644
index 00000000..b8af0009
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_110.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_110.png
new file mode 100644
index 00000000..90fdf84f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_201.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_201.png
new file mode 100644
index 00000000..8dba2ed8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_202.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_202.png
new file mode 100644
index 00000000..b519fc92
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_203.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_203.png
new file mode 100644
index 00000000..d607ca52
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_204.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_204.png
new file mode 100644
index 00000000..2e80804f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_205.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_205.png
new file mode 100644
index 00000000..a46f9e78
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_206.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_206.png
new file mode 100644
index 00000000..ef83d3bd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_207.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_207.png
new file mode 100644
index 00000000..6392e1a4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_208.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_208.png
new file mode 100644
index 00000000..3c536c23
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_209.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_209.png
new file mode 100644
index 00000000..e5e3a1f7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_210.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_210.png
new file mode 100644
index 00000000..06ea08e5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_300.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_300.png
new file mode 100644
index 00000000..8f5b5731
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_300.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_5000.png b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_5000.png
new file mode 100644
index 00000000..48dfe360
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards7/203_7_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_101.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_101.png
new file mode 100644
index 00000000..829cc157
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_102.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_102.png
new file mode 100644
index 00000000..e209730d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_103.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_103.png
new file mode 100644
index 00000000..0a218256
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_104.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_104.png
new file mode 100644
index 00000000..d353de4c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_105.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_105.png
new file mode 100644
index 00000000..01333fe4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_106.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_106.png
new file mode 100644
index 00000000..07c53be6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_107.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_107.png
new file mode 100644
index 00000000..b0aacc7c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_108.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_108.png
new file mode 100644
index 00000000..1e37300b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_109.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_109.png
new file mode 100644
index 00000000..35256398
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_110.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_110.png
new file mode 100644
index 00000000..c3cc8cdb
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_201.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_201.png
new file mode 100644
index 00000000..8aa28dbf
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_202.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_202.png
new file mode 100644
index 00000000..097e831a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_203.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_203.png
new file mode 100644
index 00000000..13fa5913
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_204.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_204.png
new file mode 100644
index 00000000..2d65b5c7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_205.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_205.png
new file mode 100644
index 00000000..fa11d988
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_206.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_206.png
new file mode 100644
index 00000000..788f0c7a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_207.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_207.png
new file mode 100644
index 00000000..a8c56cc7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_208.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_208.png
new file mode 100644
index 00000000..6d03722d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_209.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_209.png
new file mode 100644
index 00000000..31c2b790
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_210.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_210.png
new file mode 100644
index 00000000..3bd68580
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_300.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_300.png
new file mode 100644
index 00000000..c85c9685
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_300.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_5000.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_5000.png
new file mode 100644
index 00000000..1ca4563c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/201_8_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_101.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_101.png
new file mode 100644
index 00000000..659b3f1a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_102.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_102.png
new file mode 100644
index 00000000..9b2a4bf8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_103.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_103.png
new file mode 100644
index 00000000..2ddd68aa
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_104.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_104.png
new file mode 100644
index 00000000..244bc752
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_105.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_105.png
new file mode 100644
index 00000000..91a3ee7a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_106.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_106.png
new file mode 100644
index 00000000..d0758e75
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_107.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_107.png
new file mode 100644
index 00000000..2aea5830
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_108.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_108.png
new file mode 100644
index 00000000..854613d2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_109.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_109.png
new file mode 100644
index 00000000..7d631a8e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_110.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_110.png
new file mode 100644
index 00000000..fb7369f2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_201.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_201.png
new file mode 100644
index 00000000..db91dbe3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_202.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_202.png
new file mode 100644
index 00000000..587dcd4e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_203.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_203.png
new file mode 100644
index 00000000..c8e8f23c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_204.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_204.png
new file mode 100644
index 00000000..f2269bea
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_205.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_205.png
new file mode 100644
index 00000000..2c5d9b91
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_206.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_206.png
new file mode 100644
index 00000000..3a209710
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_207.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_207.png
new file mode 100644
index 00000000..32d23629
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_208.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_208.png
new file mode 100644
index 00000000..7a024b7e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_209.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_209.png
new file mode 100644
index 00000000..f1af900b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_210.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_210.png
new file mode 100644
index 00000000..d46660eb
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_300.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_300.png
new file mode 100644
index 00000000..a0b2a8b0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_300.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_5000.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_5000.png
new file mode 100644
index 00000000..12f5ea50
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/202_8_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_101.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_101.png
new file mode 100644
index 00000000..fc792616
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_102.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_102.png
new file mode 100644
index 00000000..95fe159f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_103.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_103.png
new file mode 100644
index 00000000..8f866bc6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_104.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_104.png
new file mode 100644
index 00000000..8cc0b50c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_105.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_105.png
new file mode 100644
index 00000000..461272c5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_106.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_106.png
new file mode 100644
index 00000000..5a100ce3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_107.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_107.png
new file mode 100644
index 00000000..976386e1
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_108.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_108.png
new file mode 100644
index 00000000..88066f3c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_109.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_109.png
new file mode 100644
index 00000000..e3f5da06
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_110.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_110.png
new file mode 100644
index 00000000..532c6afb
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_201.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_201.png
new file mode 100644
index 00000000..846ad089
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_202.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_202.png
new file mode 100644
index 00000000..495033c4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_203.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_203.png
new file mode 100644
index 00000000..63d7fb08
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_204.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_204.png
new file mode 100644
index 00000000..7f161435
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_205.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_205.png
new file mode 100644
index 00000000..fd00e05f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_206.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_206.png
new file mode 100644
index 00000000..1393b01c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_207.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_207.png
new file mode 100644
index 00000000..ce129cfb
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_208.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_208.png
new file mode 100644
index 00000000..a652cdba
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_209.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_209.png
new file mode 100644
index 00000000..642e04d6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_210.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_210.png
new file mode 100644
index 00000000..cd340c7d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_300.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_300.png
new file mode 100644
index 00000000..eb29ff0e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_300.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_5000.png b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_5000.png
new file mode 100644
index 00000000..56db7f40
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/cards8/203_8_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/clearing/fenxiang.png b/wb_new_ui/assets/Main_RunBeard/images/clearing/fenxiang.png
new file mode 100644
index 00000000..c961107b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/clearing/fenxiang.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/clearing/hu_icon.png b/wb_new_ui/assets/Main_RunBeard/images/clearing/hu_icon.png
new file mode 100644
index 00000000..edaa50f9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/clearing/hu_icon.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/clearing/jiesuan.png b/wb_new_ui/assets/Main_RunBeard/images/clearing/jiesuan.png
new file mode 100644
index 00000000..2d392464
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/clearing/jiesuan.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/clearing/liuju.png b/wb_new_ui/assets/Main_RunBeard/images/clearing/liuju.png
new file mode 100644
index 00000000..9b8c04ad
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/clearing/liuju.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/di(1)(1).png b/wb_new_ui/assets/Main_RunBeard/images/di(1)(1).png
new file mode 100644
index 00000000..8c3be6d5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/di(1)(1).png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/game_bg_01.png b/wb_new_ui/assets/Main_RunBeard/images/game_bg_01.png
new file mode 100644
index 00000000..aaf406e5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/game_bg_01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/jiachui.png b/wb_new_ui/assets/Main_RunBeard/images/jiachui.png
new file mode 100644
index 00000000..a4156e74
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/jiachui.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/lk.png b/wb_new_ui/assets/Main_RunBeard/images/lk.png
new file mode 100644
index 00000000..61773ec8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/lk.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/newbg/table_bg1.png b/wb_new_ui/assets/Main_RunBeard/images/newbg/table_bg1.png
new file mode 100644
index 00000000..b2bc0279
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/newbg/table_bg1.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/newbg/table_bg2.png b/wb_new_ui/assets/Main_RunBeard/images/newbg/table_bg2.png
new file mode 100644
index 00000000..f5141eed
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/newbg/table_bg2.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/newbg/table_bg3.png b/wb_new_ui/assets/Main_RunBeard/images/newbg/table_bg3.png
new file mode 100644
index 00000000..876068ee
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/newbg/table_bg3.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/option/liu.png b/wb_new_ui/assets/Main_RunBeard/images/option/liu.png
new file mode 100644
index 00000000..aadd0486
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/option/liu.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/option/op.png b/wb_new_ui/assets/Main_RunBeard/images/option/op.png
new file mode 100644
index 00000000..10a963e2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/option/op.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/option/op_1.png b/wb_new_ui/assets/Main_RunBeard/images/option/op_1.png
new file mode 100644
index 00000000..63207caa
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/option/op_1.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/option/op_2.png b/wb_new_ui/assets/Main_RunBeard/images/option/op_2.png
new file mode 100644
index 00000000..e5e5be63
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/option/op_2.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/option/op_6.png b/wb_new_ui/assets/Main_RunBeard/images/option/op_6.png
new file mode 100644
index 00000000..2581f415
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/option/op_6.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/option/op_7.png b/wb_new_ui/assets/Main_RunBeard/images/option/op_7.png
new file mode 100644
index 00000000..43227b97
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/option/op_7.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/option/op_8.png b/wb_new_ui/assets/Main_RunBeard/images/option/op_8.png
new file mode 100644
index 00000000..3d5d7cd4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/option/op_8.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/option/pp_piao.png b/wb_new_ui/assets/Main_RunBeard/images/option/pp_piao.png
new file mode 100644
index 00000000..74d0b7cf
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/option/pp_piao.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/option/wai.png b/wb_new_ui/assets/Main_RunBeard/images/option/wai.png
new file mode 100644
index 00000000..36fc02c2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/option/wai.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/images/wenzi00.png b/wb_new_ui/assets/Main_RunBeard/images/wenzi00.png
new file mode 100644
index 00000000..444f7fc8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeard/images/wenzi00.png differ
diff --git a/wb_new_ui/assets/Main_RunBeard/package.xml b/wb_new_ui/assets/Main_RunBeard/package.xml
new file mode 100644
index 00000000..2a6a16a5
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeard/package.xml
@@ -0,0 +1,856 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/HuTip/Hu_Tip.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/HuTip/Hu_Tip.xml
new file mode 100644
index 00000000..f2426c44
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/HuTip/Hu_Tip.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/Head4.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/Head4.xml
new file mode 100644
index 00000000..a145b772
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/Head4.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/HeadNameBG.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/HeadNameBG.xml
new file mode 100644
index 00000000..26792f05
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/HeadNameBG.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/Main_2.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/Main_2.xml
new file mode 100644
index 00000000..03ebcc9a
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/Main_2.xml
@@ -0,0 +1,146 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/Main_3.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/Main_3.xml
new file mode 100644
index 00000000..e218d531
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/Main_3.xml
@@ -0,0 +1,154 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/Main_4.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/Main_4.xml
new file mode 100644
index 00000000..dcbcfe5d
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/Main_4.xml
@@ -0,0 +1,160 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/Qipai.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/Qipai.xml
new file mode 100644
index 00000000..84912b34
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/Qipai.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/RoomInfoPanel.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/RoomInfoPanel.xml
new file mode 100644
index 00000000..772cc734
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/RoomInfoPanel.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/RoomInfoPanel1.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/RoomInfoPanel1.xml
new file mode 100644
index 00000000..e6d26a3a
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/RoomInfoPanel1.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/Btn_chat.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/Btn_chat.xml
new file mode 100644
index 00000000..9300d079
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/Btn_chat.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/Gcm_chat.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/Gcm_chat.xml
new file mode 100644
index 00000000..b83e88b3
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/Gcm_chat.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/RightPanel.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/RightPanel.xml
new file mode 100644
index 00000000..601b13f7
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/RightPanel.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/VoiceMask(1).xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/VoiceMask(1).xml
new file mode 100644
index 00000000..eed8f96e
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/VoiceMask(1).xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/4g01.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/4g01.png
new file mode 100644
index 00000000..cbb50f5b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/4g01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/4g02.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/4g02.png
new file mode 100644
index 00000000..38cb7331
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/4g02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/4g03.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/4g03.png
new file mode 100644
index 00000000..15bc9cc9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/4g03.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/Btn_back_lobby.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/Btn_back_lobby.xml
new file mode 100644
index 00000000..54f5ca35
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/Btn_back_lobby.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/Btn_jiesan_lobby.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/Btn_jiesan_lobby.xml
new file mode 100644
index 00000000..121e6e1b
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/Btn_jiesan_lobby.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/Btn_log.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/Btn_log.xml
new file mode 100644
index 00000000..fdcf0220
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/Btn_log.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/Btn_reset.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/Btn_reset.xml
new file mode 100644
index 00000000..72ee3a12
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/Btn_reset.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/Btn_setting.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/Btn_setting.xml
new file mode 100644
index 00000000..d7c533f7
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/Btn_setting.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/Component3(1).xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/Component3(1).xml
new file mode 100644
index 00000000..a6bdb752
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/Component3(1).xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/Component3.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/Component3.xml
new file mode 100644
index 00000000..d5efdc86
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/Component3.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/ProgressBar2.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/ProgressBar2.xml
new file mode 100644
index 00000000..250ef557
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/ProgressBar2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/game_icon_01.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/game_icon_01.png
new file mode 100644
index 00000000..160c7f2b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/game_icon_01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/new_js.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/new_js.png
new file mode 100644
index 00000000..ee0f58f5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/new_js.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/new_lk.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/new_lk.png
new file mode 100644
index 00000000..15900fe2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/new_lk.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/new_sm.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/new_sm.png
new file mode 100644
index 00000000..af395a1f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/new_sm.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/new_sz.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/new_sz.png
new file mode 100644
index 00000000..d44b5f15
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/component/phone_info/new_sz.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/img_3.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/img_3.png
new file mode 100644
index 00000000..ab16cfee
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/img_3.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/img_6.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/img_6.png
new file mode 100644
index 00000000..754a998e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/img_6.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/new_bg_hd.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/new_bg_hd.png
new file mode 100644
index 00000000..2de0f9bd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/new_bg_hd.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/new_sd_bg.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/new_sd_bg.png
new file mode 100644
index 00000000..b3535c01
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/new_sd_bg.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/4g01.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/4g01.png
new file mode 100644
index 00000000..cbb50f5b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/4g01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/4g02.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/4g02.png
new file mode 100644
index 00000000..38cb7331
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/4g02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/4g03.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/4g03.png
new file mode 100644
index 00000000..15bc9cc9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/4g03.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/chakan.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/chakan.png
new file mode 100644
index 00000000..ff65453a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/chakan.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/dianchi01.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/dianchi01.png
new file mode 100644
index 00000000..95d369ff
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/dianchi01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/dianchi02.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/dianchi02.png
new file mode 100644
index 00000000..86b4430c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/dianchi02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/game_icon_01.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/game_icon_01.png
new file mode 100644
index 00000000..160c7f2b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/game_icon_01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/shezhi.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/shezhi.png
new file mode 100644
index 00000000..9f212dcc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/shezhi.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/wifi01.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/wifi01.png
new file mode 100644
index 00000000..f5ff4a53
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/wifi01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/wifi02.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/wifi02.png
new file mode 100644
index 00000000..f2de359a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/wifi02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/wifi03.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/wifi03.png
new file mode 100644
index 00000000..a64ca8b7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/phone_info/wifi03.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/voice/yuyinquan01.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/voice/yuyinquan01.png
new file mode 100644
index 00000000..5b4467b6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/voice/yuyinquan01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/voice/yuyinquan02.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/voice/yuyinquan02.png
new file mode 100644
index 00000000..3e7c9b83
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/voice/yuyinquan02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/voice/yuyinquan03.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/voice/yuyinquan03.png
new file mode 100644
index 00000000..e5344235
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Folder/images/voice/yuyinquan03.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/HeadNameBG.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/HeadNameBG.xml
new file mode 100644
index 00000000..9852fa60
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/HeadNameBG.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/PlayerHead_1.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/PlayerHead_1.xml
new file mode 100644
index 00000000..c957959e
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/PlayerHead_1.xml
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/PlayerHead_2.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/PlayerHead_2.xml
new file mode 100644
index 00000000..f3e3d1c5
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/PlayerHead_2.xml
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/PlayerHead_3.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/PlayerHead_3.xml
new file mode 100644
index 00000000..5521f46e
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/PlayerHead_3.xml
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/PlayerHead_4.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/PlayerHead_4.xml
new file mode 100644
index 00000000..f474a06e
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/PlayerHead_4.xml
@@ -0,0 +1,102 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Player_card_info_1.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Player_card_info_1.xml
new file mode 100644
index 00000000..5513f566
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Player_card_info_1.xml
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Player_card_info_1_1.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Player_card_info_1_1.xml
new file mode 100644
index 00000000..221ba545
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Player_card_info_1_1.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Player_card_info_2.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Player_card_info_2.xml
new file mode 100644
index 00000000..ed4bf1d7
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Player_card_info_2.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Player_card_info_3.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Player_card_info_3.xml
new file mode 100644
index 00000000..2127f59e
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Player_card_info_3.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Player_card_info_3_1.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Player_card_info_3_1.xml
new file mode 100644
index 00000000..85030d8e
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Player_card_info_3_1.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Player_card_info_4.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Player_card_info_4.xml
new file mode 100644
index 00000000..b147bc45
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/Player_card_info_4.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/PromptOutCard.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/PromptOutCard.xml
new file mode 100644
index 00000000..b8200233
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/PromptOutCard.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/chat_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/chat_img.png
new file mode 100644
index 00000000..228cbc5d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/chat_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/daniao_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/daniao_img.png
new file mode 100644
index 00000000..017601bd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/daniao_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/di_kuang.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/di_kuang.png
new file mode 100644
index 00000000..7b45c5a6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/di_kuang.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/dingwei_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/dingwei_img.png
new file mode 100644
index 00000000..bd1a808a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/dingwei_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/fangzhu_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/fangzhu_img.png
new file mode 100644
index 00000000..5b16fd83
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/fangzhu_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/fengexian_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/fengexian_img.png
new file mode 100644
index 00000000..8608c74a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/fengexian_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/huxi_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/huxi_img.png
new file mode 100644
index 00000000..09f95fd2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/huxi_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/jiatuo_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/jiatuo_img.png
new file mode 100644
index 00000000..63b46694
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/jiatuo_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/jiesan_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/jiesan_img.png
new file mode 100644
index 00000000..febf3064
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/jiesan_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/jifen_bg_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/jifen_bg_img.png
new file mode 100644
index 00000000..0a36cadc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/jifen_bg_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/location_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/location_img.png
new file mode 100644
index 00000000..bd1a808a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/location_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/niyimh.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/niyimh.png
new file mode 100644
index 00000000..83258382
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/niyimh.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/paitui_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/paitui_img.png
new file mode 100644
index 00000000..f4a45122
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/paitui_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/refresh_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/refresh_img.png
new file mode 100644
index 00000000..ab6e3b8d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/refresh_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/shezhi_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/shezhi_img.png
new file mode 100644
index 00000000..00bc70ae
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/shezhi_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/shuaxin_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/shuaxin_img.png
new file mode 100644
index 00000000..ab6e3b8d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/shuaxin_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/shuoming_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/shuoming_img.png
new file mode 100644
index 00000000..ebd560b5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/shuoming_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/touxiang_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/touxiang_img.png
new file mode 100644
index 00000000..d62a8772
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/touxiang_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/touxianghui_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/touxianghui_img.png
new file mode 100644
index 00000000..f84ce318
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/touxianghui_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/touxiangkuang_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/touxiangkuang_img.png
new file mode 100644
index 00000000..e8864353
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/touxiangkuang_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/up_bg_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/up_bg_img.png
new file mode 100644
index 00000000..547faeeb
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/up_bg_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/yaoqing_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/yaoqing_img.png
new file mode 100644
index 00000000..d2b7ecab
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/yaoqing_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/yuyin_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/yuyin_img.png
new file mode 100644
index 00000000..83759b81
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/yuyin_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/zhuang_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/zhuang_img.png
new file mode 100644
index 00000000..42e67c04
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/zhuang_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/zhunbei_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/zhunbei_img.png
new file mode 100644
index 00000000..dae6d2b2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/zhunbei_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/房主.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/房主.png
new file mode 100644
index 00000000..48441680
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/房主.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/玩法详情.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/玩法详情.png
new file mode 100644
index 00000000..c520ec59
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/component/new_ui/玩法详情.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/c00.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/c00.png
new file mode 100644
index 00000000..2bec286d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/c00.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/di.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/di.png
new file mode 100644
index 00000000..afe29984
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/di.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/di00.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/di00.png
new file mode 100644
index 00000000..ca4d1516
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/di00.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/fengexian_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/fengexian_img.png
new file mode 100644
index 00000000..8608c74a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/fengexian_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/hand.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/hand.png
new file mode 100644
index 00000000..efd45d1c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/hand.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/niuniu_icon_12.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/niuniu_icon_12.png
new file mode 100644
index 00000000..d2acf732
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/niuniu_icon_12.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/owner.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/owner.png
new file mode 100644
index 00000000..d4c8c37f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/owner.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/paidui.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/paidui.png
new file mode 100644
index 00000000..528d2ce8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/paidui.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/paizuo.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/paizuo.png
new file mode 100644
index 00000000..f0afc8ba
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/paizuo.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/shuaxin.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/shuaxin.png
new file mode 100644
index 00000000..aeefc240
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/shuaxin.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/wxyqhy_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/wxyqhy_img.png
new file mode 100644
index 00000000..e25d2f0a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/wxyqhy_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/xuxian.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/xuxian.png
new file mode 100644
index 00000000..cad0f5ae
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/xuxian.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/zipai.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/zipai.png
new file mode 100644
index 00000000..9d5aa3d3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/zipai.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/zipai11.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/zipai11.png
new file mode 100644
index 00000000..f4a45122
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/zipai11.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/zipai2.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/zipai2.png
new file mode 100644
index 00000000..f6e0521a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/zipai2.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/zipai3.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/zipai3.png
new file mode 100644
index 00000000..2812f8e4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/zipai3.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/庄.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/庄.png
new file mode 100644
index 00000000..78231620
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/庄.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/玩法详情.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/玩法详情.png
new file mode 100644
index 00000000..c520ec59
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/images/玩法详情.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/new_ui/Btn_newYellow_long.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/new_ui/Btn_newYellow_long.xml
new file mode 100644
index 00000000..29e22e65
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/new_ui/Btn_newYellow_long.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/new_ui/Btn_newYellow_yaoqing.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/new_ui/Btn_newYellow_yaoqing.xml
new file mode 100644
index 00000000..c58f4429
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/new_ui/Btn_newYellow_yaoqing.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/new_ui/fanhui_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/new_ui/fanhui_img.png
new file mode 100644
index 00000000..20c04db6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/new_ui/fanhui_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/new_ui/jifen_bg_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/new_ui/jifen_bg_img.png
new file mode 100644
index 00000000..0a36cadc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/new_ui/jifen_bg_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/new_ui/zailaiyiju_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/new_ui/zailaiyiju_img.png
new file mode 100644
index 00000000..6f20e50a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/new_ui/zailaiyiju_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/niuniu_icon_12.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/niuniu_icon_12.png
new file mode 100644
index 00000000..bc6d9e0a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/niuniu_icon_12.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/component/Slider1.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/component/Slider1.xml
new file mode 100644
index 00000000..aa4e048b
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/component/Slider1.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/component/Slider1_grip.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/component/Slider1_grip.xml
new file mode 100644
index 00000000..a8d105f3
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/component/Slider1_grip.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/component/Slider1_grip2.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/component/Slider1_grip2.xml
new file mode 100644
index 00000000..3043cf08
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/component/Slider1_grip2.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/component/Slider2.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/component/Slider2.xml
new file mode 100644
index 00000000..77c08596
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/component/Slider2.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/component/setting/btn_bg.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/component/setting/btn_bg.xml
new file mode 100644
index 00000000..64822cc2
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/component/setting/btn_bg.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/11_08.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/11_08.png
new file mode 100644
index 00000000..f94364e5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/11_08.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/bj.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/bj.png
new file mode 100644
index 00000000..87e6448d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/bj.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/dk.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/dk.png
new file mode 100644
index 00000000..5f174fc6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/dk.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/fgx.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/fgx.png
new file mode 100644
index 00000000..d5a2cc57
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/fgx.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/fy_tag_icon.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/fy_tag_icon.png
new file mode 100644
index 00000000..0b9ad045
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/fy_tag_icon.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/gongneng_false.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/gongneng_false.png
new file mode 100644
index 00000000..cec464a2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/gongneng_false.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/gongneng_true.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/gongneng_true.png
new file mode 100644
index 00000000..9929af29
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/gongneng_true.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/hdtd.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/hdtd.png
new file mode 100644
index 00000000..c2f2740b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/hdtd.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/huamian_false.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/huamian_false.png
new file mode 100644
index 00000000..4a329edb
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/huamian_false.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/huamian_true.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/huamian_true.png
new file mode 100644
index 00000000..84e9a612
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/huamian_true.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/hw.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/hw.png
new file mode 100644
index 00000000..18a25f6c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/hw.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/jdt.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/jdt.png
new file mode 100644
index 00000000..9ebfe48d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/jdt.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/new_switch_btn.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/new_switch_btn.xml
new file mode 100644
index 00000000..ae810265
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/new_switch_btn.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/new_switch_gn_btn.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/new_switch_gn_btn.xml
new file mode 100644
index 00000000..ae6b70d2
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/new_switch_gn_btn.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/pm.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/pm.png
new file mode 100644
index 00000000..6a5c0a9b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/pm.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/shezhi_title_03.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/shezhi_title_03.png
new file mode 100644
index 00000000..554a0279
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/shezhi_title_03.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/shezhi_title_04.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/shezhi_title_04.png
new file mode 100644
index 00000000..4e993f3b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/shezhi_title_04.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/sp_tag_icon.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/sp_tag_icon.png
new file mode 100644
index 00000000..3a685fd7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/sp_tag_icon.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/sx.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/sx.png
new file mode 100644
index 00000000..90c423b3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/sx.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/sytb.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/sytb.png
new file mode 100644
index 00000000..f1905b55
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/sytb.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/xzk.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/xzk.png
new file mode 100644
index 00000000..cc1b833f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/xzk.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/yytb.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/yytb.png
new file mode 100644
index 00000000..23ae81c0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/yytb.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/zipai_font_01.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/zipai_font_01.png
new file mode 100644
index 00000000..58a6f82d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/zipai_font_01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/zipai_font_02.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/zipai_font_02.png
new file mode 100644
index 00000000..59d8a61c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/zipai_font_02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/zipai_font_03.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/zipai_font_03.png
new file mode 100644
index 00000000..a7e3bf1e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/zipai_font_03.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/zipai_font_04.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/zipai_font_04.png
new file mode 100644
index 00000000..57afb3da
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/setting/images/setting/zipai_font_04.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/shou.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/shou.png
new file mode 100644
index 00000000..f2c7bcab
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/Main/shou.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/Btn_Card.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/Btn_Card.xml
new file mode 100644
index 00000000..1fe1ed3b
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/Btn_Card.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/Component1.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/Component1.xml
new file mode 100644
index 00000000..283b16d5
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/Component1.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/Component4.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/Component4.xml
new file mode 100644
index 00000000..4be82a8c
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/Component4.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/ComponentNew.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/ComponentNew.xml
new file mode 100644
index 00000000..7c0115cc
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/ComponentNew.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/Fz_0_3.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/Fz_0_3.xml
new file mode 100644
index 00000000..803e53ce
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/Fz_0_3.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/Fz_0_4.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/Fz_0_4.xml
new file mode 100644
index 00000000..0ce14a94
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/Fz_0_4.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/Gcm_OutCard.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/Gcm_OutCard.xml
new file mode 100644
index 00000000..26259228
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/Gcm_OutCard.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/Gcm_moveCard.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/Gcm_moveCard.xml
new file mode 100644
index 00000000..26259228
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/Gcm_moveCard.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/Qipai.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/Qipai.xml
new file mode 100644
index 00000000..b8f4c05d
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/Qipai.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/images/00(1).png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/images/00(1).png
new file mode 100644
index 00000000..16a9cad3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/images/00(1).png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/images/tips.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/images/tips.png
new file mode 100644
index 00000000..e47085fc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/images/tips.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/zipai_di_bg.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/zipai_di_bg.png
new file mode 100644
index 00000000..1dab9288
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/cards/zipai_di_bg.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/Btn_pass_new.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/Btn_pass_new.xml
new file mode 100644
index 00000000..7418f338
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/Btn_pass_new.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/Z_guo_light.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/Z_guo_light.png
new file mode 100644
index 00000000..8708cb1b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/Z_guo_light.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/fztip_6.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/fztip_6.png
new file mode 100644
index 00000000..d93258fd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/fztip_6.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop.png
new file mode 100644
index 00000000..4778c113
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop_1.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop_1.png
new file mode 100644
index 00000000..409cdfe9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop_1.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop_2.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop_2.png
new file mode 100644
index 00000000..268c1ae1
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop_2.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop_3.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop_3.png
new file mode 100644
index 00000000..5147a579
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop_3.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop_4.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop_4.png
new file mode 100644
index 00000000..5147a579
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop_4.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop_5.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop_5.png
new file mode 100644
index 00000000..d21409e6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop_5.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop_51.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop_51.png
new file mode 100644
index 00000000..9194209e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop_51.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop_6.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop_6.png
new file mode 100644
index 00000000..d21409e6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop_6.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop_7.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop_7.png
new file mode 100644
index 00000000..bca5d435
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/newop_7.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/光晕.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/光晕.png
new file mode 100644
index 00000000..0646066d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/光晕.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/光束2.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/光束2.png
new file mode 100644
index 00000000..fb2bdcb7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/光束2.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/别人胡.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/别人胡.xml
new file mode 100644
index 00000000..b434982b
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/别人胡.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/星星.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/星星.png
new file mode 100644
index 00000000..65b99b8d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/星星.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/板子.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/板子.png
new file mode 100644
index 00000000..5b216e56
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/板子.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/牌.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/牌.png
new file mode 100644
index 00000000..43c22ce4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/牌.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/胡.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/胡.png
new file mode 100644
index 00000000..38e67e23
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/胡.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/胡牌边界光.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/胡牌边界光.png
new file mode 100644
index 00000000..f8e3e90f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/胡牌边界光.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/自己胡牌.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/自己胡牌.xml
new file mode 100644
index 00000000..9ef336af
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/chi_peng_effect/自己胡牌.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/big_result_wanfa_zipai_flag.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/big_result_wanfa_zipai_flag.xml
new file mode 100644
index 00000000..78ac6564
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/big_result_wanfa_zipai_flag.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/big_zipai_result_item.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/big_zipai_result_item.xml
new file mode 100644
index 00000000..23d7ed48
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/big_zipai_result_item.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/btn_result_close.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/btn_result_close.xml
new file mode 100644
index 00000000..7be869df
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/btn_result_close.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/descript_item_zipai.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/descript_item_zipai.xml
new file mode 100644
index 00000000..8ae3a5e7
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/descript_item_zipai.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/bqd.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/bqd.png
new file mode 100644
index 00000000..a9f4ab42
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/bqd.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/dyj.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/dyj.png
new file mode 100644
index 00000000..7ace77a1
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/dyj.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/fgx.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/fgx.png
new file mode 100644
index 00000000..cb7e82f4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/fgx.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/fxlj.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/fxlj.png
new file mode 100644
index 00000000..80df1393
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/fxlj.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/fzzj.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/fzzj.png
new file mode 100644
index 00000000..24eea73a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/fzzj.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/hd.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/hd.png
new file mode 100644
index 00000000..5a7693d3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/hd.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/jfd.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/jfd.png
new file mode 100644
index 00000000..fdd3d7fc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/jfd.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/jtfx.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/jtfx.png
new file mode 100644
index 00000000..db8cab1b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/jtfx.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/k.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/k.png
new file mode 100644
index 00000000..73212604
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/k.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/qiwnj.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/qiwnj.png
new file mode 100644
index 00000000..a83839ed
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/qiwnj.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/sb.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/sb.png
new file mode 100644
index 00000000..7293e34b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/sb.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/shengli_zipai.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/shengli_zipai.png
new file mode 100644
index 00000000..fe78c974
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/shengli_zipai.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/shibai_zipai.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/shibai_zipai.png
new file mode 100644
index 00000000..0a78de67
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/shibai_zipai.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/sl.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/sl.png
new file mode 100644
index 00000000..a416d3e5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/sl.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/tgz.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/tgz.png
new file mode 100644
index 00000000..f5638bbd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/tgz.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/zipai_di.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/zipai_di.png
new file mode 100644
index 00000000..8b6c7390
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/zipai_di.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/zipai_shuoming_di.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/zipai_shuoming_di.png
new file mode 100644
index 00000000..79ba9baa
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/zipai_shuoming_di.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/zjwjd.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/zjwjd.png
new file mode 100644
index 00000000..cceb3bc5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/zjwjd.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/zjzlbt.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/zjzlbt.png
new file mode 100644
index 00000000..d8ea9dc5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/zjzlbt.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/准备.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/准备.png
new file mode 100644
index 00000000..163dfc21
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/准备.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/分享.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/分享.png
new file mode 100644
index 00000000..431ee6a2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/分享.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/大赢家.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/大赢家.png
new file mode 100644
index 00000000..e476a8dc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/大赢家.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/底.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/底.png
new file mode 100644
index 00000000..d86c2f69
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/底.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/开始.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/开始.png
new file mode 100644
index 00000000..2a168fb2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/开始.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/战绩.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/战绩.png
new file mode 100644
index 00000000..6debbccd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/战绩.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/标签.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/标签.png
new file mode 100644
index 00000000..0fdaa384
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/标签.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/流局字.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/流局字.png
new file mode 100644
index 00000000..e54864d6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/流局字.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/退出.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/退出.png
new file mode 100644
index 00000000..1a38b454
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/退出.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/邀请.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/邀请.png
new file mode 100644
index 00000000..e79e533d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/邀请.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/邀请好友.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/邀请好友.png
new file mode 100644
index 00000000..00c70ce2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/image/邀请好友.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/otherCard_item.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/otherCard_item.xml
new file mode 100644
index 00000000..9712a3cf
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/otherCard_item.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/result_zipai_head.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/result_zipai_head.xml
new file mode 100644
index 00000000..317991ee
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/result_zipai_head.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/result_zipai_main.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/result_zipai_main.xml
new file mode 100644
index 00000000..aef9efee
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/result_zipai_main.xml
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/zipai_btn_queren_confirm.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/zipai_btn_queren_confirm.xml
new file mode 100644
index 00000000..84e47ed7
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/zipai_btn_queren_confirm.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/zipai_btn_result_confirm.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/zipai_btn_result_confirm.xml
new file mode 100644
index 00000000..9f1213d4
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/zipai_btn_result_confirm.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/zipai_btn_result_share.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/zipai_btn_result_share.xml
new file mode 100644
index 00000000..f6546458
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/clearing/zipai_btn_result_share.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/effect/FzEffect.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/effect/FzEffect.xml
new file mode 100644
index 00000000..06ec684c
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/effect/FzEffect.xml
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/effect/FzEffect1.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/effect/FzEffect1.xml
new file mode 100644
index 00000000..4d856a27
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/effect/FzEffect1.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/effect/FzEffect2.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/effect/FzEffect2.xml
new file mode 100644
index 00000000..3d9daa20
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/effect/FzEffect2.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/effect/effct_img/光.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/effect/effct_img/光.png
new file mode 100644
index 00000000..37ac55e3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/effect/effct_img/光.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/effect/effct_img/星.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/effect/effct_img/星.png
new file mode 100644
index 00000000..e9d4b763
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/effect/effct_img/星.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/effect/effct_img/粒子.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/effect/effct_img/粒子.png
new file mode 100644
index 00000000..0210f2d7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/effect/effct_img/粒子.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/images/dibutton.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/images/dibutton.xml
new file mode 100644
index 00000000..6a600c06
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/images/dibutton.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/images/ting.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/images/ting.png
new file mode 100644
index 00000000..57a9daf2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/images/ting.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/images/zipai02.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/images/zipai02.png
new file mode 100644
index 00000000..0f91d502
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/images/zipai02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/images/zipaic2.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/images/zipaic2.png
new file mode 100644
index 00000000..b538f46a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/images/zipaic2.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/jiesuan/LiuJu_old.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/jiesuan/LiuJu_old.xml
new file mode 100644
index 00000000..e08daee6
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/jiesuan/LiuJu_old.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/jiesuan/liuju.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/jiesuan/liuju.png
new file mode 100644
index 00000000..35e4dbfa
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/jiesuan/liuju.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/liuju/LiuJu.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/liuju/LiuJu.xml
new file mode 100644
index 00000000..0edf3b03
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/liuju/LiuJu.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/liuju/LiuJu_old.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/liuju/LiuJu_old.xml
new file mode 100644
index 00000000..e08daee6
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/liuju/LiuJu_old.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/liuju/liuju.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/liuju/liuju.png
new file mode 100644
index 00000000..35e4dbfa
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/liuju/liuju.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/Btn_fztip.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/Btn_fztip.xml
new file mode 100644
index 00000000..8d037a94
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/Btn_fztip.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/Btn_pass.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/Btn_pass.xml
new file mode 100644
index 00000000..5f08dba8
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/Btn_pass.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/Btn_tuoguan.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/Btn_tuoguan.xml
new file mode 100644
index 00000000..d4e90e81
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/Btn_tuoguan.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/Gcm_action_tips.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/Gcm_action_tips.xml
new file mode 100644
index 00000000..932a7311
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/Gcm_action_tips.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/Pop_tip_choice.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/Pop_tip_choice.xml
new file mode 100644
index 00000000..11cef965
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/Pop_tip_choice.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/component/card/Btn_Card.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/component/card/Btn_Card.xml
new file mode 100644
index 00000000..80cc4bc7
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/component/card/Btn_Card.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/component/card/Component1.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/component/card/Component1.xml
new file mode 100644
index 00000000..f15f6908
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/component/card/Component1.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/component/card/Gcm_OutCard.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/component/card/Gcm_OutCard.xml
new file mode 100644
index 00000000..26bdc54f
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/component/card/Gcm_OutCard.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/component/choose/Btn_cross.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/component/choose/Btn_cross.xml
new file mode 100644
index 00000000..b18102d2
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/component/choose/Btn_cross.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/component/choose/Comp_choose.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/component/choose/Comp_choose.xml
new file mode 100644
index 00000000..439cfb55
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/component/choose/Comp_choose.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/component/choose/game_icon_02.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/component/choose/game_icon_02.png
new file mode 100644
index 00000000..a5d6e501
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/component/choose/game_icon_02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/di(1).png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/di(1).png
new file mode 100644
index 00000000..292f0331
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/di(1).png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/di.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/di.png
new file mode 100644
index 00000000..fa53c47a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/di.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/dibutton.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/dibutton.xml
new file mode 100644
index 00000000..6a600c06
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/dibutton.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/op.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/op.png
new file mode 100644
index 00000000..10a963e2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/op.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/op_1.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/op_1.png
new file mode 100644
index 00000000..63207caa
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/option/op_1.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/piao/btn_nopiao.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/piao/btn_nopiao.xml
new file mode 100644
index 00000000..1ce09e03
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/piao/btn_nopiao.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/piao/btn_piao.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/piao/btn_piao.xml
new file mode 100644
index 00000000..4b93c590
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/piao/btn_piao.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/room/btn_invite.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/room/btn_invite.xml
new file mode 100644
index 00000000..266a87bf
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/room/btn_invite.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/room/game_btn_kaiju_huang.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/room/game_btn_kaiju_huang.png
new file mode 100644
index 00000000..72475cf7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/room/game_btn_kaiju_huang.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/room/game_btx_fuzhifangjianhao.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/room/game_btx_fuzhifangjianhao.png
new file mode 100644
index 00000000..02372173
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/room/game_btx_fuzhifangjianhao.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/room/game_btx_yaoqinghaoyou.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/room/game_btx_yaoqinghaoyou.png
new file mode 100644
index 00000000..ac70d628
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/room/game_btx_yaoqinghaoyou.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/Btn_close.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/Btn_close.xml
new file mode 100644
index 00000000..3aa3b304
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/Btn_close.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/Button_1.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/Button_1.xml
new file mode 100644
index 00000000..6ef1b4a9
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/Button_1.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/New_SettingWindow.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/New_SettingWindow.xml
new file mode 100644
index 00000000..2b5c0019
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/New_SettingWindow.xml
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/SettingWindow1.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/SettingWindow1.xml
new file mode 100644
index 00000000..161167a1
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/SettingWindow1.xml
@@ -0,0 +1,93 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/SettingWindowNewPro.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/SettingWindowNewPro.xml
new file mode 100644
index 00000000..eee24319
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/SettingWindowNewPro.xml
@@ -0,0 +1,150 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/Win_Frame.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/Win_Frame.xml
new file mode 100644
index 00000000..f7c52d86
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/Win_Frame.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/Win_SanTingView.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/Win_SanTingView.xml
new file mode 100644
index 00000000..0143b688
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/Win_SanTingView.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/btn_bg(2).xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/btn_bg(2).xml
new file mode 100644
index 00000000..1b1df6d4
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/btn_bg(2).xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/changeBG/word2.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/changeBG/word2.png
new file mode 100644
index 00000000..aa0e4d09
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/changeBG/word2.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/component/setting/Btn_cr_checkbox.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/component/setting/Btn_cr_checkbox.xml
new file mode 100644
index 00000000..0bd8f970
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/component/setting/Btn_cr_checkbox.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/component/setting/Button4.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/component/setting/Button4.xml
new file mode 100644
index 00000000..83e3c5ea
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/component/setting/Button4.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/component/setting/Slider1.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/component/setting/Slider1.xml
new file mode 100644
index 00000000..5cd05615
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/component/setting/Slider1.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/component/setting/Slider1_grip.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/component/setting/Slider1_grip.xml
new file mode 100644
index 00000000..31a58b09
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/component/setting/Slider1_grip.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/component/setting/TitleToggle1.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/component/setting/TitleToggle1.xml
new file mode 100644
index 00000000..a295248d
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/component/setting/TitleToggle1.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/component/setting/TitleToggle2.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/component/setting/TitleToggle2.xml
new file mode 100644
index 00000000..b4b232be
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/component/setting/TitleToggle2.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/component/setting/di.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/component/setting/di.png
new file mode 100644
index 00000000..a431e7b8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/component/setting/di.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/image/pic08.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/image/pic08.png
new file mode 100644
index 00000000..25a66441
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/image/pic08.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/image/pic09.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/image/pic09.png
new file mode 100644
index 00000000..262f3fe9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/image/pic09.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/00(5).png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/00(5).png
new file mode 100644
index 00000000..e15430de
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/00(5).png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/01(2).png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/01(2).png
new file mode 100644
index 00000000..875dbd81
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/01(2).png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/02(2).png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/02(2).png
new file mode 100644
index 00000000..b73e4f2e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/02(2).png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/1_05.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/1_05.png
new file mode 100644
index 00000000..ba81b435
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/1_05.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/f01.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/f01.png
new file mode 100644
index 00000000..de419c46
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/f01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/f02.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/f02.png
new file mode 100644
index 00000000..bb4bfa53
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/f02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/julebu_bg_01.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/julebu_bg_01.png
new file mode 100644
index 00000000..d11d3d9b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/julebu_bg_01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/julebu_icon_02.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/julebu_icon_02.png
new file mode 100644
index 00000000..80ddf39d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/julebu_icon_02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/Component5.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/Component5.xml
new file mode 100644
index 00000000..12921e86
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/Component5.xml
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/bj_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/bj_img.png
new file mode 100644
index 00000000..cea57b31
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/bj_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/dk_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/dk_img.png
new file mode 100644
index 00000000..f32e7103
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/dk_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/gl_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/gl_img.png
new file mode 100644
index 00000000..a0e86ed2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/gl_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/hd_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/hd_img.png
new file mode 100644
index 00000000..8321e3b1
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/hd_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/hdtd_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/hdtd_img.png
new file mode 100644
index 00000000..eabcc39c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/hdtd_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/jdt_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/jdt_img.png
new file mode 100644
index 00000000..a718405a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/jdt_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/pm_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/pm_img.png
new file mode 100644
index 00000000..f30ca18f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/pm_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/sp_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/sp_img.png
new file mode 100644
index 00000000..90e88b0b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/sp_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/sx_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/sx_img.png
new file mode 100644
index 00000000..2f329bd3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/sx_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/sytb_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/sytb_img.png
new file mode 100644
index 00000000..3bea691d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/sytb_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/szbt_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/szbt_img.png
new file mode 100644
index 00000000..fd0b4b9b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/szbt_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/szgx_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/szgx_img.png
new file mode 100644
index 00000000..6cefea08
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/szgx_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/szz_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/szz_img.png
new file mode 100644
index 00000000..d1ffe913
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/szz_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/ydk_aimg.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/ydk_aimg.png
new file mode 100644
index 00000000..2d86ebc5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/ydk_aimg.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/ydk_img.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/ydk_img.png
new file mode 100644
index 00000000..fe489820
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/newsetting/ydk_img.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/11_03.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/11_03.png
new file mode 100644
index 00000000..392bf0af
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/11_03.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/11_08.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/11_08.png
new file mode 100644
index 00000000..f94364e5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/11_08.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/bj.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/bj.png
new file mode 100644
index 00000000..87e6448d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/bj.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/dk.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/dk.png
new file mode 100644
index 00000000..5f174fc6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/dk.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/fgx.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/fgx.png
new file mode 100644
index 00000000..d5a2cc57
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/fgx.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/fy_tag_icon.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/fy_tag_icon.png
new file mode 100644
index 00000000..0b9ad045
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/fy_tag_icon.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/gongneng_false.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/gongneng_false.png
new file mode 100644
index 00000000..cec464a2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/gongneng_false.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/gongneng_true.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/gongneng_true.png
new file mode 100644
index 00000000..9929af29
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/gongneng_true.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/hdtd.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/hdtd.png
new file mode 100644
index 00000000..c2f2740b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/hdtd.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/huamian_false.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/huamian_false.png
new file mode 100644
index 00000000..4a329edb
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/huamian_false.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/huamian_true.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/huamian_true.png
new file mode 100644
index 00000000..84e9a612
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/huamian_true.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/hw.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/hw.png
new file mode 100644
index 00000000..18a25f6c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/hw.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/jdt.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/jdt.png
new file mode 100644
index 00000000..9ebfe48d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/jdt.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/new_switch_btn.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/new_switch_btn.xml
new file mode 100644
index 00000000..a6b72ca4
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/new_switch_btn.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/new_switch_gn_btn.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/new_switch_gn_btn.xml
new file mode 100644
index 00000000..6f65ea44
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/new_switch_gn_btn.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/pm.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/pm.png
new file mode 100644
index 00000000..6a5c0a9b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/pm.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/setting_bar.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/setting_bar.png
new file mode 100644
index 00000000..262e6d51
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/setting_bar.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/setting_bar_bg.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/setting_bar_bg.png
new file mode 100644
index 00000000..bb9fd491
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/setting_bar_bg.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/setting_dice.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/setting_dice.png
new file mode 100644
index 00000000..632789e0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/setting_dice.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/shezhi_icon_04.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/shezhi_icon_04.png
new file mode 100644
index 00000000..6589219b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/shezhi_icon_04.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/shezhi_title_01.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/shezhi_title_01.png
new file mode 100644
index 00000000..d1bfd695
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/shezhi_title_01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/shezhi_title_03.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/shezhi_title_03.png
new file mode 100644
index 00000000..6710c0f8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/shezhi_title_03.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/shezhi_title_04.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/shezhi_title_04.png
new file mode 100644
index 00000000..78c216d6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/shezhi_title_04.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/sp_tag_icon.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/sp_tag_icon.png
new file mode 100644
index 00000000..3a685fd7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/sp_tag_icon.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/sx.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/sx.png
new file mode 100644
index 00000000..90c423b3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/sx.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/sytb.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/sytb.png
new file mode 100644
index 00000000..f1905b55
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/sytb.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/szbt.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/szbt.png
new file mode 100644
index 00000000..a7cece59
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/szbt.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/xzk.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/xzk.png
new file mode 100644
index 00000000..cc1b833f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/xzk.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/yytb.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/yytb.png
new file mode 100644
index 00000000..23ae81c0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/yytb.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/zipai_font_01.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/zipai_font_01.png
new file mode 100644
index 00000000..58a6f82d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/zipai_font_01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/zipai_font_02.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/zipai_font_02.png
new file mode 100644
index 00000000..59d8a61c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/zipai_font_02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/zipai_font_03.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/zipai_font_03.png
new file mode 100644
index 00000000..a7e3bf1e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/zipai_font_03.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/zipai_font_04.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/zipai_font_04.png
new file mode 100644
index 00000000..57afb3da
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/setting/zipai_font_04.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/tishi_bottom_01.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/tishi_bottom_01.png
new file mode 100644
index 00000000..7a851c2e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/setting/images/tishi_bottom_01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/RightPanel.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/RightPanel.xml
new file mode 100644
index 00000000..55a1913e
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/RightPanel.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/component/phone_info/Btn_log.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/component/phone_info/Btn_log.xml
new file mode 100644
index 00000000..aad1e526
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/component/phone_info/Btn_log.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/component/phone_info/Btn_setting.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/component/phone_info/Btn_setting.xml
new file mode 100644
index 00000000..c152b94f
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/component/phone_info/Btn_setting.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/component/phone_info/Component3(1).xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/component/phone_info/Component3(1).xml
new file mode 100644
index 00000000..83dc1eeb
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/component/phone_info/Component3(1).xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/component/phone_info/Component3.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/component/phone_info/Component3.xml
new file mode 100644
index 00000000..4b987269
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/component/phone_info/Component3.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/component/phone_info/ProgressBar2.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/component/phone_info/ProgressBar2.xml
new file mode 100644
index 00000000..5007f014
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/component/phone_info/ProgressBar2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/game/game_bg_02.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/game/game_bg_02.png
new file mode 100644
index 00000000..bab19d39
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/game/game_bg_02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/4g01.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/4g01.png
new file mode 100644
index 00000000..cbb50f5b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/4g01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/4g02.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/4g02.png
new file mode 100644
index 00000000..38cb7331
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/4g02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/4g03.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/4g03.png
new file mode 100644
index 00000000..15bc9cc9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/4g03.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/chakan.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/chakan.png
new file mode 100644
index 00000000..ff65453a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/chakan.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/dianchi01.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/dianchi01.png
new file mode 100644
index 00000000..95d369ff
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/dianchi01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/dianchi02.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/dianchi02.png
new file mode 100644
index 00000000..86b4430c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/dianchi02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/shezhi.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/shezhi.png
new file mode 100644
index 00000000..9f212dcc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/shezhi.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/wifi01.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/wifi01.png
new file mode 100644
index 00000000..f5ff4a53
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/wifi01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/wifi02.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/wifi02.png
new file mode 100644
index 00000000..f2de359a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/wifi02.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/wifi03.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/wifi03.png
new file mode 100644
index 00000000..a64ca8b7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/shezhi/images/phone_info/wifi03.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/Pop_tip_choice.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/Pop_tip_choice.xml
new file mode 100644
index 00000000..047905d0
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/Pop_tip_choice.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/chi.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/chi.png
new file mode 100644
index 00000000..773006a3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/chi.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/chouwei.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/chouwei.png
new file mode 100644
index 00000000..fecf6ebb
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/chouwei.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/gang.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/gang.png
new file mode 100644
index 00000000..83fae9ca
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/gang.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/pao.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/pao.png
new file mode 100644
index 00000000..e7998006
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/pao.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/peng.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/peng.png
new file mode 100644
index 00000000..7219bbcc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/peng.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/ti.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/ti.png
new file mode 100644
index 00000000..98988ab3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/ti.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/wei.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/wei.png
new file mode 100644
index 00000000..1f9a7539
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/wei.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/zhao.png b/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/zhao.png
new file mode 100644
index 00000000..d21409e6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/component/tips/zhao.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/1.png b/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/1.png
new file mode 100644
index 00000000..5ae3a2e2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/1.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/2.png b/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/2.png
new file mode 100644
index 00000000..a173a8a3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/2.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/3.png b/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/3.png
new file mode 100644
index 00000000..0bac61ef
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/3.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/5.png b/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/5.png
new file mode 100644
index 00000000..554b0cf0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/5.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/8.png b/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/8.png
new file mode 100644
index 00000000..f121f288
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/8.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/bp.png b/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/bp.png
new file mode 100644
index 00000000..fb704c0d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/bp.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/hsand.png b/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/hsand.png
new file mode 100644
index 00000000..1b2adaef
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/hsand.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/lsand.png b/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/lsand.png
new file mode 100644
index 00000000..a5ab1ed5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/lsand.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/p.png b/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/p.png
new file mode 100644
index 00000000..cec56f05
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/image/btn/p.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/00(1).png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/00(1).png
new file mode 100644
index 00000000..16a9cad3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/00(1).png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/2.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/2.png
new file mode 100644
index 00000000..5355a9af
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/2.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/3.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/3.png
new file mode 100644
index 00000000..7dfb3f3c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/3.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/4.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/4.png
new file mode 100644
index 00000000..28fd0cff
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/4.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_101.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_101.png
new file mode 100644
index 00000000..42fee593
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_102.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_102.png
new file mode 100644
index 00000000..1fc7bc76
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_103.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_103.png
new file mode 100644
index 00000000..10be04e9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_104.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_104.png
new file mode 100644
index 00000000..29a20cf1
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_201.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_201.png
new file mode 100644
index 00000000..15140262
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_202.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_202.png
new file mode 100644
index 00000000..37980872
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_203.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_203.png
new file mode 100644
index 00000000..ab2d5711
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_204.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_204.png
new file mode 100644
index 00000000..6ff92a30
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_300.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_300.png
new file mode 100644
index 00000000..cbcf415d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_300.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_301.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_301.png
new file mode 100644
index 00000000..9cca956f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_301.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_302.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_302.png
new file mode 100644
index 00000000..759a5ed3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_302.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_303.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_303.png
new file mode 100644
index 00000000..e7ca1efd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_303.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_304.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_304.png
new file mode 100644
index 00000000..0412287c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_304.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_401.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_401.png
new file mode 100644
index 00000000..57eb4416
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_401.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_402.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_402.png
new file mode 100644
index 00000000..f5fe6936
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_402.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_403.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_403.png
new file mode 100644
index 00000000..7b3e43b0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_403.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_404.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_404.png
new file mode 100644
index 00000000..3ddb7197
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_404.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_501.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_501.png
new file mode 100644
index 00000000..a5ca9921
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_501.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_502.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_502.png
new file mode 100644
index 00000000..65737812
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_502.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_503.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_503.png
new file mode 100644
index 00000000..d68af0e0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_503.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_504.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_504.png
new file mode 100644
index 00000000..31a9ce82
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_504.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_601.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_601.png
new file mode 100644
index 00000000..599c3777
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_601.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_602.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_602.png
new file mode 100644
index 00000000..5d27ad47
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_602.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_603.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_603.png
new file mode 100644
index 00000000..b9cb0120
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_603.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_604.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_604.png
new file mode 100644
index 00000000..845c54f8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_604.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_701.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_701.png
new file mode 100644
index 00000000..e669bbf9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_701.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_702.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_702.png
new file mode 100644
index 00000000..ad31b6fa
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_702.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_703.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_703.png
new file mode 100644
index 00000000..f8f913f6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_703.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_704.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_704.png
new file mode 100644
index 00000000..615d7d8f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_704.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_801.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_801.png
new file mode 100644
index 00000000..0b53446c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_801.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_802.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_802.png
new file mode 100644
index 00000000..4160562a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_802.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_803.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_803.png
new file mode 100644
index 00000000..07c69b4b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_803.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_804.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_804.png
new file mode 100644
index 00000000..3ff03edf
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/201_1_804.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_101.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_101.png
new file mode 100644
index 00000000..b51ab50e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_102.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_102.png
new file mode 100644
index 00000000..e28d8eef
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_103.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_103.png
new file mode 100644
index 00000000..935d2632
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_104.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_104.png
new file mode 100644
index 00000000..fe6526e9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_201.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_201.png
new file mode 100644
index 00000000..db976570
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_202.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_202.png
new file mode 100644
index 00000000..57a15388
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_203.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_203.png
new file mode 100644
index 00000000..b394a8c6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_204.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_204.png
new file mode 100644
index 00000000..def5340d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_300.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_300.png
new file mode 100644
index 00000000..9f4b6cbf
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_300.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_301.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_301.png
new file mode 100644
index 00000000..a38516cd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_301.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_302.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_302.png
new file mode 100644
index 00000000..8fc9476d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_302.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_303.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_303.png
new file mode 100644
index 00000000..5094621e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_303.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_304.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_304.png
new file mode 100644
index 00000000..656d19e9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_304.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_401.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_401.png
new file mode 100644
index 00000000..386f4dd0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_401.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_402.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_402.png
new file mode 100644
index 00000000..5bb852c3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_402.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_403.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_403.png
new file mode 100644
index 00000000..d5829b24
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_403.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_404.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_404.png
new file mode 100644
index 00000000..20b4a8f9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_404.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_501.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_501.png
new file mode 100644
index 00000000..b3ccb2f5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_501.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_502.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_502.png
new file mode 100644
index 00000000..02a513f9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_502.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_503.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_503.png
new file mode 100644
index 00000000..32ba6103
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_503.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_504.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_504.png
new file mode 100644
index 00000000..1a144bac
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_504.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_601.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_601.png
new file mode 100644
index 00000000..997f49ae
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_601.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_602.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_602.png
new file mode 100644
index 00000000..517fe58d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_602.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_603.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_603.png
new file mode 100644
index 00000000..f6285aff
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_603.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_604.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_604.png
new file mode 100644
index 00000000..fe5bb35e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_604.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_701.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_701.png
new file mode 100644
index 00000000..dcc04ef2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_701.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_702.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_702.png
new file mode 100644
index 00000000..38c78945
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_702.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_703.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_703.png
new file mode 100644
index 00000000..19ad918c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_703.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_704.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_704.png
new file mode 100644
index 00000000..32063a53
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_704.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_801.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_801.png
new file mode 100644
index 00000000..7e98fed4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_801.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_802.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_802.png
new file mode 100644
index 00000000..846967e0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_802.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_803.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_803.png
new file mode 100644
index 00000000..e135eac0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_803.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_804.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_804.png
new file mode 100644
index 00000000..5213e7e9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/202_1_804.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_101.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_101.png
new file mode 100644
index 00000000..997d9a12
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_102.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_102.png
new file mode 100644
index 00000000..2615d5d0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_103.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_103.png
new file mode 100644
index 00000000..e3f7b3ea
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_104.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_104.png
new file mode 100644
index 00000000..58ad1416
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_201.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_201.png
new file mode 100644
index 00000000..0db5b06f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_202.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_202.png
new file mode 100644
index 00000000..a51c28f5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_203.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_203.png
new file mode 100644
index 00000000..494166b7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_204.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_204.png
new file mode 100644
index 00000000..f894d6e0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_300.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_300.png
new file mode 100644
index 00000000..2e6cf565
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_300.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_301.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_301.png
new file mode 100644
index 00000000..cc773180
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_301.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_302.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_302.png
new file mode 100644
index 00000000..b562a4b9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_302.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_303.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_303.png
new file mode 100644
index 00000000..8ef44dca
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_303.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_304.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_304.png
new file mode 100644
index 00000000..b9b9849b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_304.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_401.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_401.png
new file mode 100644
index 00000000..c99dc70f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_401.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_402.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_402.png
new file mode 100644
index 00000000..be3fb139
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_402.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_403.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_403.png
new file mode 100644
index 00000000..fe1fb400
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_403.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_404.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_404.png
new file mode 100644
index 00000000..eaf1a29e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_404.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_501.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_501.png
new file mode 100644
index 00000000..aaee86e6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_501.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_502.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_502.png
new file mode 100644
index 00000000..a49e7b92
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_502.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_503.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_503.png
new file mode 100644
index 00000000..da58664a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_503.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_504.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_504.png
new file mode 100644
index 00000000..426aab5b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_504.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_601.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_601.png
new file mode 100644
index 00000000..406354f6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_601.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_602.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_602.png
new file mode 100644
index 00000000..57e0e1a0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_602.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_603.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_603.png
new file mode 100644
index 00000000..106dd2a2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_603.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_604.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_604.png
new file mode 100644
index 00000000..b8989642
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_604.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_701.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_701.png
new file mode 100644
index 00000000..44e48069
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_701.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_702.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_702.png
new file mode 100644
index 00000000..6029e60e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_702.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_703.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_703.png
new file mode 100644
index 00000000..fcad0b9b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_703.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_704.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_704.png
new file mode 100644
index 00000000..073c1d2d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_704.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_801.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_801.png
new file mode 100644
index 00000000..c3690f9c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_801.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_802.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_802.png
new file mode 100644
index 00000000..9202162c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_802.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_803.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_803.png
new file mode 100644
index 00000000..0d5113ae
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_803.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_804.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_804.png
new file mode 100644
index 00000000..b9e50382
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards/203_1_804.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_101.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_101.png
new file mode 100644
index 00000000..9bbf6643
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_102.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_102.png
new file mode 100644
index 00000000..68f51219
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_103.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_103.png
new file mode 100644
index 00000000..f1d390ab
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_104.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_104.png
new file mode 100644
index 00000000..3e1ec66c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_105.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_105.png
new file mode 100644
index 00000000..cf43eca7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_106.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_106.png
new file mode 100644
index 00000000..ebda1fbf
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_107.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_107.png
new file mode 100644
index 00000000..3656047d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_108.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_108.png
new file mode 100644
index 00000000..9d67143e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_109.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_109.png
new file mode 100644
index 00000000..7ab74ed8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_110.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_110.png
new file mode 100644
index 00000000..23119ddc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_201.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_201.png
new file mode 100644
index 00000000..9feca053
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_202.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_202.png
new file mode 100644
index 00000000..8488cbd3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_203.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_203.png
new file mode 100644
index 00000000..55b634c0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_204.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_204.png
new file mode 100644
index 00000000..1107ee73
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_205.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_205.png
new file mode 100644
index 00000000..f97871c4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_206.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_206.png
new file mode 100644
index 00000000..85437b9b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_207.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_207.png
new file mode 100644
index 00000000..65c8d48b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_208.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_208.png
new file mode 100644
index 00000000..954d34e0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_209.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_209.png
new file mode 100644
index 00000000..dd85625f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_210.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_210.png
new file mode 100644
index 00000000..b0f092d7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_5000.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_5000.png
new file mode 100644
index 00000000..568db33c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/201_2_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_101.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_101.png
new file mode 100644
index 00000000..5cba9ad4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_102.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_102.png
new file mode 100644
index 00000000..6ed1b9fc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_103.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_103.png
new file mode 100644
index 00000000..7dd6adae
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_104.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_104.png
new file mode 100644
index 00000000..23b47327
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_105.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_105.png
new file mode 100644
index 00000000..626b29bb
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_106.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_106.png
new file mode 100644
index 00000000..0ef5b748
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_107.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_107.png
new file mode 100644
index 00000000..08b427c8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_108.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_108.png
new file mode 100644
index 00000000..a552229a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_109.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_109.png
new file mode 100644
index 00000000..ac087c0a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_110.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_110.png
new file mode 100644
index 00000000..14807ced
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_201.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_201.png
new file mode 100644
index 00000000..cd2f055a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_202.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_202.png
new file mode 100644
index 00000000..40e51e19
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_203.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_203.png
new file mode 100644
index 00000000..832ae455
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_204.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_204.png
new file mode 100644
index 00000000..246d2c90
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_205.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_205.png
new file mode 100644
index 00000000..2f9760c8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_206.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_206.png
new file mode 100644
index 00000000..31892fdd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_207.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_207.png
new file mode 100644
index 00000000..35f0e492
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_208.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_208.png
new file mode 100644
index 00000000..f811b7b8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_209.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_209.png
new file mode 100644
index 00000000..0c5d5796
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_210.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_210.png
new file mode 100644
index 00000000..d50a0557
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_5000.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_5000.png
new file mode 100644
index 00000000..f865086f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/202_2_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_101.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_101.png
new file mode 100644
index 00000000..dc4d9e15
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_102.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_102.png
new file mode 100644
index 00000000..77fb0c0c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_103.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_103.png
new file mode 100644
index 00000000..974766a7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_104.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_104.png
new file mode 100644
index 00000000..0db5671f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_105.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_105.png
new file mode 100644
index 00000000..8e8abab3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_106.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_106.png
new file mode 100644
index 00000000..1ca31fff
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_107.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_107.png
new file mode 100644
index 00000000..5eed13c4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_108.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_108.png
new file mode 100644
index 00000000..1802196d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_109.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_109.png
new file mode 100644
index 00000000..21d9cd0e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_110.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_110.png
new file mode 100644
index 00000000..6acf52e0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_201.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_201.png
new file mode 100644
index 00000000..74c5ee7f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_202.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_202.png
new file mode 100644
index 00000000..e0fdfbb5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_203.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_203.png
new file mode 100644
index 00000000..4e4f1d05
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_204.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_204.png
new file mode 100644
index 00000000..77ce1b38
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_205.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_205.png
new file mode 100644
index 00000000..1312cb15
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_206.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_206.png
new file mode 100644
index 00000000..e9939513
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_207.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_207.png
new file mode 100644
index 00000000..c38d0b98
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_208.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_208.png
new file mode 100644
index 00000000..bb2ea2bc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_209.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_209.png
new file mode 100644
index 00000000..ffbeb28a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_210.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_210.png
new file mode 100644
index 00000000..a3cdae79
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_5000.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_5000.png
new file mode 100644
index 00000000..48dfe360
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards1/203_2_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_101.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_101.png
new file mode 100644
index 00000000..3628d1ae
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_102.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_102.png
new file mode 100644
index 00000000..740887a2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_103.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_103.png
new file mode 100644
index 00000000..e2606f81
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_104.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_104.png
new file mode 100644
index 00000000..0d611f7f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_105.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_105.png
new file mode 100644
index 00000000..07b121af
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_106.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_106.png
new file mode 100644
index 00000000..59e2ff9f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_107.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_107.png
new file mode 100644
index 00000000..654c9643
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_108.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_108.png
new file mode 100644
index 00000000..b18c65b1
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_109.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_109.png
new file mode 100644
index 00000000..fe6b4306
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_110.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_110.png
new file mode 100644
index 00000000..ae9266c9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_201.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_201.png
new file mode 100644
index 00000000..0df7e309
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_202.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_202.png
new file mode 100644
index 00000000..cba18a46
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_203.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_203.png
new file mode 100644
index 00000000..39b80f34
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_204.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_204.png
new file mode 100644
index 00000000..536eab96
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_205.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_205.png
new file mode 100644
index 00000000..570326e2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_206.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_206.png
new file mode 100644
index 00000000..e43ca040
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_207.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_207.png
new file mode 100644
index 00000000..778f15a3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_208.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_208.png
new file mode 100644
index 00000000..ddadd44d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_209.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_209.png
new file mode 100644
index 00000000..4d3ba444
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_210.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_210.png
new file mode 100644
index 00000000..a4f2771c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_5000.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_5000.png
new file mode 100644
index 00000000..b1bafe11
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/201_3_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_101.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_101.png
new file mode 100644
index 00000000..d3afaa49
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_102.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_102.png
new file mode 100644
index 00000000..ac44f9ac
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_103.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_103.png
new file mode 100644
index 00000000..03d9f91a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_104.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_104.png
new file mode 100644
index 00000000..417d225b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_105.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_105.png
new file mode 100644
index 00000000..ac4acc1b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_106.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_106.png
new file mode 100644
index 00000000..b36aedaf
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_107.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_107.png
new file mode 100644
index 00000000..7b874ea3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_108.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_108.png
new file mode 100644
index 00000000..fafda3ee
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_109.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_109.png
new file mode 100644
index 00000000..eb9fc99e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_110.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_110.png
new file mode 100644
index 00000000..a540aff0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_201.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_201.png
new file mode 100644
index 00000000..1403d073
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_202.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_202.png
new file mode 100644
index 00000000..470e4903
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_203.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_203.png
new file mode 100644
index 00000000..3fd4fed1
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_204.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_204.png
new file mode 100644
index 00000000..f69e0779
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_205.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_205.png
new file mode 100644
index 00000000..703aeaae
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_206.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_206.png
new file mode 100644
index 00000000..b5d98b0b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_207.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_207.png
new file mode 100644
index 00000000..78e93c31
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_208.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_208.png
new file mode 100644
index 00000000..1de4f02c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_209.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_209.png
new file mode 100644
index 00000000..07c5c0c3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_210.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_210.png
new file mode 100644
index 00000000..574a1cea
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_5000.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_5000.png
new file mode 100644
index 00000000..5b44aaaf
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/202_3_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_101.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_101.png
new file mode 100644
index 00000000..f2dc0245
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_102.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_102.png
new file mode 100644
index 00000000..34c3161f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_103.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_103.png
new file mode 100644
index 00000000..ccdacb24
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_104.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_104.png
new file mode 100644
index 00000000..e246e0ca
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_105.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_105.png
new file mode 100644
index 00000000..c172862e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_106.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_106.png
new file mode 100644
index 00000000..267db47f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_107.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_107.png
new file mode 100644
index 00000000..a7447523
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_108.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_108.png
new file mode 100644
index 00000000..889dbc7d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_109.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_109.png
new file mode 100644
index 00000000..fd052427
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_110.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_110.png
new file mode 100644
index 00000000..339b8c37
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_201.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_201.png
new file mode 100644
index 00000000..38397032
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_202.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_202.png
new file mode 100644
index 00000000..812bd498
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_203.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_203.png
new file mode 100644
index 00000000..18e5fae5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_204.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_204.png
new file mode 100644
index 00000000..4bc0807a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_205.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_205.png
new file mode 100644
index 00000000..c694c1f6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_206.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_206.png
new file mode 100644
index 00000000..c9599967
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_207.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_207.png
new file mode 100644
index 00000000..c5c7e4ae
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_208.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_208.png
new file mode 100644
index 00000000..a987d795
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_209.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_209.png
new file mode 100644
index 00000000..61662a54
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_210.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_210.png
new file mode 100644
index 00000000..682b622c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_5000.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_5000.png
new file mode 100644
index 00000000..b8176951
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards2/203_3_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_101.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_101.png
new file mode 100644
index 00000000..82d5e1fd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_102.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_102.png
new file mode 100644
index 00000000..6873c660
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_103.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_103.png
new file mode 100644
index 00000000..6958f4fc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_104.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_104.png
new file mode 100644
index 00000000..0bc6edf2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_105.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_105.png
new file mode 100644
index 00000000..16d59882
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_106.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_106.png
new file mode 100644
index 00000000..be4d0697
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_107.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_107.png
new file mode 100644
index 00000000..44fe46a5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_108.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_108.png
new file mode 100644
index 00000000..583d36f8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_109.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_109.png
new file mode 100644
index 00000000..b49abd76
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_110.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_110.png
new file mode 100644
index 00000000..63f5ad23
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_201.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_201.png
new file mode 100644
index 00000000..040e1821
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_202.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_202.png
new file mode 100644
index 00000000..6ab683a3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_203.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_203.png
new file mode 100644
index 00000000..fa499195
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_204.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_204.png
new file mode 100644
index 00000000..a2e33a40
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_205.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_205.png
new file mode 100644
index 00000000..079ec8e0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_206.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_206.png
new file mode 100644
index 00000000..25a5577f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_207.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_207.png
new file mode 100644
index 00000000..b5277995
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_208.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_208.png
new file mode 100644
index 00000000..2a3ee973
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_209.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_209.png
new file mode 100644
index 00000000..b2ddbf99
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_210.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_210.png
new file mode 100644
index 00000000..9526deac
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards3/201_4_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_101.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_101.png
new file mode 100644
index 00000000..20b871c9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_102.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_102.png
new file mode 100644
index 00000000..2e343b33
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_103.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_103.png
new file mode 100644
index 00000000..d8885d6f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_104.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_104.png
new file mode 100644
index 00000000..1e666246
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_105.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_105.png
new file mode 100644
index 00000000..a51a7ae7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_106.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_106.png
new file mode 100644
index 00000000..b1637d36
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_107.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_107.png
new file mode 100644
index 00000000..6ec30590
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_108.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_108.png
new file mode 100644
index 00000000..e3604859
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_109.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_109.png
new file mode 100644
index 00000000..118401ed
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_110.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_110.png
new file mode 100644
index 00000000..7fe2509c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_201.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_201.png
new file mode 100644
index 00000000..d01ba316
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_202.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_202.png
new file mode 100644
index 00000000..46b77d95
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_203.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_203.png
new file mode 100644
index 00000000..ea1dcb8d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_204.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_204.png
new file mode 100644
index 00000000..00e3392a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_205.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_205.png
new file mode 100644
index 00000000..76f75110
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_206.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_206.png
new file mode 100644
index 00000000..c1372b68
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_207.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_207.png
new file mode 100644
index 00000000..4189cc2a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_208.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_208.png
new file mode 100644
index 00000000..2d0052a7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_209.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_209.png
new file mode 100644
index 00000000..a88c8500
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_210.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_210.png
new file mode 100644
index 00000000..7c3ad663
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_5000.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_5000.png
new file mode 100644
index 00000000..5798c895
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/201_5_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_101.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_101.png
new file mode 100644
index 00000000..922e2110
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_102.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_102.png
new file mode 100644
index 00000000..98628f78
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_103.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_103.png
new file mode 100644
index 00000000..964467a4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_104.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_104.png
new file mode 100644
index 00000000..0d826f60
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_105.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_105.png
new file mode 100644
index 00000000..10996555
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_106.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_106.png
new file mode 100644
index 00000000..6be3e816
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_107.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_107.png
new file mode 100644
index 00000000..1dee92ac
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_108.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_108.png
new file mode 100644
index 00000000..7c993949
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_109.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_109.png
new file mode 100644
index 00000000..4694f51e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_110.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_110.png
new file mode 100644
index 00000000..7c84fb4c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_201.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_201.png
new file mode 100644
index 00000000..347aefd5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_202.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_202.png
new file mode 100644
index 00000000..617802ab
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_203.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_203.png
new file mode 100644
index 00000000..39eaa880
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_204.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_204.png
new file mode 100644
index 00000000..61ef7359
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_205.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_205.png
new file mode 100644
index 00000000..8e111935
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_206.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_206.png
new file mode 100644
index 00000000..b2f4f3ba
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_207.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_207.png
new file mode 100644
index 00000000..2f032722
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_208.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_208.png
new file mode 100644
index 00000000..44b9b2f0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_209.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_209.png
new file mode 100644
index 00000000..28958ba4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_210.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_210.png
new file mode 100644
index 00000000..a221cbb1
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_5000.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_5000.png
new file mode 100644
index 00000000..e74ad220
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/202_5_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_101.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_101.png
new file mode 100644
index 00000000..7efa34f6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_102.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_102.png
new file mode 100644
index 00000000..9094d0e9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_103.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_103.png
new file mode 100644
index 00000000..2eed0fcf
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_104.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_104.png
new file mode 100644
index 00000000..46cf730d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_105.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_105.png
new file mode 100644
index 00000000..fc3cd944
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_106.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_106.png
new file mode 100644
index 00000000..3c0c1dea
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_107.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_107.png
new file mode 100644
index 00000000..18a2b196
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_108.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_108.png
new file mode 100644
index 00000000..dfce7a00
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_109.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_109.png
new file mode 100644
index 00000000..b0088e2a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_110.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_110.png
new file mode 100644
index 00000000..ef488d1b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_201.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_201.png
new file mode 100644
index 00000000..9ecb9c98
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_202.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_202.png
new file mode 100644
index 00000000..5af268a5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_203.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_203.png
new file mode 100644
index 00000000..7d087740
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_204.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_204.png
new file mode 100644
index 00000000..b2a86739
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_205.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_205.png
new file mode 100644
index 00000000..52a51e34
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_206.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_206.png
new file mode 100644
index 00000000..cf4d3787
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_207.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_207.png
new file mode 100644
index 00000000..0923f2f6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_208.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_208.png
new file mode 100644
index 00000000..7ceb9672
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_209.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_209.png
new file mode 100644
index 00000000..d75f3c91
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_210.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_210.png
new file mode 100644
index 00000000..e262f3d8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_5000.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_5000.png
new file mode 100644
index 00000000..eda1ef6d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards5/203_5_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_101.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_101.png
new file mode 100644
index 00000000..009802cd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_102.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_102.png
new file mode 100644
index 00000000..55f43de5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_103.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_103.png
new file mode 100644
index 00000000..c426dd15
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_104.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_104.png
new file mode 100644
index 00000000..0151ba02
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_105.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_105.png
new file mode 100644
index 00000000..a647c02a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_106.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_106.png
new file mode 100644
index 00000000..d55b853a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_107.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_107.png
new file mode 100644
index 00000000..5f0df649
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_108.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_108.png
new file mode 100644
index 00000000..9e7c5884
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_109.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_109.png
new file mode 100644
index 00000000..82dab7a1
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_110.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_110.png
new file mode 100644
index 00000000..bb92629c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_201.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_201.png
new file mode 100644
index 00000000..38dfff41
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_202.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_202.png
new file mode 100644
index 00000000..78f44fbd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_203.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_203.png
new file mode 100644
index 00000000..dff91b1e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_204.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_204.png
new file mode 100644
index 00000000..d3cc4793
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_205.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_205.png
new file mode 100644
index 00000000..210b2908
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_206.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_206.png
new file mode 100644
index 00000000..823889eb
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_207.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_207.png
new file mode 100644
index 00000000..6b8ba518
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_208.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_208.png
new file mode 100644
index 00000000..d77533c9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_209.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_209.png
new file mode 100644
index 00000000..38c6a9dd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_210.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_210.png
new file mode 100644
index 00000000..ed3bac88
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/201_6_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_101.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_101.png
new file mode 100644
index 00000000..e4fdbef2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_102.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_102.png
new file mode 100644
index 00000000..14744573
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_103.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_103.png
new file mode 100644
index 00000000..98f73223
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_104.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_104.png
new file mode 100644
index 00000000..9b9be8e6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_105.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_105.png
new file mode 100644
index 00000000..ee9ab623
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_106.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_106.png
new file mode 100644
index 00000000..019f2e73
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_107.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_107.png
new file mode 100644
index 00000000..335bf692
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_108.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_108.png
new file mode 100644
index 00000000..7c9bca29
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_109.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_109.png
new file mode 100644
index 00000000..5e13556c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_110.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_110.png
new file mode 100644
index 00000000..053805aa
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_201.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_201.png
new file mode 100644
index 00000000..926a378c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_202.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_202.png
new file mode 100644
index 00000000..0b814e97
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_203.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_203.png
new file mode 100644
index 00000000..b30c436a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_204.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_204.png
new file mode 100644
index 00000000..13188169
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_205.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_205.png
new file mode 100644
index 00000000..b2476eb4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_206.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_206.png
new file mode 100644
index 00000000..b7ebc45e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_207.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_207.png
new file mode 100644
index 00000000..0d012f1d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_208.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_208.png
new file mode 100644
index 00000000..33ff58e5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_209.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_209.png
new file mode 100644
index 00000000..baa90d8a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_210.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_210.png
new file mode 100644
index 00000000..406d1888
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/202_6_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_101.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_101.png
new file mode 100644
index 00000000..756142a3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_102.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_102.png
new file mode 100644
index 00000000..7d97ba76
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_103.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_103.png
new file mode 100644
index 00000000..f125ca35
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_104.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_104.png
new file mode 100644
index 00000000..5efa122f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_105.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_105.png
new file mode 100644
index 00000000..e9ca2530
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_106.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_106.png
new file mode 100644
index 00000000..0954fbe0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_107.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_107.png
new file mode 100644
index 00000000..d62998de
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_108.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_108.png
new file mode 100644
index 00000000..f324773c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_109.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_109.png
new file mode 100644
index 00000000..4f61f767
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_110.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_110.png
new file mode 100644
index 00000000..07f1a895
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_201.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_201.png
new file mode 100644
index 00000000..e629ae7c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_202.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_202.png
new file mode 100644
index 00000000..88bfbebc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_203.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_203.png
new file mode 100644
index 00000000..af3e69a7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_204.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_204.png
new file mode 100644
index 00000000..d0c4569f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_205.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_205.png
new file mode 100644
index 00000000..898fce35
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_206.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_206.png
new file mode 100644
index 00000000..ea242903
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_207.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_207.png
new file mode 100644
index 00000000..d1310297
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_208.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_208.png
new file mode 100644
index 00000000..a037fb83
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_209.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_209.png
new file mode 100644
index 00000000..5fc0cb43
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_210.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_210.png
new file mode 100644
index 00000000..bb815e6f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards6/203_6_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_101.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_101.png
new file mode 100644
index 00000000..eae99d2d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_102.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_102.png
new file mode 100644
index 00000000..e279b391
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_103.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_103.png
new file mode 100644
index 00000000..86a42a12
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_104.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_104.png
new file mode 100644
index 00000000..d7210df8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_105.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_105.png
new file mode 100644
index 00000000..cdf92c9b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_106.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_106.png
new file mode 100644
index 00000000..2668d1b4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_107.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_107.png
new file mode 100644
index 00000000..7e3e057b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_108.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_108.png
new file mode 100644
index 00000000..bfa01e33
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_109.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_109.png
new file mode 100644
index 00000000..49d1b75b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_110.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_110.png
new file mode 100644
index 00000000..b9aa02ad
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_201.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_201.png
new file mode 100644
index 00000000..7febf2cb
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_202.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_202.png
new file mode 100644
index 00000000..29f9b6b2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_203.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_203.png
new file mode 100644
index 00000000..5e237612
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_204.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_204.png
new file mode 100644
index 00000000..93807767
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_205.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_205.png
new file mode 100644
index 00000000..684852df
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_206.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_206.png
new file mode 100644
index 00000000..0e23e044
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_207.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_207.png
new file mode 100644
index 00000000..d51c3381
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_208.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_208.png
new file mode 100644
index 00000000..13ef039a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_209.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_209.png
new file mode 100644
index 00000000..0a0e3f16
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_210.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_210.png
new file mode 100644
index 00000000..13a61683
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_300.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_300.png
new file mode 100644
index 00000000..e43eae4d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_300.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_5000.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_5000.png
new file mode 100644
index 00000000..568db33c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/201_7_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_101.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_101.png
new file mode 100644
index 00000000..3e13cae1
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_102.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_102.png
new file mode 100644
index 00000000..c5874fe1
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_103.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_103.png
new file mode 100644
index 00000000..1cc5caeb
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_104.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_104.png
new file mode 100644
index 00000000..14d481a7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_105.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_105.png
new file mode 100644
index 00000000..041cdff7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_106.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_106.png
new file mode 100644
index 00000000..17d2aaee
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_107.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_107.png
new file mode 100644
index 00000000..6f6e18a0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_108.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_108.png
new file mode 100644
index 00000000..4918e918
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_109.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_109.png
new file mode 100644
index 00000000..16994875
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_110.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_110.png
new file mode 100644
index 00000000..cc321a91
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_201.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_201.png
new file mode 100644
index 00000000..413faef9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_202.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_202.png
new file mode 100644
index 00000000..42983965
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_203.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_203.png
new file mode 100644
index 00000000..6062e740
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_204.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_204.png
new file mode 100644
index 00000000..577e8a70
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_205.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_205.png
new file mode 100644
index 00000000..ad84a2b7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_206.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_206.png
new file mode 100644
index 00000000..2c8a83cf
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_207.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_207.png
new file mode 100644
index 00000000..66c6a086
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_208.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_208.png
new file mode 100644
index 00000000..a6fc2444
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_209.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_209.png
new file mode 100644
index 00000000..71530497
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_210.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_210.png
new file mode 100644
index 00000000..380f8299
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_300.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_300.png
new file mode 100644
index 00000000..e555ec64
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_300.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_5000.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_5000.png
new file mode 100644
index 00000000..f865086f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/202_7_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_101.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_101.png
new file mode 100644
index 00000000..07c1429b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_102.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_102.png
new file mode 100644
index 00000000..60f002bc
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_103.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_103.png
new file mode 100644
index 00000000..8adac867
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_104.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_104.png
new file mode 100644
index 00000000..d4166d12
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_105.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_105.png
new file mode 100644
index 00000000..a03a5d22
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_106.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_106.png
new file mode 100644
index 00000000..7b570d9d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_107.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_107.png
new file mode 100644
index 00000000..bb618842
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_108.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_108.png
new file mode 100644
index 00000000..9f26b432
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_109.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_109.png
new file mode 100644
index 00000000..b8af0009
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_110.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_110.png
new file mode 100644
index 00000000..90fdf84f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_201.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_201.png
new file mode 100644
index 00000000..8dba2ed8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_202.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_202.png
new file mode 100644
index 00000000..b519fc92
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_203.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_203.png
new file mode 100644
index 00000000..d607ca52
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_204.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_204.png
new file mode 100644
index 00000000..2e80804f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_205.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_205.png
new file mode 100644
index 00000000..a46f9e78
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_206.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_206.png
new file mode 100644
index 00000000..ef83d3bd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_207.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_207.png
new file mode 100644
index 00000000..6392e1a4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_208.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_208.png
new file mode 100644
index 00000000..3c536c23
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_209.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_209.png
new file mode 100644
index 00000000..e5e3a1f7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_210.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_210.png
new file mode 100644
index 00000000..06ea08e5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_300.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_300.png
new file mode 100644
index 00000000..8f5b5731
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_300.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_5000.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_5000.png
new file mode 100644
index 00000000..48dfe360
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards7/203_7_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_101.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_101.png
new file mode 100644
index 00000000..829cc157
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_102.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_102.png
new file mode 100644
index 00000000..e209730d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_103.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_103.png
new file mode 100644
index 00000000..0a218256
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_104.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_104.png
new file mode 100644
index 00000000..d353de4c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_105.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_105.png
new file mode 100644
index 00000000..01333fe4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_106.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_106.png
new file mode 100644
index 00000000..07c53be6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_107.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_107.png
new file mode 100644
index 00000000..b0aacc7c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_108.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_108.png
new file mode 100644
index 00000000..1e37300b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_109.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_109.png
new file mode 100644
index 00000000..35256398
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_110.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_110.png
new file mode 100644
index 00000000..c3cc8cdb
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_201.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_201.png
new file mode 100644
index 00000000..8aa28dbf
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_202.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_202.png
new file mode 100644
index 00000000..097e831a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_203.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_203.png
new file mode 100644
index 00000000..13fa5913
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_204.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_204.png
new file mode 100644
index 00000000..2d65b5c7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_205.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_205.png
new file mode 100644
index 00000000..fa11d988
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_206.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_206.png
new file mode 100644
index 00000000..788f0c7a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_207.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_207.png
new file mode 100644
index 00000000..a8c56cc7
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_208.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_208.png
new file mode 100644
index 00000000..6d03722d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_209.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_209.png
new file mode 100644
index 00000000..31c2b790
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_210.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_210.png
new file mode 100644
index 00000000..3bd68580
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_300.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_300.png
new file mode 100644
index 00000000..c85c9685
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_300.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_5000.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_5000.png
new file mode 100644
index 00000000..1ca4563c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/201_8_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_101.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_101.png
new file mode 100644
index 00000000..659b3f1a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_102.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_102.png
new file mode 100644
index 00000000..9b2a4bf8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_103.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_103.png
new file mode 100644
index 00000000..2ddd68aa
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_104.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_104.png
new file mode 100644
index 00000000..244bc752
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_105.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_105.png
new file mode 100644
index 00000000..91a3ee7a
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_106.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_106.png
new file mode 100644
index 00000000..d0758e75
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_107.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_107.png
new file mode 100644
index 00000000..2aea5830
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_108.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_108.png
new file mode 100644
index 00000000..854613d2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_109.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_109.png
new file mode 100644
index 00000000..7d631a8e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_110.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_110.png
new file mode 100644
index 00000000..fb7369f2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_201.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_201.png
new file mode 100644
index 00000000..db91dbe3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_202.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_202.png
new file mode 100644
index 00000000..587dcd4e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_203.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_203.png
new file mode 100644
index 00000000..c8e8f23c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_204.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_204.png
new file mode 100644
index 00000000..f2269bea
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_205.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_205.png
new file mode 100644
index 00000000..2c5d9b91
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_206.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_206.png
new file mode 100644
index 00000000..3a209710
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_207.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_207.png
new file mode 100644
index 00000000..32d23629
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_208.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_208.png
new file mode 100644
index 00000000..7a024b7e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_209.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_209.png
new file mode 100644
index 00000000..f1af900b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_210.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_210.png
new file mode 100644
index 00000000..d46660eb
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_300.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_300.png
new file mode 100644
index 00000000..a0b2a8b0
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_300.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_5000.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_5000.png
new file mode 100644
index 00000000..12f5ea50
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/202_8_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_101.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_101.png
new file mode 100644
index 00000000..fc792616
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_101.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_102.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_102.png
new file mode 100644
index 00000000..95fe159f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_102.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_103.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_103.png
new file mode 100644
index 00000000..8f866bc6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_103.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_104.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_104.png
new file mode 100644
index 00000000..8cc0b50c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_104.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_105.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_105.png
new file mode 100644
index 00000000..461272c5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_105.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_106.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_106.png
new file mode 100644
index 00000000..5a100ce3
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_106.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_107.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_107.png
new file mode 100644
index 00000000..976386e1
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_107.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_108.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_108.png
new file mode 100644
index 00000000..88066f3c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_108.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_109.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_109.png
new file mode 100644
index 00000000..e3f5da06
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_109.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_110.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_110.png
new file mode 100644
index 00000000..532c6afb
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_110.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_201.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_201.png
new file mode 100644
index 00000000..846ad089
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_201.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_202.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_202.png
new file mode 100644
index 00000000..495033c4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_202.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_203.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_203.png
new file mode 100644
index 00000000..63d7fb08
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_203.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_204.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_204.png
new file mode 100644
index 00000000..7f161435
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_204.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_205.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_205.png
new file mode 100644
index 00000000..fd00e05f
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_205.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_206.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_206.png
new file mode 100644
index 00000000..1393b01c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_206.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_207.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_207.png
new file mode 100644
index 00000000..ce129cfb
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_207.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_208.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_208.png
new file mode 100644
index 00000000..a652cdba
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_208.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_209.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_209.png
new file mode 100644
index 00000000..642e04d6
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_209.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_210.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_210.png
new file mode 100644
index 00000000..cd340c7d
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_210.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_300.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_300.png
new file mode 100644
index 00000000..eb29ff0e
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_300.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_5000.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_5000.png
new file mode 100644
index 00000000..56db7f40
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/cards8/203_8_5000.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/clearing/fenxiang.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/clearing/fenxiang.png
new file mode 100644
index 00000000..c961107b
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/clearing/fenxiang.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/clearing/hu_icon.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/clearing/hu_icon.png
new file mode 100644
index 00000000..edaa50f9
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/clearing/hu_icon.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/clearing/jiesuan.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/clearing/jiesuan.png
new file mode 100644
index 00000000..2d392464
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/clearing/jiesuan.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/clearing/liuju.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/clearing/liuju.png
new file mode 100644
index 00000000..9b8c04ad
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/clearing/liuju.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/di(1)(1).png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/di(1)(1).png
new file mode 100644
index 00000000..8c3be6d5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/di(1)(1).png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/game_bg_01.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/game_bg_01.png
new file mode 100644
index 00000000..aaf406e5
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/game_bg_01.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/jiachui.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/jiachui.png
new file mode 100644
index 00000000..a4156e74
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/jiachui.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/newbg/table_bg1.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/newbg/table_bg1.png
new file mode 100644
index 00000000..deda0a9c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/newbg/table_bg1.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/newbg/table_bg2.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/newbg/table_bg2.png
new file mode 100644
index 00000000..1fd3cefd
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/newbg/table_bg2.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/newbg/table_bg3.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/newbg/table_bg3.png
new file mode 100644
index 00000000..deda0a9c
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/newbg/table_bg3.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/liu.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/liu.png
new file mode 100644
index 00000000..aadd0486
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/liu.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/op.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/op.png
new file mode 100644
index 00000000..10a963e2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/op.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/op_1.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/op_1.png
new file mode 100644
index 00000000..63207caa
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/op_1.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/op_2.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/op_2.png
new file mode 100644
index 00000000..e5e5be63
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/op_2.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/op_6.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/op_6.png
new file mode 100644
index 00000000..2581f415
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/op_6.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/op_7.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/op_7.png
new file mode 100644
index 00000000..43227b97
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/op_7.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/op_8.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/op_8.png
new file mode 100644
index 00000000..3d5d7cd4
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/op_8.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/pp_piao.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/pp_piao.png
new file mode 100644
index 00000000..74d0b7cf
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/pp_piao.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/wai.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/wai.png
new file mode 100644
index 00000000..36fc02c2
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/option/wai.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/images/wenzi00.png b/wb_new_ui/assets/Main_RunBeardMaJiang/images/wenzi00.png
new file mode 100644
index 00000000..444f7fc8
Binary files /dev/null and b/wb_new_ui/assets/Main_RunBeardMaJiang/images/wenzi00.png differ
diff --git a/wb_new_ui/assets/Main_RunBeardMaJiang/package.xml b/wb_new_ui/assets/Main_RunBeardMaJiang/package.xml
new file mode 100644
index 00000000..c7678f99
--- /dev/null
+++ b/wb_new_ui/assets/Main_RunBeardMaJiang/package.xml
@@ -0,0 +1,893 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_101.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_101.png
new file mode 100644
index 00000000..0239b7c9
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_101.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_102.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_102.png
new file mode 100644
index 00000000..b9e0ad44
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_102.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_103.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_103.png
new file mode 100644
index 00000000..66884d8e
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_103.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_104.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_104.png
new file mode 100644
index 00000000..d654a872
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_104.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_105.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_105.png
new file mode 100644
index 00000000..aa6d60c9
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_105.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_106.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_106.png
new file mode 100644
index 00000000..7b787d98
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_106.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_107.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_107.png
new file mode 100644
index 00000000..a7a5dfca
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_107.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_108.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_108.png
new file mode 100644
index 00000000..af0cfb74
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_108.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_109.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_109.png
new file mode 100644
index 00000000..23519e1f
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_109.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_201.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_201.png
new file mode 100644
index 00000000..9d0c334e
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_201.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_202.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_202.png
new file mode 100644
index 00000000..12049c04
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_202.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_203.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_203.png
new file mode 100644
index 00000000..c1c489eb
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_203.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_204.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_204.png
new file mode 100644
index 00000000..89fed5eb
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_204.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_205.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_205.png
new file mode 100644
index 00000000..e0cc2e13
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_205.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_206.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_206.png
new file mode 100644
index 00000000..2aeb10c6
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_206.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_207.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_207.png
new file mode 100644
index 00000000..d0bf8209
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_207.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_208.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_208.png
new file mode 100644
index 00000000..ae297e6d
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_208.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_209.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_209.png
new file mode 100644
index 00000000..4ebffb91
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_209.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_301.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_301.png
new file mode 100644
index 00000000..9e4d24fc
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_301.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_302.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_302.png
new file mode 100644
index 00000000..35bc55d2
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_302.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_303.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_303.png
new file mode 100644
index 00000000..cdde2912
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_303.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_304.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_304.png
new file mode 100644
index 00000000..f1825761
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_304.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_305.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_305.png
new file mode 100644
index 00000000..f7911bcb
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_305.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_306.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_306.png
new file mode 100644
index 00000000..2aa7c020
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_306.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_307.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_307.png
new file mode 100644
index 00000000..d3f7c8d6
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_307.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_308.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_308.png
new file mode 100644
index 00000000..bd59a9a4
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_308.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_309.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_309.png
new file mode 100644
index 00000000..1df2b127
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_309.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_400.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_400.png
new file mode 100644
index 00000000..dffbba2b
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_400.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_403.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_403.png
new file mode 100644
index 00000000..76ba902b
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_403.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_406.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_406.png
new file mode 100644
index 00000000..bd96c011
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_406.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_409.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_409.png
new file mode 100644
index 00000000..44019baf
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_409.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_412.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_412.png
new file mode 100644
index 00000000..14c816e0
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_412.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_415.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_415.png
new file mode 100644
index 00000000..de00da3a
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_415.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_418.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_418.png
new file mode 100644
index 00000000..287d9dfd
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_418.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_421.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_421.png
new file mode 100644
index 00000000..b4128989
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_421.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_424.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_424.png
new file mode 100644
index 00000000..a356dc18
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_424.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_427.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_427.png
new file mode 100644
index 00000000..7f77e08c
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_427.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_430.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_430.png
new file mode 100644
index 00000000..f18da710
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_430.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_433.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_433.png
new file mode 100644
index 00000000..6b0663a7
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_433.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_436.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_436.png
new file mode 100644
index 00000000..9a0e3a8b
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_436.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_439.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_439.png
new file mode 100644
index 00000000..baf9470f
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_439.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_442.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_442.png
new file mode 100644
index 00000000..2507f563
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/1/b201_442.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_101.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_101.png
new file mode 100644
index 00000000..21ef47c1
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_101.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_102.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_102.png
new file mode 100644
index 00000000..3fd8c887
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_102.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_103.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_103.png
new file mode 100644
index 00000000..ac84ffd3
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_103.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_104.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_104.png
new file mode 100644
index 00000000..f3446ff3
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_104.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_105.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_105.png
new file mode 100644
index 00000000..c0aa3164
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_105.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_106.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_106.png
new file mode 100644
index 00000000..ca98f471
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_106.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_107.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_107.png
new file mode 100644
index 00000000..04373ada
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_107.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_108.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_108.png
new file mode 100644
index 00000000..acc5baba
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_108.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_109.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_109.png
new file mode 100644
index 00000000..45e332aa
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_109.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_201.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_201.png
new file mode 100644
index 00000000..de99ee8b
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_201.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_202.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_202.png
new file mode 100644
index 00000000..c6c96af2
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_202.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_203.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_203.png
new file mode 100644
index 00000000..8e9484fe
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_203.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_204.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_204.png
new file mode 100644
index 00000000..7be53ad0
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_204.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_205.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_205.png
new file mode 100644
index 00000000..5fcbc975
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_205.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_206.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_206.png
new file mode 100644
index 00000000..915129a0
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_206.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_207.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_207.png
new file mode 100644
index 00000000..9c00d331
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_207.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_208.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_208.png
new file mode 100644
index 00000000..9dc204e6
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_208.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_209.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_209.png
new file mode 100644
index 00000000..c0af5ea5
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_209.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_301.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_301.png
new file mode 100644
index 00000000..df90dbb4
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_301.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_302.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_302.png
new file mode 100644
index 00000000..0965216f
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_302.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_303.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_303.png
new file mode 100644
index 00000000..2ca27735
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_303.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_304.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_304.png
new file mode 100644
index 00000000..ef5c0b75
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_304.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_305.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_305.png
new file mode 100644
index 00000000..b0d73417
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_305.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_306.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_306.png
new file mode 100644
index 00000000..9d0d15a9
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_306.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_307.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_307.png
new file mode 100644
index 00000000..60428894
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_307.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_308.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_308.png
new file mode 100644
index 00000000..481a4ff7
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_308.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_309.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_309.png
new file mode 100644
index 00000000..15b8ce96
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_309.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_400.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_400.png
new file mode 100644
index 00000000..f16342e7
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_400.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_403.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_403.png
new file mode 100644
index 00000000..5820a0b9
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_403.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_406.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_406.png
new file mode 100644
index 00000000..840c4744
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_406.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_409.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_409.png
new file mode 100644
index 00000000..23249a09
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_409.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_412.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_412.png
new file mode 100644
index 00000000..b3d893ee
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_412.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_415.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_415.png
new file mode 100644
index 00000000..1f345aa7
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_415.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_418.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_418.png
new file mode 100644
index 00000000..d7f6ecba
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_418.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_421.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_421.png
new file mode 100644
index 00000000..57b576e0
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_421.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_424.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_424.png
new file mode 100644
index 00000000..d715bafe
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_424.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_427.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_427.png
new file mode 100644
index 00000000..cdea6c0e
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_427.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_430.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_430.png
new file mode 100644
index 00000000..19eaa83c
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_430.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_433.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_433.png
new file mode 100644
index 00000000..6cad9049
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_433.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_436.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_436.png
new file mode 100644
index 00000000..24f58f21
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_436.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_439.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_439.png
new file mode 100644
index 00000000..b4348e1d
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_439.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_442.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_442.png
new file mode 100644
index 00000000..4f997fbe
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b2022_442.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_101.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_101.png
new file mode 100644
index 00000000..c6fea274
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_101.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_102.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_102.png
new file mode 100644
index 00000000..d38e4d7f
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_102.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_103.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_103.png
new file mode 100644
index 00000000..fd7a1de3
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_103.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_104.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_104.png
new file mode 100644
index 00000000..5ab42a99
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_104.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_105.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_105.png
new file mode 100644
index 00000000..ebd05a95
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_105.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_106.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_106.png
new file mode 100644
index 00000000..1189570d
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_106.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_107.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_107.png
new file mode 100644
index 00000000..eb8f5b15
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_107.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_108.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_108.png
new file mode 100644
index 00000000..6b806bfd
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_108.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_109.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_109.png
new file mode 100644
index 00000000..3ceee3bf
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_109.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_201.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_201.png
new file mode 100644
index 00000000..c0140a01
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_201.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_202.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_202.png
new file mode 100644
index 00000000..994f61f9
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_202.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_203.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_203.png
new file mode 100644
index 00000000..3e3e729f
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_203.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_204.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_204.png
new file mode 100644
index 00000000..5950dc18
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_204.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_205.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_205.png
new file mode 100644
index 00000000..66ecd3e4
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_205.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_206.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_206.png
new file mode 100644
index 00000000..a85a0c7d
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_206.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_207.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_207.png
new file mode 100644
index 00000000..b7dea862
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_207.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_208.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_208.png
new file mode 100644
index 00000000..e76b6ddb
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_208.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_209.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_209.png
new file mode 100644
index 00000000..264982bd
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_209.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_301.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_301.png
new file mode 100644
index 00000000..6fd4065e
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_301.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_302.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_302.png
new file mode 100644
index 00000000..62c5c948
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_302.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_303.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_303.png
new file mode 100644
index 00000000..f6ee8401
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_303.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_304.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_304.png
new file mode 100644
index 00000000..18706e94
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_304.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_305.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_305.png
new file mode 100644
index 00000000..6ed2e9b3
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_305.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_306.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_306.png
new file mode 100644
index 00000000..328a04ec
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_306.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_307.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_307.png
new file mode 100644
index 00000000..5d53d414
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_307.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_308.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_308.png
new file mode 100644
index 00000000..174c1b40
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_308.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_309.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_309.png
new file mode 100644
index 00000000..0ded76ff
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_309.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_401.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_401.png
new file mode 100644
index 00000000..c2dca522
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_401.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_402.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_402.png
new file mode 100644
index 00000000..7eca45f5
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_402.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_403.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_403.png
new file mode 100644
index 00000000..6c945c47
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_403.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_404.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_404.png
new file mode 100644
index 00000000..5cb965e3
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_404.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_405.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_405.png
new file mode 100644
index 00000000..a60e17be
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_405.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_406.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_406.png
new file mode 100644
index 00000000..d39ee367
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_406.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_407.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_407.png
new file mode 100644
index 00000000..bc37ee1d
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_407.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_421.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_421.png
new file mode 100644
index 00000000..25659e56
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_421.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_424.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_424.png
new file mode 100644
index 00000000..a96e5477
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_424.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_427.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_427.png
new file mode 100644
index 00000000..bf749fd8
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_427.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_430.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_430.png
new file mode 100644
index 00000000..59851b56
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_430.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_433.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_433.png
new file mode 100644
index 00000000..0b6dd168
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_433.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_436.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_436.png
new file mode 100644
index 00000000..c6822ea3
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_436.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_439.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_439.png
new file mode 100644
index 00000000..9192e60d
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_439.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_442.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_442.png
new file mode 100644
index 00000000..b910e239
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/2/b202_442.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_101.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_101.png
new file mode 100644
index 00000000..069aa815
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_101.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_102.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_102.png
new file mode 100644
index 00000000..565750cd
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_102.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_103.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_103.png
new file mode 100644
index 00000000..34809ad1
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_103.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_104.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_104.png
new file mode 100644
index 00000000..5f1f422a
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_104.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_105.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_105.png
new file mode 100644
index 00000000..65fb8d41
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_105.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_106.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_106.png
new file mode 100644
index 00000000..7fb84643
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_106.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_107.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_107.png
new file mode 100644
index 00000000..24c4d9f7
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_107.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_108.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_108.png
new file mode 100644
index 00000000..f4093422
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_108.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_109.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_109.png
new file mode 100644
index 00000000..ea844345
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_109.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_201.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_201.png
new file mode 100644
index 00000000..87bcc974
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_201.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_202.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_202.png
new file mode 100644
index 00000000..18aa5d05
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_202.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_203.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_203.png
new file mode 100644
index 00000000..0a44b0fc
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_203.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_204.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_204.png
new file mode 100644
index 00000000..c5e90c4f
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_204.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_205.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_205.png
new file mode 100644
index 00000000..815214e6
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_205.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_206.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_206.png
new file mode 100644
index 00000000..c904512e
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_206.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_207.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_207.png
new file mode 100644
index 00000000..53fa6722
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_207.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_208.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_208.png
new file mode 100644
index 00000000..1d7f5d1a
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_208.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_209.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_209.png
new file mode 100644
index 00000000..f332b98d
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_209.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_301.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_301.png
new file mode 100644
index 00000000..642d3639
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_301.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_302.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_302.png
new file mode 100644
index 00000000..7c597861
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_302.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_303.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_303.png
new file mode 100644
index 00000000..8703fdfe
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_303.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_304.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_304.png
new file mode 100644
index 00000000..10fcb3ea
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_304.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_305.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_305.png
new file mode 100644
index 00000000..2ad5d6c4
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_305.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_306.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_306.png
new file mode 100644
index 00000000..9ca508b6
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_306.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_307.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_307.png
new file mode 100644
index 00000000..fc41d8f9
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_307.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_308.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_308.png
new file mode 100644
index 00000000..66589019
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_308.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_309.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_309.png
new file mode 100644
index 00000000..5ffb8e44
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_309.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_400.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_400.png
new file mode 100644
index 00000000..022017cb
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_400.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_403.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_403.png
new file mode 100644
index 00000000..ecb235e1
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_403.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_406.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_406.png
new file mode 100644
index 00000000..f7eeb372
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_406.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_409.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_409.png
new file mode 100644
index 00000000..139cb7a3
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_409.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_412.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_412.png
new file mode 100644
index 00000000..f7c4c06e
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_412.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_415.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_415.png
new file mode 100644
index 00000000..3ba85b84
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_415.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_418.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_418.png
new file mode 100644
index 00000000..3dc3ce1c
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_418.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_421.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_421.png
new file mode 100644
index 00000000..07da99d4
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_421.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_424.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_424.png
new file mode 100644
index 00000000..06acbc10
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_424.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_427.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_427.png
new file mode 100644
index 00000000..d0b90b9e
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_427.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_430.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_430.png
new file mode 100644
index 00000000..b27a5f4a
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_430.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_433.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_433.png
new file mode 100644
index 00000000..072dc403
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_433.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_436.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_436.png
new file mode 100644
index 00000000..0e78879f
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_436.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_439.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_439.png
new file mode 100644
index 00000000..d7f553b4
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_439.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_442.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_442.png
new file mode 100644
index 00000000..728079e1
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/3/b102_442.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_101.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_101.png
new file mode 100644
index 00000000..32df7803
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_101.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_102.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_102.png
new file mode 100644
index 00000000..f038774a
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_102.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_103.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_103.png
new file mode 100644
index 00000000..d170a687
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_103.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_104.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_104.png
new file mode 100644
index 00000000..831dbb1e
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_104.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_105.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_105.png
new file mode 100644
index 00000000..e2844438
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_105.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_106.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_106.png
new file mode 100644
index 00000000..8f91e009
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_106.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_107.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_107.png
new file mode 100644
index 00000000..7493c5e6
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_107.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_108.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_108.png
new file mode 100644
index 00000000..98014dd5
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_108.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_109.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_109.png
new file mode 100644
index 00000000..c1485fcd
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_109.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_201.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_201.png
new file mode 100644
index 00000000..9e5c9290
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_201.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_202.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_202.png
new file mode 100644
index 00000000..2933f917
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_202.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_203.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_203.png
new file mode 100644
index 00000000..2d074a19
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_203.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_204.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_204.png
new file mode 100644
index 00000000..8526c56d
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_204.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_205.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_205.png
new file mode 100644
index 00000000..2c621178
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_205.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_206.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_206.png
new file mode 100644
index 00000000..33df600e
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_206.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_207.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_207.png
new file mode 100644
index 00000000..3ae14eb3
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_207.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_208.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_208.png
new file mode 100644
index 00000000..ab8295a8
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_208.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_209.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_209.png
new file mode 100644
index 00000000..c4c56348
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_209.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_301.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_301.png
new file mode 100644
index 00000000..3eeaff19
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_301.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_302.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_302.png
new file mode 100644
index 00000000..f82bd2e9
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_302.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_303.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_303.png
new file mode 100644
index 00000000..a32d96f7
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_303.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_304.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_304.png
new file mode 100644
index 00000000..bceb3065
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_304.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_305.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_305.png
new file mode 100644
index 00000000..5e8b1b6f
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_305.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_306.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_306.png
new file mode 100644
index 00000000..7a64beb0
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_306.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_307.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_307.png
new file mode 100644
index 00000000..7aad8ecf
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_307.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_308.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_308.png
new file mode 100644
index 00000000..44b311a5
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_308.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_309.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_309.png
new file mode 100644
index 00000000..d348e8d2
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_309.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_400.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_400.png
new file mode 100644
index 00000000..62481004
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_400.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_403.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_403.png
new file mode 100644
index 00000000..2270161c
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_403.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_406.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_406.png
new file mode 100644
index 00000000..09108404
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_406.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_409.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_409.png
new file mode 100644
index 00000000..667e06dd
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_409.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_412.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_412.png
new file mode 100644
index 00000000..7800d9c3
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_412.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_415.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_415.png
new file mode 100644
index 00000000..f8958a27
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_415.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_418.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_418.png
new file mode 100644
index 00000000..6338b12d
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_418.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_421.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_421.png
new file mode 100644
index 00000000..0795234e
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_421.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_424.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_424.png
new file mode 100644
index 00000000..dc20dabe
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_424.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_427.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_427.png
new file mode 100644
index 00000000..e685111e
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_427.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_430.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_430.png
new file mode 100644
index 00000000..f7e0af3f
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_430.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_433.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_433.png
new file mode 100644
index 00000000..bd9621ca
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_433.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_436.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_436.png
new file mode 100644
index 00000000..c329297f
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_436.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_439.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_439.png
new file mode 100644
index 00000000..9431c740
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_439.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_442.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_442.png
new file mode 100644
index 00000000..e266d4e8
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/4/b302_442.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/b102_00.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/b102_00.png
new file mode 100644
index 00000000..3384c479
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/b102_00.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/b2022_00.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/b2022_00.png
new file mode 100644
index 00000000..6883e614
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/b2022_00.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/b202_00.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/b202_00.png
new file mode 100644
index 00000000..090f7217
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/b202_00.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/b302_00.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/b302_00.png
new file mode 100644
index 00000000..5e69c2a9
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/b302_00.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/bback_left.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/bback_left.png
new file mode 100644
index 00000000..85840226
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/bback_left.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/bback_right.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/bback_right.png
new file mode 100644
index 00000000..32d344c6
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/bback_right.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/bback_top.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/bback_top.png
new file mode 100644
index 00000000..560bfbe5
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/bback_top.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/card3d/maj1.png b/wb_new_ui/assets/MajiangCard3d/image/card3d/maj1.png
new file mode 100644
index 00000000..c5b78261
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/card3d/maj1.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/trun/Sp_h1.png b/wb_new_ui/assets/MajiangCard3d/image/trun/Sp_h1.png
new file mode 100644
index 00000000..f54e2628
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/trun/Sp_h1.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/trun/cb_b.png b/wb_new_ui/assets/MajiangCard3d/image/trun/cb_b.png
new file mode 100644
index 00000000..d85713a4
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/trun/cb_b.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/trun/cb_g.png b/wb_new_ui/assets/MajiangCard3d/image/trun/cb_g.png
new file mode 100644
index 00000000..95d0892d
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/trun/cb_g.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/trun/cb_r.png b/wb_new_ui/assets/MajiangCard3d/image/trun/cb_r.png
new file mode 100644
index 00000000..2048a06c
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/trun/cb_r.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/trun/cb_y.png b/wb_new_ui/assets/MajiangCard3d/image/trun/cb_y.png
new file mode 100644
index 00000000..0ef6dc40
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/trun/cb_y.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/trun/dir_1.png b/wb_new_ui/assets/MajiangCard3d/image/trun/dir_1.png
new file mode 100644
index 00000000..3ae3ae2b
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/trun/dir_1.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/trun/dir_2.png b/wb_new_ui/assets/MajiangCard3d/image/trun/dir_2.png
new file mode 100644
index 00000000..080c15b9
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/trun/dir_2.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/trun/dir_3.png b/wb_new_ui/assets/MajiangCard3d/image/trun/dir_3.png
new file mode 100644
index 00000000..dc3b5ed1
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/trun/dir_3.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/image/trun/dir_4.png b/wb_new_ui/assets/MajiangCard3d/image/trun/dir_4.png
new file mode 100644
index 00000000..b5693a98
Binary files /dev/null and b/wb_new_ui/assets/MajiangCard3d/image/trun/dir_4.png differ
diff --git a/wb_new_ui/assets/MajiangCard3d/package.xml b/wb_new_ui/assets/MajiangCard3d/package.xml
new file mode 100644
index 00000000..3ec45b9d
--- /dev/null
+++ b/wb_new_ui/assets/MajiangCard3d/package.xml
@@ -0,0 +1,238 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Main.xml b/wb_new_ui/assets/NewGroup/Main.xml
new file mode 100644
index 00000000..2db520b7
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Main.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Main_GroupInfo.xml b/wb_new_ui/assets/NewGroup/Main_GroupInfo.xml
new file mode 100644
index 00000000..d6cb3e8f
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Main_GroupInfo.xml
@@ -0,0 +1,160 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_AddFriend.xml b/wb_new_ui/assets/NewGroup/Win_AddFriend.xml
new file mode 100644
index 00000000..aaf1d7d0
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_AddFriend.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_AddPartner.xml b/wb_new_ui/assets/NewGroup/Win_AddPartner.xml
new file mode 100644
index 00000000..2829acfa
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_AddPartner.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_Banklog.xml b/wb_new_ui/assets/NewGroup/Win_Banklog.xml
new file mode 100644
index 00000000..88daaa64
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_Banklog.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_CreateGroup.xml b/wb_new_ui/assets/NewGroup/Win_CreateGroup.xml
new file mode 100644
index 00000000..fe68a918
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_CreateGroup.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_FGJoin.xml b/wb_new_ui/assets/NewGroup/Win_FGJoin.xml
new file mode 100644
index 00000000..f57e3943
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_FGJoin.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_FagInput0.xml b/wb_new_ui/assets/NewGroup/Win_FagInput0.xml
new file mode 100644
index 00000000..7bc1cc80
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_FagInput0.xml
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_FagInput1.xml b/wb_new_ui/assets/NewGroup/Win_FagInput1.xml
new file mode 100644
index 00000000..7bc1cc80
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_FagInput1.xml
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_FagInput2.xml b/wb_new_ui/assets/NewGroup/Win_FagInput2.xml
new file mode 100644
index 00000000..03ed456d
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_FagInput2.xml
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_FagInput3.xml b/wb_new_ui/assets/NewGroup/Win_FagInput3.xml
new file mode 100644
index 00000000..939c37f8
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_FagInput3.xml
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_GroupSetting.xml b/wb_new_ui/assets/NewGroup/Win_GroupSetting.xml
new file mode 100644
index 00000000..13a385e5
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_GroupSetting.xml
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_Mail.xml b/wb_new_ui/assets/NewGroup/Win_Mail.xml
new file mode 100644
index 00000000..1d65c664
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_Mail.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_ManagerView.xml b/wb_new_ui/assets/NewGroup/Win_ManagerView.xml
new file mode 100644
index 00000000..a04ef182
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_ManagerView.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_PartnerBanPlays.xml b/wb_new_ui/assets/NewGroup/Win_PartnerBanPlays.xml
new file mode 100644
index 00000000..44534b5d
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_PartnerBanPlays.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_PartnerBanPls.xml b/wb_new_ui/assets/NewGroup/Win_PartnerBanPls.xml
new file mode 100644
index 00000000..64b14f1c
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_PartnerBanPls.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_PartnerMemberList.xml b/wb_new_ui/assets/NewGroup/Win_PartnerMemberList.xml
new file mode 100644
index 00000000..87477463
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_PartnerMemberList.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_PartnerRewards.xml b/wb_new_ui/assets/NewGroup/Win_PartnerRewards.xml
new file mode 100644
index 00000000..56dd3425
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_PartnerRewards.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_PartnerStatMember.xml b/wb_new_ui/assets/NewGroup/Win_PartnerStatMember.xml
new file mode 100644
index 00000000..76638c44
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_PartnerStatMember.xml
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_PartnerStatPlay.xml b/wb_new_ui/assets/NewGroup/Win_PartnerStatPlay.xml
new file mode 100644
index 00000000..6cdc8398
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_PartnerStatPlay.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_PartnerZuanShiMember.xml b/wb_new_ui/assets/NewGroup/Win_PartnerZuanShiMember.xml
new file mode 100644
index 00000000..4c572287
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_PartnerZuanShiMember.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_PlayerInfo.xml b/wb_new_ui/assets/NewGroup/Win_PlayerInfo.xml
new file mode 100644
index 00000000..9a559fd6
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_PlayerInfo.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_PlayerInfoForAdd.xml b/wb_new_ui/assets/NewGroup/Win_PlayerInfoForAdd.xml
new file mode 100644
index 00000000..6ba1ef58
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_PlayerInfoForAdd.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_QuickStart.xml b/wb_new_ui/assets/NewGroup/Win_QuickStart.xml
new file mode 100644
index 00000000..58069600
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_QuickStart.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_Remit.xml b/wb_new_ui/assets/NewGroup/Win_Remit.xml
new file mode 100644
index 00000000..91e0b50f
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_Remit.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_RewardsFaglog.xml b/wb_new_ui/assets/NewGroup/Win_RewardsFaglog.xml
new file mode 100644
index 00000000..3d1d163e
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_RewardsFaglog.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_SetAddPlayerHBView.xml b/wb_new_ui/assets/NewGroup/Win_SetAddPlayerHBView.xml
new file mode 100644
index 00000000..8b08553e
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_SetAddPlayerHBView.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_SetDefaultGame.xml b/wb_new_ui/assets/NewGroup/Win_SetDefaultGame.xml
new file mode 100644
index 00000000..ddba7ef2
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_SetDefaultGame.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_SetTag.xml b/wb_new_ui/assets/NewGroup/Win_SetTag.xml
new file mode 100644
index 00000000..68190de6
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_SetTag.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_StatMember.xml b/wb_new_ui/assets/NewGroup/Win_StatMember.xml
new file mode 100644
index 00000000..013fa6e7
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_StatMember.xml
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_TakeHp.xml b/wb_new_ui/assets/NewGroup/Win_TakeHp.xml
new file mode 100644
index 00000000..5dd8cf33
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_TakeHp.xml
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_Takelog.xml b/wb_new_ui/assets/NewGroup/Win_Takelog.xml
new file mode 100644
index 00000000..028d8304
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_Takelog.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_bxx.xml b/wb_new_ui/assets/NewGroup/Win_bxx.xml
new file mode 100644
index 00000000..aebb110e
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_bxx.xml
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/Win_bxx1.xml b/wb_new_ui/assets/NewGroup/Win_bxx1.xml
new file mode 100644
index 00000000..65eed544
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/Win_bxx1.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/btnclose.xml b/wb_new_ui/assets/NewGroup/btnclose.xml
new file mode 100644
index 00000000..c27af9f7
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/btnclose.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/Btn.xml b/wb_new_ui/assets/NewGroup/component/Btn/Btn.xml
new file mode 100644
index 00000000..2840826e
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/Btn.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/Btn_back.xml b/wb_new_ui/assets/NewGroup/component/Btn/Btn_back.xml
new file mode 100644
index 00000000..bedcd1e8
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/Btn_back.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/Btn_back1.xml b/wb_new_ui/assets/NewGroup/component/Btn/Btn_back1.xml
new file mode 100644
index 00000000..67fe1708
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/Btn_back1.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/Btn_close.xml b/wb_new_ui/assets/NewGroup/component/Btn/Btn_close.xml
new file mode 100644
index 00000000..51408074
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/Btn_close.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/Btn_close_big.xml b/wb_new_ui/assets/NewGroup/component/Btn/Btn_close_big.xml
new file mode 100644
index 00000000..44898f15
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/Btn_close_big.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/Btn_creategroup.xml b/wb_new_ui/assets/NewGroup/component/Btn/Btn_creategroup.xml
new file mode 100644
index 00000000..4d76817f
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/Btn_creategroup.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/Btn_filter.xml b/wb_new_ui/assets/NewGroup/component/Btn/Btn_filter.xml
new file mode 100644
index 00000000..eff7cbaa
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/Btn_filter.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/Btn_invite.xml b/wb_new_ui/assets/NewGroup/component/Btn/Btn_invite.xml
new file mode 100644
index 00000000..0c548cb1
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/Btn_invite.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/Btn_joingroup.xml b/wb_new_ui/assets/NewGroup/component/Btn/Btn_joingroup.xml
new file mode 100644
index 00000000..839b00a0
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/Btn_joingroup.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/Btn_refresh.xml b/wb_new_ui/assets/NewGroup/component/Btn/Btn_refresh.xml
new file mode 100644
index 00000000..5e6c309b
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/Btn_refresh.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/Btn_set.xml b/wb_new_ui/assets/NewGroup/component/Btn/Btn_set.xml
new file mode 100644
index 00000000..cc7fd510
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/Btn_set.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/Button1.xml b/wb_new_ui/assets/NewGroup/component/Btn/Button1.xml
new file mode 100644
index 00000000..8bd751b6
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/Button1.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/ComboBox1.xml b/wb_new_ui/assets/NewGroup/component/Btn/ComboBox1.xml
new file mode 100644
index 00000000..4bad88b2
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/ComboBox1.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/ComboBox1_item.xml b/wb_new_ui/assets/NewGroup/component/Btn/ComboBox1_item.xml
new file mode 100644
index 00000000..fc43b488
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/ComboBox1_item.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/ComboBox1_popup.xml b/wb_new_ui/assets/NewGroup/component/Btn/ComboBox1_popup.xml
new file mode 100644
index 00000000..4527bad1
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/ComboBox1_popup.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/ComboBox2.xml b/wb_new_ui/assets/NewGroup/component/Btn/ComboBox2.xml
new file mode 100644
index 00000000..b5603015
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/ComboBox2.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/ComboBox3.xml b/wb_new_ui/assets/NewGroup/component/Btn/ComboBox3.xml
new file mode 100644
index 00000000..ef35f49b
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/ComboBox3.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/ComboBox4.xml b/wb_new_ui/assets/NewGroup/component/Btn/ComboBox4.xml
new file mode 100644
index 00000000..1044aba2
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/ComboBox4.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/btn_back(1).xml b/wb_new_ui/assets/NewGroup/component/Btn/btn_back(1).xml
new file mode 100644
index 00000000..cb43a331
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/btn_back(1).xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/btn_req.xml b/wb_new_ui/assets/NewGroup/component/Btn/btn_req.xml
new file mode 100644
index 00000000..87fe84a3
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/btn_req.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/btn_search.xml b/wb_new_ui/assets/NewGroup/component/Btn/btn_search.xml
new file mode 100644
index 00000000..fdcd2065
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/btn_search.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/btn_search_check.xml b/wb_new_ui/assets/NewGroup/component/Btn/btn_search_check.xml
new file mode 100644
index 00000000..657f94fd
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/btn_search_check.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/date_set/btn_confirm.xml b/wb_new_ui/assets/NewGroup/component/Btn/date_set/btn_confirm.xml
new file mode 100644
index 00000000..18759453
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/date_set/btn_confirm.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/date_set/btn_date.xml b/wb_new_ui/assets/NewGroup/component/Btn/date_set/btn_date.xml
new file mode 100644
index 00000000..3483a91b
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/date_set/btn_date.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/date_set/cb_di.png b/wb_new_ui/assets/NewGroup/component/Btn/date_set/cb_di.png
new file mode 100644
index 00000000..d44bb875
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Btn/date_set/cb_di.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/date_set/com_set_date.xml b/wb_new_ui/assets/NewGroup/component/Btn/date_set/com_set_date.xml
new file mode 100644
index 00000000..f4abfb28
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/date_set/com_set_date.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/date_set/com_set_time.xml b/wb_new_ui/assets/NewGroup/component/Btn/date_set/com_set_time.xml
new file mode 100644
index 00000000..c0aa9a7d
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/date_set/com_set_time.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/date_set/item_date(1)(1).xml b/wb_new_ui/assets/NewGroup/component/Btn/date_set/item_date(1)(1).xml
new file mode 100644
index 00000000..37955696
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/date_set/item_date(1)(1).xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/date_set/item_date(1).xml b/wb_new_ui/assets/NewGroup/component/Btn/date_set/item_date(1).xml
new file mode 100644
index 00000000..22a2eaf0
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/date_set/item_date(1).xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/date_set/item_date.xml b/wb_new_ui/assets/NewGroup/component/Btn/date_set/item_date.xml
new file mode 100644
index 00000000..1a6df8f1
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/date_set/item_date.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/date_set/item_empty.xml b/wb_new_ui/assets/NewGroup/component/Btn/date_set/item_empty.xml
new file mode 100644
index 00000000..82000c75
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/date_set/item_empty.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/date_set/item_time.xml b/wb_new_ui/assets/NewGroup/component/Btn/date_set/item_time.xml
new file mode 100644
index 00000000..5ff22b30
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/date_set/item_time.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn/date_set/lst_year.xml b/wb_new_ui/assets/NewGroup/component/Btn/date_set/lst_year.xml
new file mode 100644
index 00000000..073fd3e7
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn/date_set/lst_year.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Btn_fag_input.xml b/wb_new_ui/assets/NewGroup/component/Btn_fag_input.xml
new file mode 100644
index 00000000..7dac5e60
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Btn_fag_input.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Component11111.xml b/wb_new_ui/assets/NewGroup/component/Component11111.xml
new file mode 100644
index 00000000..2932645a
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Component11111.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_fag/Btn_lst_fag.xml b/wb_new_ui/assets/NewGroup/component/Lst_fag/Btn_lst_fag.xml
new file mode 100644
index 00000000..1dc25b21
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_fag/Btn_lst_fag.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_fag/Item_daily_count.xml b/wb_new_ui/assets/NewGroup/component/Lst_fag/Item_daily_count.xml
new file mode 100644
index 00000000..1bc20605
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_fag/Item_daily_count.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_fag/Item_fag_detail_info(1).xml b/wb_new_ui/assets/NewGroup/component/Lst_fag/Item_fag_detail_info(1).xml
new file mode 100644
index 00000000..8f4d9c3b
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_fag/Item_fag_detail_info(1).xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_fag/Item_fag_detail_info.xml b/wb_new_ui/assets/NewGroup/component/Lst_fag/Item_fag_detail_info.xml
new file mode 100644
index 00000000..11489590
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_fag/Item_fag_detail_info.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_fag/Item_fag_info.xml b/wb_new_ui/assets/NewGroup/component/Lst_fag/Item_fag_info.xml
new file mode 100644
index 00000000..51504074
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_fag/Item_fag_info.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_friend/Btn_no.xml b/wb_new_ui/assets/NewGroup/component/Lst_friend/Btn_no.xml
new file mode 100644
index 00000000..12fd9198
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_friend/Btn_no.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_friend/Btn_yes.xml b/wb_new_ui/assets/NewGroup/component/Lst_friend/Btn_yes.xml
new file mode 100644
index 00000000..ca18b05e
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_friend/Btn_yes.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_friend/Item_friend_fag_record.xml b/wb_new_ui/assets/NewGroup/component/Lst_friend/Item_friend_fag_record.xml
new file mode 100644
index 00000000..4338f8dd
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_friend/Item_friend_fag_record.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_friend/Item_friend_v.xml b/wb_new_ui/assets/NewGroup/component/Lst_friend/Item_friend_v.xml
new file mode 100644
index 00000000..3846b10f
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_friend/Item_friend_v.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_group/Btn_check.xml b/wb_new_ui/assets/NewGroup/component/Lst_group/Btn_check.xml
new file mode 100644
index 00000000..f75e3a0f
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_group/Btn_check.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_group/Btn_iinfo.xml b/wb_new_ui/assets/NewGroup/component/Lst_group/Btn_iinfo.xml
new file mode 100644
index 00000000..4ac46990
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_group/Btn_iinfo.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_group/Btn_top.xml b/wb_new_ui/assets/NewGroup/component/Lst_group/Btn_top.xml
new file mode 100644
index 00000000..0b4736ac
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_group/Btn_top.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_group/Button_2.xml b/wb_new_ui/assets/NewGroup/component/Lst_group/Button_2.xml
new file mode 100644
index 00000000..4e458f18
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_group/Button_2.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_group/Button_del.xml b/wb_new_ui/assets/NewGroup/component/Lst_group/Button_del.xml
new file mode 100644
index 00000000..4b7e90dc
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_group/Button_del.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_group/Button_ok.xml b/wb_new_ui/assets/NewGroup/component/Lst_group/Button_ok.xml
new file mode 100644
index 00000000..33b70261
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_group/Button_ok.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_group/Item_group.xml b/wb_new_ui/assets/NewGroup/component/Lst_group/Item_group.xml
new file mode 100644
index 00000000..823b6b19
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_group/Item_group.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_group/Item_group_op.xml b/wb_new_ui/assets/NewGroup/component/Lst_group/Item_group_op.xml
new file mode 100644
index 00000000..0af8c5e9
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_group/Item_group_op.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_group/btn_input_blue.xml b/wb_new_ui/assets/NewGroup/component/Lst_group/btn_input_blue.xml
new file mode 100644
index 00000000..4792b594
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_group/btn_input_blue.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_group/btn_input_yellow.xml b/wb_new_ui/assets/NewGroup/component/Lst_group/btn_input_yellow.xml
new file mode 100644
index 00000000..2709880e
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_group/btn_input_yellow.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_Game_Type.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_Game_Type.xml
new file mode 100644
index 00000000..0f9f8772
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_Game_Type.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_GoldOrScore.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_GoldOrScore.xml
new file mode 100644
index 00000000..7a288e0c
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_GoldOrScore.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_Icon.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_Icon.xml
new file mode 100644
index 00000000..5106f65e
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_Icon.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_Page.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_Page.xml
new file mode 100644
index 00000000..0f603f96
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_Page.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_bxx_type.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_bxx_type.xml
new file mode 100644
index 00000000..22096f2a
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_bxx_type.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_choose.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_choose.xml
new file mode 100644
index 00000000..29621169
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_choose.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_start.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_start.xml
new file mode 100644
index 00000000..de54cf66
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/Btn_start.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/Button3.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/Button3.xml
new file mode 100644
index 00000000..72a396f8
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/Button3.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/Button6.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/Button6.xml
new file mode 100644
index 00000000..131170e9
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/Button6.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/Gcm_play.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/Gcm_play.xml
new file mode 100644
index 00000000..0a9c53ed
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/Gcm_play.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/PM_score_item.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/PM_score_item.xml
new file mode 100644
index 00000000..4ec40072
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/PM_score_item.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/PM_set_2.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/PM_set_2.xml
new file mode 100644
index 00000000..c94f4cac
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/PM_set_2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/PM_set_3.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/PM_set_3.xml
new file mode 100644
index 00000000..ef003667
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/PM_set_3.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/Win_roomInfo.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/Win_roomInfo.xml
new file mode 100644
index 00000000..f1f8e39f
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/Win_roomInfo.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/btn_layer_item.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/btn_layer_item.xml
new file mode 100644
index 00000000..a23d67e1
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/btn_layer_item.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/btn_quanbu.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/btn_quanbu.xml
new file mode 100644
index 00000000..ad358f96
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/btn_quanbu.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/btn_set.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/btn_set.xml
new file mode 100644
index 00000000..99a0d59b
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/btn_set.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/item_layer.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/item_layer.xml
new file mode 100644
index 00000000..d6cc5b97
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/item_layer.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/pipeijoin.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/pipeijoin.xml
new file mode 100644
index 00000000..dec3bb98
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/pipeijoin.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/pipeijoin2.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/pipeijoin2.xml
new file mode 100644
index 00000000..c80c4522
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/pipeijoin2.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/quanbu.png b/wb_new_ui/assets/NewGroup/component/Lst_info/quanbu.png
new file mode 100644
index 00000000..89561561
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Lst_info/quanbu.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/room_info/btn_room_info.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/room_info/btn_room_info.xml
new file mode 100644
index 00000000..dedff2b4
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/room_info/btn_room_info.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_info/room_info/item_room_player.xml b/wb_new_ui/assets/NewGroup/component/Lst_info/room_info/item_room_player.xml
new file mode 100644
index 00000000..a92b99b2
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_info/room_info/item_room_player.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/Btn_creat_room.xml b/wb_new_ui/assets/NewGroup/component/Lst_room/Btn_creat_room.xml
new file mode 100644
index 00000000..576499dc
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_room/Btn_creat_room.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/Btn_rule.xml b/wb_new_ui/assets/NewGroup/component/Lst_room/Btn_rule.xml
new file mode 100644
index 00000000..12707a46
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_room/Btn_rule.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_desk10.xml b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_desk10.xml
new file mode 100644
index 00000000..4898f9e7
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_desk10.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_desk2.xml b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_desk2.xml
new file mode 100644
index 00000000..6fdb3272
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_desk2.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_desk3.xml b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_desk3.xml
new file mode 100644
index 00000000..604511fb
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_desk3.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_desk4.xml b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_desk4.xml
new file mode 100644
index 00000000..307a98eb
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_desk4.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_desk5.xml b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_desk5.xml
new file mode 100644
index 00000000..fd297058
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_desk5.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_desk6.xml b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_desk6.xml
new file mode 100644
index 00000000..c3ccfb0c
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_desk6.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_desk8.xml b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_desk8.xml
new file mode 100644
index 00000000..84c7d997
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_desk8.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_desk9.xml b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_desk9.xml
new file mode 100644
index 00000000..04eaf108
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_desk9.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_head.xml b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_head.xml
new file mode 100644
index 00000000..abea78ca
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_room/Gcm_head.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/Head.xml b/wb_new_ui/assets/NewGroup/component/Lst_room/Head.xml
new file mode 100644
index 00000000..264bed11
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_room/Head.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/Item_room10.xml b/wb_new_ui/assets/NewGroup/component/Lst_room/Item_room10.xml
new file mode 100644
index 00000000..ade6a186
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_room/Item_room10.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/Item_room2.xml b/wb_new_ui/assets/NewGroup/component/Lst_room/Item_room2.xml
new file mode 100644
index 00000000..166904eb
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_room/Item_room2.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/Item_room3.xml b/wb_new_ui/assets/NewGroup/component/Lst_room/Item_room3.xml
new file mode 100644
index 00000000..9e6afd0b
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_room/Item_room3.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/Item_room4.xml b/wb_new_ui/assets/NewGroup/component/Lst_room/Item_room4.xml
new file mode 100644
index 00000000..d0f24e22
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_room/Item_room4.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/Item_room5.xml b/wb_new_ui/assets/NewGroup/component/Lst_room/Item_room5.xml
new file mode 100644
index 00000000..1feeea30
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_room/Item_room5.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/Item_room9.xml b/wb_new_ui/assets/NewGroup/component/Lst_room/Item_room9.xml
new file mode 100644
index 00000000..a2b66269
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Lst_room/Item_room9.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/table/circle_1.png b/wb_new_ui/assets/NewGroup/component/Lst_room/table/circle_1.png
new file mode 100644
index 00000000..28eff37a
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Lst_room/table/circle_1.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/table/circle_2.png b/wb_new_ui/assets/NewGroup/component/Lst_room/table/circle_2.png
new file mode 100644
index 00000000..0cb103ff
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Lst_room/table/circle_2.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/table/circle_3.png b/wb_new_ui/assets/NewGroup/component/Lst_room/table/circle_3.png
new file mode 100644
index 00000000..02a0030b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Lst_room/table/circle_3.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/table/circle_4.png b/wb_new_ui/assets/NewGroup/component/Lst_room/table/circle_4.png
new file mode 100644
index 00000000..55901943
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Lst_room/table/circle_4.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/table/circle_5.png b/wb_new_ui/assets/NewGroup/component/Lst_room/table/circle_5.png
new file mode 100644
index 00000000..055a8159
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Lst_room/table/circle_5.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/table/circle_6.png b/wb_new_ui/assets/NewGroup/component/Lst_room/table/circle_6.png
new file mode 100644
index 00000000..bc77f44c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Lst_room/table/circle_6.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/table/circle_7.png b/wb_new_ui/assets/NewGroup/component/Lst_room/table/circle_7.png
new file mode 100644
index 00000000..b256db50
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Lst_room/table/circle_7.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/table/circle_8.png b/wb_new_ui/assets/NewGroup/component/Lst_room/table/circle_8.png
new file mode 100644
index 00000000..2ae74e68
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Lst_room/table/circle_8.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/table/sqr_1.png b/wb_new_ui/assets/NewGroup/component/Lst_room/table/sqr_1.png
new file mode 100644
index 00000000..e397b25d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Lst_room/table/sqr_1.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/table/sqr_2.png b/wb_new_ui/assets/NewGroup/component/Lst_room/table/sqr_2.png
new file mode 100644
index 00000000..fab454f8
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Lst_room/table/sqr_2.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/table/sqr_3.png b/wb_new_ui/assets/NewGroup/component/Lst_room/table/sqr_3.png
new file mode 100644
index 00000000..df223d73
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Lst_room/table/sqr_3.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/table/sqr_4.png b/wb_new_ui/assets/NewGroup/component/Lst_room/table/sqr_4.png
new file mode 100644
index 00000000..35213d7a
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Lst_room/table/sqr_4.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/table/sqr_5.png b/wb_new_ui/assets/NewGroup/component/Lst_room/table/sqr_5.png
new file mode 100644
index 00000000..3844f963
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Lst_room/table/sqr_5.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/table/sqr_6.png b/wb_new_ui/assets/NewGroup/component/Lst_room/table/sqr_6.png
new file mode 100644
index 00000000..619f9ee1
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Lst_room/table/sqr_6.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/table/sqr_7.png b/wb_new_ui/assets/NewGroup/component/Lst_room/table/sqr_7.png
new file mode 100644
index 00000000..2967dcd0
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Lst_room/table/sqr_7.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/table/sqr_8.png b/wb_new_ui/assets/NewGroup/component/Lst_room/table/sqr_8.png
new file mode 100644
index 00000000..05c511bf
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Lst_room/table/sqr_8.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/table/tri_1.png b/wb_new_ui/assets/NewGroup/component/Lst_room/table/tri_1.png
new file mode 100644
index 00000000..eb9fbd63
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Lst_room/table/tri_1.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/table/tri_2.png b/wb_new_ui/assets/NewGroup/component/Lst_room/table/tri_2.png
new file mode 100644
index 00000000..fab84dce
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Lst_room/table/tri_2.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/table/tri_3.png b/wb_new_ui/assets/NewGroup/component/Lst_room/table/tri_3.png
new file mode 100644
index 00000000..909b76df
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Lst_room/table/tri_3.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/table/tri_4.png b/wb_new_ui/assets/NewGroup/component/Lst_room/table/tri_4.png
new file mode 100644
index 00000000..30cfe965
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Lst_room/table/tri_4.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/table/tri_5.png b/wb_new_ui/assets/NewGroup/component/Lst_room/table/tri_5.png
new file mode 100644
index 00000000..f47f2ea2
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Lst_room/table/tri_5.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/table/tri_6.png b/wb_new_ui/assets/NewGroup/component/Lst_room/table/tri_6.png
new file mode 100644
index 00000000..6468e95b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Lst_room/table/tri_6.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/table/tri_7.png b/wb_new_ui/assets/NewGroup/component/Lst_room/table/tri_7.png
new file mode 100644
index 00000000..77331153
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Lst_room/table/tri_7.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Lst_room/table/tri_8.png b/wb_new_ui/assets/NewGroup/component/Lst_room/table/tri_8.png
new file mode 100644
index 00000000..1acd2d31
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Lst_room/table/tri_8.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Remite/btn_label.xml b/wb_new_ui/assets/NewGroup/component/Remite/btn_label.xml
new file mode 100644
index 00000000..dce6e690
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Remite/btn_label.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Remite/btn_remite_check.xml b/wb_new_ui/assets/NewGroup/component/Remite/btn_remite_check.xml
new file mode 100644
index 00000000..f9edde8d
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Remite/btn_remite_check.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/Remite/ss.png b/wb_new_ui/assets/NewGroup/component/Remite/ss.png
new file mode 100644
index 00000000..df52fa0f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/Remite/ss.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/Win_Frame.xml b/wb_new_ui/assets/NewGroup/component/Win_Frame.xml
new file mode 100644
index 00000000..dc7e6d8d
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/Win_Frame.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/anchor.xml b/wb_new_ui/assets/NewGroup/component/anchor.xml
new file mode 100644
index 00000000..828b9a50
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/anchor.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/games/table_color/Win_ColorSelect.xml b/wb_new_ui/assets/NewGroup/component/games/table_color/Win_ColorSelect.xml
new file mode 100644
index 00000000..f6ce0ae4
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/games/table_color/Win_ColorSelect.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/games/table_color/btn_color_confirm.xml b/wb_new_ui/assets/NewGroup/component/games/table_color/btn_color_confirm.xml
new file mode 100644
index 00000000..2a755587
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/games/table_color/btn_color_confirm.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/games/table_color/btn_color_item.xml b/wb_new_ui/assets/NewGroup/component/games/table_color/btn_color_item.xml
new file mode 100644
index 00000000..6ebb93aa
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/games/table_color/btn_color_item.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/games/table_color/btn_table_color.xml b/wb_new_ui/assets/NewGroup/component/games/table_color/btn_table_color.xml
new file mode 100644
index 00000000..ec063238
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/games/table_color/btn_table_color.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/games/table_color/dk.png b/wb_new_ui/assets/NewGroup/component/games/table_color/dk.png
new file mode 100644
index 00000000..9f4b3488
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/games/table_color/dk.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/games/table_color/match_choose_normal.png b/wb_new_ui/assets/NewGroup/component/games/table_color/match_choose_normal.png
new file mode 100644
index 00000000..819cd996
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/games/table_color/match_choose_normal.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/games/table_color/match_choose_selected.png b/wb_new_ui/assets/NewGroup/component/games/table_color/match_choose_selected.png
new file mode 100644
index 00000000..7baac9cf
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/games/table_color/match_choose_selected.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/games/table_color/queding.png b/wb_new_ui/assets/NewGroup/component/games/table_color/queding.png
new file mode 100644
index 00000000..6fe75766
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/games/table_color/queding.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_big_blue.png b/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_big_blue.png
new file mode 100644
index 00000000..8be9a0e0
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_big_blue.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_blue.png b/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_blue.png
new file mode 100644
index 00000000..0be40eaa
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_blue.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_btn.png b/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_btn.png
new file mode 100644
index 00000000..93654855
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_btn.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_green.png b/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_green.png
new file mode 100644
index 00000000..0eb4b3fc
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_green.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_little_blue.png b/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_little_blue.png
new file mode 100644
index 00000000..552a15a7
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_little_blue.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_orange.png b/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_orange.png
new file mode 100644
index 00000000..93acf5f5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_orange.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_red.png b/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_red.png
new file mode 100644
index 00000000..d5ee4622
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_red.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_title.png b/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_title.png
new file mode 100644
index 00000000..0a739946
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_title.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_volit.png b/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_volit.png
new file mode 100644
index 00000000..763a6f68
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_volit.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_yellow.png b/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_yellow.png
new file mode 100644
index 00000000..b809f63a
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/games/table_color/table_color_yellow.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/games/table_color/zhuozi1.png b/wb_new_ui/assets/NewGroup/component/games/table_color/zhuozi1.png
new file mode 100644
index 00000000..70c5f370
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/games/table_color/zhuozi1.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/games/table_color/zhuozi2.png b/wb_new_ui/assets/NewGroup/component/games/table_color/zhuozi2.png
new file mode 100644
index 00000000..4fff3457
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/games/table_color/zhuozi2.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/games/table_color/zhuozi3.png b/wb_new_ui/assets/NewGroup/component/games/table_color/zhuozi3.png
new file mode 100644
index 00000000..00889438
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/games/table_color/zhuozi3.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/mail/btn_mail_delete.xml b/wb_new_ui/assets/NewGroup/component/mail/btn_mail_delete.xml
new file mode 100644
index 00000000..56b3b503
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/mail/btn_mail_delete.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/mail/item_fg_mail.xml b/wb_new_ui/assets/NewGroup/component/mail/item_fg_mail.xml
new file mode 100644
index 00000000..81e85d3e
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/mail/item_fg_mail.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/mail/jbdk.png b/wb_new_ui/assets/NewGroup/component/mail/jbdk.png
new file mode 100644
index 00000000..cf92d076
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/mail/jbdk.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/mail/qbsc.png b/wb_new_ui/assets/NewGroup/component/mail/qbsc.png
new file mode 100644
index 00000000..95a53dfe
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/mail/qbsc.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/mail/yj.png b/wb_new_ui/assets/NewGroup/component/mail/yj.png
new file mode 100644
index 00000000..a84da0f2
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/mail/yj.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/mail/yj1.png b/wb_new_ui/assets/NewGroup/component/mail/yj1.png
new file mode 100644
index 00000000..aa2e244d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/mail/yj1.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/mail/yjbtz.png b/wb_new_ui/assets/NewGroup/component/mail/yjbtz.png
new file mode 100644
index 00000000..3ff2ef9e
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/mail/yjbtz.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/9bg_01.png b/wb_new_ui/assets/NewGroup/component/nav/9bg_01.png
new file mode 100644
index 00000000..3b94b5f8
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/9bg_01.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/Btn_.xml b/wb_new_ui/assets/NewGroup/component/nav/Btn_.xml
new file mode 100644
index 00000000..faf06446
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/nav/Btn_.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/nav/Btn_menu_h.xml b/wb_new_ui/assets/NewGroup/component/nav/Btn_menu_h.xml
new file mode 100644
index 00000000..166986ab
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/nav/Btn_menu_h.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/nav/Btn_menu_v.xml b/wb_new_ui/assets/NewGroup/component/nav/Btn_menu_v.xml
new file mode 100644
index 00000000..671f71dd
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/nav/Btn_menu_v.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/nav/ann_chaxun.png b/wb_new_ui/assets/NewGroup/component/nav/ann_chaxun.png
new file mode 100644
index 00000000..21411f47
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/ann_chaxun.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/ansebq.png b/wb_new_ui/assets/NewGroup/component/nav/ansebq.png
new file mode 100644
index 00000000..6085c040
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/ansebq.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/bg_02.png b/wb_new_ui/assets/NewGroup/component/nav/bg_02.png
new file mode 100644
index 00000000..238a24bd
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/bg_02.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/bg_04.png b/wb_new_ui/assets/NewGroup/component/nav/bg_04.png
new file mode 100644
index 00000000..775730ed
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/bg_04.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/bg_05.png b/wb_new_ui/assets/NewGroup/component/nav/bg_05.png
new file mode 100644
index 00000000..4756301b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/bg_05.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/bottom_bg2.png b/wb_new_ui/assets/NewGroup/component/nav/bottom_bg2.png
new file mode 100644
index 00000000..b8bf4327
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/bottom_bg2.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/button_+_02.png b/wb_new_ui/assets/NewGroup/component/nav/button_+_02.png
new file mode 100644
index 00000000..dca3d4e8
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/button_+_02.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/button_-.png b/wb_new_ui/assets/NewGroup/component/nav/button_-.png
new file mode 100644
index 00000000..ede0ea06
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/button_-.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/button_04.png b/wb_new_ui/assets/NewGroup/component/nav/button_04.png
new file mode 100644
index 00000000..e5c0a118
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/button_04.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/button_06.png b/wb_new_ui/assets/NewGroup/component/nav/button_06.png
new file mode 100644
index 00000000..fb6b0eb6
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/button_06.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/button_08.png b/wb_new_ui/assets/NewGroup/component/nav/button_08.png
new file mode 100644
index 00000000..36659744
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/button_08.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/button_chakan.png b/wb_new_ui/assets/NewGroup/component/nav/button_chakan.png
new file mode 100644
index 00000000..b4b836a2
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/button_chakan.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/button_cz.png b/wb_new_ui/assets/NewGroup/component/nav/button_cz.png
new file mode 100644
index 00000000..e509ad59
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/button_cz.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/button_jfjl.png b/wb_new_ui/assets/NewGroup/component/nav/button_jfjl.png
new file mode 100644
index 00000000..1838d27b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/button_jfjl.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/bxxx.png b/wb_new_ui/assets/NewGroup/component/nav/bxxx.png
new file mode 100644
index 00000000..2046da3a
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/bxxx.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/czsz_bg_02.png b/wb_new_ui/assets/NewGroup/component/nav/czsz_bg_02.png
new file mode 100644
index 00000000..74923808
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/czsz_bg_02.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/guanbi.png b/wb_new_ui/assets/NewGroup/component/nav/guanbi.png
new file mode 100644
index 00000000..c02a83b9
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/guanbi.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/hengtiao3.png b/wb_new_ui/assets/NewGroup/component/nav/hengtiao3.png
new file mode 100644
index 00000000..2766dc91
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/hengtiao3.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/img_xian.png b/wb_new_ui/assets/NewGroup/component/nav/img_xian.png
new file mode 100644
index 00000000..9a11f183
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/img_xian.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/league_match_left_bg2.png b/wb_new_ui/assets/NewGroup/component/nav/league_match_left_bg2.png
new file mode 100644
index 00000000..bb8c0b2a
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/league_match_left_bg2.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/league_match_list_bottom.png b/wb_new_ui/assets/NewGroup/component/nav/league_match_list_bottom.png
new file mode 100644
index 00000000..4d999eb9
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/league_match_list_bottom.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/lnsebq.png b/wb_new_ui/assets/NewGroup/component/nav/lnsebq.png
new file mode 100644
index 00000000..12a2ec39
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/lnsebq.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/match_back.png b/wb_new_ui/assets/NewGroup/component/nav/match_back.png
new file mode 100644
index 00000000..79051b8c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/match_back.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/match_left_btn_selected.png b/wb_new_ui/assets/NewGroup/component/nav/match_left_btn_selected.png
new file mode 100644
index 00000000..ba5642b5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/match_left_btn_selected.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/sd.png b/wb_new_ui/assets/NewGroup/component/nav/sd.png
new file mode 100644
index 00000000..2e898fca
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/sd.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/tj_bg_07.png b/wb_new_ui/assets/NewGroup/component/nav/tj_bg_07.png
new file mode 100644
index 00000000..ad20a7cf
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/tj_bg_07.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/微信图片_20200323233407.png b/wb_new_ui/assets/NewGroup/component/nav/微信图片_20200323233407.png
new file mode 100644
index 00000000..c7862c0c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/微信图片_20200323233407.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/nav/微信图片_20200323233412.png b/wb_new_ui/assets/NewGroup/component/nav/微信图片_20200323233412.png
new file mode 100644
index 00000000..003150f8
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/nav/微信图片_20200323233412.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/notice/Cgm_message.xml b/wb_new_ui/assets/NewGroup/component/notice/Cgm_message.xml
new file mode 100644
index 00000000..e6f18737
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/notice/Cgm_message.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/notice/Cgm_message_text.xml b/wb_new_ui/assets/NewGroup/component/notice/Cgm_message_text.xml
new file mode 100644
index 00000000..ad67be0b
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/notice/Cgm_message_text.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/notice/gg.png b/wb_new_ui/assets/NewGroup/component/notice/gg.png
new file mode 100644
index 00000000..1346c116
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/notice/gg.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/notice/gghd.png b/wb_new_ui/assets/NewGroup/component/notice/gghd.png
new file mode 100644
index 00000000..435926ac
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/notice/gghd.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/select_play/btn_game_select.xml b/wb_new_ui/assets/NewGroup/component/select_play/btn_game_select.xml
new file mode 100644
index 00000000..b97bff2c
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/component/select_play/btn_game_select.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/component/select_play/wf01.png b/wb_new_ui/assets/NewGroup/component/select_play/wf01.png
new file mode 100644
index 00000000..e6e943c3
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/select_play/wf01.png differ
diff --git a/wb_new_ui/assets/NewGroup/component/select_play/wf02.png b/wb_new_ui/assets/NewGroup/component/select_play/wf02.png
new file mode 100644
index 00000000..15cca813
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/component/select_play/wf02.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/9bg_03.png b/wb_new_ui/assets/NewGroup/images/9bg_03.png
new file mode 100644
index 00000000..27f6f6e0
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/9bg_03.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/Button10.xml b/wb_new_ui/assets/NewGroup/images/Button10.xml
new file mode 100644
index 00000000..cd94e4a2
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/images/Button10.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/images/Button9.xml b/wb_new_ui/assets/NewGroup/images/Button9.xml
new file mode 100644
index 00000000..70f0d69e
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/images/Button9.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/images/XRL.png b/wb_new_ui/assets/NewGroup/images/XRL.png
new file mode 100644
index 00000000..3a9e94cc
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/XRL.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/adban(1).png b/wb_new_ui/assets/NewGroup/images/adban(1).png
new file mode 100644
index 00000000..6b294fc8
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/adban(1).png differ
diff --git a/wb_new_ui/assets/NewGroup/images/bg_02.png b/wb_new_ui/assets/NewGroup/images/bg_02.png
new file mode 100644
index 00000000..238a24bd
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/bg_02.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/bg_tk_02.png b/wb_new_ui/assets/NewGroup/images/bg_tk_02.png
new file mode 100644
index 00000000..2a25d7c0
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/bg_tk_02.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/button15.png b/wb_new_ui/assets/NewGroup/images/button15.png
new file mode 100644
index 00000000..b59d9217
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/button15.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/button_chakan.png b/wb_new_ui/assets/NewGroup/images/button_chakan.png
new file mode 100644
index 00000000..b32019a2
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/button_chakan.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/button_cqg.png b/wb_new_ui/assets/NewGroup/images/button_cqg.png
new file mode 100644
index 00000000..70a4f5a8
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/button_cqg.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/button_cqg_xz.png b/wb_new_ui/assets/NewGroup/images/button_cqg_xz.png
new file mode 100644
index 00000000..70a4f5a8
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/button_cqg_xz.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/button_sjjl.png b/wb_new_ui/assets/NewGroup/images/button_sjjl.png
new file mode 100644
index 00000000..9ae35170
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/button_sjjl.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/button_sjjl_xz.png b/wb_new_ui/assets/NewGroup/images/button_sjjl_xz.png
new file mode 100644
index 00000000..9ae35170
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/button_sjjl_xz.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/button_xq.png b/wb_new_ui/assets/NewGroup/images/button_xq.png
new file mode 100644
index 00000000..060d2e0f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/button_xq.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/common/biaoti.png b/wb_new_ui/assets/NewGroup/images/common/biaoti.png
new file mode 100644
index 00000000..1ab72853
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/common/biaoti.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/common/di10.png b/wb_new_ui/assets/NewGroup/images/common/di10.png
new file mode 100644
index 00000000..735491ac
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/common/di10.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/common/di2.png b/wb_new_ui/assets/NewGroup/images/common/di2.png
new file mode 100644
index 00000000..65b7e02e
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/common/di2.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/common/di9.png b/wb_new_ui/assets/NewGroup/images/common/di9.png
new file mode 100644
index 00000000..fdbfaeae
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/common/di9.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/common/fanhui.png b/wb_new_ui/assets/NewGroup/images/common/fanhui.png
new file mode 100644
index 00000000..a437cc1b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/common/fanhui.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/common/h.png b/wb_new_ui/assets/NewGroup/images/common/h.png
new file mode 100644
index 00000000..cc80762f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/common/h.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/common/l.png b/wb_new_ui/assets/NewGroup/images/common/l.png
new file mode 100644
index 00000000..97d84b77
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/common/l.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/common/off(1).png b/wb_new_ui/assets/NewGroup/images/common/off(1).png
new file mode 100644
index 00000000..959fadc8
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/common/off(1).png differ
diff --git a/wb_new_ui/assets/NewGroup/images/common/off.png b/wb_new_ui/assets/NewGroup/images/common/off.png
new file mode 100644
index 00000000..e11d55bc
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/common/off.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/common/w06.png b/wb_new_ui/assets/NewGroup/images/common/w06.png
new file mode 100644
index 00000000..847ac989
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/common/w06.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/common/win_back.png b/wb_new_ui/assets/NewGroup/images/common/win_back.png
new file mode 100644
index 00000000..5b8fefec
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/common/win_back.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/cylb_bg_02.png b/wb_new_ui/assets/NewGroup/images/cylb_bg_02.png
new file mode 100644
index 00000000..bbce76da
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/cylb_bg_02.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/cylb_icon_xiangxia.png b/wb_new_ui/assets/NewGroup/images/cylb_icon_xiangxia.png
new file mode 100644
index 00000000..16bcb467
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/cylb_icon_xiangxia.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/di04.png b/wb_new_ui/assets/NewGroup/images/di04.png
new file mode 100644
index 00000000..5b6df9c2
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/di04.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/di08.png b/wb_new_ui/assets/NewGroup/images/di08.png
new file mode 100644
index 00000000..671f113e
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/di08.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/di10.png b/wb_new_ui/assets/NewGroup/images/di10.png
new file mode 100644
index 00000000..f2cb115d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/di10.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/di14.png b/wb_new_ui/assets/NewGroup/images/di14.png
new file mode 100644
index 00000000..f82830e9
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/di14.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/di15.png b/wb_new_ui/assets/NewGroup/images/di15.png
new file mode 100644
index 00000000..ae6e2240
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/di15.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/di16.png b/wb_new_ui/assets/NewGroup/images/di16.png
new file mode 100644
index 00000000..6fafa4d8
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/di16.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/di4.png b/wb_new_ui/assets/NewGroup/images/di4.png
new file mode 100644
index 00000000..81f00fe5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/di4.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/di7.png b/wb_new_ui/assets/NewGroup/images/di7.png
new file mode 100644
index 00000000..4220cb63
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/di7.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/dk.png b/wb_new_ui/assets/NewGroup/images/dk.png
new file mode 100644
index 00000000..12a64a86
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/dk.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/dk2.png b/wb_new_ui/assets/NewGroup/images/dk2.png
new file mode 100644
index 00000000..1ffa910f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/dk2.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/dk3.png b/wb_new_ui/assets/NewGroup/images/dk3.png
new file mode 100644
index 00000000..3e8211db
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/dk3.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/dlm.png b/wb_new_ui/assets/NewGroup/images/dlm.png
new file mode 100644
index 00000000..6b438d8c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/dlm.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/dlmmm.png b/wb_new_ui/assets/NewGroup/images/dlmmm.png
new file mode 100644
index 00000000..ca788204
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/dlmmm.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/fag/button.png b/wb_new_ui/assets/NewGroup/images/fag/button.png
new file mode 100644
index 00000000..f6b9d3a5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/fag/button.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/fag/di.png b/wb_new_ui/assets/NewGroup/images/fag/di.png
new file mode 100644
index 00000000..63214eec
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/fag/di.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/fag/fenge.png b/wb_new_ui/assets/NewGroup/images/fag/fenge.png
new file mode 100644
index 00000000..aef65e8b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/fag/fenge.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/fag/iqjf.png b/wb_new_ui/assets/NewGroup/images/fag/iqjf.png
new file mode 100644
index 00000000..b90c772b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/fag/iqjf.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/fag/sxq.png b/wb_new_ui/assets/NewGroup/images/fag/sxq.png
new file mode 100644
index 00000000..da3d5767
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/fag/sxq.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/fag/tlzqq.png b/wb_new_ui/assets/NewGroup/images/fag/tlzqq.png
new file mode 100644
index 00000000..83bd0b6c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/fag/tlzqq.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/fag/w01.png b/wb_new_ui/assets/NewGroup/images/fag/w01.png
new file mode 100644
index 00000000..3b858669
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/fag/w01.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/fgxhs.png b/wb_new_ui/assets/NewGroup/images/fgxhs.png
new file mode 100644
index 00000000..7234018f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/fgxhs.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/fhdt.png b/wb_new_ui/assets/NewGroup/images/fhdt.png
new file mode 100644
index 00000000..99c015ca
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/fhdt.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/friend/biaoti2.png b/wb_new_ui/assets/NewGroup/images/friend/biaoti2.png
new file mode 100644
index 00000000..cef20894
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/friend/biaoti2.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/friend/cha_img.png b/wb_new_ui/assets/NewGroup/images/friend/cha_img.png
new file mode 100644
index 00000000..78f6236e
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/friend/cha_img.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/friend/di07.png b/wb_new_ui/assets/NewGroup/images/friend/di07.png
new file mode 100644
index 00000000..a8b9e16b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/friend/di07.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/friend/di8.png b/wb_new_ui/assets/NewGroup/images/friend/di8.png
new file mode 100644
index 00000000..be7ff6a9
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/friend/di8.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/friend/gou_img.png b/wb_new_ui/assets/NewGroup/images/friend/gou_img.png
new file mode 100644
index 00000000..53e97d27
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/friend/gou_img.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/friend/jt.png b/wb_new_ui/assets/NewGroup/images/friend/jt.png
new file mode 100644
index 00000000..9664693d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/friend/jt.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/friend/pic02.png b/wb_new_ui/assets/NewGroup/images/friend/pic02.png
new file mode 100644
index 00000000..fa60e24a
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/friend/pic02.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/friend/right.png b/wb_new_ui/assets/NewGroup/images/friend/right.png
new file mode 100644
index 00000000..7102d58c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/friend/right.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/friend/wfszbtz.png b/wb_new_ui/assets/NewGroup/images/friend/wfszbtz.png
new file mode 100644
index 00000000..cace747a
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/friend/wfszbtz.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/friend/xbq.png b/wb_new_ui/assets/NewGroup/images/friend/xbq.png
new file mode 100644
index 00000000..faab4c40
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/friend/xbq.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/friend/z09.png b/wb_new_ui/assets/NewGroup/images/friend/z09.png
new file mode 100644
index 00000000..1812f161
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/friend/z09.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/friend/z10.png b/wb_new_ui/assets/NewGroup/images/friend/z10.png
new file mode 100644
index 00000000..908f38a9
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/friend/z10.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/friend/z11.png b/wb_new_ui/assets/NewGroup/images/friend/z11.png
new file mode 100644
index 00000000..40ad0b52
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/friend/z11.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/group/x01.png b/wb_new_ui/assets/NewGroup/images/group/x01.png
new file mode 100644
index 00000000..4dc1a0fd
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/group/x01.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/group/x02.png b/wb_new_ui/assets/NewGroup/images/group/x02.png
new file mode 100644
index 00000000..d00e7d58
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/group/x02.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/hsxdk01.png b/wb_new_ui/assets/NewGroup/images/hsxdk01.png
new file mode 100644
index 00000000..c34a0505
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/hsxdk01.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/id.png b/wb_new_ui/assets/NewGroup/images/id.png
new file mode 100644
index 00000000..89a9d54d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/id.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/index/ann_kuaisukaishi.png b/wb_new_ui/assets/NewGroup/images/index/ann_kuaisukaishi.png
new file mode 100644
index 00000000..51d31ddf
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/index/ann_kuaisukaishi.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/index/bg.png b/wb_new_ui/assets/NewGroup/images/index/bg.png
new file mode 100644
index 00000000..b5dd1eb0
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/index/bg.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/index/cards_bg.png b/wb_new_ui/assets/NewGroup/images/index/cards_bg.png
new file mode 100644
index 00000000..9070afd5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/index/cards_bg.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/index/clubHorizen_notice_bg.png b/wb_new_ui/assets/NewGroup/images/index/clubHorizen_notice_bg.png
new file mode 100644
index 00000000..611eadfd
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/index/clubHorizen_notice_bg.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/index/head_bg@2x.png b/wb_new_ui/assets/NewGroup/images/index/head_bg@2x.png
new file mode 100644
index 00000000..3441ca96
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/index/head_bg@2x.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/index/top_back_bg.png b/wb_new_ui/assets/NewGroup/images/index/top_back_bg.png
new file mode 100644
index 00000000..bff1ec11
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/index/top_back_bg.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/index/top_bg.png b/wb_new_ui/assets/NewGroup/images/index/top_bg.png
new file mode 100644
index 00000000..efb8c522
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/index/top_bg.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/Buttongray.xml b/wb_new_ui/assets/NewGroup/images/info/Buttongray.xml
new file mode 100644
index 00000000..0ab6754b
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/images/info/Buttongray.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/images/info/Buttongray2.xml b/wb_new_ui/assets/NewGroup/images/info/Buttongray2.xml
new file mode 100644
index 00000000..328a30a1
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/images/info/Buttongray2.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/images/info/FJT(1).png b/wb_new_ui/assets/NewGroup/images/info/FJT(1).png
new file mode 100644
index 00000000..1f1f1e0c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/FJT(1).png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/button-02.png b/wb_new_ui/assets/NewGroup/images/info/button-02.png
new file mode 100644
index 00000000..fd0dd4e4
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/button-02.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/button_01.png b/wb_new_ui/assets/NewGroup/images/info/button_01.png
new file mode 100644
index 00000000..7e8a17d1
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/button_01.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/button_02.png b/wb_new_ui/assets/NewGroup/images/info/button_02.png
new file mode 100644
index 00000000..50e26275
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/button_02.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/button_11.png b/wb_new_ui/assets/NewGroup/images/info/button_11.png
new file mode 100644
index 00000000..462854e6
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/button_11.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/bxg.png b/wb_new_ui/assets/NewGroup/images/info/bxg.png
new file mode 100644
index 00000000..e1869bf5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/bxg.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/cz.png b/wb_new_ui/assets/NewGroup/images/info/cz.png
new file mode 100644
index 00000000..ce56036f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/cz.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/czdk.png b/wb_new_ui/assets/NewGroup/images/info/czdk.png
new file mode 100644
index 00000000..ed6ab3d4
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/czdk.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/di6.png b/wb_new_ui/assets/NewGroup/images/info/di6.png
new file mode 100644
index 00000000..4d917044
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/di6.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/di8.png b/wb_new_ui/assets/NewGroup/images/info/di8.png
new file mode 100644
index 00000000..fd7c1a63
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/di8.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/dian.png b/wb_new_ui/assets/NewGroup/images/info/dian.png
new file mode 100644
index 00000000..3f3de0ae
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/dian.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/fgxs.png b/wb_new_ui/assets/NewGroup/images/info/fgxs.png
new file mode 100644
index 00000000..c4610321
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/fgxs.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/gl.png b/wb_new_ui/assets/NewGroup/images/info/gl.png
new file mode 100644
index 00000000..4f274deb
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/gl.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/hhr.png b/wb_new_ui/assets/NewGroup/images/info/hhr.png
new file mode 100644
index 00000000..e0506574
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/hhr.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/icon_baoxianxiang.png b/wb_new_ui/assets/NewGroup/images/info/icon_baoxianxiang.png
new file mode 100644
index 00000000..4f4ebfdf
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/icon_baoxianxiang.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/icon_tuichu.png b/wb_new_ui/assets/NewGroup/images/info/icon_tuichu.png
new file mode 100644
index 00000000..bfd6f6e5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/icon_tuichu.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/icon_xiaoxi.png b/wb_new_ui/assets/NewGroup/images/info/icon_xiaoxi.png
new file mode 100644
index 00000000..ddb17f70
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/icon_xiaoxi.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/icon_zhanji.png b/wb_new_ui/assets/NewGroup/images/info/icon_zhanji.png
new file mode 100644
index 00000000..85714aca
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/icon_zhanji.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/id.png b/wb_new_ui/assets/NewGroup/images/info/id.png
new file mode 100644
index 00000000..89a9d54d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/id.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/j02.png b/wb_new_ui/assets/NewGroup/images/info/j02.png
new file mode 100644
index 00000000..cf95d376
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/j02.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/j03.png b/wb_new_ui/assets/NewGroup/images/info/j03.png
new file mode 100644
index 00000000..960b6212
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/j03.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/line.png b/wb_new_ui/assets/NewGroup/images/info/line.png
new file mode 100644
index 00000000..ba994add
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/line.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/mrwfz.png b/wb_new_ui/assets/NewGroup/images/info/mrwfz.png
new file mode 100644
index 00000000..62cd787b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/mrwfz.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/qband.png b/wb_new_ui/assets/NewGroup/images/info/qband.png
new file mode 100644
index 00000000..44cf47e2
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/qband.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/right_panel/bxg.png b/wb_new_ui/assets/NewGroup/images/info/right_panel/bxg.png
new file mode 100644
index 00000000..e1869bf5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/right_panel/bxg.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/right_panel/gl.png b/wb_new_ui/assets/NewGroup/images/info/right_panel/gl.png
new file mode 100644
index 00000000..4f274deb
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/right_panel/gl.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/right_panel/gz.png b/wb_new_ui/assets/NewGroup/images/info/right_panel/gz.png
new file mode 100644
index 00000000..a2a48e39
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/right_panel/gz.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/right_panel/hf.png b/wb_new_ui/assets/NewGroup/images/info/right_panel/hf.png
new file mode 100644
index 00000000..bd03cf47
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/right_panel/hf.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/right_panel/hhr.png b/wb_new_ui/assets/NewGroup/images/info/right_panel/hhr.png
new file mode 100644
index 00000000..e0506574
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/right_panel/hhr.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/right_panel/ph.png b/wb_new_ui/assets/NewGroup/images/info/right_panel/ph.png
new file mode 100644
index 00000000..2ec26da9
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/right_panel/ph.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/right_panel/sx.png b/wb_new_ui/assets/NewGroup/images/info/right_panel/sx.png
new file mode 100644
index 00000000..bbb98861
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/right_panel/sx.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/right_panel/tips.png b/wb_new_ui/assets/NewGroup/images/info/right_panel/tips.png
new file mode 100644
index 00000000..e5e42f0c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/right_panel/tips.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/right_panel/tj.png b/wb_new_ui/assets/NewGroup/images/info/right_panel/tj.png
new file mode 100644
index 00000000..a91b8755
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/right_panel/tj.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/right_panel/tlzxqtb.png b/wb_new_ui/assets/NewGroup/images/info/right_panel/tlzxqtb.png
new file mode 100644
index 00000000..21c7bd8c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/right_panel/tlzxqtb.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/right_panel/wf.png b/wb_new_ui/assets/NewGroup/images/info/right_panel/wf.png
new file mode 100644
index 00000000..d9f8d959
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/right_panel/wf.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/right_panel/xs.png b/wb_new_ui/assets/NewGroup/images/info/right_panel/xs.png
new file mode 100644
index 00000000..18be02eb
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/right_panel/xs.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/right_panel/yj1.png b/wb_new_ui/assets/NewGroup/images/info/right_panel/yj1.png
new file mode 100644
index 00000000..aa2e244d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/right_panel/yj1.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/right_panel/yq.png b/wb_new_ui/assets/NewGroup/images/info/right_panel/yq.png
new file mode 100644
index 00000000..a166f43c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/right_panel/yq.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/right_panel/zr(1).png b/wb_new_ui/assets/NewGroup/images/info/right_panel/zr(1).png
new file mode 100644
index 00000000..f9ed7c51
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/right_panel/zr(1).png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/room_info/jrzz.png b/wb_new_ui/assets/NewGroup/images/info/room_info/jrzz.png
new file mode 100644
index 00000000..907556bd
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/room_info/jrzz.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/room_info/pzdk.png b/wb_new_ui/assets/NewGroup/images/info/room_info/pzdk.png
new file mode 100644
index 00000000..f9785ac7
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/room_info/pzdk.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/room_info/rt (1).png b/wb_new_ui/assets/NewGroup/images/info/room_info/rt (1).png
new file mode 100644
index 00000000..bb6cd46c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/room_info/rt (1).png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/room_info/sczz.png b/wb_new_ui/assets/NewGroup/images/info/room_info/sczz.png
new file mode 100644
index 00000000..67b4d13e
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/room_info/sczz.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/room_info/xgd.png b/wb_new_ui/assets/NewGroup/images/info/room_info/xgd.png
new file mode 100644
index 00000000..02daddba
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/room_info/xgd.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/swmran.png b/wb_new_ui/assets/NewGroup/images/info/swmran.png
new file mode 100644
index 00000000..6e8e1741
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/swmran.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/tj.png b/wb_new_ui/assets/NewGroup/images/info/tj.png
new file mode 100644
index 00000000..a91b8755
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/tj.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/tlz.png b/wb_new_ui/assets/NewGroup/images/info/tlz.png
new file mode 100644
index 00000000..e785bc42
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/tlz.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/tlzxqtb.png b/wb_new_ui/assets/NewGroup/images/info/tlzxqtb.png
new file mode 100644
index 00000000..21c7bd8c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/tlzxqtb.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/tyhdk.png b/wb_new_ui/assets/NewGroup/images/info/tyhdk.png
new file mode 100644
index 00000000..b9ccbe2b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/tyhdk.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/waand.png b/wb_new_ui/assets/NewGroup/images/info/waand.png
new file mode 100644
index 00000000..8f963364
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/waand.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/wf.png b/wb_new_ui/assets/NewGroup/images/info/wf.png
new file mode 100644
index 00000000..d9f8d959
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/wf.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/x.png b/wb_new_ui/assets/NewGroup/images/info/x.png
new file mode 100644
index 00000000..03a12023
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/x.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/xzwfq.png b/wb_new_ui/assets/NewGroup/images/info/xzwfq.png
new file mode 100644
index 00000000..c720249e
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/xzwfq.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/xzwfq1.png b/wb_new_ui/assets/NewGroup/images/info/xzwfq1.png
new file mode 100644
index 00000000..23a171fd
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/xzwfq1.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/xzwfq111.png b/wb_new_ui/assets/NewGroup/images/info/xzwfq111.png
new file mode 100644
index 00000000..2715405e
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/xzwfq111.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/xzwfz.png b/wb_new_ui/assets/NewGroup/images/info/xzwfz.png
new file mode 100644
index 00000000..b668bc73
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/xzwfz.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/yj1.png b/wb_new_ui/assets/NewGroup/images/info/yj1.png
new file mode 100644
index 00000000..aa2e244d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/yj1.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/zjphmcd.png b/wb_new_ui/assets/NewGroup/images/info/zjphmcd.png
new file mode 100644
index 00000000..30b24401
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/zjphmcd.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/zr.png b/wb_new_ui/assets/NewGroup/images/info/zr.png
new file mode 100644
index 00000000..3747cc8e
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/zr.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/info/快速开始字.png b/wb_new_ui/assets/NewGroup/images/info/快速开始字.png
new file mode 100644
index 00000000..9d038178
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/info/快速开始字.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/jiantou.png b/wb_new_ui/assets/NewGroup/images/jiantou.png
new file mode 100644
index 00000000..3795c554
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/jiantou.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/keyboard/0.png b/wb_new_ui/assets/NewGroup/images/keyboard/0.png
new file mode 100644
index 00000000..c6d6152c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/keyboard/0.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/keyboard/1.png b/wb_new_ui/assets/NewGroup/images/keyboard/1.png
new file mode 100644
index 00000000..3df465a1
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/keyboard/1.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/keyboard/2.png b/wb_new_ui/assets/NewGroup/images/keyboard/2.png
new file mode 100644
index 00000000..5c1b8c51
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/keyboard/2.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/keyboard/3.png b/wb_new_ui/assets/NewGroup/images/keyboard/3.png
new file mode 100644
index 00000000..1abea3c4
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/keyboard/3.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/keyboard/4.png b/wb_new_ui/assets/NewGroup/images/keyboard/4.png
new file mode 100644
index 00000000..e047f9e3
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/keyboard/4.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/keyboard/5.png b/wb_new_ui/assets/NewGroup/images/keyboard/5.png
new file mode 100644
index 00000000..0095b55f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/keyboard/5.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/keyboard/6.png b/wb_new_ui/assets/NewGroup/images/keyboard/6.png
new file mode 100644
index 00000000..64160a5f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/keyboard/6.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/keyboard/7.png b/wb_new_ui/assets/NewGroup/images/keyboard/7.png
new file mode 100644
index 00000000..9894e10e
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/keyboard/7.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/keyboard/8.png b/wb_new_ui/assets/NewGroup/images/keyboard/8.png
new file mode 100644
index 00000000..dbde4e3a
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/keyboard/8.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/keyboard/9.png b/wb_new_ui/assets/NewGroup/images/keyboard/9.png
new file mode 100644
index 00000000..d73d1747
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/keyboard/9.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/keyboard/button01.png b/wb_new_ui/assets/NewGroup/images/keyboard/button01.png
new file mode 100644
index 00000000..c9da2940
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/keyboard/button01.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/keyboard/button02.png b/wb_new_ui/assets/NewGroup/images/keyboard/button02.png
new file mode 100644
index 00000000..9c12c6ba
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/keyboard/button02.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/keyboard/qbtq.png b/wb_new_ui/assets/NewGroup/images/keyboard/qbtq.png
new file mode 100644
index 00000000..e6d72c3d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/keyboard/qbtq.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/keyboard/qingling.png b/wb_new_ui/assets/NewGroup/images/keyboard/qingling.png
new file mode 100644
index 00000000..15662cf5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/keyboard/qingling.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/keyboard/qrnew.png b/wb_new_ui/assets/NewGroup/images/keyboard/qrnew.png
new file mode 100644
index 00000000..2722065b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/keyboard/qrnew.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/keyboard/scnew.png b/wb_new_ui/assets/NewGroup/images/keyboard/scnew.png
new file mode 100644
index 00000000..f95f73f8
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/keyboard/scnew.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/keyboard/small_0.png b/wb_new_ui/assets/NewGroup/images/keyboard/small_0.png
new file mode 100644
index 00000000..65812f47
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/keyboard/small_0.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/keyboard/small_p.png b/wb_new_ui/assets/NewGroup/images/keyboard/small_p.png
new file mode 100644
index 00000000..553f11b8
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/keyboard/small_p.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/keyboard/w06.png b/wb_new_ui/assets/NewGroup/images/keyboard/w06.png
new file mode 100644
index 00000000..d9d150bf
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/keyboard/w06.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/keyboard/w07.png b/wb_new_ui/assets/NewGroup/images/keyboard/w07.png
new file mode 100644
index 00000000..32591052
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/keyboard/w07.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/keyboard/xad.png b/wb_new_ui/assets/NewGroup/images/keyboard/xad.png
new file mode 100644
index 00000000..a72604f0
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/keyboard/xad.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/keyboard/zjtlz.png b/wb_new_ui/assets/NewGroup/images/keyboard/zjtlz.png
new file mode 100644
index 00000000..b8b333af
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/keyboard/zjtlz.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/kuang2.png b/wb_new_ui/assets/NewGroup/images/kuang2.png
new file mode 100644
index 00000000..964a98f9
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/kuang2.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/kuang5.png b/wb_new_ui/assets/NewGroup/images/kuang5.png
new file mode 100644
index 00000000..964a98f9
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/kuang5.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/ld.png b/wb_new_ui/assets/NewGroup/images/ld.png
new file mode 100644
index 00000000..ecc24dfd
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/ld.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/lld.png b/wb_new_ui/assets/NewGroup/images/lld.png
new file mode 100644
index 00000000..c5c106d8
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/lld.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/Button7.xml b/wb_new_ui/assets/NewGroup/images/main/Button7.xml
new file mode 100644
index 00000000..b0739c93
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/images/main/Button7.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/images/main/a02.png b/wb_new_ui/assets/NewGroup/images/main/a02.png
new file mode 100644
index 00000000..97e5cfef
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/a02.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/ann_queding.png b/wb_new_ui/assets/NewGroup/images/main/ann_queding.png
new file mode 100644
index 00000000..ad6398ae
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/ann_queding.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/ann_xinzengwanfa.png b/wb_new_ui/assets/NewGroup/images/main/ann_xinzengwanfa.png
new file mode 100644
index 00000000..83ddb225
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/ann_xinzengwanfa.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/btn_back.png b/wb_new_ui/assets/NewGroup/images/main/btn_back.png
new file mode 100644
index 00000000..99c015ca
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/btn_back.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/button00(1).png b/wb_new_ui/assets/NewGroup/images/main/button00(1).png
new file mode 100644
index 00000000..2d0e39b2
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/button00(1).png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/button01 .png b/wb_new_ui/assets/NewGroup/images/main/button01 .png
new file mode 100644
index 00000000..9c51273d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/button01 .png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/button02(1).png b/wb_new_ui/assets/NewGroup/images/main/button02(1).png
new file mode 100644
index 00000000..57a4c4da
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/button02(1).png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/button09.png b/wb_new_ui/assets/NewGroup/images/main/button09.png
new file mode 100644
index 00000000..c5641332
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/button09.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/button10.png b/wb_new_ui/assets/NewGroup/images/main/button10.png
new file mode 100644
index 00000000..4388a06f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/button10.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/close@2x.png b/wb_new_ui/assets/NewGroup/images/main/close@2x.png
new file mode 100644
index 00000000..38894482
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/close@2x.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/di.png b/wb_new_ui/assets/NewGroup/images/main/di.png
new file mode 100644
index 00000000..0d8c1952
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/di.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/di2.png b/wb_new_ui/assets/NewGroup/images/main/di2.png
new file mode 100644
index 00000000..10e4eea6
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/di2.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/di3(1).png b/wb_new_ui/assets/NewGroup/images/main/di3(1).png
new file mode 100644
index 00000000..5e5a79b7
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/di3(1).png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/di3.png b/wb_new_ui/assets/NewGroup/images/main/di3.png
new file mode 100644
index 00000000..11fbfb72
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/di3.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/di4.png b/wb_new_ui/assets/NewGroup/images/main/di4.png
new file mode 100644
index 00000000..5e2a3f9c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/di4.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/dlmzs.png b/wb_new_ui/assets/NewGroup/images/main/dlmzs.png
new file mode 100644
index 00000000..2c044d4c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/dlmzs.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/down_type_bg@2x.png b/wb_new_ui/assets/NewGroup/images/main/down_type_bg@2x.png
new file mode 100644
index 00000000..4cd8c17c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/down_type_bg@2x.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/fenge.png b/wb_new_ui/assets/NewGroup/images/main/fenge.png
new file mode 100644
index 00000000..f315e64d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/fenge.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/hengtiao2.png b/wb_new_ui/assets/NewGroup/images/main/hengtiao2.png
new file mode 100644
index 00000000..9bba76d6
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/hengtiao2.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/hengxian.png b/wb_new_ui/assets/NewGroup/images/main/hengxian.png
new file mode 100644
index 00000000..b8388bd3
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/hengxian.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/jk.png b/wb_new_ui/assets/NewGroup/images/main/jk.png
new file mode 100644
index 00000000..6dd4740d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/jk.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/qd@2x.png b/wb_new_ui/assets/NewGroup/images/main/qd@2x.png
new file mode 100644
index 00000000..91826229
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/qd@2x.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/qx@2x.png b/wb_new_ui/assets/NewGroup/images/main/qx@2x.png
new file mode 100644
index 00000000..a4675ad5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/qx@2x.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/set.png b/wb_new_ui/assets/NewGroup/images/main/set.png
new file mode 100644
index 00000000..f3225109
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/set.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/sz_bg_01.png b/wb_new_ui/assets/NewGroup/images/main/sz_bg_01.png
new file mode 100644
index 00000000..28cde3ba
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/sz_bg_01.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/sz_bg_02.png b/wb_new_ui/assets/NewGroup/images/main/sz_bg_02.png
new file mode 100644
index 00000000..6c7e511f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/sz_bg_02.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/sz_bg_03.png b/wb_new_ui/assets/NewGroup/images/main/sz_bg_03.png
new file mode 100644
index 00000000..9978659a
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/sz_bg_03.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/tj_bg_04.png b/wb_new_ui/assets/NewGroup/images/main/tj_bg_04.png
new file mode 100644
index 00000000..f4272033
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/tj_bg_04.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/tj_bg_06.png b/wb_new_ui/assets/NewGroup/images/main/tj_bg_06.png
new file mode 100644
index 00000000..9bc3fd59
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/tj_bg_06.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/w09.png b/wb_new_ui/assets/NewGroup/images/main/w09.png
new file mode 100644
index 00000000..94757110
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/w09.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/w10.png b/wb_new_ui/assets/NewGroup/images/main/w10.png
new file mode 100644
index 00000000..221b278d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/w10.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/wenzi09.png b/wb_new_ui/assets/NewGroup/images/main/wenzi09.png
new file mode 100644
index 00000000..69d09ad7
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/wenzi09.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/wenzi10.png b/wb_new_ui/assets/NewGroup/images/main/wenzi10.png
new file mode 100644
index 00000000..a0331203
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/wenzi10.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/zhiding.png b/wb_new_ui/assets/NewGroup/images/main/zhiding.png
new file mode 100644
index 00000000..db502d01
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/zhiding.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/zhiding2.png b/wb_new_ui/assets/NewGroup/images/main/zhiding2.png
new file mode 100644
index 00000000..0aea1b8f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/zhiding2.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/main/zuodi.png b/wb_new_ui/assets/NewGroup/images/main/zuodi.png
new file mode 100644
index 00000000..030928a9
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/main/zuodi.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/mgr/cylb.png b/wb_new_ui/assets/NewGroup/images/mgr/cylb.png
new file mode 100644
index 00000000..b8d6773e
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/mgr/cylb.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/mgr/kzmx.png b/wb_new_ui/assets/NewGroup/images/mgr/kzmx.png
new file mode 100644
index 00000000..a3e0b212
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/mgr/kzmx.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/mgr/sfjl.png b/wb_new_ui/assets/NewGroup/images/mgr/sfjl.png
new file mode 100644
index 00000000..4c457598
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/mgr/sfjl.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/mgr/tyd001.png b/wb_new_ui/assets/NewGroup/images/mgr/tyd001.png
new file mode 100644
index 00000000..be7ff6a9
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/mgr/tyd001.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/mgr/wftj.png b/wb_new_ui/assets/NewGroup/images/mgr/wftj.png
new file mode 100644
index 00000000..cddcbdf9
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/mgr/wftj.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/mgr/xfjl.png b/wb_new_ui/assets/NewGroup/images/mgr/xfjl.png
new file mode 100644
index 00000000..606f5420
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/mgr/xfjl.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/mgr/xhtj.png b/wb_new_ui/assets/NewGroup/images/mgr/xhtj.png
new file mode 100644
index 00000000..1c343730
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/mgr/xhtj.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/partner/jstjz.png b/wb_new_ui/assets/NewGroup/images/partner/jstjz.png
new file mode 100644
index 00000000..b9a4296c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/partner/jstjz.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/partner_rewards/br.png b/wb_new_ui/assets/NewGroup/images/partner_rewards/br.png
new file mode 100644
index 00000000..6f0df8cb
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/partner_rewards/br.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/partner_rewards/hurdka.png b/wb_new_ui/assets/NewGroup/images/partner_rewards/hurdka.png
new file mode 100644
index 00000000..66fdd81d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/partner_rewards/hurdka.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/partner_rewards/hurdkl.png b/wb_new_ui/assets/NewGroup/images/partner_rewards/hurdkl.png
new file mode 100644
index 00000000..44d1c46f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/partner_rewards/hurdkl.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/partner_rewards/jlckz.png b/wb_new_ui/assets/NewGroup/images/partner_rewards/jlckz.png
new file mode 100644
index 00000000..be6b15e1
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/partner_rewards/jlckz.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/partner_rewards/jlszz.png b/wb_new_ui/assets/NewGroup/images/partner_rewards/jlszz.png
new file mode 100644
index 00000000..0fe1ee5f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/partner_rewards/jlszz.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/partner_rewards/qban.png b/wb_new_ui/assets/NewGroup/images/partner_rewards/qban.png
new file mode 100644
index 00000000..df3ef7fa
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/partner_rewards/qban.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/partner_rewards/swqb.png b/wb_new_ui/assets/NewGroup/images/partner_rewards/swqb.png
new file mode 100644
index 00000000..d4c32ea5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/partner_rewards/swqb.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/partner_rewards/xg.png b/wb_new_ui/assets/NewGroup/images/partner_rewards/xg.png
new file mode 100644
index 00000000..eedf1f6e
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/partner_rewards/xg.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/quyxtb-1.png b/wb_new_ui/assets/NewGroup/images/quyxtb-1.png
new file mode 100644
index 00000000..cb7e8a1b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/quyxtb-1.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/quyxtb.png b/wb_new_ui/assets/NewGroup/images/quyxtb.png
new file mode 100644
index 00000000..8089f0d5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/quyxtb.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/rank/01.png b/wb_new_ui/assets/NewGroup/images/rank/01.png
new file mode 100644
index 00000000..dab78fd2
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/rank/01.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/rank/02.png b/wb_new_ui/assets/NewGroup/images/rank/02.png
new file mode 100644
index 00000000..2a681b1b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/rank/02.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/rank/03.png b/wb_new_ui/assets/NewGroup/images/rank/03.png
new file mode 100644
index 00000000..a0294b25
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/rank/03.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/rank/btn.xml b/wb_new_ui/assets/NewGroup/images/rank/btn.xml
new file mode 100644
index 00000000..99b6308a
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/images/rank/btn.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/images/rank/di11.png b/wb_new_ui/assets/NewGroup/images/rank/di11.png
new file mode 100644
index 00000000..f22d4b02
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/rank/di11.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/rank/di12.png b/wb_new_ui/assets/NewGroup/images/rank/di12.png
new file mode 100644
index 00000000..89a40a3c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/rank/di12.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/rank/pmd_img.png b/wb_new_ui/assets/NewGroup/images/rank/pmd_img.png
new file mode 100644
index 00000000..85bced1c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/rank/pmd_img.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/recrod/fanhui.png b/wb_new_ui/assets/NewGroup/images/recrod/fanhui.png
new file mode 100644
index 00000000..f71df6ca
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/recrod/fanhui.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/recrod/play.png b/wb_new_ui/assets/NewGroup/images/recrod/play.png
new file mode 100644
index 00000000..09506fe0
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/recrod/play.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/chongzhi.png b/wb_new_ui/assets/NewGroup/images/room/chongzhi.png
new file mode 100644
index 00000000..1c5f245c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/chongzhi.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/di5.png b/wb_new_ui/assets/NewGroup/images/room/di5.png
new file mode 100644
index 00000000..c6b2899e
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/di5.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/di7.png b/wb_new_ui/assets/NewGroup/images/room/di7.png
new file mode 100644
index 00000000..4ae33c5d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/di7.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/jf.png b/wb_new_ui/assets/NewGroup/images/room/jf.png
new file mode 100644
index 00000000..cd908da6
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/jf.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/jifen.png b/wb_new_ui/assets/NewGroup/images/room/jifen.png
new file mode 100644
index 00000000..cde27ab0
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/jifen.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/text_btn.png b/wb_new_ui/assets/NewGroup/images/room/text_btn.png
new file mode 100644
index 00000000..0b5cafa6
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/text_btn.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/touxiang.png b/wb_new_ui/assets/NewGroup/images/room/touxiang.png
new file mode 100644
index 00000000..a776d343
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/touxiang.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/wh.png b/wb_new_ui/assets/NewGroup/images/room/wh.png
new file mode 100644
index 00000000..cd63e035
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/wh.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/yuan10.png b/wb_new_ui/assets/NewGroup/images/room/yuan10.png
new file mode 100644
index 00000000..c5b4cbe5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/yuan10.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/yuan2.png b/wb_new_ui/assets/NewGroup/images/room/yuan2.png
new file mode 100644
index 00000000..32596d60
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/yuan2.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/yuan2_bak.png b/wb_new_ui/assets/NewGroup/images/room/yuan2_bak.png
new file mode 100644
index 00000000..39d0cda8
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/yuan2_bak.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/yuan3.png b/wb_new_ui/assets/NewGroup/images/room/yuan3.png
new file mode 100644
index 00000000..cea3e31b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/yuan3.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/yuan4.png b/wb_new_ui/assets/NewGroup/images/room/yuan4.png
new file mode 100644
index 00000000..cd36bb99
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/yuan4.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/yuan5.png b/wb_new_ui/assets/NewGroup/images/room/yuan5.png
new file mode 100644
index 00000000..c5b4cbe5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/yuan5.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/yuan6.png b/wb_new_ui/assets/NewGroup/images/room/yuan6.png
new file mode 100644
index 00000000..c5b4cbe5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/yuan6.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/yuan7.png b/wb_new_ui/assets/NewGroup/images/room/yuan7.png
new file mode 100644
index 00000000..c5b4cbe5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/yuan7.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/yuan8.png b/wb_new_ui/assets/NewGroup/images/room/yuan8.png
new file mode 100644
index 00000000..c5b4cbe5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/yuan8.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/yuan9.png b/wb_new_ui/assets/NewGroup/images/room/yuan9.png
new file mode 100644
index 00000000..c5b4cbe5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/yuan9.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/yuan_3.png b/wb_new_ui/assets/NewGroup/images/room/yuan_3.png
new file mode 100644
index 00000000..c5b4cbe5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/yuan_3.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/yuan_4.png b/wb_new_ui/assets/NewGroup/images/room/yuan_4.png
new file mode 100644
index 00000000..c5b4cbe5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/yuan_4.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/room/zuanshi.png b/wb_new_ui/assets/NewGroup/images/room/zuanshi.png
new file mode 100644
index 00000000..85768bab
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/room/zuanshi.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/tj_button_ck_01.png b/wb_new_ui/assets/NewGroup/images/tj_button_ck_01.png
new file mode 100644
index 00000000..34054d69
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/tj_button_ck_01.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/wenzi08.png b/wb_new_ui/assets/NewGroup/images/wenzi08.png
new file mode 100644
index 00000000..203ed3af
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/wenzi08.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/wf_bg_02.png b/wb_new_ui/assets/NewGroup/images/wf_bg_02.png
new file mode 100644
index 00000000..d12761bf
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/wf_bg_02.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/x.png b/wb_new_ui/assets/NewGroup/images/x.png
new file mode 100644
index 00000000..1e534bd3
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/x.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/xd.png b/wb_new_ui/assets/NewGroup/images/xd.png
new file mode 100644
index 00000000..80686fa5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/xd.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/zcd.png b/wb_new_ui/assets/NewGroup/images/zcd.png
new file mode 100644
index 00000000..3ea7f1f2
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/zcd.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/zidt.png b/wb_new_ui/assets/NewGroup/images/zidt.png
new file mode 100644
index 00000000..859bd8e1
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/zidt.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/zk.png b/wb_new_ui/assets/NewGroup/images/zk.png
new file mode 100644
index 00000000..a64bad9f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/zk.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/zrbtz.png b/wb_new_ui/assets/NewGroup/images/zrbtz.png
new file mode 100644
index 00000000..f71b9457
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/zrbtz.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/zsd.png b/wb_new_ui/assets/NewGroup/images/zsd.png
new file mode 100644
index 00000000..83274ebe
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/zsd.png differ
diff --git a/wb_new_ui/assets/NewGroup/images/zuodi.png b/wb_new_ui/assets/NewGroup/images/zuodi.png
new file mode 100644
index 00000000..67793fca
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/images/zuodi.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/component/invite/btn_invite.xml b/wb_new_ui/assets/NewGroup/invite/component/invite/btn_invite.xml
new file mode 100644
index 00000000..d6380806
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/invite/component/invite/btn_invite.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/invite/component/invite/btn_invite_action.xml b/wb_new_ui/assets/NewGroup/invite/component/invite/btn_invite_action.xml
new file mode 100644
index 00000000..42ed78f8
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/invite/component/invite/btn_invite_action.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/invite/component/invite/btn_reload.xml b/wb_new_ui/assets/NewGroup/invite/component/invite/btn_reload.xml
new file mode 100644
index 00000000..d22ef636
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/invite/component/invite/btn_reload.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/invite/component/invite/item_invite.xml b/wb_new_ui/assets/NewGroup/invite/component/invite/item_invite.xml
new file mode 100644
index 00000000..c730cf12
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/invite/component/invite/item_invite.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/invite/component/table/btn_lab.xml b/wb_new_ui/assets/NewGroup/invite/component/table/btn_lab.xml
new file mode 100644
index 00000000..d9a26851
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/invite/component/table/btn_lab.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/invite/component/table/btn_show.xml b/wb_new_ui/assets/NewGroup/invite/component/table/btn_show.xml
new file mode 100644
index 00000000..8214a295
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/invite/component/table/btn_show.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/invite/component/table/btn_table_action.xml b/wb_new_ui/assets/NewGroup/invite/component/table/btn_table_action.xml
new file mode 100644
index 00000000..52d0de16
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/invite/component/table/btn_table_action.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/invite/component/table/com_table.xml b/wb_new_ui/assets/NewGroup/invite/component/table/com_table.xml
new file mode 100644
index 00000000..c4bd7a1e
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/invite/component/table/com_table.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/invite/component/table/item_player.xml b/wb_new_ui/assets/NewGroup/invite/component/table/item_player.xml
new file mode 100644
index 00000000..cf41856b
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/invite/component/table/item_player.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/invite/component/tool/btn_t.xml b/wb_new_ui/assets/NewGroup/invite/component/tool/btn_t.xml
new file mode 100644
index 00000000..9b2a1d1a
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/invite/component/tool/btn_t.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/invite/component/tool/btn_tool.xml b/wb_new_ui/assets/NewGroup/invite/component/tool/btn_tool.xml
new file mode 100644
index 00000000..0211cb80
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/invite/component/tool/btn_tool.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/invite/image/invite/andi.png b/wb_new_ui/assets/NewGroup/invite/image/invite/andi.png
new file mode 100644
index 00000000..c762a406
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/invite/image/invite/andi.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/image/invite/btyqjr.png b/wb_new_ui/assets/NewGroup/invite/image/invite/btyqjr.png
new file mode 100644
index 00000000..0171ff11
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/invite/image/invite/btyqjr.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/image/invite/btyqzxwj.png b/wb_new_ui/assets/NewGroup/invite/image/invite/btyqzxwj.png
new file mode 100644
index 00000000..e5ec42bc
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/invite/image/invite/btyqzxwj.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/image/invite/ddz.png b/wb_new_ui/assets/NewGroup/invite/image/invite/ddz.png
new file mode 100644
index 00000000..69111766
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/invite/image/invite/ddz.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/image/invite/dhk.png b/wb_new_ui/assets/NewGroup/invite/image/invite/dhk.png
new file mode 100644
index 00000000..f5690e47
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/invite/image/invite/dhk.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/image/invite/jj.png b/wb_new_ui/assets/NewGroup/invite/image/invite/jj.png
new file mode 100644
index 00000000..b1964b4d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/invite/image/invite/jj.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/image/invite/js.png b/wb_new_ui/assets/NewGroup/invite/image/invite/js.png
new file mode 100644
index 00000000..09ec7f25
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/invite/image/invite/js.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/image/invite/kx.png b/wb_new_ui/assets/NewGroup/invite/image/invite/kx.png
new file mode 100644
index 00000000..a73d5d8f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/invite/image/invite/kx.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/image/invite/npc.png b/wb_new_ui/assets/NewGroup/invite/image/invite/npc.png
new file mode 100644
index 00000000..3bcf27ed
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/invite/image/invite/npc.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/image/invite/sx.png b/wb_new_ui/assets/NewGroup/invite/image/invite/sx.png
new file mode 100644
index 00000000..5027801c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/invite/image/invite/sx.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/image/invite/yq.png b/wb_new_ui/assets/NewGroup/invite/image/invite/yq.png
new file mode 100644
index 00000000..d4d82cc8
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/invite/image/invite/yq.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/image/table/dan.png b/wb_new_ui/assets/NewGroup/invite/image/table/dan.png
new file mode 100644
index 00000000..ec64a49b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/invite/image/table/dan.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/image/table/jrzzan.png b/wb_new_ui/assets/NewGroup/invite/image/table/jrzzan.png
new file mode 100644
index 00000000..06365e7e
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/invite/image/table/jrzzan.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/image/table/tczzan.png b/wb_new_ui/assets/NewGroup/invite/image/table/tczzan.png
new file mode 100644
index 00000000..d1fdaefa
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/invite/image/table/tczzan.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/image/table/wzb.png b/wb_new_ui/assets/NewGroup/invite/image/table/wzb.png
new file mode 100644
index 00000000..86107bc5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/invite/image/table/wzb.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/image/table/xzz.png b/wb_new_ui/assets/NewGroup/invite/image/table/xzz.png
new file mode 100644
index 00000000..b809115d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/invite/image/table/xzz.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/image/table/yzb.png b/wb_new_ui/assets/NewGroup/invite/image/table/yzb.png
new file mode 100644
index 00000000..f1d14537
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/invite/image/table/yzb.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/image/table/zk.png b/wb_new_ui/assets/NewGroup/invite/image/table/zk.png
new file mode 100644
index 00000000..ad342f77
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/invite/image/table/zk.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/image/table/zkdk.png b/wb_new_ui/assets/NewGroup/invite/image/table/zkdk.png
new file mode 100644
index 00000000..ab3f0614
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/invite/image/table/zkdk.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/image/tool/hd.png b/wb_new_ui/assets/NewGroup/invite/image/tool/hd.png
new file mode 100644
index 00000000..9d4b3580
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/invite/image/tool/hd.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/image/tool/hw.png b/wb_new_ui/assets/NewGroup/invite/image/tool/hw.png
new file mode 100644
index 00000000..631c4b46
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/invite/image/tool/hw.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/image/tool/pyqzsz.png b/wb_new_ui/assets/NewGroup/invite/image/tool/pyqzsz.png
new file mode 100644
index 00000000..6f3e3a52
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/invite/image/tool/pyqzsz.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/image/tool/xspyq.png b/wb_new_ui/assets/NewGroup/invite/image/tool/xspyq.png
new file mode 100644
index 00000000..8d01e12e
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/invite/image/tool/xspyq.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/image/tool/yqzxwj.png b/wb_new_ui/assets/NewGroup/invite/image/tool/yqzxwj.png
new file mode 100644
index 00000000..fd77f9ad
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/invite/image/tool/yqzxwj.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/image/tool/zstb.png b/wb_new_ui/assets/NewGroup/invite/image/tool/zstb.png
new file mode 100644
index 00000000..6aa4b774
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/invite/image/tool/zstb.png differ
diff --git a/wb_new_ui/assets/NewGroup/invite/panel_invite.xml b/wb_new_ui/assets/NewGroup/invite/panel_invite.xml
new file mode 100644
index 00000000..b206829d
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/invite/panel_invite.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/invite/panel_invited.xml b/wb_new_ui/assets/NewGroup/invite/panel_invited.xml
new file mode 100644
index 00000000..af519a7f
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/invite/panel_invited.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/invite/panel_table.xml b/wb_new_ui/assets/NewGroup/invite/panel_table.xml
new file mode 100644
index 00000000..1a0bb1af
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/invite/panel_table.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/invite/panel_tool.xml b/wb_new_ui/assets/NewGroup/invite/panel_tool.xml
new file mode 100644
index 00000000..d1cc6d44
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/invite/panel_tool.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/Button2.xml b/wb_new_ui/assets/NewGroup/mgr/Button2.xml
new file mode 100644
index 00000000..3d492025
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/Button2.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_Group.xml b/wb_new_ui/assets/NewGroup/mgr/View_Group.xml
new file mode 100644
index 00000000..6b16269d
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/View_Group.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupAddMember.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupAddMember.xml
new file mode 100644
index 00000000..014c76ee
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupAddMember.xml
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupCopy.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupCopy.xml
new file mode 100644
index 00000000..de035cd6
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupCopy.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupFagList.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupFagList.xml
new file mode 100644
index 00000000..19d905f3
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupFagList.xml
@@ -0,0 +1,134 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupFagPackStat.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupFagPackStat.xml
new file mode 100644
index 00000000..e8e042d3
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupFagPackStat.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupGameList.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupGameList.xml
new file mode 100644
index 00000000..b1a18342
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupGameList.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupGameSetting.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupGameSetting.xml
new file mode 100644
index 00000000..5edb9c1e
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupGameSetting.xml
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupMemberInfo.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupMemberInfo.xml
new file mode 100644
index 00000000..9c8d83d2
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupMemberInfo.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupMemberList.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupMemberList.xml
new file mode 100644
index 00000000..0d6f9b14
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupMemberList.xml
@@ -0,0 +1,156 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupMemberList1.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupMemberList1.xml
new file mode 100644
index 00000000..c72492b7
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupMemberList1.xml
@@ -0,0 +1,155 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupMemberStat.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupMemberStat.xml
new file mode 100644
index 00000000..e9fc0743
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupMemberStat.xml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupPartnerList.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupPartnerList.xml
new file mode 100644
index 00000000..ba70fb1e
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupPartnerList.xml
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupPartnerList1.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupPartnerList1.xml
new file mode 100644
index 00000000..83d00406
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupPartnerList1.xml
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupPartnerStat.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupPartnerStat.xml
new file mode 100644
index 00000000..f4471379
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupPartnerStat.xml
@@ -0,0 +1,103 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupPerson.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupPerson.xml
new file mode 100644
index 00000000..4f80c1ad
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupPerson.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupPersonStat.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupPersonStat.xml
new file mode 100644
index 00000000..797858cf
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupPersonStat.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupPlayStat.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupPlayStat.xml
new file mode 100644
index 00000000..ae4ef98e
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupPlayStat.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupPromoteSet.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupPromoteSet.xml
new file mode 100644
index 00000000..63627e2c
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupPromoteSet.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupProportion.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupProportion.xml
new file mode 100644
index 00000000..b17c76ea
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupProportion.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupRank.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupRank.xml
new file mode 100644
index 00000000..6be14dc7
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupRank.xml
@@ -0,0 +1,155 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupStat.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupStat.xml
new file mode 100644
index 00000000..0686836f
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupStat.xml
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupStatSpe.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupStatSpe.xml
new file mode 100644
index 00000000..e67a4370
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupStatSpe.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupXingYunStat.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupXingYunStat.xml
new file mode 100644
index 00000000..f09c15ab
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupXingYunStat.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_GroupZuanShi.xml b/wb_new_ui/assets/NewGroup/mgr/View_GroupZuanShi.xml
new file mode 100644
index 00000000..e14065b1
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/View_GroupZuanShi.xml
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/View_PartnerRewards.xml b/wb_new_ui/assets/NewGroup/mgr/View_PartnerRewards.xml
new file mode 100644
index 00000000..e46d040c
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/View_PartnerRewards.xml
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/Win_BanSameTable.xml b/wb_new_ui/assets/NewGroup/mgr/Win_BanSameTable.xml
new file mode 100644
index 00000000..bb4cd433
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/Win_BanSameTable.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/Win_MemberFagLog.xml b/wb_new_ui/assets/NewGroup/mgr/Win_MemberFagLog.xml
new file mode 100644
index 00000000..aaf9cab8
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/Win_MemberFagLog.xml
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/Win_Permission.xml b/wb_new_ui/assets/NewGroup/mgr/Win_Permission.xml
new file mode 100644
index 00000000..6e25d293
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/Win_Permission.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/ban_table/btn_del_bt.xml b/wb_new_ui/assets/NewGroup/mgr/component/ban_table/btn_del_bt.xml
new file mode 100644
index 00000000..3a5cc849
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/ban_table/btn_del_bt.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/ban_table/btn_set_bt.xml b/wb_new_ui/assets/NewGroup/mgr/component/ban_table/btn_set_bt.xml
new file mode 100644
index 00000000..06295080
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/ban_table/btn_set_bt.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/ban_table/item_ban_table.xml b/wb_new_ui/assets/NewGroup/mgr/component/ban_table/item_ban_table.xml
new file mode 100644
index 00000000..ae849a06
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/ban_table/item_ban_table.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/comm/btn_mng_confirm.xml b/wb_new_ui/assets/NewGroup/mgr/component/comm/btn_mng_confirm.xml
new file mode 100644
index 00000000..943f4762
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/comm/btn_mng_confirm.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/comm/item_load.xml b/wb_new_ui/assets/NewGroup/mgr/component/comm/item_load.xml
new file mode 100644
index 00000000..a417b985
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/comm/item_load.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/comm/mng_label.xml b/wb_new_ui/assets/NewGroup/mgr/component/comm/mng_label.xml
new file mode 100644
index 00000000..fc90d1c0
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/comm/mng_label.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/comm/mng_label1.xml b/wb_new_ui/assets/NewGroup/mgr/component/comm/mng_label1.xml
new file mode 100644
index 00000000..11849edc
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/comm/mng_label1.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/fagpack/btn_export.xml b/wb_new_ui/assets/NewGroup/mgr/component/fagpack/btn_export.xml
new file mode 100644
index 00000000..824374c1
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/fagpack/btn_export.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/fagpack/btn_export_info.xml b/wb_new_ui/assets/NewGroup/mgr/component/fagpack/btn_export_info.xml
new file mode 100644
index 00000000..a82dcf8d
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/fagpack/btn_export_info.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/fagpack/btn_import_info.xml b/wb_new_ui/assets/NewGroup/mgr/component/fagpack/btn_import_info.xml
new file mode 100644
index 00000000..6b90afe0
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/fagpack/btn_import_info.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/fagpack/item_getreward.xml b/wb_new_ui/assets/NewGroup/mgr/component/fagpack/item_getreward.xml
new file mode 100644
index 00000000..aaf63e8b
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/fagpack/item_getreward.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/fagpack/item_take.xml b/wb_new_ui/assets/NewGroup/mgr/component/fagpack/item_take.xml
new file mode 100644
index 00000000..aaffda6a
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/fagpack/item_take.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/game/btn_mng_edit.xml b/wb_new_ui/assets/NewGroup/mgr/component/game/btn_mng_edit.xml
new file mode 100644
index 00000000..da5854a0
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/game/btn_mng_edit.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/game/btn_mng_edit1.xml b/wb_new_ui/assets/NewGroup/mgr/component/game/btn_mng_edit1.xml
new file mode 100644
index 00000000..97a95e3e
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/game/btn_mng_edit1.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/game/btn_mng_edit_game.xml b/wb_new_ui/assets/NewGroup/mgr/component/game/btn_mng_edit_game.xml
new file mode 100644
index 00000000..d09408bf
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/game/btn_mng_edit_game.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/game/btn_mng_next.xml b/wb_new_ui/assets/NewGroup/mgr/component/game/btn_mng_next.xml
new file mode 100644
index 00000000..d7062c28
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/game/btn_mng_next.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/component/Btn.xml b/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/component/Btn.xml
new file mode 100644
index 00000000..c4593678
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/component/Btn.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/component/Btn_More.xml b/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/component/Btn_More.xml
new file mode 100644
index 00000000..c2eaa0e9
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/component/Btn_More.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/component/create_btn/gdwfz.png b/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/component/create_btn/gdwfz.png
new file mode 100644
index 00000000..24855c9e
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/component/create_btn/gdwfz.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/component/create_btn/lj01.png b/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/component/create_btn/lj01.png
new file mode 100644
index 00000000..f180f4db
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/component/create_btn/lj01.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/component/create_btn/lj02.png b/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/component/create_btn/lj02.png
new file mode 100644
index 00000000..24d67e1d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/component/create_btn/lj02.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/component/create_btn/lj03.png b/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/component/create_btn/lj03.png
new file mode 100644
index 00000000..5f9597ac
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/component/create_btn/lj03.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/component/create_btn/lsan.png b/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/component/create_btn/lsan.png
new file mode 100644
index 00000000..afcc2a4e
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/component/create_btn/lsan.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/component/create_btn/xzgdwf.png b/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/component/create_btn/xzgdwf.png
new file mode 100644
index 00000000..741b04af
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/component/create_btn/xzgdwf.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/image/gxyxan.png b/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/image/gxyxan.png
new file mode 100644
index 00000000..452e8228
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/image/gxyxan.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/image/jsand.png b/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/image/jsand.png
new file mode 100644
index 00000000..e0d71cf6
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/image/jsand.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/image/xzyxan.png b/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/image/xzyxan.png
new file mode 100644
index 00000000..2fea6b65
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/game/create_room/image/xzyxan.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/game/game_info.xml b/wb_new_ui/assets/NewGroup/mgr/component/game/game_info.xml
new file mode 100644
index 00000000..947e5279
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/game/game_info.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/game/item_mng_game.xml b/wb_new_ui/assets/NewGroup/mgr/component/game/item_mng_game.xml
new file mode 100644
index 00000000..20febd3b
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/game/item_mng_game.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/game/panel_fag.xml b/wb_new_ui/assets/NewGroup/mgr/component/game/panel_fag.xml
new file mode 100644
index 00000000..26d5cf41
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/game/panel_fag.xml
@@ -0,0 +1,134 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/Button4.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/Button4.xml
new file mode 100644
index 00000000..b1e6a74a
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/Button4.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/Button5.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/Button5.xml
new file mode 100644
index 00000000..8e3cf350
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/Button5.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/btn_input.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/btn_input.xml
new file mode 100644
index 00000000..bc72e602
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/btn_input.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/btn_mgr_search.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/btn_mgr_search.xml
new file mode 100644
index 00000000..62708068
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/btn_mgr_search.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/btn_mng_deploy.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/btn_mng_deploy.xml
new file mode 100644
index 00000000..aa1afd0a
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/btn_mng_deploy.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/btn_mng_fag.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/btn_mng_fag.xml
new file mode 100644
index 00000000..6245d40b
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/btn_mng_fag.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/btn_mng_mem.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/btn_mng_mem.xml
new file mode 100644
index 00000000..75dd074b
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/btn_mng_mem.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/btn_superior.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/btn_superior.xml
new file mode 100644
index 00000000..e93a0742
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/btn_superior.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/btn_tag.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/btn_tag.xml
new file mode 100644
index 00000000..745d2033
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/btn_tag.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/cha.png b/wb_new_ui/assets/NewGroup/mgr/component/member/cha.png
new file mode 100644
index 00000000..99da2e95
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/member/cha.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/item_member.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/item_member.xml
new file mode 100644
index 00000000..d35f1eda
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/item_member.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/item_member1.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/item_member1.xml
new file mode 100644
index 00000000..cd008fc3
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/item_member1.xml
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/item_member_stat.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/item_member_stat.xml
new file mode 100644
index 00000000..0b821a9a
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/item_member_stat.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/item_superior.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/item_superior.xml
new file mode 100644
index 00000000..4713a41d
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/item_superior.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/Btn_fag_info.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/Btn_fag_info.xml
new file mode 100644
index 00000000..795b64c6
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/Btn_fag_info.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/Btn_fag_total.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/Btn_fag_total.xml
new file mode 100644
index 00000000..7066cd63
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/Btn_fag_total.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/Btn_mng_switch.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/Btn_mng_switch.xml
new file mode 100644
index 00000000..cbbd32d7
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/Btn_mng_switch.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/Button13.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/Button13.xml
new file mode 100644
index 00000000..1e6d6ea0
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/Button13.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/Button8.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/Button8.xml
new file mode 100644
index 00000000..d4a98e6e
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/Button8.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/btn_award.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/btn_award.xml
new file mode 100644
index 00000000..3a09ebc6
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/btn_award.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/images/b01.png b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/images/b01.png
new file mode 100644
index 00000000..cf69509a
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/images/b01.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/images/c02-01.png b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/images/c02-01.png
new file mode 100644
index 00000000..0e5af7f8
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/images/c02-01.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/images/di8.png b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/images/di8.png
new file mode 100644
index 00000000..d355df90
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/images/di8.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/images/h.png b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/images/h.png
new file mode 100644
index 00000000..04f485ca
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/images/h.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/images/jlck.png b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/images/jlck.png
new file mode 100644
index 00000000..e7f64ae5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/images/jlck.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/images/kongbaianniu.png b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/images/kongbaianniu.png
new file mode 100644
index 00000000..fb6b0eb6
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/images/kongbaianniu.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/images/w04.png b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/images/w04.png
new file mode 100644
index 00000000..343c35ef
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/images/w04.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/images/xs.png b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/images/xs.png
new file mode 100644
index 00000000..8f8d4205
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/images/xs.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_mng_partner.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_mng_partner.xml
new file mode 100644
index 00000000..e4b2ea0b
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_mng_partner.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_mng_partner1.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_mng_partner1.xml
new file mode 100644
index 00000000..e71a08b0
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_mng_partner1.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_mng_partner2.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_mng_partner2.xml
new file mode 100644
index 00000000..13ff24e8
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_mng_partner2.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_partner_stat.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_partner_stat.xml
new file mode 100644
index 00000000..df9f1840
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_partner_stat.xml
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_partner_stat_member.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_partner_stat_member.xml
new file mode 100644
index 00000000..2db96917
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_partner_stat_member.xml
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_partner_stat_play.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_partner_stat_play.xml
new file mode 100644
index 00000000..e1d76e70
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_partner_stat_play.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_partner_zuanshi.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_partner_zuanshi.xml
new file mode 100644
index 00000000..3c65d974
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_partner_zuanshi.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_partner_zuanshi_member.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_partner_zuanshi_member.xml
new file mode 100644
index 00000000..183b2d64
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_partner_zuanshi_member.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_xingyun_stat.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_xingyun_stat.xml
new file mode 100644
index 00000000..58bd5009
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/item_xingyun_stat.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/lst_member/Btn_del.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/lst_member/Btn_del.xml
new file mode 100644
index 00000000..2d49112a
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/lst_member/Btn_del.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/lst_member/Btn_find_player.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/lst_member/Btn_find_player.xml
new file mode 100644
index 00000000..8d4e0a35
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/lst_member/Btn_find_player.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/partner/lst_member/Item_partner_member.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/lst_member/Item_partner_member.xml
new file mode 100644
index 00000000..5d49feb6
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/partner/lst_member/Item_partner_member.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/member/superior_btn.xml b/wb_new_ui/assets/NewGroup/mgr/component/member/superior_btn.xml
new file mode 100644
index 00000000..e9cce4a2
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/member/superior_btn.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/play_set/+.png b/wb_new_ui/assets/NewGroup/mgr/component/play_set/+.png
new file mode 100644
index 00000000..51d5c6f1
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/play_set/+.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/play_set/btn_playset_add.xml b/wb_new_ui/assets/NewGroup/mgr/component/play_set/btn_playset_add.xml
new file mode 100644
index 00000000..3e31059c
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/play_set/btn_playset_add.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/play_set/item_rewards.xml b/wb_new_ui/assets/NewGroup/mgr/component/play_set/item_rewards.xml
new file mode 100644
index 00000000..be8bbdfb
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/play_set/item_rewards.xml
@@ -0,0 +1,203 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/play_set/panel_play_set.xml b/wb_new_ui/assets/NewGroup/mgr/component/play_set/panel_play_set.xml
new file mode 100644
index 00000000..a027f7bd
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/play_set/panel_play_set.xml
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/promote/-.png b/wb_new_ui/assets/NewGroup/mgr/component/promote/-.png
new file mode 100644
index 00000000..3ea14a5d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/promote/-.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/promote/btn_promote_add.xml b/wb_new_ui/assets/NewGroup/mgr/component/promote/btn_promote_add.xml
new file mode 100644
index 00000000..ee963943
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/promote/btn_promote_add.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/promote/btn_promote_remove.xml b/wb_new_ui/assets/NewGroup/mgr/component/promote/btn_promote_remove.xml
new file mode 100644
index 00000000..0c51be5c
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/promote/btn_promote_remove.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/promote/btn_promote_set.xml b/wb_new_ui/assets/NewGroup/mgr/component/promote/btn_promote_set.xml
new file mode 100644
index 00000000..0542fa13
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/promote/btn_promote_set.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/promote/item_promote.xml b/wb_new_ui/assets/NewGroup/mgr/component/promote/item_promote.xml
new file mode 100644
index 00000000..90fc2495
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/promote/item_promote.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/promote/tjan.png b/wb_new_ui/assets/NewGroup/mgr/component/promote/tjan.png
new file mode 100644
index 00000000..a95237e9
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/promote/tjan.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/proportion/Item_friend_fag_mgr_record.xml b/wb_new_ui/assets/NewGroup/mgr/component/proportion/Item_friend_fag_mgr_record.xml
new file mode 100644
index 00000000..3e7d7d99
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/proportion/Item_friend_fag_mgr_record.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/proportion/item_proportion.xml b/wb_new_ui/assets/NewGroup/mgr/component/proportion/item_proportion.xml
new file mode 100644
index 00000000..c658aefa
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/proportion/item_proportion.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/rank/CB_play.xml b/wb_new_ui/assets/NewGroup/mgr/component/rank/CB_play.xml
new file mode 100644
index 00000000..538165e5
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/rank/CB_play.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/rank/CB_play_item.xml b/wb_new_ui/assets/NewGroup/mgr/component/rank/CB_play_item.xml
new file mode 100644
index 00000000..bf060b46
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/rank/CB_play_item.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/rank/CB_play_popup.xml b/wb_new_ui/assets/NewGroup/mgr/component/rank/CB_play_popup.xml
new file mode 100644
index 00000000..118b8b6b
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/rank/CB_play_popup.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/rank/rank_item0.xml b/wb_new_ui/assets/NewGroup/mgr/component/rank/rank_item0.xml
new file mode 100644
index 00000000..89546ced
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/rank/rank_item0.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/rank/rank_item1.xml b/wb_new_ui/assets/NewGroup/mgr/component/rank/rank_item1.xml
new file mode 100644
index 00000000..17dee546
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/rank/rank_item1.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/record/Button11.xml b/wb_new_ui/assets/NewGroup/mgr/component/record/Button11.xml
new file mode 100644
index 00000000..0b1b63c8
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/record/Button11.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/record/Button12.xml b/wb_new_ui/assets/NewGroup/mgr/component/record/Button12.xml
new file mode 100644
index 00000000..bb290111
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/record/Button12.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/record/ID.png b/wb_new_ui/assets/NewGroup/mgr/component/record/ID.png
new file mode 100644
index 00000000..f24a4063
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/record/ID.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/record/Item_mng_name.xml b/wb_new_ui/assets/NewGroup/mgr/component/record/Item_mng_name.xml
new file mode 100644
index 00000000..4ca82afe
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/record/Item_mng_name.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/record/Item_mng_recrod.xml b/wb_new_ui/assets/NewGroup/mgr/component/record/Item_mng_recrod.xml
new file mode 100644
index 00000000..f02626ef
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/record/Item_mng_recrod.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/record/Item_name.xml b/wb_new_ui/assets/NewGroup/mgr/component/record/Item_name.xml
new file mode 100644
index 00000000..180529bd
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/record/Item_name.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/record/Item_recrod1.xml b/wb_new_ui/assets/NewGroup/mgr/component/record/Item_recrod1.xml
new file mode 100644
index 00000000..5faa6f0b
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/record/Item_recrod1.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/record/bf.png b/wb_new_ui/assets/NewGroup/mgr/component/record/bf.png
new file mode 100644
index 00000000..14e2d2dd
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/record/bf.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/record/bg_05.png b/wb_new_ui/assets/NewGroup/mgr/component/record/bg_05.png
new file mode 100644
index 00000000..da2bb9c1
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/record/bg_05.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/record/btn_info.xml b/wb_new_ui/assets/NewGroup/mgr/component/record/btn_info.xml
new file mode 100644
index 00000000..bc811ddf
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/record/btn_info.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/record/btn_play.xml b/wb_new_ui/assets/NewGroup/mgr/component/record/btn_play.xml
new file mode 100644
index 00000000..70ca119f
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/record/btn_play.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/record/fen.png b/wb_new_ui/assets/NewGroup/mgr/component/record/fen.png
new file mode 100644
index 00000000..d82d73e8
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/record/fen.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/record/fenxiang.png b/wb_new_ui/assets/NewGroup/mgr/component/record/fenxiang.png
new file mode 100644
index 00000000..bb7c3970
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/record/fenxiang.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/record/fsyxxxk.png b/wb_new_ui/assets/NewGroup/mgr/component/record/fsyxxxk.png
new file mode 100644
index 00000000..7de98bf7
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/record/fsyxxxk.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/record/hengtiao5.png b/wb_new_ui/assets/NewGroup/mgr/component/record/hengtiao5.png
new file mode 100644
index 00000000..fdb45479
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/record/hengtiao5.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/record/item_play_record.xml b/wb_new_ui/assets/NewGroup/mgr/component/record/item_play_record.xml
new file mode 100644
index 00000000..b4e641f9
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/record/item_play_record.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/record/jieping.png b/wb_new_ui/assets/NewGroup/mgr/component/record/jieping.png
new file mode 100644
index 00000000..2358e7c9
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/record/jieping.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/record/kuang1.png b/wb_new_ui/assets/NewGroup/mgr/component/record/kuang1.png
new file mode 100644
index 00000000..f56f39fa
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/record/kuang1.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/record/xiangxi.png b/wb_new_ui/assets/NewGroup/mgr/component/record/xiangxi.png
new file mode 100644
index 00000000..284cf9bf
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/record/xiangxi.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/record/zjphmcd.png b/wb_new_ui/assets/NewGroup/mgr/component/record/zjphmcd.png
new file mode 100644
index 00000000..30b24401
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/component/record/zjphmcd.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/reward/btn_all.xml b/wb_new_ui/assets/NewGroup/mgr/component/reward/btn_all.xml
new file mode 100644
index 00000000..ea2b1bc0
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/reward/btn_all.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/reward/btn_choose_partner.xml b/wb_new_ui/assets/NewGroup/mgr/component/reward/btn_choose_partner.xml
new file mode 100644
index 00000000..f455c433
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/reward/btn_choose_partner.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/reward/btn_rewards_set.xml b/wb_new_ui/assets/NewGroup/mgr/component/reward/btn_rewards_set.xml
new file mode 100644
index 00000000..3f706d06
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/reward/btn_rewards_set.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/reward/btn_rewards_setall.xml b/wb_new_ui/assets/NewGroup/mgr/component/reward/btn_rewards_setall.xml
new file mode 100644
index 00000000..e9f1a3cf
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/reward/btn_rewards_setall.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/reward/cb_game.xml b/wb_new_ui/assets/NewGroup/mgr/component/reward/cb_game.xml
new file mode 100644
index 00000000..e172d924
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/reward/cb_game.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/reward/cb_game_item.xml b/wb_new_ui/assets/NewGroup/mgr/component/reward/cb_game_item.xml
new file mode 100644
index 00000000..b747af5e
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/reward/cb_game_item.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/reward/cb_game_popup.xml b/wb_new_ui/assets/NewGroup/mgr/component/reward/cb_game_popup.xml
new file mode 100644
index 00000000..aca6f87b
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/reward/cb_game_popup.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/reward/item_partner_banplays.xml b/wb_new_ui/assets/NewGroup/mgr/component/reward/item_partner_banplays.xml
new file mode 100644
index 00000000..f6f04ea3
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/reward/item_partner_banplays.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/reward/item_partner_rewards.xml b/wb_new_ui/assets/NewGroup/mgr/component/reward/item_partner_rewards.xml
new file mode 100644
index 00000000..0918659c
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/reward/item_partner_rewards.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/component/reward/item_rewards_record.xml b/wb_new_ui/assets/NewGroup/mgr/component/reward/item_rewards_record.xml
new file mode 100644
index 00000000..63991723
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/mgr/component/reward/item_rewards_record.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/9bg_02.png b/wb_new_ui/assets/NewGroup/mgr/imgs/9bg_02.png
new file mode 100644
index 00000000..ce9eda7d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/9bg_02.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/9bg_04.png b/wb_new_ui/assets/NewGroup/mgr/imgs/9bg_04.png
new file mode 100644
index 00000000..ef562479
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/9bg_04.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/addmemb/cysqbtz.png b/wb_new_ui/assets/NewGroup/mgr/imgs/addmemb/cysqbtz.png
new file mode 100644
index 00000000..10909537
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/addmemb/cysqbtz.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/addmemb/tjwjbtz.png b/wb_new_ui/assets/NewGroup/mgr/imgs/addmemb/tjwjbtz.png
new file mode 100644
index 00000000..4cbbe0de
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/addmemb/tjwjbtz.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/an01.png b/wb_new_ui/assets/NewGroup/mgr/imgs/an01.png
new file mode 100644
index 00000000..8318e4fa
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/an01.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/ban_table/an01.png b/wb_new_ui/assets/NewGroup/mgr/imgs/ban_table/an01.png
new file mode 100644
index 00000000..1fd7fcd4
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/ban_table/an01.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/ban_table/an02.png b/wb_new_ui/assets/NewGroup/mgr/imgs/ban_table/an02.png
new file mode 100644
index 00000000..2a90a7e6
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/ban_table/an02.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/ban_table/jztz.png b/wb_new_ui/assets/NewGroup/mgr/imgs/ban_table/jztz.png
new file mode 100644
index 00000000..f96746bb
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/ban_table/jztz.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/bttpwj.png b/wb_new_ui/assets/NewGroup/mgr/imgs/bttpwj.png
new file mode 100644
index 00000000..5e22178d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/bttpwj.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/bxx/bjbxx.png b/wb_new_ui/assets/NewGroup/mgr/imgs/bxx/bjbxx.png
new file mode 100644
index 00000000..72ef6abe
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/bxx/bjbxx.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/bxx/bxgbtzz.png b/wb_new_ui/assets/NewGroup/mgr/imgs/bxx/bxgbtzz.png
new file mode 100644
index 00000000..eb538bfa
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/bxx/bxgbtzz.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/cybtz.png b/wb_new_ui/assets/NewGroup/mgr/imgs/cybtz.png
new file mode 100644
index 00000000..c0c8f45a
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/cybtz.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/dlm.png b/wb_new_ui/assets/NewGroup/mgr/imgs/dlm.png
new file mode 100644
index 00000000..104e325d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/dlm.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/dlsdk.png b/wb_new_ui/assets/NewGroup/mgr/imgs/dlsdk.png
new file mode 100644
index 00000000..a9a45cd4
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/dlsdk.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/dz.png b/wb_new_ui/assets/NewGroup/mgr/imgs/dz.png
new file mode 100644
index 00000000..b5f42269
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/dz.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fag/jfjl.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fag/jfjl.png
new file mode 100644
index 00000000..dafb1afc
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fag/jfjl.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fag/zfjl.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fag/zfjl.png
new file mode 100644
index 00000000..85ae58bd
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fag/zfjl.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt.png
new file mode 100644
index 00000000..a4384f60
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_baoxianxiang.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_baoxianxiang.png
new file mode 100644
index 00000000..81c8ebef
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_baoxianxiang.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_bianjiwanfa.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_bianjiwanfa.png
new file mode 100644
index 00000000..849e8001
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_bianjiwanfa.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_caozuoshezhi.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_caozuoshezhi.png
new file mode 100644
index 00000000..87e46bb5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_caozuoshezhi.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_denglu.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_denglu.png
new file mode 100644
index 00000000..98cac295
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_denglu.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_gerenxiaox1i.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_gerenxiaox1i.png
new file mode 100644
index 00000000..f9063da0
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_gerenxiaox1i.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_gerenxiaoxi.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_gerenxiaoxi.png
new file mode 100644
index 00000000..4c3484d2
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_gerenxiaoxi.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_jinzhitongzhuo.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_jinzhitongzhuo.png
new file mode 100644
index 00000000..8154f8b0
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_jinzhitongzhuo.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_sheweiquanbu.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_sheweiquanbu.png
new file mode 100644
index 00000000..2bbe3133
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_sheweiquanbu.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_shezhi.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_shezhi.png
new file mode 100644
index 00000000..242d53c9
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_shezhi.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_shimingrenzheng.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_shimingrenzheng.png
new file mode 100644
index 00000000..2220b0ea
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_shimingrenzheng.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_shouhuodizhi.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_shouhuodizhi.png
new file mode 100644
index 00000000..46f6f62a
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_shouhuodizhi.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_wanfa.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_wanfa.png
new file mode 100644
index 00000000..48b39bb4
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_wanfa.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_wanjiabeizhu.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_wanjiabeizhu.png
new file mode 100644
index 00000000..8fe7b386
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_wanjiabeizhu.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_xiayibu.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_xiayibu.png
new file mode 100644
index 00000000..ca2721ae
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_xiayibu.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_zhengzudiaodu.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_zhengzudiaodu.png
new file mode 100644
index 00000000..6d3f715c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/bt_zhengzudiaodu.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/cy_txt-tjcy.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/cy_txt-tjcy.png
new file mode 100644
index 00000000..e614916d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/cy_txt-tjcy.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/qyq_txt_zdyqyq.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/qyq_txt_zdyqyq.png
new file mode 100644
index 00000000..39d5c525
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/qyq_txt_zdyqyq.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/tlzsrxq.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/tlzsrxq.png
new file mode 100644
index 00000000..846f9549
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/tlzsrxq.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/tqjl.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/tqjl.png
new file mode 100644
index 00000000..8fff7b57
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/tqjl.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/tqmx.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/tqmx.png
new file mode 100644
index 00000000..c88ef4fd
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/tqmx.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/tqtl.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/tqtl.png
new file mode 100644
index 00000000..3336a75b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/tqtl.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/x.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/x.png
new file mode 100644
index 00000000..1e534bd3
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fagpack/x.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/fgx.png b/wb_new_ui/assets/NewGroup/mgr/imgs/fgx.png
new file mode 100644
index 00000000..a71d7b8c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/fgx.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/game/9bg_04.png b/wb_new_ui/assets/NewGroup/mgr/imgs/game/9bg_04.png
new file mode 100644
index 00000000..3d5a344c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/game/9bg_04.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/game/ann_bianjiwanfa.png b/wb_new_ui/assets/NewGroup/mgr/imgs/game/ann_bianjiwanfa.png
new file mode 100644
index 00000000..0e47f6ec
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/game/ann_bianjiwanfa.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/game/ann_huifuiyule.png b/wb_new_ui/assets/NewGroup/mgr/imgs/game/ann_huifuiyule.png
new file mode 100644
index 00000000..f828d5eb
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/game/ann_huifuiyule.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/game/ann_jiinzhiyule.png b/wb_new_ui/assets/NewGroup/mgr/imgs/game/ann_jiinzhiyule.png
new file mode 100644
index 00000000..51c91482
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/game/ann_jiinzhiyule.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/game/ann_shanchuwanfa.png b/wb_new_ui/assets/NewGroup/mgr/imgs/game/ann_shanchuwanfa.png
new file mode 100644
index 00000000..29b1205b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/game/ann_shanchuwanfa.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/game/ann_xiayibu.png b/wb_new_ui/assets/NewGroup/mgr/imgs/game/ann_xiayibu.png
new file mode 100644
index 00000000..6de68500
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/game/ann_xiayibu.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/game/ann_zhuobuyanse.png b/wb_new_ui/assets/NewGroup/mgr/imgs/game/ann_zhuobuyanse.png
new file mode 100644
index 00000000..efc2a6e7
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/game/ann_zhuobuyanse.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/game/bjan.png b/wb_new_ui/assets/NewGroup/mgr/imgs/game/bjan.png
new file mode 100644
index 00000000..91b9db2c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/game/bjan.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/game/bjwf.png b/wb_new_ui/assets/NewGroup/mgr/imgs/game/bjwf.png
new file mode 100644
index 00000000..298aeed4
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/game/bjwf.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/game/button_05.png b/wb_new_ui/assets/NewGroup/mgr/imgs/game/button_05.png
new file mode 100644
index 00000000..b59d9217
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/game/button_05.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/game/fgx.png b/wb_new_ui/assets/NewGroup/mgr/imgs/game/fgx.png
new file mode 100644
index 00000000..66c29459
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/game/fgx.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/game/hfyl.png b/wb_new_ui/assets/NewGroup/mgr/imgs/game/hfyl.png
new file mode 100644
index 00000000..8ac7ea28
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/game/hfyl.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/game/icon_bg.png b/wb_new_ui/assets/NewGroup/mgr/imgs/game/icon_bg.png
new file mode 100644
index 00000000..f0641c2a
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/game/icon_bg.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/game/icon_confirm.png b/wb_new_ui/assets/NewGroup/mgr/imgs/game/icon_confirm.png
new file mode 100644
index 00000000..f8e9dea7
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/game/icon_confirm.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/game/icon_game.png b/wb_new_ui/assets/NewGroup/mgr/imgs/game/icon_game.png
new file mode 100644
index 00000000..599f8a43
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/game/icon_game.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/game/icon_next.png b/wb_new_ui/assets/NewGroup/mgr/imgs/game/icon_next.png
new file mode 100644
index 00000000..26856188
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/game/icon_next.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/game/jb.png b/wb_new_ui/assets/NewGroup/mgr/imgs/game/jb.png
new file mode 100644
index 00000000..d079e2c3
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/game/jb.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/game/jfsz.png b/wb_new_ui/assets/NewGroup/mgr/imgs/game/jfsz.png
new file mode 100644
index 00000000..ade86f44
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/game/jfsz.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/game/jzyl.png b/wb_new_ui/assets/NewGroup/mgr/imgs/game/jzyl.png
new file mode 100644
index 00000000..e5c0a118
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/game/jzyl.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/game/kuang2.png b/wb_new_ui/assets/NewGroup/mgr/imgs/game/kuang2.png
new file mode 100644
index 00000000..ef627d5e
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/game/kuang2.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/game/play_ttile@2x.png b/wb_new_ui/assets/NewGroup/mgr/imgs/game/play_ttile@2x.png
new file mode 100644
index 00000000..73e99938
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/game/play_ttile@2x.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/game/scwf.png b/wb_new_ui/assets/NewGroup/mgr/imgs/game/scwf.png
new file mode 100644
index 00000000..fb6b0eb6
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/game/scwf.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/game/sdsr.png b/wb_new_ui/assets/NewGroup/mgr/imgs/game/sdsr.png
new file mode 100644
index 00000000..f024c2b3
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/game/sdsr.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/game/wf_button_xyb_02.png b/wb_new_ui/assets/NewGroup/mgr/imgs/game/wf_button_xyb_02.png
new file mode 100644
index 00000000..1ce571f8
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/game/wf_button_xyb_02.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/game/wfskd.png b/wb_new_ui/assets/NewGroup/mgr/imgs/game/wfskd.png
new file mode 100644
index 00000000..4b38903b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/game/wfskd.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/league_match_middle_head_bg.png b/wb_new_ui/assets/NewGroup/mgr/imgs/league_match_middle_head_bg.png
new file mode 100644
index 00000000..7a783324
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/league_match_middle_head_bg.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/anniu_jrzz@2x.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/anniu_jrzz@2x.png
new file mode 100644
index 00000000..b3ced61d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/anniu_jrzz@2x.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/anniu_sczz@2x.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/anniu_sczz@2x.png
new file mode 100644
index 00000000..ad3f5ab7
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/anniu_sczz@2x.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/anniu_sswj@2x.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/anniu_sswj@2x.png
new file mode 100644
index 00000000..644069ed
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/anniu_sswj@2x.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/anniu_tpwj@2x.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/anniu_tpwj@2x.png
new file mode 100644
index 00000000..5862df38
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/anniu_tpwj@2x.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/bt_caozuoshezhi2.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/bt_caozuoshezhi2.png
new file mode 100644
index 00000000..87e46bb5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/bt_caozuoshezhi2.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/cz.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/cz.png
new file mode 100644
index 00000000..28266f24
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/cz.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/czsz_buton_jfmx_01.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/czsz_buton_jfmx_01.png
new file mode 100644
index 00000000..3493da54
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/czsz_buton_jfmx_01.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/czsz_buton_jztz_02.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/czsz_buton_jztz_02.png
new file mode 100644
index 00000000..29c84fef
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/czsz_buton_jztz_02.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/czsz_buton_jzyl_02.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/czsz_buton_jzyl_02.png
new file mode 100644
index 00000000..2c5eec54
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/czsz_buton_jzyl_02.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/czsz_buton_jzzz_02.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/czsz_buton_jzzz_02.png
new file mode 100644
index 00000000..9968248c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/czsz_buton_jzzz_02.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/czsz_buton_shanchu_02.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/czsz_buton_shanchu_02.png
new file mode 100644
index 00000000..6c9187ff
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/czsz_buton_shanchu_02.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/czsz_button_cx_01.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/czsz_button_cx_01.png
new file mode 100644
index 00000000..4f1953bc
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/czsz_button_cx_01.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/fz.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/fz.png
new file mode 100644
index 00000000..192e9324
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/fz.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/gdd.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/gdd.png
new file mode 100644
index 00000000..82d50aeb
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/gdd.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/glybz.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/glybz.png
new file mode 100644
index 00000000..e13e545e
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/glybz.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/hhr.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/hhr.png
new file mode 100644
index 00000000..0f9150fb
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/hhr.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/j.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/j.png
new file mode 100644
index 00000000..b2cdbb7f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/j.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/jfjl.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/jfjl.png
new file mode 100644
index 00000000..03e0f633
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/jfjl.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/jt.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/jt.png
new file mode 100644
index 00000000..0ed32a87
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/jt.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban.png
new file mode 100644
index 00000000..56109a69
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban_group.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban_group.png
new file mode 100644
index 00000000..24330736
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban_group.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban_line.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban_line.png
new file mode 100644
index 00000000..6c299146
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban_line.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban_plays.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban_plays.png
new file mode 100644
index 00000000..4c1e2166
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban_plays.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban_table.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban_table.png
new file mode 100644
index 00000000..223d4484
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_ban_table.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_del.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_del.png
new file mode 100644
index 00000000..2184b589
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_del.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_del_ban.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_del_ban.png
new file mode 100644
index 00000000..cc945df2
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_del_ban.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_del_ban_group.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_del_ban_group.png
new file mode 100644
index 00000000..b4cf931c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_del_ban_group.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_del_ban_line.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_del_ban_line.png
new file mode 100644
index 00000000..82b21f25
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_del_ban_line.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_del_mng.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_del_mng.png
new file mode 100644
index 00000000..f0dea089
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_del_mng.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_del_partner.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_del_partner.png
new file mode 100644
index 00000000..45e04a8c
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_del_partner.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_fag.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_fag.png
new file mode 100644
index 00000000..24ee24e4
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_fag.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_move.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_move.png
new file mode 100644
index 00000000..fb9f7b90
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_move.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_qiangzhi.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_qiangzhi.png
new file mode 100644
index 00000000..68ce9354
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_qiangzhi.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_set_mng.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_set_mng.png
new file mode 100644
index 00000000..08c106be
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_set_mng.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_set_partner.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_set_partner.png
new file mode 100644
index 00000000..afe66daa
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_set_partner.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_set_permission.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_set_permission.png
new file mode 100644
index 00000000..417c3016
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_set_permission.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_set_tag.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_set_tag.png
new file mode 100644
index 00000000..e5708747
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/mng_set_tag.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/shanchu.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/shanchu.png
new file mode 100644
index 00000000..402dd74e
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/shanchu.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/ss.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/ss.png
new file mode 100644
index 00000000..039b7d16
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/ss.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/szsrk.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/szsrk.png
new file mode 100644
index 00000000..f82830e9
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/szsrk.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/tlzd.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/tlzd.png
new file mode 100644
index 00000000..c27f428f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/tlzd.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/tpwj.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/tpwj.png
new file mode 100644
index 00000000..7cbbed03
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/tpwj.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/tyd001.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/tyd001.png
new file mode 100644
index 00000000..be7ff6a9
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/tyd001.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/vzsz.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/vzsz.png
new file mode 100644
index 00000000..bc394c94
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/vzsz.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/zhengzu.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/zhengzu.png
new file mode 100644
index 00000000..882ff503
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/zhengzu.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/zhengzu1.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/zhengzu1.png
new file mode 100644
index 00000000..b181175d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/zhengzu1.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/zhengzu2.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/zhengzu2.png
new file mode 100644
index 00000000..0c16030e
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/zhengzu2.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/zhengzu3.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/zhengzu3.png
new file mode 100644
index 00000000..341eb4e7
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/zhengzu3.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/zj.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/zj.png
new file mode 100644
index 00000000..ff44f8e5
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/zj.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/zsfgx.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/zsfgx.png
new file mode 100644
index 00000000..66c29459
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/zsfgx.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/member/zsfgx02.png b/wb_new_ui/assets/NewGroup/mgr/imgs/member/zsfgx02.png
new file mode 100644
index 00000000..0566b40b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/member/zsfgx02.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/partner/b02.png b/wb_new_ui/assets/NewGroup/mgr/imgs/partner/b02.png
new file mode 100644
index 00000000..6a8abd2e
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/partner/b02.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/partner/bj.png b/wb_new_ui/assets/NewGroup/mgr/imgs/partner/bj.png
new file mode 100644
index 00000000..377bdbae
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/partner/bj.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/partner/bt_xiangqing.png b/wb_new_ui/assets/NewGroup/mgr/imgs/partner/bt_xiangqing.png
new file mode 100644
index 00000000..90d38d90
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/partner/bt_xiangqing.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/partner/ck.png b/wb_new_ui/assets/NewGroup/mgr/imgs/partner/ck.png
new file mode 100644
index 00000000..5783c99f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/partner/ck.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/partner/gd.png b/wb_new_ui/assets/NewGroup/mgr/imgs/partner/gd.png
new file mode 100644
index 00000000..b2b25a37
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/partner/gd.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/partner/gl.png b/wb_new_ui/assets/NewGroup/mgr/imgs/partner/gl.png
new file mode 100644
index 00000000..12e64fdd
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/partner/gl.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/partner/hdt.png b/wb_new_ui/assets/NewGroup/mgr/imgs/partner/hdt.png
new file mode 100644
index 00000000..16719725
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/partner/hdt.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/partner/hhr.png b/wb_new_ui/assets/NewGroup/mgr/imgs/partner/hhr.png
new file mode 100644
index 00000000..ad043c9b
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/partner/hhr.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/partner/kd.png b/wb_new_ui/assets/NewGroup/mgr/imgs/partner/kd.png
new file mode 100644
index 00000000..18c72a38
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/partner/kd.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/partner/xq.png b/wb_new_ui/assets/NewGroup/mgr/imgs/partner/xq.png
new file mode 100644
index 00000000..060d2e0f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/partner/xq.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/partner/zhanji.png b/wb_new_ui/assets/NewGroup/mgr/imgs/partner/zhanji.png
new file mode 100644
index 00000000..97dc4ede
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/partner/zhanji.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/partner/zj.png b/wb_new_ui/assets/NewGroup/mgr/imgs/partner/zj.png
new file mode 100644
index 00000000..cb8f145f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/partner/zj.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/permission/glqx.png b/wb_new_ui/assets/NewGroup/mgr/imgs/permission/glqx.png
new file mode 100644
index 00000000..577c48db
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/permission/glqx.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/qean.png b/wb_new_ui/assets/NewGroup/mgr/imgs/qean.png
new file mode 100644
index 00000000..4b27795d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/qean.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/record/kzmx.png b/wb_new_ui/assets/NewGroup/mgr/imgs/record/kzmx.png
new file mode 100644
index 00000000..a3e0b212
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/record/kzmx.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/record/wftj.png b/wb_new_ui/assets/NewGroup/mgr/imgs/record/wftj.png
new file mode 100644
index 00000000..cddcbdf9
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/record/wftj.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/record/xhtj.png b/wb_new_ui/assets/NewGroup/mgr/imgs/record/xhtj.png
new file mode 100644
index 00000000..1c343730
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/record/xhtj.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/setting/gjsz.png b/wb_new_ui/assets/NewGroup/mgr/imgs/setting/gjsz.png
new file mode 100644
index 00000000..2924dff4
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/setting/gjsz.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/setting/ybsz.png b/wb_new_ui/assets/NewGroup/mgr/imgs/setting/ybsz.png
new file mode 100644
index 00000000..b0f2796e
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/setting/ybsz.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/tj.png b/wb_new_ui/assets/NewGroup/mgr/imgs/tj.png
new file mode 100644
index 00000000..c6aa878d
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/tj.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/wfxzbtz.png b/wb_new_ui/assets/NewGroup/mgr/imgs/wfxzbtz.png
new file mode 100644
index 00000000..2d1f20f9
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/wfxzbtz.png differ
diff --git a/wb_new_ui/assets/NewGroup/mgr/imgs/zjd.png b/wb_new_ui/assets/NewGroup/mgr/imgs/zjd.png
new file mode 100644
index 00000000..adbb193f
Binary files /dev/null and b/wb_new_ui/assets/NewGroup/mgr/imgs/zjd.png differ
diff --git a/wb_new_ui/assets/NewGroup/package.xml b/wb_new_ui/assets/NewGroup/package.xml
new file mode 100644
index 00000000..11937a7c
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/package.xml
@@ -0,0 +1,828 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/tuoguan/ComboBox1.xml b/wb_new_ui/assets/NewGroup/tuoguan/ComboBox1.xml
new file mode 100644
index 00000000..617fac5c
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/tuoguan/ComboBox1.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/tuoguan/ComboBox1_item.xml b/wb_new_ui/assets/NewGroup/tuoguan/ComboBox1_item.xml
new file mode 100644
index 00000000..5d04c3c9
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/tuoguan/ComboBox1_item.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/NewGroup/tuoguan/ComboBox1_popup.xml b/wb_new_ui/assets/NewGroup/tuoguan/ComboBox1_popup.xml
new file mode 100644
index 00000000..89e46898
--- /dev/null
+++ b/wb_new_ui/assets/NewGroup/tuoguan/ComboBox1_popup.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Package1/Component1.xml b/wb_new_ui/assets/Package1/Component1.xml
new file mode 100644
index 00000000..7de1e3bb
--- /dev/null
+++ b/wb_new_ui/assets/Package1/Component1.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Package1/package.xml b/wb_new_ui/assets/Package1/package.xml
new file mode 100644
index 00000000..114fd1c2
--- /dev/null
+++ b/wb_new_ui/assets/Package1/package.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/Main.xml b/wb_new_ui/assets/Rank/Main.xml
new file mode 100644
index 00000000..8464464a
--- /dev/null
+++ b/wb_new_ui/assets/Rank/Main.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/BG.xml b/wb_new_ui/assets/Rank/component/BG.xml
new file mode 100644
index 00000000..afa698d6
--- /dev/null
+++ b/wb_new_ui/assets/Rank/component/BG.xml
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/Close.xml b/wb_new_ui/assets/Rank/component/Close.xml
new file mode 100644
index 00000000..898999df
--- /dev/null
+++ b/wb_new_ui/assets/Rank/component/Close.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/DevelopTool/DeveloperPanel.xml b/wb_new_ui/assets/Rank/component/DevelopTool/DeveloperPanel.xml
new file mode 100644
index 00000000..7a440515
--- /dev/null
+++ b/wb_new_ui/assets/Rank/component/DevelopTool/DeveloperPanel.xml
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/DevelopTool/TitleToggle3.xml b/wb_new_ui/assets/Rank/component/DevelopTool/TitleToggle3.xml
new file mode 100644
index 00000000..30e6f17d
--- /dev/null
+++ b/wb_new_ui/assets/Rank/component/DevelopTool/TitleToggle3.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/DevelopTool/btnToggle3.xml b/wb_new_ui/assets/Rank/component/DevelopTool/btnToggle3.xml
new file mode 100644
index 00000000..ad796e20
--- /dev/null
+++ b/wb_new_ui/assets/Rank/component/DevelopTool/btnToggle3.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/DevelopTool/btn_back.xml b/wb_new_ui/assets/Rank/component/DevelopTool/btn_back.xml
new file mode 100644
index 00000000..1ab74628
--- /dev/null
+++ b/wb_new_ui/assets/Rank/component/DevelopTool/btn_back.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/DevelopTool/btn_dev.xml b/wb_new_ui/assets/Rank/component/DevelopTool/btn_dev.xml
new file mode 100644
index 00000000..d5cf49a4
--- /dev/null
+++ b/wb_new_ui/assets/Rank/component/DevelopTool/btn_dev.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/DevelopTool/btn_dev_tool.xml b/wb_new_ui/assets/Rank/component/DevelopTool/btn_dev_tool.xml
new file mode 100644
index 00000000..c79d7722
--- /dev/null
+++ b/wb_new_ui/assets/Rank/component/DevelopTool/btn_dev_tool.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/Record/Back.xml b/wb_new_ui/assets/Rank/component/Record/Back.xml
new file mode 100644
index 00000000..20a4254a
--- /dev/null
+++ b/wb_new_ui/assets/Rank/component/Record/Back.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/Record/Button1.xml b/wb_new_ui/assets/Rank/component/Record/Button1.xml
new file mode 100644
index 00000000..3470c49a
--- /dev/null
+++ b/wb_new_ui/assets/Rank/component/Record/Button1.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/Record/Button2.xml b/wb_new_ui/assets/Rank/component/Record/Button2.xml
new file mode 100644
index 00000000..20514528
--- /dev/null
+++ b/wb_new_ui/assets/Rank/component/Record/Button2.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/Record/Record_Item_1(1).xml b/wb_new_ui/assets/Rank/component/Record/Record_Item_1(1).xml
new file mode 100644
index 00000000..a0aa93ad
--- /dev/null
+++ b/wb_new_ui/assets/Rank/component/Record/Record_Item_1(1).xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/Record/Record_Item_1.xml b/wb_new_ui/assets/Rank/component/Record/Record_Item_1.xml
new file mode 100644
index 00000000..6f16f8eb
--- /dev/null
+++ b/wb_new_ui/assets/Rank/component/Record/Record_Item_1.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/Record/Record_Item_2.xml b/wb_new_ui/assets/Rank/component/Record/Record_Item_2.xml
new file mode 100644
index 00000000..e367b21d
--- /dev/null
+++ b/wb_new_ui/assets/Rank/component/Record/Record_Item_2.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/Record/Record_Player_Item.xml b/wb_new_ui/assets/Rank/component/Record/Record_Player_Item.xml
new file mode 100644
index 00000000..3a6e7cd2
--- /dev/null
+++ b/wb_new_ui/assets/Rank/component/Record/Record_Player_Item.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/Record/Record_Player_Item2.xml b/wb_new_ui/assets/Rank/component/Record/Record_Player_Item2.xml
new file mode 100644
index 00000000..ab2f9ceb
--- /dev/null
+++ b/wb_new_ui/assets/Rank/component/Record/Record_Player_Item2.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/Share/Head.xml b/wb_new_ui/assets/Rank/component/Share/Head.xml
new file mode 100644
index 00000000..494cecc0
--- /dev/null
+++ b/wb_new_ui/assets/Rank/component/Share/Head.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/Share/ResultView.xml b/wb_new_ui/assets/Rank/component/Share/ResultView.xml
new file mode 100644
index 00000000..a4a1cf56
--- /dev/null
+++ b/wb_new_ui/assets/Rank/component/Share/ResultView.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/Share/btl.png b/wb_new_ui/assets/Rank/component/Share/btl.png
new file mode 100644
index 00000000..e8dce092
Binary files /dev/null and b/wb_new_ui/assets/Rank/component/Share/btl.png differ
diff --git a/wb_new_ui/assets/Rank/component/Share/clearing_item1.xml b/wb_new_ui/assets/Rank/component/Share/clearing_item1.xml
new file mode 100644
index 00000000..2145bf34
--- /dev/null
+++ b/wb_new_ui/assets/Rank/component/Share/clearing_item1.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/Share/di01.png b/wb_new_ui/assets/Rank/component/Share/di01.png
new file mode 100644
index 00000000..aa02843c
Binary files /dev/null and b/wb_new_ui/assets/Rank/component/Share/di01.png differ
diff --git a/wb_new_ui/assets/Rank/component/Share/di02.png b/wb_new_ui/assets/Rank/component/Share/di02.png
new file mode 100644
index 00000000..3f144e8b
Binary files /dev/null and b/wb_new_ui/assets/Rank/component/Share/di02.png differ
diff --git a/wb_new_ui/assets/Rank/component/Share/game_fonts_01.png b/wb_new_ui/assets/Rank/component/Share/game_fonts_01.png
new file mode 100644
index 00000000..2d392464
Binary files /dev/null and b/wb_new_ui/assets/Rank/component/Share/game_fonts_01.png differ
diff --git a/wb_new_ui/assets/Rank/component/Share/jsz.png b/wb_new_ui/assets/Rank/component/Share/jsz.png
new file mode 100644
index 00000000..7b6a3846
Binary files /dev/null and b/wb_new_ui/assets/Rank/component/Share/jsz.png differ
diff --git a/wb_new_ui/assets/Rank/component/Share/touxiang(1).png b/wb_new_ui/assets/Rank/component/Share/touxiang(1).png
new file mode 100644
index 00000000..a7b92fba
Binary files /dev/null and b/wb_new_ui/assets/Rank/component/Share/touxiang(1).png differ
diff --git a/wb_new_ui/assets/Rank/component/TitleToggle1.xml b/wb_new_ui/assets/Rank/component/TitleToggle1.xml
new file mode 100644
index 00000000..68e2a6b6
--- /dev/null
+++ b/wb_new_ui/assets/Rank/component/TitleToggle1.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/TitleToggle2.xml b/wb_new_ui/assets/Rank/component/TitleToggle2.xml
new file mode 100644
index 00000000..ce66a73e
--- /dev/null
+++ b/wb_new_ui/assets/Rank/component/TitleToggle2.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/card_info/component/mask.xml b/wb_new_ui/assets/Rank/component/card_info/component/mask.xml
new file mode 100644
index 00000000..5ac5166b
--- /dev/null
+++ b/wb_new_ui/assets/Rank/component/card_info/component/mask.xml
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/index/Btn_menu_top.xml b/wb_new_ui/assets/Rank/component/index/Btn_menu_top.xml
new file mode 100644
index 00000000..f08b1992
--- /dev/null
+++ b/wb_new_ui/assets/Rank/component/index/Btn_menu_top.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/index/images/exit_icon.png b/wb_new_ui/assets/Rank/component/index/images/exit_icon.png
new file mode 100644
index 00000000..0430c18e
Binary files /dev/null and b/wb_new_ui/assets/Rank/component/index/images/exit_icon.png differ
diff --git a/wb_new_ui/assets/Rank/component/nav/Button6.xml b/wb_new_ui/assets/Rank/component/nav/Button6.xml
new file mode 100644
index 00000000..65d3ac69
--- /dev/null
+++ b/wb_new_ui/assets/Rank/component/nav/Button6.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/nav/images/Button7.xml b/wb_new_ui/assets/Rank/component/nav/images/Button7.xml
new file mode 100644
index 00000000..80f2f980
--- /dev/null
+++ b/wb_new_ui/assets/Rank/component/nav/images/Button7.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/assets/Rank/component/nav/images/nav_record.png b/wb_new_ui/assets/Rank/component/nav/images/nav_record.png
new file mode 100644
index 00000000..57e5f811
Binary files /dev/null and b/wb_new_ui/assets/Rank/component/nav/images/nav_record.png differ
diff --git a/wb_new_ui/assets/Rank/component/nav/images/nav_record1.png b/wb_new_ui/assets/Rank/component/nav/images/nav_record1.png
new file mode 100644
index 00000000..0617804e
Binary files /dev/null and b/wb_new_ui/assets/Rank/component/nav/images/nav_record1.png differ
diff --git a/wb_new_ui/assets/Rank/component/nav/images/nav_video.png b/wb_new_ui/assets/Rank/component/nav/images/nav_video.png
new file mode 100644
index 00000000..4296e56c
Binary files /dev/null and b/wb_new_ui/assets/Rank/component/nav/images/nav_video.png differ
diff --git a/wb_new_ui/assets/Rank/component/nav/images/nav_video1.png b/wb_new_ui/assets/Rank/component/nav/images/nav_video1.png
new file mode 100644
index 00000000..7c21b905
Binary files /dev/null and b/wb_new_ui/assets/Rank/component/nav/images/nav_video1.png differ
diff --git a/wb_new_ui/assets/Rank/image/di06.png b/wb_new_ui/assets/Rank/image/di06.png
new file mode 100644
index 00000000..8e63d5cb
Binary files /dev/null and b/wb_new_ui/assets/Rank/image/di06.png differ
diff --git a/wb_new_ui/assets/Rank/image/fanhui.png b/wb_new_ui/assets/Rank/image/fanhui.png
new file mode 100644
index 00000000..767aaec9
Binary files /dev/null and b/wb_new_ui/assets/Rank/image/fanhui.png differ
diff --git a/wb_new_ui/assets/Rank/image/fanhui02.png b/wb_new_ui/assets/Rank/image/fanhui02.png
new file mode 100644
index 00000000..70ec043f
Binary files /dev/null and b/wb_new_ui/assets/Rank/image/fanhui02.png differ
diff --git a/wb_new_ui/assets/Rank/image/julebu_icon_01.png b/wb_new_ui/assets/Rank/image/julebu_icon_01.png
new file mode 100644
index 00000000..ba81b435
Binary files /dev/null and b/wb_new_ui/assets/Rank/image/julebu_icon_01.png differ
diff --git a/wb_new_ui/assets/Rank/image/julebu_icon_02.png b/wb_new_ui/assets/Rank/image/julebu_icon_02.png
new file mode 100644
index 00000000..8b7e871b
Binary files /dev/null and b/wb_new_ui/assets/Rank/image/julebu_icon_02.png differ
diff --git a/wb_new_ui/assets/Rank/image/menu/di.png b/wb_new_ui/assets/Rank/image/menu/di.png
new file mode 100644
index 00000000..6a7dce89
Binary files /dev/null and b/wb_new_ui/assets/Rank/image/menu/di.png differ
diff --git a/wb_new_ui/assets/Rank/image/menu/di01.png b/wb_new_ui/assets/Rank/image/menu/di01.png
new file mode 100644
index 00000000..3a152599
Binary files /dev/null and b/wb_new_ui/assets/Rank/image/menu/di01.png differ
diff --git a/wb_new_ui/assets/Rank/image/menu/wenzi01.png b/wb_new_ui/assets/Rank/image/menu/wenzi01.png
new file mode 100644
index 00000000..34a479f5
Binary files /dev/null and b/wb_new_ui/assets/Rank/image/menu/wenzi01.png differ
diff --git a/wb_new_ui/assets/Rank/image/menu/wenzi02.png b/wb_new_ui/assets/Rank/image/menu/wenzi02.png
new file mode 100644
index 00000000..9f1a4e90
Binary files /dev/null and b/wb_new_ui/assets/Rank/image/menu/wenzi02.png differ
diff --git a/wb_new_ui/assets/Rank/image/menu/wenzi03.png b/wb_new_ui/assets/Rank/image/menu/wenzi03.png
new file mode 100644
index 00000000..6a19dd16
Binary files /dev/null and b/wb_new_ui/assets/Rank/image/menu/wenzi03.png differ
diff --git a/wb_new_ui/assets/Rank/image/phzjbtz.png b/wb_new_ui/assets/Rank/image/phzjbtz.png
new file mode 100644
index 00000000..a64e073b
Binary files /dev/null and b/wb_new_ui/assets/Rank/image/phzjbtz.png differ
diff --git a/wb_new_ui/assets/Rank/image/record/bf.png b/wb_new_ui/assets/Rank/image/record/bf.png
new file mode 100644
index 00000000..d671c265
Binary files /dev/null and b/wb_new_ui/assets/Rank/image/record/bf.png differ
diff --git a/wb_new_ui/assets/Rank/image/record/di04.png b/wb_new_ui/assets/Rank/image/record/di04.png
new file mode 100644
index 00000000..d911aaff
Binary files /dev/null and b/wb_new_ui/assets/Rank/image/record/di04.png differ
diff --git a/wb_new_ui/assets/Rank/image/record/di04a.png b/wb_new_ui/assets/Rank/image/record/di04a.png
new file mode 100644
index 00000000..ce3cccf1
Binary files /dev/null and b/wb_new_ui/assets/Rank/image/record/di04a.png differ
diff --git a/wb_new_ui/assets/Rank/image/record/di05.png b/wb_new_ui/assets/Rank/image/record/di05.png
new file mode 100644
index 00000000..3aef7879
Binary files /dev/null and b/wb_new_ui/assets/Rank/image/record/di05.png differ
diff --git a/wb_new_ui/assets/Rank/image/record/di05a.png b/wb_new_ui/assets/Rank/image/record/di05a.png
new file mode 100644
index 00000000..0240f2df
Binary files /dev/null and b/wb_new_ui/assets/Rank/image/record/di05a.png differ
diff --git a/wb_new_ui/assets/Rank/image/record/fsyxxxk.png b/wb_new_ui/assets/Rank/image/record/fsyxxxk.png
new file mode 100644
index 00000000..94e30ccf
Binary files /dev/null and b/wb_new_ui/assets/Rank/image/record/fsyxxxk.png differ
diff --git a/wb_new_ui/assets/Rank/image/record/huifang.png b/wb_new_ui/assets/Rank/image/record/huifang.png
new file mode 100644
index 00000000..d7d45856
Binary files /dev/null and b/wb_new_ui/assets/Rank/image/record/huifang.png differ
diff --git a/wb_new_ui/assets/Rank/image/record/link.png b/wb_new_ui/assets/Rank/image/record/link.png
new file mode 100644
index 00000000..3497aba7
Binary files /dev/null and b/wb_new_ui/assets/Rank/image/record/link.png differ
diff --git a/wb_new_ui/assets/Rank/image/record/screenshot.png b/wb_new_ui/assets/Rank/image/record/screenshot.png
new file mode 100644
index 00000000..f6af0ea4
Binary files /dev/null and b/wb_new_ui/assets/Rank/image/record/screenshot.png differ
diff --git a/wb_new_ui/assets/Rank/image/record/ssk.png b/wb_new_ui/assets/Rank/image/record/ssk.png
new file mode 100644
index 00000000..691728c5
Binary files /dev/null and b/wb_new_ui/assets/Rank/image/record/ssk.png differ
diff --git a/wb_new_ui/assets/Rank/image/record/wbskd.png b/wb_new_ui/assets/Rank/image/record/wbskd.png
new file mode 100644
index 00000000..d5c20323
Binary files /dev/null and b/wb_new_ui/assets/Rank/image/record/wbskd.png differ
diff --git a/wb_new_ui/assets/Rank/image/record/xfh.png b/wb_new_ui/assets/Rank/image/record/xfh.png
new file mode 100644
index 00000000..a437cc1b
Binary files /dev/null and b/wb_new_ui/assets/Rank/image/record/xfh.png differ
diff --git a/wb_new_ui/assets/Rank/image/record/zjphmcd.png b/wb_new_ui/assets/Rank/image/record/zjphmcd.png
new file mode 100644
index 00000000..30b24401
Binary files /dev/null and b/wb_new_ui/assets/Rank/image/record/zjphmcd.png differ
diff --git a/wb_new_ui/assets/Rank/package.xml b/wb_new_ui/assets/Rank/package.xml
new file mode 100644
index 00000000..ed9e2dbd
--- /dev/null
+++ b/wb_new_ui/assets/Rank/package.xml
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wb_new_ui/plugins/FairyGUI-Plugin-Gradient-Text-master/.gitignore b/wb_new_ui/plugins/FairyGUI-Plugin-Gradient-Text-master/.gitignore
new file mode 100644
index 00000000..065246a7
--- /dev/null
+++ b/wb_new_ui/plugins/FairyGUI-Plugin-Gradient-Text-master/.gitignore
@@ -0,0 +1 @@
+UIProject
diff --git a/wb_new_ui/plugins/FairyGUI-Plugin-Gradient-Text-master/CodeWriter.d.ts b/wb_new_ui/plugins/FairyGUI-Plugin-Gradient-Text-master/CodeWriter.d.ts
new file mode 100644
index 00000000..e87dc067
--- /dev/null
+++ b/wb_new_ui/plugins/FairyGUI-Plugin-Gradient-Text-master/CodeWriter.d.ts
@@ -0,0 +1,28 @@
+interface ICodeWriterConfig {
+ blockStart?: string;
+ blockEnd?: string;
+ blockFromNewLine?: boolean;
+ usingTabs?: boolean;
+ endOfLine?: string;
+ fileMark?: string;
+}
+export default class CodeWriter {
+ private blockStart;
+ private blockEnd;
+ private blockFromNewLine;
+ private indentStr;
+ private endOfLine;
+ private lines;
+ private indent;
+ private fileMark;
+ constructor(config?: ICodeWriterConfig);
+ writeMark(): void;
+ writeln(fmt?: string, ...args: any[]): CodeWriter;
+ startBlock(): CodeWriter;
+ endBlock(): CodeWriter;
+ incIndent(): CodeWriter;
+ decIndent(): CodeWriter;
+ reset(): void;
+ toString(): string;
+ save(filePath: string): void;
+}
\ No newline at end of file
diff --git a/wb_new_ui/plugins/FairyGUI-Plugin-Gradient-Text-master/CustomInspector_atlas0.png b/wb_new_ui/plugins/FairyGUI-Plugin-Gradient-Text-master/CustomInspector_atlas0.png
new file mode 100644
index 00000000..a6f9b0c5
Binary files /dev/null and b/wb_new_ui/plugins/FairyGUI-Plugin-Gradient-Text-master/CustomInspector_atlas0.png differ
diff --git a/wb_new_ui/plugins/FairyGUI-Plugin-Gradient-Text-master/CustomInspector_fui.bytes b/wb_new_ui/plugins/FairyGUI-Plugin-Gradient-Text-master/CustomInspector_fui.bytes
new file mode 100644
index 00000000..a156869d
Binary files /dev/null and b/wb_new_ui/plugins/FairyGUI-Plugin-Gradient-Text-master/CustomInspector_fui.bytes differ
diff --git a/wb_new_ui/plugins/FairyGUI-Plugin-Gradient-Text-master/README.md b/wb_new_ui/plugins/FairyGUI-Plugin-Gradient-Text-master/README.md
new file mode 100644
index 00000000..72160058
--- /dev/null
+++ b/wb_new_ui/plugins/FairyGUI-Plugin-Gradient-Text-master/README.md
@@ -0,0 +1,252 @@
+# fairygui_plugin_gradient_text
+
+## 插件说明
+
+fairygui 插件设置渐变色
+
+编辑器部分基于wxb1990的[fairygui_plugin_gradient_text](https://github.com/wxb1990/fairygui_plugin_gradient_text)插件魔改而成。
+
+运行时代码请拷贝本文档底部代码或参考其自行实现。
+
+支持组件类型如下:
+
+- text
+- richtext
+- inputtext
+- Button
+- Label
+
+## 编辑器使用说明
+
+1. 选中组件,在右侧`检查器`面板中可以看到`渐变`一栏,根据自己需求勾选`上下`或`左右`渐变(可都勾选)
+
+2. 设置颜色值后将立即生效,其将影响两处内容:
+
+ 1. 编辑器中文本的预览颜色
+
+ 
+
+ 2. 自定义数据中会生成对应的json字段(供运行时使用)
+
+ 
+
+## 运行时代码
+
+首先我们需要对`GTextField`添加属性和相关方法供外部设置渐变色:
+
+```csharp
+namespace FairyGUI
+{
+ ///
+ ///
+ ///
+ public class GTextField : GObject, ITextColorGear
+ {
+ // 其他代码忽略
+
+ ///
+ /// 渐变色
+ ///
+ public Color32[] gradientColor
+ {
+ get => _textField.textFormat.gradientColor;
+ set
+ {
+ var tf = _textField.textFormat;
+
+ if (value == null)
+ {
+ if (tf.gradientColor == null)
+ return;
+
+ tf.gradientColor = null;
+ }
+ else if (tf.gradientColor == value)
+ {
+ // do nothing
+ }
+ else if (tf.gradientColor == null)
+ {
+ tf.gradientColor = new Color32[4];
+ value.CopyTo(this.gradientColor, 0);
+ }
+ else
+ {
+ value.CopyTo(this.gradientColor, 0);
+ }
+
+ _textField.textFormat = tf;
+ UpdateGear(4);
+ }
+ }
+
+ ///
+ /// 设置四方向渐变色
+ ///
+ public void UpdateGradientColor(Color32 leftTop, Color32 leftBottom, Color32 rightTop, Color32 rightBottom)
+ {
+ var tf = _textField.textFormat;
+
+ var buffer = tf.gradientColor ??= new Color32[4];
+ buffer[0] = leftTop;
+ buffer[1] = leftBottom;
+ buffer[2] = rightTop;
+ buffer[3] = rightBottom;
+
+ this.gradientColor = buffer;
+ }
+
+ ///
+ /// 设置从上到下的渐变色
+ ///
+ public void UpdateVerticalGradientColor(Color32 top, Color32 bottom)
+ {
+ UpdateGradientColor(top, bottom, top, bottom);
+ }
+
+ ///
+ /// 设置从左到右的渐变色
+ ///
+ public void UpdateHorizontalGradientColor(Color32 left, Color32 right)
+ {
+ UpdateGradientColor(left, left, right, right);
+ }
+ }
+}
+```
+
+添加上述代码后,GTextField就允许通过代码直接设置渐变色了,然后我们在相关组件构造时,读取自定义数据,用于还原编辑器中设置的渐变色:
+
+1. 新增工具类`UIUtils`
+
+```csharp
+namespace FairyGUI.Utils
+{
+ public static class UIUtils
+ {
+ private const string JSON_KEY = "gradient";
+ private static readonly Regex REGEX = new Regex(@"#([A-Fa-f0-9][A-Fa-f0-9])([A-Fa-f0-9][A-Fa-f0-9])([A-Fa-f0-9][A-Fa-f0-9])");
+
+ ///
+ /// 初始化文本渐变色
+ ///
+ public static void SetupGradientText(GTextField textField, Dictionary jsonObject)
+ {
+ if (textField == null)
+ return;
+
+ if (jsonObject == null || !jsonObject.TryGetValue(JSON_KEY, out var jsonValue) || !(jsonValue is string str))
+ return;
+
+ var colors = REGEX.Matches(str);
+ if (colors.Count != 4)
+ return;
+
+ var top = ParseColor32(colors[0]);
+ var bottom = ParseColor32(colors[1]);
+ var left = ParseColor32(colors[2]);
+ var right = ParseColor32(colors[3]);
+
+ textField.UpdateGradientColor(top, bottom, left, right);
+ }
+
+ private static Color32 ParseColor32(Match match)
+ {
+ var r = byte.Parse(match.Groups[1].Value, System.Globalization.NumberStyles.HexNumber);
+ var g = byte.Parse(match.Groups[2].Value, System.Globalization.NumberStyles.HexNumber);
+ var b = byte.Parse(match.Groups[3].Value, System.Globalization.NumberStyles.HexNumber);
+ return new Color32(r, g, b, 255);
+ }
+ }
+}
+```
+
+2. 在相关组件的`Setup_AfterAdd`方法中进行初始化:
+
+```csharp
+namespace FairyGUI
+{
+ public class GObject
+ {
+ // 省略原有代码
+
+ public Dictionary dataJsonObject
+ {
+ get
+ {
+ if (_hasDeserializeDataJsonObject)
+ return _dataJsonObject;
+
+ _hasDeserializeDataJsonObject = true;
+
+ var dataStr = data as string;
+ if (string.IsNullOrEmpty(dataStr))
+ return null;
+
+ try
+ {
+ // 这里的dataJsonObject需要大家用自己的json库将data反序列化
+ _dataJsonObject = JsonUtils.ParseJson(dataStr);
+ }
+ catch (Exception)
+ {
+ // ignore
+ _dataJsonObject = null;
+ }
+
+ return _dataJsonObject;
+ }
+ }
+ }
+
+ // 由于GRichTextField和GTextInput均继承自GTextField 所以无需重复执行
+ public class GTextField : GObject, ITextColorGear
+ {
+ // 省略原有代码
+
+ override public void Setup_AfterAdd(ByteBuffer buffer, int beginPos)
+ {
+ base.Setup_AfterAdd(buffer, beginPos);
+
+ // 省略原有代码
+
+ UIUtils.SetupGradientText(this, dataJsonObject);
+ }
+ }
+
+
+ public class GButton : GComponent, IColorGear
+ {
+ // 省略原有代码
+
+ override public void Setup_AfterAdd(ByteBuffer buffer, int beginPos)
+ {
+ base.Setup_AfterAdd(buffer, beginPos);
+
+ // 省略原有代码
+
+ UIUtils.SetupGradientText(GetTextField(), dataJsonObject);
+ }
+ }
+
+
+ public class GButton : GComponent, IColorGear
+ {
+ // 省略原有代码
+
+ override public void Setup_AfterAdd(ByteBuffer buffer, int beginPos)
+ {
+ base.Setup_AfterAdd(buffer, beginPos);
+
+ // 省略原有代码
+
+ UIUtils.SetupGradientText(GetTextField(), dataJsonObject);
+ }
+ }
+
+}
+```
+
+3. 然后运行游戏,即可看到在编辑器中设置的渐变色文本了:
+
+ 
diff --git a/wb_new_ui/plugins/FairyGUI-Plugin-Gradient-Text-master/UIProject.zip b/wb_new_ui/plugins/FairyGUI-Plugin-Gradient-Text-master/UIProject.zip
new file mode 100644
index 00000000..afa084f8
Binary files /dev/null and b/wb_new_ui/plugins/FairyGUI-Plugin-Gradient-Text-master/UIProject.zip differ
diff --git a/wb_new_ui/plugins/FairyGUI-Plugin-Gradient-Text-master/editor.d.ts b/wb_new_ui/plugins/FairyGUI-Plugin-Gradient-Text-master/editor.d.ts
new file mode 100644
index 00000000..8412e31c
--- /dev/null
+++ b/wb_new_ui/plugins/FairyGUI-Plugin-Gradient-Text-master/editor.d.ts
@@ -0,0 +1,9904 @@
+
+declare module 'csharp' {
+ interface $Ref {
+ value: T
+ }
+
+ namespace System {
+ interface Array$1 extends System.Array {
+ get_Item(index: number):T;
+
+ set_Item(index: number, value: T):void;
+ }
+ }
+
+ type $Task = System.Threading.Tasks.Task$1
+
+ namespace System {
+ class Int32 extends System.ValueType {
+
+ }
+ class ValueType extends System.Object {
+
+ }
+ class Object {
+ public constructor();
+ public Equals($obj: any):boolean;
+ public static Equals($objA: any, $objB: any):boolean;
+ public GetHashCode():number;
+ public GetType():System.Type;
+ public ToString():string;
+ public static ReferenceEquals($objA: any, $objB: any):boolean;
+
+ }
+ class Void extends System.ValueType {
+
+ }
+ class Boolean extends System.ValueType {
+
+ }
+ type Converter$2 = (input: TInput) => TOutput;
+ type MulticastDelegate = (...args:any[]) => any;
+ var MulticastDelegate: {new (func: (...args:any[]) => any): MulticastDelegate;}
+ class Delegate extends System.Object {
+ public Method: System.Reflection.MethodInfo;
+ public Target: any;
+ public static CreateDelegate($type: System.Type, $firstArgument: any, $method: System.Reflection.MethodInfo, $throwOnBindFailure: boolean):Function;
+ public static CreateDelegate($type: System.Type, $firstArgument: any, $method: System.Reflection.MethodInfo):Function;
+ public static CreateDelegate($type: System.Type, $method: System.Reflection.MethodInfo, $throwOnBindFailure: boolean):Function;
+ public static CreateDelegate($type: System.Type, $method: System.Reflection.MethodInfo):Function;
+ public static CreateDelegate($type: System.Type, $target: any, $method: string):Function;
+ public static CreateDelegate($type: System.Type, $target: System.Type, $method: string, $ignoreCase: boolean, $throwOnBindFailure: boolean):Function;
+ public static CreateDelegate($type: System.Type, $target: System.Type, $method: string):Function;
+ public static CreateDelegate($type: System.Type, $target: System.Type, $method: string, $ignoreCase: boolean):Function;
+ public static CreateDelegate($type: System.Type, $target: any, $method: string, $ignoreCase: boolean, $throwOnBindFailure: boolean):Function;
+ public static CreateDelegate($type: System.Type, $target: any, $method: string, $ignoreCase: boolean):Function;
+ public DynamicInvoke(...args: any[]):any;
+ public Clone():any;
+ public GetObjectData($info: System.Runtime.Serialization.SerializationInfo, $context: System.Runtime.Serialization.StreamingContext):void;
+ public GetInvocationList():System.Array$1;
+ public static Combine($a: Function, $b: Function):Function;
+ public static Combine(...delegates: Function[]):Function;
+ public static Remove($source: Function, $value: Function):Function;
+ public static RemoveAll($source: Function, $value: Function):Function;
+ public static op_Equality($d1: Function, $d2: Function):boolean;
+ public static op_Inequality($d1: Function, $d2: Function):boolean;
+
+ }
+ type Predicate$1 = (obj: T) => boolean;
+ type Action$1 = (obj: T) => void;
+ type Comparison$1 = (x: T, y: T) => number;
+ class Type extends System.Reflection.MemberInfo {
+ public static FilterAttribute: System.Reflection.MemberFilter;
+ public static FilterName: System.Reflection.MemberFilter;
+ public static FilterNameIgnoreCase: System.Reflection.MemberFilter;
+ public static Missing: any;
+ public static Delimiter: number;
+ public static EmptyTypes: System.Array$1;
+ public MemberType: System.Reflection.MemberTypes;
+ public DeclaringType: System.Type;
+ public DeclaringMethod: System.Reflection.MethodBase;
+ public ReflectedType: System.Type;
+ public StructLayoutAttribute: System.Runtime.InteropServices.StructLayoutAttribute;
+ public GUID: System.Guid;
+ public static DefaultBinder: System.Reflection.Binder;
+ public Module: System.Reflection.Module;
+ public Assembly: System.Reflection.Assembly;
+ public TypeHandle: System.RuntimeTypeHandle;
+ public FullName: string;
+ public Namespace: string;
+ public AssemblyQualifiedName: string;
+ public BaseType: System.Type;
+ public TypeInitializer: System.Reflection.ConstructorInfo;
+ public IsNested: boolean;
+ public Attributes: System.Reflection.TypeAttributes;
+ public GenericParameterAttributes: System.Reflection.GenericParameterAttributes;
+ public IsVisible: boolean;
+ public IsNotPublic: boolean;
+ public IsPublic: boolean;
+ public IsNestedPublic: boolean;
+ public IsNestedPrivate: boolean;
+ public IsNestedFamily: boolean;
+ public IsNestedAssembly: boolean;
+ public IsNestedFamANDAssem: boolean;
+ public IsNestedFamORAssem: boolean;
+ public IsAutoLayout: boolean;
+ public IsLayoutSequential: boolean;
+ public IsExplicitLayout: boolean;
+ public IsClass: boolean;
+ public IsInterface: boolean;
+ public IsValueType: boolean;
+ public IsAbstract: boolean;
+ public IsSealed: boolean;
+ public IsEnum: boolean;
+ public IsSpecialName: boolean;
+ public IsImport: boolean;
+ public IsSerializable: boolean;
+ public IsAnsiClass: boolean;
+ public IsUnicodeClass: boolean;
+ public IsAutoClass: boolean;
+ public IsArray: boolean;
+ public IsGenericType: boolean;
+ public IsGenericTypeDefinition: boolean;
+ public IsConstructedGenericType: boolean;
+ public IsGenericParameter: boolean;
+ public GenericParameterPosition: number;
+ public ContainsGenericParameters: boolean;
+ public IsByRef: boolean;
+ public IsPointer: boolean;
+ public IsPrimitive: boolean;
+ public IsCOMObject: boolean;
+ public HasElementType: boolean;
+ public IsContextful: boolean;
+ public IsMarshalByRef: boolean;
+ public GenericTypeArguments: System.Array$1;
+ public IsSecurityCritical: boolean;
+ public IsSecuritySafeCritical: boolean;
+ public IsSecurityTransparent: boolean;
+ public UnderlyingSystemType: System.Type;
+ public static GetType($typeName: string, $assemblyResolver: System.Func$2, $typeResolver: System.Func$4):System.Type;
+ public static GetType($typeName: string, $assemblyResolver: System.Func$2, $typeResolver: System.Func$4, $throwOnError: boolean):System.Type;
+ public static GetType($typeName: string, $assemblyResolver: System.Func$2, $typeResolver: System.Func$4, $throwOnError: boolean, $ignoreCase: boolean):System.Type;
+ public MakePointerType():System.Type;
+ public MakeByRefType():System.Type;
+ public MakeArrayType():System.Type;
+ public MakeArrayType($rank: number):System.Type;
+ public static GetTypeFromProgID($progID: string):System.Type;
+ public static GetTypeFromProgID($progID: string, $throwOnError: boolean):System.Type;
+ public static GetTypeFromProgID($progID: string, $server: string):System.Type;
+ public static GetTypeFromProgID($progID: string, $server: string, $throwOnError: boolean):System.Type;
+ public static GetTypeFromCLSID($clsid: System.Guid):System.Type;
+ public static GetTypeFromCLSID($clsid: System.Guid, $throwOnError: boolean):System.Type;
+ public static GetTypeFromCLSID($clsid: System.Guid, $server: string):System.Type;
+ public static GetTypeFromCLSID($clsid: System.Guid, $server: string, $throwOnError: boolean):System.Type;
+ public static GetTypeCode($type: System.Type):System.TypeCode;
+ public InvokeMember($name: string, $invokeAttr: System.Reflection.BindingFlags, $binder: System.Reflection.Binder, $target: any, $args: System.Array$1, $modifiers: System.Array$1, $culture: System.Globalization.CultureInfo, $namedParameters: System.Array$1):any;
+ public InvokeMember($name: string, $invokeAttr: System.Reflection.BindingFlags, $binder: System.Reflection.Binder, $target: any, $args: System.Array$1, $culture: System.Globalization.CultureInfo):any;
+ public InvokeMember($name: string, $invokeAttr: System.Reflection.BindingFlags, $binder: System.Reflection.Binder, $target: any, $args: System.Array$1):any;
+ public static GetTypeHandle($o: any):System.RuntimeTypeHandle;
+ public GetArrayRank():number;
+ public GetConstructor($bindingAttr: System.Reflection.BindingFlags, $binder: System.Reflection.Binder, $callConvention: System.Reflection.CallingConventions, $types: System.Array$1, $modifiers: System.Array$1):System.Reflection.ConstructorInfo;
+ public GetConstructor($bindingAttr: System.Reflection.BindingFlags, $binder: System.Reflection.Binder, $types: System.Array$1, $modifiers: System.Array$1):System.Reflection.ConstructorInfo;
+ public GetConstructor($types: System.Array$1):System.Reflection.ConstructorInfo;
+ public GetConstructors():System.Array$1;
+ public GetConstructors($bindingAttr: System.Reflection.BindingFlags):System.Array$1;
+ public GetMethod($name: string, $bindingAttr: System.Reflection.BindingFlags, $binder: System.Reflection.Binder, $callConvention: System.Reflection.CallingConventions, $types: System.Array$1, $modifiers: System.Array$1):System.Reflection.MethodInfo;
+ public GetMethod($name: string, $bindingAttr: System.Reflection.BindingFlags, $binder: System.Reflection.Binder, $types: System.Array$1, $modifiers: System.Array$1):System.Reflection.MethodInfo;
+ public GetMethod($name: string, $types: System.Array$1, $modifiers: System.Array$1):System.Reflection.MethodInfo;
+ public GetMethod($name: string, $types: System.Array$1):System.Reflection.MethodInfo;
+ public GetMethod($name: string, $bindingAttr: System.Reflection.BindingFlags):System.Reflection.MethodInfo;
+ public GetMethod($name: string):System.Reflection.MethodInfo;
+ public GetMethods():System.Array$1;
+ public GetMethods($bindingAttr: System.Reflection.BindingFlags):System.Array$1;
+ public GetField($name: string, $bindingAttr: System.Reflection.BindingFlags):System.Reflection.FieldInfo;
+ public GetField($name: string):System.Reflection.FieldInfo;
+ public GetFields():System.Array$1;
+ public GetFields($bindingAttr: System.Reflection.BindingFlags):System.Array$1;
+ public GetInterface($name: string):System.Type;
+ public GetInterface($name: string, $ignoreCase: boolean):System.Type;
+ public GetInterfaces():System.Array$1;
+ public FindInterfaces($filter: System.Reflection.TypeFilter, $filterCriteria: any):System.Array$1;
+ public GetEvent($name: string):System.Reflection.EventInfo;
+ public GetEvent($name: string, $bindingAttr: System.Reflection.BindingFlags):System.Reflection.EventInfo;
+ public GetEvents():System.Array$1;
+ public GetEvents($bindingAttr: System.Reflection.BindingFlags):System.Array$1;
+ public GetProperty($name: string, $bindingAttr: System.Reflection.BindingFlags, $binder: System.Reflection.Binder, $returnType: System.Type, $types: System.Array$1, $modifiers: System.Array$1):System.Reflection.PropertyInfo;
+ public GetProperty($name: string, $returnType: System.Type, $types: System.Array$1, $modifiers: System.Array$1):System.Reflection.PropertyInfo;
+ public GetProperty($name: string, $bindingAttr: System.Reflection.BindingFlags):System.Reflection.PropertyInfo;
+ public GetProperty($name: string, $returnType: System.Type, $types: System.Array$1):System.Reflection.PropertyInfo;
+ public GetProperty($name: string, $types: System.Array$1):System.Reflection.PropertyInfo;
+ public GetProperty($name: string, $returnType: System.Type):System.Reflection.PropertyInfo;
+ public GetProperty($name: string):System.Reflection.PropertyInfo;
+ public GetProperties($bindingAttr: System.Reflection.BindingFlags):System.Array$1;
+ public GetProperties():System.Array$1;
+ public GetNestedTypes():System.Array$1;
+ public GetNestedTypes($bindingAttr: System.Reflection.BindingFlags):System.Array$1;
+ public GetNestedType($name: string):System.Type;
+ public GetNestedType($name: string, $bindingAttr: System.Reflection.BindingFlags):System.Type;
+ public GetMember($name: string):System.Array$1;
+ public GetMember($name: string, $bindingAttr: System.Reflection.BindingFlags):System.Array$1;
+ public GetMember($name: string, $type: System.Reflection.MemberTypes, $bindingAttr: System.Reflection.BindingFlags):System.Array$1;
+ public GetMembers():System.Array$1;
+ public GetMembers($bindingAttr: System.Reflection.BindingFlags):System.Array$1;
+ public GetDefaultMembers():System.Array$1;
+ public FindMembers($memberType: System.Reflection.MemberTypes, $bindingAttr: System.Reflection.BindingFlags, $filter: System.Reflection.MemberFilter, $filterCriteria: any):System.Array$1;
+ public GetGenericParameterConstraints():System.Array$1;
+ public MakeGenericType(...typeArguments: System.Type[]):System.Type;
+ public GetElementType():System.Type;
+ public GetGenericArguments():System.Array$1;
+ public GetGenericTypeDefinition():System.Type;
+ public GetEnumNames():System.Array$1;
+ public GetEnumValues():System.Array;
+ public GetEnumUnderlyingType():System.Type;
+ public IsEnumDefined($value: any):boolean;
+ public GetEnumName($value: any):string;
+ public IsSubclassOf($c: System.Type):boolean;
+ public IsInstanceOfType($o: any):boolean;
+ public IsAssignableFrom($c: System.Type):boolean;
+ public IsEquivalentTo($other: System.Type):boolean;
+ public static GetTypeArray($args: System.Array$1):System.Array$1;
+ public Equals($o: any):boolean;
+ public Equals($o: System.Type):boolean;
+ public static op_Equality($left: System.Type, $right: System.Type):boolean;
+ public static op_Inequality($left: System.Type, $right: System.Type):boolean;
+ public GetInterfaceMap($interfaceType: System.Type):System.Reflection.InterfaceMapping;
+ public GetType():System.Type;
+ public static GetType($typeName: string):System.Type;
+ public static GetType($typeName: string, $throwOnError: boolean):System.Type;
+ public static GetType($typeName: string, $throwOnError: boolean, $ignoreCase: boolean):System.Type;
+ public static ReflectionOnlyGetType($typeName: string, $throwIfNotFound: boolean, $ignoreCase: boolean):System.Type;
+ public static GetTypeFromHandle($handle: System.RuntimeTypeHandle):System.Type;
+ public GetType():System.Type;
+
+ }
+ class String extends System.Object {
+
+ }
+ class Array extends System.Object {
+ public LongLength: bigint;
+ public IsFixedSize: boolean;
+ public IsReadOnly: boolean;
+ public IsSynchronized: boolean;
+ public SyncRoot: any;
+ public Length: number;
+ public Rank: number;
+ public static CreateInstance($elementType: System.Type, ...lengths: bigint[]):System.Array;
+ public CopyTo($array: System.Array, $index: number):void;
+ public Clone():any;
+ public static BinarySearch($array: System.Array, $value: any):number;
+ public static Copy($sourceArray: System.Array, $destinationArray: System.Array, $length: bigint):void;
+ public static Copy($sourceArray: System.Array, $sourceIndex: bigint, $destinationArray: System.Array, $destinationIndex: bigint, $length: bigint):void;
+ public CopyTo($array: System.Array, $index: bigint):void;
+ public GetLongLength($dimension: number):bigint;
+ public GetValue($index: bigint):any;
+ public GetValue($index1: bigint, $index2: bigint):any;
+ public GetValue($index1: bigint, $index2: bigint, $index3: bigint):any;
+ public GetValue(...indices: bigint[]):any;
+ public static BinarySearch($array: System.Array, $index: number, $length: number, $value: any):number;
+ public static BinarySearch($array: System.Array, $value: any, $comparer: System.Collections.IComparer):number;
+ public static BinarySearch($array: System.Array, $index: number, $length: number, $value: any, $comparer: System.Collections.IComparer):number;
+ public static IndexOf($array: System.Array, $value: any):number;
+ public static IndexOf($array: System.Array, $value: any, $startIndex: number):number;
+ public static IndexOf($array: System.Array, $value: any, $startIndex: number, $count: number):number;
+ public static LastIndexOf($array: System.Array, $value: any):number;
+ public static LastIndexOf($array: System.Array, $value: any, $startIndex: number):number;
+ public static LastIndexOf($array: System.Array, $value: any, $startIndex: number, $count: number):number;
+ public static Reverse($array: System.Array):void;
+ public static Reverse($array: System.Array, $index: number, $length: number):void;
+ public SetValue($value: any, $index: bigint):void;
+ public SetValue($value: any, $index1: bigint, $index2: bigint):void;
+ public SetValue($value: any, $index1: bigint, $index2: bigint, $index3: bigint):void;
+ public SetValue($value: any, ...indices: bigint[]):void;
+ public static Sort($array: System.Array):void;
+ public static Sort($array: System.Array, $index: number, $length: number):void;
+ public static Sort($array: System.Array, $comparer: System.Collections.IComparer):void;
+ public static Sort($array: System.Array, $index: number, $length: number, $comparer: System.Collections.IComparer):void;
+ public static Sort($keys: System.Array, $items: System.Array):void;
+ public static Sort($keys: System.Array, $items: System.Array, $comparer: System.Collections.IComparer):void;
+ public static Sort($keys: System.Array, $items: System.Array, $index: number, $length: number):void;
+ public static Sort($keys: System.Array, $items: System.Array, $index: number, $length: number, $comparer: System.Collections.IComparer):void;
+ public GetEnumerator():System.Collections.IEnumerator;
+ public GetLength($dimension: number):number;
+ public GetLowerBound($dimension: number):number;
+ public GetValue(...indices: number[]):any;
+ public SetValue($value: any, ...indices: number[]):void;
+ public GetUpperBound($dimension: number):number;
+ public GetValue($index: number):any;
+ public GetValue($index1: number, $index2: number):any;
+ public GetValue($index1: number, $index2: number, $index3: number):any;
+ public SetValue($value: any, $index: number):void;
+ public SetValue($value: any, $index1: number, $index2: number):void;
+ public SetValue($value: any, $index1: number, $index2: number, $index3: number):void;
+ public static CreateInstance($elementType: System.Type, $length: number):System.Array;
+ public static CreateInstance($elementType: System.Type, $length1: number, $length2: number):System.Array;
+ public static CreateInstance($elementType: System.Type, $length1: number, $length2: number, $length3: number):System.Array;
+ public static CreateInstance($elementType: System.Type, ...lengths: number[]):System.Array;
+ public static CreateInstance($elementType: System.Type, $lengths: System.Array$1, $lowerBounds: System.Array$1):System.Array;
+ public static Clear($array: System.Array, $index: number, $length: number):void;
+ public static Copy($sourceArray: System.Array, $destinationArray: System.Array, $length: number):void;
+ public static Copy($sourceArray: System.Array, $sourceIndex: number, $destinationArray: System.Array, $destinationIndex: number, $length: number):void;
+ public static ConstrainedCopy($sourceArray: System.Array, $sourceIndex: number, $destinationArray: System.Array, $destinationIndex: number, $length: number):void;
+ public Initialize():void;
+
+ }
+ class Int64 extends System.ValueType {
+
+ }
+ class Char extends System.ValueType {
+
+ }
+ class Enum extends System.ValueType {
+
+ }
+ type Func$2 = (arg: T) => TResult;
+ type Func$4 = (arg1: T1, arg2: T2, arg3: T3) => TResult;
+ class Attribute extends System.Object {
+
+ }
+ class Guid extends System.ValueType {
+
+ }
+ enum TypeCode { Empty = 0, Object = 1, DBNull = 2, Boolean = 3, Char = 4, SByte = 5, Byte = 6, Int16 = 7, UInt16 = 8, Int32 = 9, UInt32 = 10, Int64 = 11, UInt64 = 12, Single = 13, Double = 14, Decimal = 15, DateTime = 16, String = 18 }
+ class RuntimeTypeHandle extends System.ValueType {
+
+ }
+ class MarshalByRefObject extends System.Object {
+
+ }
+ class DateTime extends System.ValueType {
+
+ }
+ class Byte extends System.ValueType {
+
+ }
+ class Single extends System.ValueType {
+
+ }
+ interface Single {
+ FormattedString($fractionDigits?: number):string;
+
+ }
+
+ class UInt32 extends System.ValueType {
+
+ }
+ class UInt64 extends System.ValueType {
+
+ }
+ class Double extends System.ValueType {
+
+ }
+ class IntPtr extends System.ValueType {
+
+ }
+ type Func$1 = () => TResult;
+ type Action = () => void;
+ var Action: {new (func: () => void): Action;}
+ class Exception extends System.Object {
+
+ }
+ class UInt16 extends System.ValueType {
+
+ }
+ type Action$2 = (arg1: T1, arg2: T2) => void;
+ type Action$3 = (arg1: T1, arg2: T2, arg3: T3) => void;
+ class Nullable$1 extends System.ValueType {
+
+ }
+ class Int16 extends System.ValueType {
+
+ }
+
+ }
+ namespace System.Collections.Generic {
+ interface IList$1 {
+ get_Item($index: number):T;
+ set_Item($index: number, $value: T):void;
+ IndexOf($item: T):number;
+ Insert($index: number, $item: T):void;
+ RemoveAt($index: number):void;
+
+ }
+ class List$1 extends System.Object {
+ public Capacity: number;
+ public Count: number;
+ public constructor();
+ public constructor($capacity: number);
+ public constructor($collection: System.Collections.Generic.IEnumerable$1);
+ public get_Item($index: number):T;
+ public set_Item($index: number, $value: T):void;
+ public Add($item: T):void;
+ public AddRange($collection: System.Collections.Generic.IEnumerable$1):void;
+ public AsReadOnly():System.Collections.ObjectModel.ReadOnlyCollection$1;
+ public BinarySearch($index: number, $count: number, $item: T, $comparer: System.Collections.Generic.IComparer$1):number;
+ public BinarySearch($item: T):number;
+ public BinarySearch($item: T, $comparer: System.Collections.Generic.IComparer$1):number;
+ public Clear():void;
+ public Contains($item: T):boolean;
+ public CopyTo($array: System.Array$1):void;
+ public CopyTo($index: number, $array: System.Array$1, $arrayIndex: number, $count: number):void;
+ public CopyTo($array: System.Array$1, $arrayIndex: number):void;
+ public Exists($match: System.Predicate$1):boolean;
+ public Find($match: System.Predicate$1):T;
+ public FindAll($match: System.Predicate$1):System.Collections.Generic.List$1;
+ public FindIndex($match: System.Predicate$1):number;
+ public FindIndex($startIndex: number, $match: System.Predicate$1):number;
+ public FindIndex($startIndex: number, $count: number, $match: System.Predicate$1):number;
+ public FindLast($match: System.Predicate$1):T;
+ public FindLastIndex($match: System.Predicate$1):number;
+ public FindLastIndex($startIndex: number, $match: System.Predicate$1):number;
+ public FindLastIndex($startIndex: number, $count: number, $match: System.Predicate$1):number;
+ public ForEach($action: System.Action$1):void;
+ public GetEnumerator():System.Collections.Generic.List$1.Enumerator;
+ public GetRange($index: number, $count: number):System.Collections.Generic.List$1;
+ public IndexOf($item: T):number;
+ public IndexOf($item: T, $index: number):number;
+ public IndexOf($item: T, $index: number, $count: number):number;
+ public Insert($index: number, $item: T):void;
+ public InsertRange($index: number, $collection: System.Collections.Generic.IEnumerable$1):void;
+ public LastIndexOf($item: T):number;
+ public LastIndexOf($item: T, $index: number):number;
+ public LastIndexOf($item: T, $index: number, $count: number):number;
+ public Remove($item: T):boolean;
+ public RemoveAll($match: System.Predicate$1):number;
+ public RemoveAt($index: number):void;
+ public RemoveRange($index: number, $count: number):void;
+ public Reverse():void;
+ public Reverse($index: number, $count: number):void;
+ public Sort():void;
+ public Sort($comparer: System.Collections.Generic.IComparer$1):void;
+ public Sort($index: number, $count: number, $comparer: System.Collections.Generic.IComparer$1):void;
+ public Sort($comparison: System.Comparison$1):void;
+ public ToArray():System.Array$1;
+ public TrimExcess():void;
+ public TrueForAll($match: System.Predicate$1):boolean;
+
+ }
+ interface IEnumerable$1 {
+
+ }
+ interface IComparer$1 {
+
+ }
+ class Dictionary$2 extends System.Object {
+ public Comparer: System.Collections.Generic.IEqualityComparer$1;
+ public Count: number;
+ public Keys: System.Collections.Generic.Dictionary$2.KeyCollection;
+ public Values: System.Collections.Generic.Dictionary$2.ValueCollection;
+ public constructor();
+ public constructor($capacity: number);
+ public constructor($comparer: System.Collections.Generic.IEqualityComparer$1);
+ public constructor($capacity: number, $comparer: System.Collections.Generic.IEqualityComparer$1);
+ public get_Item($key: TKey):TValue;
+ public set_Item($key: TKey, $value: TValue):void;
+ public Add($key: TKey, $value: TValue):void;
+ public Clear():void;
+ public ContainsKey($key: TKey):boolean;
+ public ContainsValue($value: TValue):boolean;
+ public GetEnumerator():System.Collections.Generic.Dictionary$2.Enumerator;
+ public GetObjectData($info: System.Runtime.Serialization.SerializationInfo, $context: System.Runtime.Serialization.StreamingContext):void;
+ public OnDeserialization($sender: any):void;
+ public Remove($key: TKey):boolean;
+ public TryGetValue($key: TKey, $value: $Ref):boolean;
+
+ }
+ interface IEqualityComparer$1 {
+
+ }
+ interface IDictionary$2 {
+ Keys: System.Collections.Generic.ICollection$1;
+ Values: System.Collections.Generic.ICollection$1;
+ get_Item($key: TKey):TValue;
+ set_Item($key: TKey, $value: TValue):void;
+ ContainsKey($key: TKey):boolean;
+ Add($key: TKey, $value: TValue):void;
+ Remove($key: TKey):boolean;
+ TryGetValue($key: TKey, $value: $Ref):boolean;
+
+ }
+ class KeyValuePair$2 extends System.ValueType {
+
+ }
+ interface ICollection$1 {
+
+ }
+ interface IEnumerator$1 {
+
+ }
+
+ }
+ namespace System.Collections.ObjectModel {
+ class ReadOnlyCollection$1 extends System.Object {
+
+ }
+
+ }
+ namespace System.Collections.Generic.List$1 {
+ class Enumerator extends System.ValueType {
+
+ }
+
+ }
+ namespace System.Collections.Generic.Dictionary$2 {
+ class KeyCollection extends System.Object {
+
+ }
+ class ValueCollection extends System.Object {
+
+ }
+ class Enumerator extends System.ValueType {
+
+ }
+
+ }
+ namespace System.Runtime.Serialization {
+ class SerializationInfo extends System.Object {
+
+ }
+ class StreamingContext extends System.ValueType {
+
+ }
+
+ }
+ namespace System.Reflection {
+ class MethodInfo extends System.Reflection.MethodBase {
+
+ }
+ class MethodBase extends System.Reflection.MemberInfo {
+
+ }
+ class MemberInfo extends System.Object {
+
+ }
+ type MemberFilter = (m: System.Reflection.MemberInfo, filterCriteria: any) => boolean;
+ var MemberFilter: {new (func: (m: System.Reflection.MemberInfo, filterCriteria: any) => boolean): MemberFilter;}
+ enum MemberTypes { Constructor = 1, Event = 2, Field = 4, Method = 8, Property = 16, TypeInfo = 32, Custom = 64, NestedType = 128, All = 191 }
+ class AssemblyName extends System.Object {
+
+ }
+ class Assembly extends System.Object {
+
+ }
+ class Binder extends System.Object {
+
+ }
+ enum BindingFlags { Default = 0, IgnoreCase = 1, DeclaredOnly = 2, Instance = 4, Static = 8, Public = 16, NonPublic = 32, FlattenHierarchy = 64, InvokeMethod = 256, CreateInstance = 512, GetField = 1024, SetField = 2048, GetProperty = 4096, SetProperty = 8192, PutDispProperty = 16384, PutRefDispProperty = 32768, ExactBinding = 65536, SuppressChangeType = 131072, OptionalParamBinding = 262144, IgnoreReturn = 16777216 }
+ class ParameterModifier extends System.ValueType {
+
+ }
+ class Module extends System.Object {
+
+ }
+ class ConstructorInfo extends System.Reflection.MethodBase {
+
+ }
+ enum CallingConventions { Standard = 1, VarArgs = 2, Any = 3, HasThis = 32, ExplicitThis = 64 }
+ class FieldInfo extends System.Reflection.MemberInfo {
+
+ }
+ type TypeFilter = (m: System.Type, filterCriteria: any) => boolean;
+ var TypeFilter: {new (func: (m: System.Type, filterCriteria: any) => boolean): TypeFilter;}
+ class EventInfo extends System.Reflection.MemberInfo {
+
+ }
+ class PropertyInfo extends System.Reflection.MemberInfo {
+
+ }
+ enum TypeAttributes { VisibilityMask = 7, NotPublic = 0, Public = 1, NestedPublic = 2, NestedPrivate = 3, NestedFamily = 4, NestedAssembly = 5, NestedFamANDAssem = 6, NestedFamORAssem = 7, LayoutMask = 24, AutoLayout = 0, SequentialLayout = 8, ExplicitLayout = 16, ClassSemanticsMask = 32, Class = 0, Interface = 32, Abstract = 128, Sealed = 256, SpecialName = 1024, Import = 4096, Serializable = 8192, WindowsRuntime = 16384, StringFormatMask = 196608, AnsiClass = 0, UnicodeClass = 65536, AutoClass = 131072, CustomFormatClass = 196608, CustomFormatMask = 12582912, BeforeFieldInit = 1048576, ReservedMask = 264192, RTSpecialName = 2048, HasSecurity = 262144 }
+ enum GenericParameterAttributes { None = 0, VarianceMask = 3, Covariant = 1, Contravariant = 2, SpecialConstraintMask = 28, ReferenceTypeConstraint = 4, NotNullableValueTypeConstraint = 8, DefaultConstructorConstraint = 16 }
+ class InterfaceMapping extends System.ValueType {
+
+ }
+
+ }
+ namespace System.Collections {
+ interface IComparer {
+
+ }
+ interface IEnumerator {
+
+ }
+ interface IList {
+
+ }
+ interface IDictionary {
+
+ }
+ class Hashtable extends System.Object {
+
+ }
+
+ }
+ namespace System.Runtime.InteropServices {
+ class StructLayoutAttribute extends System.Attribute {
+
+ }
+
+ }
+ namespace System.Globalization {
+ class CultureInfo extends System.Object {
+
+ }
+
+ }
+ namespace System.IO {
+ class File extends System.Object {
+ public static AppendAllText($path: string, $contents: string):void;
+ public static AppendAllText($path: string, $contents: string, $encoding: System.Text.Encoding):void;
+ public static AppendText($path: string):System.IO.StreamWriter;
+ public static Copy($sourceFileName: string, $destFileName: string):void;
+ public static Copy($sourceFileName: string, $destFileName: string, $overwrite: boolean):void;
+ public static Create($path: string):System.IO.FileStream;
+ public static Create($path: string, $bufferSize: number):System.IO.FileStream;
+ public static Create($path: string, $bufferSize: number, $options: System.IO.FileOptions):System.IO.FileStream;
+ public static Create($path: string, $bufferSize: number, $options: System.IO.FileOptions, $fileSecurity: System.Security.AccessControl.FileSecurity):System.IO.FileStream;
+ public static CreateText($path: string):System.IO.StreamWriter;
+ public static Delete($path: string):void;
+ public static Exists($path: string):boolean;
+ public static GetAccessControl($path: string):System.Security.AccessControl.FileSecurity;
+ public static GetAccessControl($path: string, $includeSections: System.Security.AccessControl.AccessControlSections):System.Security.AccessControl.FileSecurity;
+ public static GetAttributes($path: string):System.IO.FileAttributes;
+ public static GetCreationTime($path: string):Date;
+ public static GetCreationTimeUtc($path: string):Date;
+ public static GetLastAccessTime($path: string):Date;
+ public static GetLastAccessTimeUtc($path: string):Date;
+ public static GetLastWriteTime($path: string):Date;
+ public static GetLastWriteTimeUtc($path: string):Date;
+ public static Move($sourceFileName: string, $destFileName: string):void;
+ public static Open($path: string, $mode: System.IO.FileMode):System.IO.FileStream;
+ public static Open($path: string, $mode: System.IO.FileMode, $access: System.IO.FileAccess):System.IO.FileStream;
+ public static Open($path: string, $mode: System.IO.FileMode, $access: System.IO.FileAccess, $share: System.IO.FileShare):System.IO.FileStream;
+ public static OpenRead($path: string):System.IO.FileStream;
+ public static OpenText($path: string):System.IO.StreamReader;
+ public static OpenWrite($path: string):System.IO.FileStream;
+ public static Replace($sourceFileName: string, $destinationFileName: string, $destinationBackupFileName: string):void;
+ public static Replace($sourceFileName: string, $destinationFileName: string, $destinationBackupFileName: string, $ignoreMetadataErrors: boolean):void;
+ public static SetAccessControl($path: string, $fileSecurity: System.Security.AccessControl.FileSecurity):void;
+ public static SetAttributes($path: string, $fileAttributes: System.IO.FileAttributes):void;
+ public static SetCreationTime($path: string, $creationTime: Date):void;
+ public static SetCreationTimeUtc($path: string, $creationTimeUtc: Date):void;
+ public static SetLastAccessTime($path: string, $lastAccessTime: Date):void;
+ public static SetLastAccessTimeUtc($path: string, $lastAccessTimeUtc: Date):void;
+ public static SetLastWriteTime($path: string, $lastWriteTime: Date):void;
+ public static SetLastWriteTimeUtc($path: string, $lastWriteTimeUtc: Date):void;
+ public static ReadAllBytes($path: string):System.Array$1;
+ public static ReadAllLines($path: string):System.Array$1;
+ public static ReadAllLines($path: string, $encoding: System.Text.Encoding):System.Array$1;
+ public static ReadAllText($path: string):string;
+ public static ReadAllText($path: string, $encoding: System.Text.Encoding):string;
+ public static WriteAllBytes($path: string, $bytes: System.Array$1):void;
+ public static WriteAllLines($path: string, $contents: System.Array$1):void;
+ public static WriteAllLines($path: string, $contents: System.Array$1, $encoding: System.Text.Encoding):void;
+ public static WriteAllText($path: string, $contents: string):void;
+ public static WriteAllText($path: string, $contents: string, $encoding: System.Text.Encoding):void;
+ public static Encrypt($path: string):void;
+ public static Decrypt($path: string):void;
+ public static ReadLines($path: string):System.Collections.Generic.IEnumerable$1;
+ public static ReadLines($path: string, $encoding: System.Text.Encoding):System.Collections.Generic.IEnumerable$1;
+ public static AppendAllLines($path: string, $contents: System.Collections.Generic.IEnumerable$1):void;
+ public static AppendAllLines($path: string, $contents: System.Collections.Generic.IEnumerable$1, $encoding: System.Text.Encoding):void;
+ public static WriteAllLines($path: string, $contents: System.Collections.Generic.IEnumerable$1):void;
+ public static WriteAllLines($path: string, $contents: System.Collections.Generic.IEnumerable$1, $encoding: System.Text.Encoding):void;
+
+ }
+ class StreamWriter extends System.IO.TextWriter {
+
+ }
+ class TextWriter extends System.MarshalByRefObject {
+
+ }
+ class FileStream extends System.IO.Stream {
+
+ }
+ class Stream extends System.MarshalByRefObject {
+
+ }
+ enum FileOptions { None = 0, Encrypted = 16384, DeleteOnClose = 67108864, SequentialScan = 134217728, RandomAccess = 268435456, Asynchronous = 1073741824, WriteThrough = -2147483648 }
+ enum FileAttributes { Archive = 32, Compressed = 2048, Device = 64, Directory = 16, Encrypted = 16384, Hidden = 2, Normal = 128, NotContentIndexed = 8192, Offline = 4096, ReadOnly = 1, ReparsePoint = 1024, SparseFile = 512, System = 4, Temporary = 256, IntegrityStream = 32768, NoScrubData = 131072 }
+ enum FileMode { CreateNew = 1, Create = 2, Open = 3, OpenOrCreate = 4, Truncate = 5, Append = 6 }
+ enum FileAccess { Read = 1, Write = 2, ReadWrite = 3 }
+ enum FileShare { None = 0, Read = 1, Write = 2, ReadWrite = 3, Delete = 4, Inheritable = 16 }
+ class StreamReader extends System.IO.TextReader {
+
+ }
+ class TextReader extends System.MarshalByRefObject {
+
+ }
+ class Directory extends System.Object {
+ public static GetFiles($path: string):System.Array$1;
+ public static GetFiles($path: string, $searchPattern: string):System.Array$1;
+ public static GetFiles($path: string, $searchPattern: string, $searchOption: System.IO.SearchOption):System.Array$1;
+ public static GetDirectories($path: string):System.Array$1;
+ public static GetDirectories($path: string, $searchPattern: string):System.Array$1;
+ public static GetDirectories($path: string, $searchPattern: string, $searchOption: System.IO.SearchOption):System.Array$1;
+ public static GetFileSystemEntries($path: string):System.Array$1;
+ public static GetFileSystemEntries($path: string, $searchPattern: string):System.Array$1;
+ public static GetFileSystemEntries($path: string, $searchPattern: string, $searchOption: System.IO.SearchOption):System.Array$1;
+ public static EnumerateDirectories($path: string):System.Collections.Generic.IEnumerable$1;
+ public static EnumerateDirectories($path: string, $searchPattern: string):System.Collections.Generic.IEnumerable$1;
+ public static EnumerateDirectories($path: string, $searchPattern: string, $searchOption: System.IO.SearchOption):System.Collections.Generic.IEnumerable$1;
+ public static EnumerateFiles($path: string):System.Collections.Generic.IEnumerable$1;
+ public static EnumerateFiles($path: string, $searchPattern: string):System.Collections.Generic.IEnumerable$1;
+ public static EnumerateFiles($path: string, $searchPattern: string, $searchOption: System.IO.SearchOption):System.Collections.Generic.IEnumerable$1;
+ public static EnumerateFileSystemEntries($path: string):System.Collections.Generic.IEnumerable$1;
+ public static EnumerateFileSystemEntries($path: string, $searchPattern: string):System.Collections.Generic.IEnumerable$1;
+ public static EnumerateFileSystemEntries($path: string, $searchPattern: string, $searchOption: System.IO.SearchOption):System.Collections.Generic.IEnumerable$1;
+ public static GetDirectoryRoot($path: string):string;
+ public static CreateDirectory($path: string):System.IO.DirectoryInfo;
+ public static CreateDirectory($path: string, $directorySecurity: System.Security.AccessControl.DirectorySecurity):System.IO.DirectoryInfo;
+ public static Delete($path: string):void;
+ public static Delete($path: string, $recursive: boolean):void;
+ public static Exists($path: string):boolean;
+ public static GetLastAccessTime($path: string):Date;
+ public static GetLastAccessTimeUtc($path: string):Date;
+ public static GetLastWriteTime($path: string):Date;
+ public static GetLastWriteTimeUtc($path: string):Date;
+ public static GetCreationTime($path: string):Date;
+ public static GetCreationTimeUtc($path: string):Date;
+ public static GetCurrentDirectory():string;
+ public static GetLogicalDrives():System.Array$1;
+ public static GetParent($path: string):System.IO.DirectoryInfo;
+ public static Move($sourceDirName: string, $destDirName: string):void;
+ public static SetAccessControl($path: string, $directorySecurity: System.Security.AccessControl.DirectorySecurity):void;
+ public static SetCreationTime($path: string, $creationTime: Date):void;
+ public static SetCreationTimeUtc($path: string, $creationTimeUtc: Date):void;
+ public static SetCurrentDirectory($path: string):void;
+ public static SetLastAccessTime($path: string, $lastAccessTime: Date):void;
+ public static SetLastAccessTimeUtc($path: string, $lastAccessTimeUtc: Date):void;
+ public static SetLastWriteTime($path: string, $lastWriteTime: Date):void;
+ public static SetLastWriteTimeUtc($path: string, $lastWriteTimeUtc: Date):void;
+ public static GetAccessControl($path: string, $includeSections: System.Security.AccessControl.AccessControlSections):System.Security.AccessControl.DirectorySecurity;
+ public static GetAccessControl($path: string):System.Security.AccessControl.DirectorySecurity;
+
+ }
+ enum SearchOption { TopDirectoryOnly = 0, AllDirectories = 1 }
+ class DirectoryInfo extends System.IO.FileSystemInfo {
+ public Exists: boolean;
+ public Name: string;
+ public Parent: System.IO.DirectoryInfo;
+ public Root: System.IO.DirectoryInfo;
+ public constructor($path: string);
+ public Create():void;
+ public CreateSubdirectory($path: string):System.IO.DirectoryInfo;
+ public GetFiles():System.Array$1;
+ public GetFiles($searchPattern: string):System.Array$1;
+ public GetDirectories():System.Array$1;
+ public GetDirectories($searchPattern: string):System.Array$1;
+ public GetFileSystemInfos():System.Array$1;
+ public GetFileSystemInfos($searchPattern: string):System.Array$1;
+ public GetFileSystemInfos($searchPattern: string, $searchOption: System.IO.SearchOption):System.Array$1;
+ public Delete():void;
+ public Delete($recursive: boolean):void;
+ public MoveTo($destDirName: string):void;
+ public GetDirectories($searchPattern: string, $searchOption: System.IO.SearchOption):System.Array$1;
+ public GetFiles($searchPattern: string, $searchOption: System.IO.SearchOption):System.Array$1;
+ public Create($directorySecurity: System.Security.AccessControl.DirectorySecurity):void;
+ public CreateSubdirectory($path: string, $directorySecurity: System.Security.AccessControl.DirectorySecurity):System.IO.DirectoryInfo;
+ public GetAccessControl():System.Security.AccessControl.DirectorySecurity;
+ public GetAccessControl($includeSections: System.Security.AccessControl.AccessControlSections):System.Security.AccessControl.DirectorySecurity;
+ public SetAccessControl($directorySecurity: System.Security.AccessControl.DirectorySecurity):void;
+ public EnumerateDirectories():System.Collections.Generic.IEnumerable$1;
+ public EnumerateDirectories($searchPattern: string):System.Collections.Generic.IEnumerable$1;
+ public EnumerateDirectories($searchPattern: string, $searchOption: System.IO.SearchOption):System.Collections.Generic.IEnumerable$1;
+ public EnumerateFiles():System.Collections.Generic.IEnumerable$1;
+ public EnumerateFiles($searchPattern: string):System.Collections.Generic.IEnumerable$1;
+ public EnumerateFiles($searchPattern: string, $searchOption: System.IO.SearchOption):System.Collections.Generic.IEnumerable$1;
+ public EnumerateFileSystemInfos():System.Collections.Generic.IEnumerable$1;
+ public EnumerateFileSystemInfos($searchPattern: string):System.Collections.Generic.IEnumerable$1;
+ public EnumerateFileSystemInfos($searchPattern: string, $searchOption: System.IO.SearchOption):System.Collections.Generic.IEnumerable$1;
+
+ }
+ class FileSystemInfo extends System.MarshalByRefObject {
+
+ }
+ class FileInfo extends System.IO.FileSystemInfo {
+ public Name: string;
+ public Length: bigint;
+ public DirectoryName: string;
+ public Directory: System.IO.DirectoryInfo;
+ public IsReadOnly: boolean;
+ public Exists: boolean;
+ public constructor($fileName: string);
+ public GetAccessControl():System.Security.AccessControl.FileSecurity;
+ public GetAccessControl($includeSections: System.Security.AccessControl.AccessControlSections):System.Security.AccessControl.FileSecurity;
+ public SetAccessControl($fileSecurity: System.Security.AccessControl.FileSecurity):void;
+ public OpenText():System.IO.StreamReader;
+ public CreateText():System.IO.StreamWriter;
+ public AppendText():System.IO.StreamWriter;
+ public CopyTo($destFileName: string):System.IO.FileInfo;
+ public CopyTo($destFileName: string, $overwrite: boolean):System.IO.FileInfo;
+ public Create():System.IO.FileStream;
+ public Delete():void;
+ public Decrypt():void;
+ public Encrypt():void;
+ public Open($mode: System.IO.FileMode):System.IO.FileStream;
+ public Open($mode: System.IO.FileMode, $access: System.IO.FileAccess):System.IO.FileStream;
+ public Open($mode: System.IO.FileMode, $access: System.IO.FileAccess, $share: System.IO.FileShare):System.IO.FileStream;
+ public OpenRead():System.IO.FileStream;
+ public OpenWrite():System.IO.FileStream;
+ public MoveTo($destFileName: string):void;
+ public Replace($destinationFileName: string, $destinationBackupFileName: string):System.IO.FileInfo;
+ public Replace($destinationFileName: string, $destinationBackupFileName: string, $ignoreMetadataErrors: boolean):System.IO.FileInfo;
+
+ }
+ class Path extends System.Object {
+ public static AltDirectorySeparatorChar: number;
+ public static DirectorySeparatorChar: number;
+ public static PathSeparator: number;
+ public static VolumeSeparatorChar: number;
+ public static ChangeExtension($path: string, $extension: string):string;
+ public static Combine($path1: string, $path2: string):string;
+ public static GetDirectoryName($path: string):string;
+ public static GetExtension($path: string):string;
+ public static GetFileName($path: string):string;
+ public static GetFileNameWithoutExtension($path: string):string;
+ public static GetFullPath($path: string):string;
+ public static GetPathRoot($path: string):string;
+ public static GetTempFileName():string;
+ public static GetTempPath():string;
+ public static HasExtension($path: string):boolean;
+ public static IsPathRooted($path: string):boolean;
+ public static GetInvalidFileNameChars():System.Array$1;
+ public static GetInvalidPathChars():System.Array$1;
+ public static GetRandomFileName():string;
+ public static Combine(...paths: string[]):string;
+ public static Combine($path1: string, $path2: string, $path3: string):string;
+ public static Combine($path1: string, $path2: string, $path3: string, $path4: string):string;
+
+ }
+
+ }
+ namespace System.Text {
+ class Encoding extends System.Object {
+
+ }
+ class StringBuilder extends System.Object {
+
+ }
+
+ }
+ namespace System.Security.AccessControl {
+ class FileSecurity extends System.Security.AccessControl.FileSystemSecurity {
+
+ }
+ class FileSystemSecurity extends System.Security.AccessControl.NativeObjectSecurity {
+
+ }
+ class NativeObjectSecurity extends System.Security.AccessControl.CommonObjectSecurity {
+
+ }
+ class CommonObjectSecurity extends System.Security.AccessControl.ObjectSecurity {
+
+ }
+ class ObjectSecurity extends System.Object {
+
+ }
+ enum AccessControlSections { None = 0, Audit = 1, Access = 2, Owner = 4, Group = 8, All = 15 }
+ class DirectorySecurity extends System.Security.AccessControl.FileSystemSecurity {
+
+ }
+
+ }
+ namespace UnityEngine {
+ class Object extends System.Object {
+ public name: string;
+ public hideFlags: UnityEngine.HideFlags;
+ public constructor();
+ public GetInstanceID():number;
+ public static op_Implicit($exists: UnityEngine.Object):boolean;
+ public static Instantiate($original: UnityEngine.Object, $position: UnityEngine.Vector3, $rotation: UnityEngine.Quaternion):UnityEngine.Object;
+ public static Instantiate($original: UnityEngine.Object, $position: UnityEngine.Vector3, $rotation: UnityEngine.Quaternion, $parent: UnityEngine.Transform):UnityEngine.Object;
+ public static Instantiate($original: UnityEngine.Object):UnityEngine.Object;
+ public static Instantiate($original: UnityEngine.Object, $parent: UnityEngine.Transform):UnityEngine.Object;
+ public static Instantiate($original: UnityEngine.Object, $parent: UnityEngine.Transform, $instantiateInWorldSpace: boolean):UnityEngine.Object;
+ public static Instantiate($original: UnityEngine.Object):UnityEngine.Object;
+ public static Instantiate($original: UnityEngine.Object, $position: UnityEngine.Vector3, $rotation: UnityEngine.Quaternion):UnityEngine.Object;
+ public static Instantiate($original: UnityEngine.Object, $position: UnityEngine.Vector3, $rotation: UnityEngine.Quaternion, $parent: UnityEngine.Transform):UnityEngine.Object;
+ public static Instantiate($original: UnityEngine.Object, $parent: UnityEngine.Transform):UnityEngine.Object;
+ public static Instantiate($original: UnityEngine.Object, $parent: UnityEngine.Transform, $worldPositionStays: boolean):UnityEngine.Object;
+ public static Destroy($obj: UnityEngine.Object, $t: number):void;
+ public static Destroy($obj: UnityEngine.Object):void;
+ public static DestroyImmediate($obj: UnityEngine.Object, $allowDestroyingAssets: boolean):void;
+ public static DestroyImmediate($obj: UnityEngine.Object):void;
+ public static FindObjectsOfType($type: System.Type):System.Array$1;
+ public static DontDestroyOnLoad($target: UnityEngine.Object):void;
+ public static FindObjectOfType($type: System.Type):UnityEngine.Object;
+ public static op_Equality($x: UnityEngine.Object, $y: UnityEngine.Object):boolean;
+ public static op_Inequality($x: UnityEngine.Object, $y: UnityEngine.Object):boolean;
+
+ }
+ class Vector3 extends System.ValueType {
+ public static kEpsilon: number;
+ public static kEpsilonNormalSqrt: number;
+ public x: number;
+ public y: number;
+ public z: number;
+ public normalized: UnityEngine.Vector3;
+ public magnitude: number;
+ public sqrMagnitude: number;
+ public static zero: UnityEngine.Vector3;
+ public static one: UnityEngine.Vector3;
+ public static forward: UnityEngine.Vector3;
+ public static back: UnityEngine.Vector3;
+ public static up: UnityEngine.Vector3;
+ public static down: UnityEngine.Vector3;
+ public static left: UnityEngine.Vector3;
+ public static right: UnityEngine.Vector3;
+ public static positiveInfinity: UnityEngine.Vector3;
+ public static negativeInfinity: UnityEngine.Vector3;
+ public constructor($x: number, $y: number, $z: number);
+ public constructor($x: number, $y: number);
+ public static Slerp($a: UnityEngine.Vector3, $b: UnityEngine.Vector3, $t: number):UnityEngine.Vector3;
+ public static SlerpUnclamped($a: UnityEngine.Vector3, $b: UnityEngine.Vector3, $t: number):UnityEngine.Vector3;
+ public static OrthoNormalize($normal: $Ref, $tangent: $Ref):void;
+ public static OrthoNormalize($normal: $Ref, $tangent: $Ref, $binormal: $Ref):void;
+ public static RotateTowards($current: UnityEngine.Vector3, $target: UnityEngine.Vector3, $maxRadiansDelta: number, $maxMagnitudeDelta: number):UnityEngine.Vector3;
+ public static Lerp($a: UnityEngine.Vector3, $b: UnityEngine.Vector3, $t: number):UnityEngine.Vector3;
+ public static LerpUnclamped($a: UnityEngine.Vector3, $b: UnityEngine.Vector3, $t: number):UnityEngine.Vector3;
+ public static MoveTowards($current: UnityEngine.Vector3, $target: UnityEngine.Vector3, $maxDistanceDelta: number):UnityEngine.Vector3;
+ public static SmoothDamp($current: UnityEngine.Vector3, $target: UnityEngine.Vector3, $currentVelocity: $Ref, $smoothTime: number, $maxSpeed: number):UnityEngine.Vector3;
+ public static SmoothDamp($current: UnityEngine.Vector3, $target: UnityEngine.Vector3, $currentVelocity: $Ref, $smoothTime: number):UnityEngine.Vector3;
+ public static SmoothDamp($current: UnityEngine.Vector3, $target: UnityEngine.Vector3, $currentVelocity: $Ref, $smoothTime: number, $maxSpeed: number, $deltaTime: number):UnityEngine.Vector3;
+ public get_Item($index: number):number;
+ public set_Item($index: number, $value: number):void;
+ public Set($newX: number, $newY: number, $newZ: number):void;
+ public static Scale($a: UnityEngine.Vector3, $b: UnityEngine.Vector3):UnityEngine.Vector3;
+ public Scale($scale: UnityEngine.Vector3):void;
+ public static Cross($lhs: UnityEngine.Vector3, $rhs: UnityEngine.Vector3):UnityEngine.Vector3;
+ public Equals($other: any):boolean;
+ public Equals($other: UnityEngine.Vector3):boolean;
+ public static Reflect($inDirection: UnityEngine.Vector3, $inNormal: UnityEngine.Vector3):UnityEngine.Vector3;
+ public static Normalize($value: UnityEngine.Vector3):UnityEngine.Vector3;
+ public Normalize():void;
+ public static Dot($lhs: UnityEngine.Vector3, $rhs: UnityEngine.Vector3):number;
+ public static Project($vector: UnityEngine.Vector3, $onNormal: UnityEngine.Vector3):UnityEngine.Vector3;
+ public static ProjectOnPlane($vector: UnityEngine.Vector3, $planeNormal: UnityEngine.Vector3):UnityEngine.Vector3;
+ public static Angle($from: UnityEngine.Vector3, $to: UnityEngine.Vector3):number;
+ public static SignedAngle($from: UnityEngine.Vector3, $to: UnityEngine.Vector3, $axis: UnityEngine.Vector3):number;
+ public static Distance($a: UnityEngine.Vector3, $b: UnityEngine.Vector3):number;
+ public static ClampMagnitude($vector: UnityEngine.Vector3, $maxLength: number):UnityEngine.Vector3;
+ public static Magnitude($vector: UnityEngine.Vector3):number;
+ public static SqrMagnitude($vector: UnityEngine.Vector3):number;
+ public static Min($lhs: UnityEngine.Vector3, $rhs: UnityEngine.Vector3):UnityEngine.Vector3;
+ public static Max($lhs: UnityEngine.Vector3, $rhs: UnityEngine.Vector3):UnityEngine.Vector3;
+ public static op_Addition($a: UnityEngine.Vector3, $b: UnityEngine.Vector3):UnityEngine.Vector3;
+ public static op_Subtraction($a: UnityEngine.Vector3, $b: UnityEngine.Vector3):UnityEngine.Vector3;
+ public static op_UnaryNegation($a: UnityEngine.Vector3):UnityEngine.Vector3;
+ public static op_Multiply($a: UnityEngine.Vector3, $d: number):UnityEngine.Vector3;
+ public static op_Multiply($d: number, $a: UnityEngine.Vector3):UnityEngine.Vector3;
+ public static op_Division($a: UnityEngine.Vector3, $d: number):UnityEngine.Vector3;
+ public static op_Equality($lhs: UnityEngine.Vector3, $rhs: UnityEngine.Vector3):boolean;
+ public static op_Inequality($lhs: UnityEngine.Vector3, $rhs: UnityEngine.Vector3):boolean;
+ public ToString():string;
+ public ToString($format: string):string;
+
+ }
+ class Quaternion extends System.ValueType {
+ public x: number;
+ public y: number;
+ public z: number;
+ public w: number;
+ public static kEpsilon: number;
+ public static identity: UnityEngine.Quaternion;
+ public eulerAngles: UnityEngine.Vector3;
+ public normalized: UnityEngine.Quaternion;
+ public constructor($x: number, $y: number, $z: number, $w: number);
+ public static FromToRotation($fromDirection: UnityEngine.Vector3, $toDirection: UnityEngine.Vector3):UnityEngine.Quaternion;
+ public static Inverse($rotation: UnityEngine.Quaternion):UnityEngine.Quaternion;
+ public static Slerp($a: UnityEngine.Quaternion, $b: UnityEngine.Quaternion, $t: number):UnityEngine.Quaternion;
+ public static SlerpUnclamped($a: UnityEngine.Quaternion, $b: UnityEngine.Quaternion, $t: number):UnityEngine.Quaternion;
+ public static Lerp($a: UnityEngine.Quaternion, $b: UnityEngine.Quaternion, $t: number):UnityEngine.Quaternion;
+ public static LerpUnclamped($a: UnityEngine.Quaternion, $b: UnityEngine.Quaternion, $t: number):UnityEngine.Quaternion;
+ public static AngleAxis($angle: number, $axis: UnityEngine.Vector3):UnityEngine.Quaternion;
+ public static LookRotation($forward: UnityEngine.Vector3, $upwards: UnityEngine.Vector3):UnityEngine.Quaternion;
+ public static LookRotation($forward: UnityEngine.Vector3):UnityEngine.Quaternion;
+ public get_Item($index: number):number;
+ public set_Item($index: number, $value: number):void;
+ public Set($newX: number, $newY: number, $newZ: number, $newW: number):void;
+ public static op_Multiply($lhs: UnityEngine.Quaternion, $rhs: UnityEngine.Quaternion):UnityEngine.Quaternion;
+ public static op_Multiply($rotation: UnityEngine.Quaternion, $point: UnityEngine.Vector3):UnityEngine.Vector3;
+ public static op_Equality($lhs: UnityEngine.Quaternion, $rhs: UnityEngine.Quaternion):boolean;
+ public static op_Inequality($lhs: UnityEngine.Quaternion, $rhs: UnityEngine.Quaternion):boolean;
+ public static Dot($a: UnityEngine.Quaternion, $b: UnityEngine.Quaternion):number;
+ public SetLookRotation($view: UnityEngine.Vector3):void;
+ public SetLookRotation($view: UnityEngine.Vector3, $up: UnityEngine.Vector3):void;
+ public static Angle($a: UnityEngine.Quaternion, $b: UnityEngine.Quaternion):number;
+ public static Euler($x: number, $y: number, $z: number):UnityEngine.Quaternion;
+ public static Euler($euler: UnityEngine.Vector3):UnityEngine.Quaternion;
+ public ToAngleAxis($angle: $Ref, $axis: $Ref):void;
+ public SetFromToRotation($fromDirection: UnityEngine.Vector3, $toDirection: UnityEngine.Vector3):void;
+ public static RotateTowards($from: UnityEngine.Quaternion, $to: UnityEngine.Quaternion, $maxDegreesDelta: number):UnityEngine.Quaternion;
+ public static Normalize($q: UnityEngine.Quaternion):UnityEngine.Quaternion;
+ public Normalize():void;
+ public Equals($other: any):boolean;
+ public Equals($other: UnityEngine.Quaternion):boolean;
+ public ToString():string;
+ public ToString($format: string):string;
+
+ }
+ class Transform extends UnityEngine.Component {
+ public position: UnityEngine.Vector3;
+ public localPosition: UnityEngine.Vector3;
+ public eulerAngles: UnityEngine.Vector3;
+ public localEulerAngles: UnityEngine.Vector3;
+ public right: UnityEngine.Vector3;
+ public up: UnityEngine.Vector3;
+ public forward: UnityEngine.Vector3;
+ public rotation: UnityEngine.Quaternion;
+ public localRotation: UnityEngine.Quaternion;
+ public localScale: UnityEngine.Vector3;
+ public parent: UnityEngine.Transform;
+ public worldToLocalMatrix: UnityEngine.Matrix4x4;
+ public localToWorldMatrix: UnityEngine.Matrix4x4;
+ public root: UnityEngine.Transform;
+ public childCount: number;
+ public lossyScale: UnityEngine.Vector3;
+ public hasChanged: boolean;
+ public hierarchyCapacity: number;
+ public hierarchyCount: number;
+ public SetParent($p: UnityEngine.Transform):void;
+ public SetParent($parent: UnityEngine.Transform, $worldPositionStays: boolean):void;
+ public SetPositionAndRotation($position: UnityEngine.Vector3, $rotation: UnityEngine.Quaternion):void;
+ public Translate($translation: UnityEngine.Vector3, $relativeTo: UnityEngine.Space):void;
+ public Translate($translation: UnityEngine.Vector3):void;
+ public Translate($x: number, $y: number, $z: number, $relativeTo: UnityEngine.Space):void;
+ public Translate($x: number, $y: number, $z: number):void;
+ public Translate($translation: UnityEngine.Vector3, $relativeTo: UnityEngine.Transform):void;
+ public Translate($x: number, $y: number, $z: number, $relativeTo: UnityEngine.Transform):void;
+ public Rotate($eulers: UnityEngine.Vector3, $relativeTo: UnityEngine.Space):void;
+ public Rotate($eulers: UnityEngine.Vector3):void;
+ public Rotate($xAngle: number, $yAngle: number, $zAngle: number, $relativeTo: UnityEngine.Space):void;
+ public Rotate($xAngle: number, $yAngle: number, $zAngle: number):void;
+ public Rotate($axis: UnityEngine.Vector3, $angle: number, $relativeTo: UnityEngine.Space):void;
+ public Rotate($axis: UnityEngine.Vector3, $angle: number):void;
+ public RotateAround($point: UnityEngine.Vector3, $axis: UnityEngine.Vector3, $angle: number):void;
+ public LookAt($target: UnityEngine.Transform, $worldUp: UnityEngine.Vector3):void;
+ public LookAt($target: UnityEngine.Transform):void;
+ public LookAt($worldPosition: UnityEngine.Vector3, $worldUp: UnityEngine.Vector3):void;
+ public LookAt($worldPosition: UnityEngine.Vector3):void;
+ public TransformDirection($direction: UnityEngine.Vector3):UnityEngine.Vector3;
+ public TransformDirection($x: number, $y: number, $z: number):UnityEngine.Vector3;
+ public InverseTransformDirection($direction: UnityEngine.Vector3):UnityEngine.Vector3;
+ public InverseTransformDirection($x: number, $y: number, $z: number):UnityEngine.Vector3;
+ public TransformVector($vector: UnityEngine.Vector3):UnityEngine.Vector3;
+ public TransformVector($x: number, $y: number, $z: number):UnityEngine.Vector3;
+ public InverseTransformVector($vector: UnityEngine.Vector3):UnityEngine.Vector3;
+ public InverseTransformVector($x: number, $y: number, $z: number):UnityEngine.Vector3;
+ public TransformPoint($position: UnityEngine.Vector3):UnityEngine.Vector3;
+ public TransformPoint($x: number, $y: number, $z: number):UnityEngine.Vector3;
+ public InverseTransformPoint($position: UnityEngine.Vector3):UnityEngine.Vector3;
+ public InverseTransformPoint($x: number, $y: number, $z: number):UnityEngine.Vector3;
+ public DetachChildren():void;
+ public SetAsFirstSibling():void;
+ public SetAsLastSibling():void;
+ public SetSiblingIndex($index: number):void;
+ public GetSiblingIndex():number;
+ public Find($n: string):UnityEngine.Transform;
+ public IsChildOf($parent: UnityEngine.Transform):boolean;
+ public GetEnumerator():System.Collections.IEnumerator;
+ public GetChild($index: number):UnityEngine.Transform;
+
+ }
+ class Component extends UnityEngine.Object {
+ public transform: UnityEngine.Transform;
+ public gameObject: UnityEngine.GameObject;
+ public tag: string;
+ public constructor();
+ public GetComponent($type: System.Type):UnityEngine.Component;
+ public GetComponent($type: string):UnityEngine.Component;
+ public GetComponentInChildren($t: System.Type, $includeInactive: boolean):UnityEngine.Component;
+ public GetComponentInChildren($t: System.Type):UnityEngine.Component;
+ public GetComponentsInChildren($t: System.Type, $includeInactive: boolean):System.Array$1;
+ public GetComponentsInChildren($t: System.Type):System.Array$1;
+ public GetComponentInParent($t: System.Type):UnityEngine.Component;
+ public GetComponentsInParent($t: System.Type, $includeInactive: boolean):System.Array$1;
+ public GetComponentsInParent($t: System.Type):System.Array$1;
+ public GetComponents($type: System.Type):System.Array$1;
+ public GetComponents($type: System.Type, $results: System.Collections.Generic.List$1):void;
+ public CompareTag($tag: string):boolean;
+ public SendMessageUpwards($methodName: string, $value: any, $options: UnityEngine.SendMessageOptions):void;
+ public SendMessageUpwards($methodName: string, $value: any):void;
+ public SendMessageUpwards($methodName: string):void;
+ public SendMessageUpwards($methodName: string, $options: UnityEngine.SendMessageOptions):void;
+ public SendMessage($methodName: string, $value: any):void;
+ public SendMessage($methodName: string):void;
+ public SendMessage($methodName: string, $value: any, $options: UnityEngine.SendMessageOptions):void;
+ public SendMessage($methodName: string, $options: UnityEngine.SendMessageOptions):void;
+ public BroadcastMessage($methodName: string, $parameter: any, $options: UnityEngine.SendMessageOptions):void;
+ public BroadcastMessage($methodName: string, $parameter: any):void;
+ public BroadcastMessage($methodName: string):void;
+ public BroadcastMessage($methodName: string, $options: UnityEngine.SendMessageOptions):void;
+
+ }
+ enum HideFlags { None = 0, HideInHierarchy = 1, HideInInspector = 2, DontSaveInEditor = 4, NotEditable = 8, DontSaveInBuild = 16, DontUnloadUnusedAsset = 32, DontSave = 52, HideAndDontSave = 61 }
+ class GameObject extends UnityEngine.Object {
+ public transform: UnityEngine.Transform;
+ public layer: number;
+ public activeSelf: boolean;
+ public activeInHierarchy: boolean;
+ public isStatic: boolean;
+ public tag: string;
+ public scene: UnityEngine.SceneManagement.Scene;
+ public gameObject: UnityEngine.GameObject;
+ public constructor($name: string);
+ public constructor();
+ public constructor($name: string, ...components: System.Type[]);
+ public static CreatePrimitive($type: UnityEngine.PrimitiveType):UnityEngine.GameObject;
+ public GetComponent($type: System.Type):UnityEngine.Component;
+ public GetComponent($type: string):UnityEngine.Component;
+ public GetComponentInChildren($type: System.Type, $includeInactive: boolean):UnityEngine.Component;
+ public GetComponentInChildren($type: System.Type):UnityEngine.Component;
+ public GetComponentInParent($type: System.Type):UnityEngine.Component;
+ public GetComponents($type: System.Type):System.Array$1;
+ public GetComponents($type: System.Type, $results: System.Collections.Generic.List$1):void;
+ public GetComponentsInChildren($type: System.Type):System.Array$1;
+ public GetComponentsInChildren($type: System.Type, $includeInactive: boolean):System.Array$1;
+ public GetComponentsInParent($type: System.Type):System.Array$1;
+ public GetComponentsInParent($type: System.Type, $includeInactive: boolean):System.Array$1;
+ public static FindWithTag($tag: string):UnityEngine.GameObject;
+ public SendMessageUpwards($methodName: string, $options: UnityEngine.SendMessageOptions):void;
+ public SendMessage($methodName: string, $options: UnityEngine.SendMessageOptions):void;
+ public BroadcastMessage($methodName: string, $options: UnityEngine.SendMessageOptions):void;
+ public AddComponent($componentType: System.Type):UnityEngine.Component;
+ public SetActive($value: boolean):void;
+ public CompareTag($tag: string):boolean;
+ public static FindGameObjectWithTag($tag: string):UnityEngine.GameObject;
+ public static FindGameObjectsWithTag($tag: string):System.Array$1;
+ public SendMessageUpwards($methodName: string, $value: any, $options: UnityEngine.SendMessageOptions):void;
+ public SendMessageUpwards($methodName: string, $value: any):void;
+ public SendMessageUpwards($methodName: string):void;
+ public SendMessage($methodName: string, $value: any, $options: UnityEngine.SendMessageOptions):void;
+ public SendMessage($methodName: string, $value: any):void;
+ public SendMessage($methodName: string):void;
+ public BroadcastMessage($methodName: string, $parameter: any, $options: UnityEngine.SendMessageOptions):void;
+ public BroadcastMessage($methodName: string, $parameter: any):void;
+ public BroadcastMessage($methodName: string):void;
+ public static Find($name: string):UnityEngine.GameObject;
+
+ }
+ enum PrimitiveType { Sphere = 0, Capsule = 1, Cylinder = 2, Cube = 3, Plane = 4, Quad = 5 }
+ enum SendMessageOptions { RequireReceiver = 0, DontRequireReceiver = 1 }
+ class Behaviour extends UnityEngine.Component {
+ public enabled: boolean;
+ public isActiveAndEnabled: boolean;
+ public constructor();
+
+ }
+ class Matrix4x4 extends System.ValueType {
+ public m00: number;
+ public m10: number;
+ public m20: number;
+ public m30: number;
+ public m01: number;
+ public m11: number;
+ public m21: number;
+ public m31: number;
+ public m02: number;
+ public m12: number;
+ public m22: number;
+ public m32: number;
+ public m03: number;
+ public m13: number;
+ public m23: number;
+ public m33: number;
+ public rotation: UnityEngine.Quaternion;
+ public lossyScale: UnityEngine.Vector3;
+ public isIdentity: boolean;
+ public determinant: number;
+ public decomposeProjection: UnityEngine.FrustumPlanes;
+ public inverse: UnityEngine.Matrix4x4;
+ public transpose: UnityEngine.Matrix4x4;
+ public static zero: UnityEngine.Matrix4x4;
+ public static identity: UnityEngine.Matrix4x4;
+ public constructor($column0: UnityEngine.Vector4, $column1: UnityEngine.Vector4, $column2: UnityEngine.Vector4, $column3: UnityEngine.Vector4);
+ public ValidTRS():boolean;
+ public static Determinant($m: UnityEngine.Matrix4x4):number;
+ public static TRS($pos: UnityEngine.Vector3, $q: UnityEngine.Quaternion, $s: UnityEngine.Vector3):UnityEngine.Matrix4x4;
+ public SetTRS($pos: UnityEngine.Vector3, $q: UnityEngine.Quaternion, $s: UnityEngine.Vector3):void;
+ public static Inverse($m: UnityEngine.Matrix4x4):UnityEngine.Matrix4x4;
+ public static Transpose($m: UnityEngine.Matrix4x4):UnityEngine.Matrix4x4;
+ public static Ortho($left: number, $right: number, $bottom: number, $top: number, $zNear: number, $zFar: number):UnityEngine.Matrix4x4;
+ public static Perspective($fov: number, $aspect: number, $zNear: number, $zFar: number):UnityEngine.Matrix4x4;
+ public static LookAt($from: UnityEngine.Vector3, $to: UnityEngine.Vector3, $up: UnityEngine.Vector3):UnityEngine.Matrix4x4;
+ public static Frustum($left: number, $right: number, $bottom: number, $top: number, $zNear: number, $zFar: number):UnityEngine.Matrix4x4;
+ public static Frustum($fp: UnityEngine.FrustumPlanes):UnityEngine.Matrix4x4;
+ public get_Item($index: number):number;
+ public set_Item($index: number, $value: number):void;
+ public Equals($other: any):boolean;
+ public Equals($other: UnityEngine.Matrix4x4):boolean;
+ public static op_Multiply($lhs: UnityEngine.Matrix4x4, $rhs: UnityEngine.Matrix4x4):UnityEngine.Matrix4x4;
+ public static op_Multiply($lhs: UnityEngine.Matrix4x4, $vector: UnityEngine.Vector4):UnityEngine.Vector4;
+ public static op_Equality($lhs: UnityEngine.Matrix4x4, $rhs: UnityEngine.Matrix4x4):boolean;
+ public static op_Inequality($lhs: UnityEngine.Matrix4x4, $rhs: UnityEngine.Matrix4x4):boolean;
+ public GetColumn($index: number):UnityEngine.Vector4;
+ public GetRow($index: number):UnityEngine.Vector4;
+ public SetColumn($index: number, $column: UnityEngine.Vector4):void;
+ public SetRow($index: number, $row: UnityEngine.Vector4):void;
+ public MultiplyPoint($point: UnityEngine.Vector3):UnityEngine.Vector3;
+ public MultiplyPoint3x4($point: UnityEngine.Vector3):UnityEngine.Vector3;
+ public MultiplyVector($vector: UnityEngine.Vector3):UnityEngine.Vector3;
+ public TransformPlane($plane: UnityEngine.Plane):UnityEngine.Plane;
+ public static Scale($vector: UnityEngine.Vector3):UnityEngine.Matrix4x4;
+ public static Translate($vector: UnityEngine.Vector3):UnityEngine.Matrix4x4;
+ public static Rotate($q: UnityEngine.Quaternion):UnityEngine.Matrix4x4;
+ public ToString():string;
+ public ToString($format: string):string;
+
+ }
+ enum Space { World = 0, Self = 1 }
+ class Animator extends UnityEngine.Behaviour {
+ public isOptimizable: boolean;
+ public isHuman: boolean;
+ public hasRootMotion: boolean;
+ public humanScale: number;
+ public isInitialized: boolean;
+ public deltaPosition: UnityEngine.Vector3;
+ public deltaRotation: UnityEngine.Quaternion;
+ public velocity: UnityEngine.Vector3;
+ public angularVelocity: UnityEngine.Vector3;
+ public rootPosition: UnityEngine.Vector3;
+ public rootRotation: UnityEngine.Quaternion;
+ public applyRootMotion: boolean;
+ public updateMode: UnityEngine.AnimatorUpdateMode;
+ public hasTransformHierarchy: boolean;
+ public gravityWeight: number;
+ public bodyPosition: UnityEngine.Vector3;
+ public bodyRotation: UnityEngine.Quaternion;
+ public stabilizeFeet: boolean;
+ public layerCount: number;
+ public parameters: System.Array$1;
+ public parameterCount: number;
+ public feetPivotActive: number;
+ public pivotWeight: number;
+ public pivotPosition: UnityEngine.Vector3;
+ public isMatchingTarget: boolean;
+ public speed: number;
+ public targetPosition: UnityEngine.Vector3;
+ public targetRotation: UnityEngine.Quaternion;
+ public cullingMode: UnityEngine.AnimatorCullingMode;
+ public playbackTime: number;
+ public recorderStartTime: number;
+ public recorderStopTime: number;
+ public recorderMode: UnityEngine.AnimatorRecorderMode;
+ public runtimeAnimatorController: UnityEngine.RuntimeAnimatorController;
+ public hasBoundPlayables: boolean;
+ public avatar: UnityEngine.Avatar;
+ public playableGraph: UnityEngine.Playables.PlayableGraph;
+ public layersAffectMassCenter: boolean;
+ public leftFeetBottomHeight: number;
+ public rightFeetBottomHeight: number;
+ public logWarnings: boolean;
+ public fireEvents: boolean;
+ public keepAnimatorControllerStateOnDisable: boolean;
+ public constructor();
+ public GetFloat($name: string):number;
+ public GetFloat($id: number):number;
+ public SetFloat($name: string, $value: number):void;
+ public SetFloat($name: string, $value: number, $dampTime: number, $deltaTime: number):void;
+ public SetFloat($id: number, $value: number):void;
+ public SetFloat($id: number, $value: number, $dampTime: number, $deltaTime: number):void;
+ public GetBool($name: string):boolean;
+ public GetBool($id: number):boolean;
+ public SetBool($name: string, $value: boolean):void;
+ public SetBool($id: number, $value: boolean):void;
+ public GetInteger($name: string):number;
+ public GetInteger($id: number):number;
+ public SetInteger($name: string, $value: number):void;
+ public SetInteger($id: number, $value: number):void;
+ public SetTrigger($name: string):void;
+ public SetTrigger($id: number):void;
+ public ResetTrigger($name: string):void;
+ public ResetTrigger($id: number):void;
+ public IsParameterControlledByCurve($name: string):boolean;
+ public IsParameterControlledByCurve($id: number):boolean;
+ public GetIKPosition($goal: UnityEngine.AvatarIKGoal):UnityEngine.Vector3;
+ public SetIKPosition($goal: UnityEngine.AvatarIKGoal, $goalPosition: UnityEngine.Vector3):void;
+ public GetIKRotation($goal: UnityEngine.AvatarIKGoal):UnityEngine.Quaternion;
+ public SetIKRotation($goal: UnityEngine.AvatarIKGoal, $goalRotation: UnityEngine.Quaternion):void;
+ public GetIKPositionWeight($goal: UnityEngine.AvatarIKGoal):number;
+ public SetIKPositionWeight($goal: UnityEngine.AvatarIKGoal, $value: number):void;
+ public GetIKRotationWeight($goal: UnityEngine.AvatarIKGoal):number;
+ public SetIKRotationWeight($goal: UnityEngine.AvatarIKGoal, $value: number):void;
+ public GetIKHintPosition($hint: UnityEngine.AvatarIKHint):UnityEngine.Vector3;
+ public SetIKHintPosition($hint: UnityEngine.AvatarIKHint, $hintPosition: UnityEngine.Vector3):void;
+ public GetIKHintPositionWeight($hint: UnityEngine.AvatarIKHint):number;
+ public SetIKHintPositionWeight($hint: UnityEngine.AvatarIKHint, $value: number):void;
+ public SetLookAtPosition($lookAtPosition: UnityEngine.Vector3):void;
+ public SetLookAtWeight($weight: number):void;
+ public SetLookAtWeight($weight: number, $bodyWeight: number):void;
+ public SetLookAtWeight($weight: number, $bodyWeight: number, $headWeight: number):void;
+ public SetLookAtWeight($weight: number, $bodyWeight: number, $headWeight: number, $eyesWeight: number):void;
+ public SetLookAtWeight($weight: number, $bodyWeight: number, $headWeight: number, $eyesWeight: number, $clampWeight: number):void;
+ public SetBoneLocalRotation($humanBoneId: UnityEngine.HumanBodyBones, $rotation: UnityEngine.Quaternion):void;
+ public GetBehaviours($fullPathHash: number, $layerIndex: number):System.Array$1;
+ public GetLayerName($layerIndex: number):string;
+ public GetLayerIndex($layerName: string):number;
+ public GetLayerWeight($layerIndex: number):number;
+ public SetLayerWeight($layerIndex: number, $weight: number):void;
+ public GetCurrentAnimatorStateInfo($layerIndex: number):UnityEngine.AnimatorStateInfo;
+ public GetNextAnimatorStateInfo($layerIndex: number):UnityEngine.AnimatorStateInfo;
+ public GetAnimatorTransitionInfo($layerIndex: number):UnityEngine.AnimatorTransitionInfo;
+ public GetCurrentAnimatorClipInfoCount($layerIndex: number):number;
+ public GetNextAnimatorClipInfoCount($layerIndex: number):number;
+ public GetCurrentAnimatorClipInfo($layerIndex: number):System.Array$1;
+ public GetNextAnimatorClipInfo($layerIndex: number):System.Array$1;
+ public GetCurrentAnimatorClipInfo($layerIndex: number, $clips: System.Collections.Generic.List$1):void;
+ public GetNextAnimatorClipInfo($layerIndex: number, $clips: System.Collections.Generic.List$1):void;
+ public IsInTransition($layerIndex: number):boolean;
+ public GetParameter($index: number):UnityEngine.AnimatorControllerParameter;
+ public MatchTarget($matchPosition: UnityEngine.Vector3, $matchRotation: UnityEngine.Quaternion, $targetBodyPart: UnityEngine.AvatarTarget, $weightMask: UnityEngine.MatchTargetWeightMask, $startNormalizedTime: number):void;
+ public MatchTarget($matchPosition: UnityEngine.Vector3, $matchRotation: UnityEngine.Quaternion, $targetBodyPart: UnityEngine.AvatarTarget, $weightMask: UnityEngine.MatchTargetWeightMask, $startNormalizedTime: number, $targetNormalizedTime: number):void;
+ public InterruptMatchTarget():void;
+ public InterruptMatchTarget($completeMatch: boolean):void;
+ public CrossFadeInFixedTime($stateName: string, $fixedTransitionDuration: number):void;
+ public CrossFadeInFixedTime($stateName: string, $fixedTransitionDuration: number, $layer: number):void;
+ public CrossFadeInFixedTime($stateName: string, $fixedTransitionDuration: number, $layer: number, $fixedTimeOffset: number):void;
+ public CrossFadeInFixedTime($stateName: string, $fixedTransitionDuration: number, $layer: number, $fixedTimeOffset: number, $normalizedTransitionTime: number):void;
+ public CrossFadeInFixedTime($stateHashName: number, $fixedTransitionDuration: number, $layer: number, $fixedTimeOffset: number):void;
+ public CrossFadeInFixedTime($stateHashName: number, $fixedTransitionDuration: number, $layer: number):void;
+ public CrossFadeInFixedTime($stateHashName: number, $fixedTransitionDuration: number):void;
+ public CrossFadeInFixedTime($stateHashName: number, $fixedTransitionDuration: number, $layer: number, $fixedTimeOffset: number, $normalizedTransitionTime: number):void;
+ public WriteDefaultValues():void;
+ public CrossFade($stateName: string, $normalizedTransitionDuration: number, $layer: number, $normalizedTimeOffset: number):void;
+ public CrossFade($stateName: string, $normalizedTransitionDuration: number, $layer: number):void;
+ public CrossFade($stateName: string, $normalizedTransitionDuration: number):void;
+ public CrossFade($stateName: string, $normalizedTransitionDuration: number, $layer: number, $normalizedTimeOffset: number, $normalizedTransitionTime: number):void;
+ public CrossFade($stateHashName: number, $normalizedTransitionDuration: number, $layer: number, $normalizedTimeOffset: number, $normalizedTransitionTime: number):void;
+ public CrossFade($stateHashName: number, $normalizedTransitionDuration: number, $layer: number, $normalizedTimeOffset: number):void;
+ public CrossFade($stateHashName: number, $normalizedTransitionDuration: number, $layer: number):void;
+ public CrossFade($stateHashName: number, $normalizedTransitionDuration: number):void;
+ public PlayInFixedTime($stateName: string, $layer: number):void;
+ public PlayInFixedTime($stateName: string):void;
+ public PlayInFixedTime($stateName: string, $layer: number, $fixedTime: number):void;
+ public PlayInFixedTime($stateNameHash: number, $layer: number, $fixedTime: number):void;
+ public PlayInFixedTime($stateNameHash: number, $layer: number):void;
+ public PlayInFixedTime($stateNameHash: number):void;
+ public Play($stateName: string, $layer: number):void;
+ public Play($stateName: string):void;
+ public Play($stateName: string, $layer: number, $normalizedTime: number):void;
+ public Play($stateNameHash: number, $layer: number, $normalizedTime: number):void;
+ public Play($stateNameHash: number, $layer: number):void;
+ public Play($stateNameHash: number):void;
+ public SetTarget($targetIndex: UnityEngine.AvatarTarget, $targetNormalizedTime: number):void;
+ public GetBoneTransform($humanBoneId: UnityEngine.HumanBodyBones):UnityEngine.Transform;
+ public StartPlayback():void;
+ public StopPlayback():void;
+ public StartRecording($frameCount: number):void;
+ public StopRecording():void;
+ public HasState($layerIndex: number, $stateID: number):boolean;
+ public static StringToHash($name: string):number;
+ public Update($deltaTime: number):void;
+ public Rebind():void;
+ public ApplyBuiltinRootMotion():void;
+
+ }
+ class AnimationInfo extends System.ValueType {
+
+ }
+ enum AnimatorUpdateMode { Normal = 0, AnimatePhysics = 1, UnscaledTime = 2 }
+ enum AvatarIKGoal { LeftFoot = 0, RightFoot = 1, LeftHand = 2, RightHand = 3 }
+ enum AvatarIKHint { LeftKnee = 0, RightKnee = 1, LeftElbow = 2, RightElbow = 3 }
+ enum HumanBodyBones { Hips = 0, LeftUpperLeg = 1, RightUpperLeg = 2, LeftLowerLeg = 3, RightLowerLeg = 4, LeftFoot = 5, RightFoot = 6, Spine = 7, Chest = 8, UpperChest = 54, Neck = 9, Head = 10, LeftShoulder = 11, RightShoulder = 12, LeftUpperArm = 13, RightUpperArm = 14, LeftLowerArm = 15, RightLowerArm = 16, LeftHand = 17, RightHand = 18, LeftToes = 19, RightToes = 20, LeftEye = 21, RightEye = 22, Jaw = 23, LeftThumbProximal = 24, LeftThumbIntermediate = 25, LeftThumbDistal = 26, LeftIndexProximal = 27, LeftIndexIntermediate = 28, LeftIndexDistal = 29, LeftMiddleProximal = 30, LeftMiddleIntermediate = 31, LeftMiddleDistal = 32, LeftRingProximal = 33, LeftRingIntermediate = 34, LeftRingDistal = 35, LeftLittleProximal = 36, LeftLittleIntermediate = 37, LeftLittleDistal = 38, RightThumbProximal = 39, RightThumbIntermediate = 40, RightThumbDistal = 41, RightIndexProximal = 42, RightIndexIntermediate = 43, RightIndexDistal = 44, RightMiddleProximal = 45, RightMiddleIntermediate = 46, RightMiddleDistal = 47, RightRingProximal = 48, RightRingIntermediate = 49, RightRingDistal = 50, RightLittleProximal = 51, RightLittleIntermediate = 52, RightLittleDistal = 53, LastBone = 55 }
+ class StateMachineBehaviour extends UnityEngine.ScriptableObject {
+
+ }
+ class ScriptableObject extends UnityEngine.Object {
+ public constructor();
+ public static CreateInstance($className: string):UnityEngine.ScriptableObject;
+ public static CreateInstance($type: System.Type):UnityEngine.ScriptableObject;
+
+ }
+ class AnimatorStateInfo extends System.ValueType {
+
+ }
+ class AnimatorTransitionInfo extends System.ValueType {
+
+ }
+ class AnimatorClipInfo extends System.ValueType {
+
+ }
+ class AnimatorControllerParameter extends System.Object {
+
+ }
+ enum AvatarTarget { Root = 0, Body = 1, LeftFoot = 2, RightFoot = 3, LeftHand = 4, RightHand = 5 }
+ class MatchTargetWeightMask extends System.ValueType {
+
+ }
+ enum AnimatorCullingMode { AlwaysAnimate = 0, CullUpdateTransforms = 1, CullCompletely = 2, BasedOnRenderers = 1 }
+ enum AnimatorRecorderMode { Offline = 0, Playback = 1, Record = 2 }
+ class RuntimeAnimatorController extends UnityEngine.Object {
+
+ }
+ class Avatar extends UnityEngine.Object {
+
+ }
+ class AssetBundle extends UnityEngine.Object {
+ public isStreamedSceneAssetBundle: boolean;
+ public static UnloadAllAssetBundles($unloadAllObjects: boolean):void;
+ public static GetAllLoadedAssetBundles():System.Collections.Generic.IEnumerable$1;
+ public static LoadFromFileAsync($path: string):UnityEngine.AssetBundleCreateRequest;
+ public static LoadFromFileAsync($path: string, $crc: number):UnityEngine.AssetBundleCreateRequest;
+ public static LoadFromFileAsync($path: string, $crc: number, $offset: bigint):UnityEngine.AssetBundleCreateRequest;
+ public static LoadFromFile($path: string):UnityEngine.AssetBundle;
+ public static LoadFromFile($path: string, $crc: number):UnityEngine.AssetBundle;
+ public static LoadFromFile($path: string, $crc: number, $offset: bigint):UnityEngine.AssetBundle;
+ public static LoadFromMemoryAsync($binary: System.Array$1):UnityEngine.AssetBundleCreateRequest;
+ public static LoadFromMemoryAsync($binary: System.Array$1, $crc: number):UnityEngine.AssetBundleCreateRequest;
+ public static LoadFromMemory($binary: System.Array$1):UnityEngine.AssetBundle;
+ public static LoadFromMemory($binary: System.Array$1, $crc: number):UnityEngine.AssetBundle;
+ public static LoadFromStreamAsync($stream: System.IO.Stream, $crc: number, $managedReadBufferSize: number):UnityEngine.AssetBundleCreateRequest;
+ public static LoadFromStreamAsync($stream: System.IO.Stream, $crc: number):UnityEngine.AssetBundleCreateRequest;
+ public static LoadFromStreamAsync($stream: System.IO.Stream):UnityEngine.AssetBundleCreateRequest;
+ public static LoadFromStream($stream: System.IO.Stream, $crc: number, $managedReadBufferSize: number):UnityEngine.AssetBundle;
+ public static LoadFromStream($stream: System.IO.Stream, $crc: number):UnityEngine.AssetBundle;
+ public static LoadFromStream($stream: System.IO.Stream):UnityEngine.AssetBundle;
+ public static SetAssetBundleDecryptKey($password: string):void;
+ public Contains($name: string):boolean;
+ public LoadAsset($name: string):UnityEngine.Object;
+ public LoadAsset($name: string, $type: System.Type):UnityEngine.Object;
+ public LoadAssetAsync($name: string):UnityEngine.AssetBundleRequest;
+ public LoadAssetAsync($name: string, $type: System.Type):UnityEngine.AssetBundleRequest;
+ public LoadAssetWithSubAssets($name: string):System.Array$1;
+ public LoadAssetWithSubAssets($name: string, $type: System.Type):System.Array$1;
+ public LoadAssetWithSubAssetsAsync($name: string):UnityEngine.AssetBundleRequest;
+ public LoadAssetWithSubAssetsAsync($name: string, $type: System.Type):UnityEngine.AssetBundleRequest;
+ public LoadAllAssets():System.Array$1;
+ public LoadAllAssets($type: System.Type):System.Array$1;
+ public LoadAllAssetsAsync():UnityEngine.AssetBundleRequest;
+ public LoadAllAssetsAsync($type: System.Type):UnityEngine.AssetBundleRequest;
+ public Unload($unloadAllLoadedObjects: boolean):void;
+ public GetAllAssetNames():System.Array$1;
+ public GetAllScenePaths():System.Array$1;
+ public static RecompressAssetBundleAsync($inputPath: string, $outputPath: string, $method: UnityEngine.BuildCompression, $expectedCRC?: number, $priority?: UnityEngine.ThreadPriority):UnityEngine.AssetBundleRecompressOperation;
+
+ }
+ class AssetBundleCreateRequest extends UnityEngine.AsyncOperation {
+ public assetBundle: UnityEngine.AssetBundle;
+ public constructor();
+
+ }
+ class AsyncOperation extends UnityEngine.YieldInstruction {
+ public isDone: boolean;
+ public progress: number;
+ public priority: number;
+ public allowSceneActivation: boolean;
+ public constructor();
+ public add_completed($value: System.Action$1):void;
+ public remove_completed($value: System.Action$1):void;
+
+ }
+ class YieldInstruction extends System.Object {
+
+ }
+ class AssetBundleRequest extends UnityEngine.AsyncOperation {
+ public asset: UnityEngine.Object;
+ public allAssets: System.Array$1;
+ public constructor();
+
+ }
+ class AssetBundleRecompressOperation extends UnityEngine.AsyncOperation {
+
+ }
+ class BuildCompression extends System.ValueType {
+
+ }
+ enum ThreadPriority { Low = 0, BelowNormal = 1, Normal = 2, High = 4 }
+ class AudioClip extends UnityEngine.Object {
+ public length: number;
+ public samples: number;
+ public channels: number;
+ public frequency: number;
+ public loadType: UnityEngine.AudioClipLoadType;
+ public preloadAudioData: boolean;
+ public ambisonic: boolean;
+ public loadState: UnityEngine.AudioDataLoadState;
+ public loadInBackground: boolean;
+ public LoadAudioData():boolean;
+ public UnloadAudioData():boolean;
+ public GetData($data: System.Array$1, $offsetSamples: number):boolean;
+ public SetData($data: System.Array$1, $offsetSamples: number):boolean;
+ public static Create($name: string, $lengthSamples: number, $channels: number, $frequency: number, $stream: boolean):UnityEngine.AudioClip;
+ public static Create($name: string, $lengthSamples: number, $channels: number, $frequency: number, $stream: boolean, $pcmreadercallback: UnityEngine.AudioClip.PCMReaderCallback):UnityEngine.AudioClip;
+ public static Create($name: string, $lengthSamples: number, $channels: number, $frequency: number, $stream: boolean, $pcmreadercallback: UnityEngine.AudioClip.PCMReaderCallback, $pcmsetpositioncallback: UnityEngine.AudioClip.PCMSetPositionCallback):UnityEngine.AudioClip;
+
+ }
+ enum AudioClipLoadType { DecompressOnLoad = 0, CompressedInMemory = 1, Streaming = 2 }
+ enum AudioDataLoadState { Unloaded = 0, Loading = 1, Loaded = 2, Failed = 3 }
+ class AudioListener extends UnityEngine.AudioBehaviour {
+ public static volume: number;
+ public static pause: boolean;
+ public velocityUpdateMode: UnityEngine.AudioVelocityUpdateMode;
+ public constructor();
+ public static GetOutputData($samples: System.Array$1, $channel: number):void;
+ public static GetSpectrumData($samples: System.Array$1, $channel: number, $window: UnityEngine.FFTWindow):void;
+
+ }
+ class AudioBehaviour extends UnityEngine.Behaviour {
+
+ }
+ enum AudioVelocityUpdateMode { Auto = 0, Fixed = 1, Dynamic = 2 }
+ enum FFTWindow { Rectangular = 0, Triangle = 1, Hamming = 2, Hanning = 3, Blackman = 4, BlackmanHarris = 5 }
+ class AudioSource extends UnityEngine.AudioBehaviour {
+ public volume: number;
+ public pitch: number;
+ public time: number;
+ public timeSamples: number;
+ public clip: UnityEngine.AudioClip;
+ public outputAudioMixerGroup: UnityEngine.Audio.AudioMixerGroup;
+ public isPlaying: boolean;
+ public isVirtual: boolean;
+ public loop: boolean;
+ public ignoreListenerVolume: boolean;
+ public playOnAwake: boolean;
+ public ignoreListenerPause: boolean;
+ public velocityUpdateMode: UnityEngine.AudioVelocityUpdateMode;
+ public panStereo: number;
+ public spatialBlend: number;
+ public spatialize: boolean;
+ public spatializePostEffects: boolean;
+ public reverbZoneMix: number;
+ public bypassEffects: boolean;
+ public bypassListenerEffects: boolean;
+ public bypassReverbZones: boolean;
+ public dopplerLevel: number;
+ public spread: number;
+ public priority: number;
+ public mute: boolean;
+ public minDistance: number;
+ public maxDistance: number;
+ public rolloffMode: UnityEngine.AudioRolloffMode;
+ public constructor();
+ public Play($delay: bigint):void;
+ public Play():void;
+ public PlayDelayed($delay: number):void;
+ public PlayScheduled($time: number):void;
+ public SetScheduledStartTime($time: number):void;
+ public SetScheduledEndTime($time: number):void;
+ public Stop():void;
+ public Pause():void;
+ public UnPause():void;
+ public PlayOneShot($clip: UnityEngine.AudioClip):void;
+ public PlayOneShot($clip: UnityEngine.AudioClip, $volumeScale: number):void;
+ public static PlayClipAtPoint($clip: UnityEngine.AudioClip, $position: UnityEngine.Vector3):void;
+ public static PlayClipAtPoint($clip: UnityEngine.AudioClip, $position: UnityEngine.Vector3, $volume: number):void;
+ public SetCustomCurve($type: UnityEngine.AudioSourceCurveType, $curve: UnityEngine.AnimationCurve):void;
+ public GetCustomCurve($type: UnityEngine.AudioSourceCurveType):UnityEngine.AnimationCurve;
+ public GetOutputData($samples: System.Array$1, $channel: number):void;
+ public GetSpectrumData($samples: System.Array$1, $channel: number, $window: UnityEngine.FFTWindow):void;
+ public SetSpatializerFloat($index: number, $value: number):boolean;
+ public GetSpatializerFloat($index: number, $value: $Ref):boolean;
+ public SetAmbisonicDecoderFloat($index: number, $value: number):boolean;
+ public GetAmbisonicDecoderFloat($index: number, $value: $Ref):boolean;
+
+ }
+ enum AudioSourceCurveType { CustomRolloff = 0, SpatialBlend = 1, ReverbZoneMix = 2, Spread = 3 }
+ class AnimationCurve extends System.Object {
+
+ }
+ enum AudioRolloffMode { Logarithmic = 0, Linear = 1, Custom = 2 }
+ class Texture extends UnityEngine.Object {
+ public static masterTextureLimit: number;
+ public static anisotropicFiltering: UnityEngine.AnisotropicFiltering;
+ public width: number;
+ public height: number;
+ public dimension: UnityEngine.Rendering.TextureDimension;
+ public isReadable: boolean;
+ public wrapMode: UnityEngine.TextureWrapMode;
+ public wrapModeU: UnityEngine.TextureWrapMode;
+ public wrapModeV: UnityEngine.TextureWrapMode;
+ public wrapModeW: UnityEngine.TextureWrapMode;
+ public filterMode: UnityEngine.FilterMode;
+ public anisoLevel: number;
+ public mipMapBias: number;
+ public texelSize: UnityEngine.Vector2;
+ public updateCount: number;
+ public imageContentsHash: UnityEngine.Hash128;
+ public static totalTextureMemory: bigint;
+ public static desiredTextureMemory: bigint;
+ public static targetTextureMemory: bigint;
+ public static currentTextureMemory: bigint;
+ public static nonStreamingTextureMemory: bigint;
+ public static streamingMipmapUploadCount: bigint;
+ public static streamingRendererCount: bigint;
+ public static streamingTextureCount: bigint;
+ public static nonStreamingTextureCount: bigint;
+ public static streamingTexturePendingLoadCount: bigint;
+ public static streamingTextureLoadingCount: bigint;
+ public static streamingTextureForceLoadAll: boolean;
+ public static streamingTextureDiscardUnusedMips: boolean;
+ public static SetGlobalAnisotropicFilteringLimits($forcedMin: number, $globalMax: number):void;
+ public GetNativeTexturePtr():System.IntPtr;
+ public IncrementUpdateCount():void;
+ public static SetStreamingTextureMaterialDebugProperties():void;
+
+ }
+ enum AnisotropicFiltering { Disable = 0, Enable = 1, ForceEnable = 2 }
+ enum TextureWrapMode { Repeat = 0, Clamp = 1, Mirror = 2, MirrorOnce = 3 }
+ enum FilterMode { Point = 0, Bilinear = 1, Trilinear = 2 }
+ class Vector2 extends System.ValueType {
+ public x: number;
+ public y: number;
+ public static kEpsilon: number;
+ public static kEpsilonNormalSqrt: number;
+ public normalized: UnityEngine.Vector2;
+ public magnitude: number;
+ public sqrMagnitude: number;
+ public static zero: UnityEngine.Vector2;
+ public static one: UnityEngine.Vector2;
+ public static up: UnityEngine.Vector2;
+ public static down: UnityEngine.Vector2;
+ public static left: UnityEngine.Vector2;
+ public static right: UnityEngine.Vector2;
+ public static positiveInfinity: UnityEngine.Vector2;
+ public static negativeInfinity: UnityEngine.Vector2;
+ public constructor($x: number, $y: number);
+ public get_Item($index: number):number;
+ public set_Item($index: number, $value: number):void;
+ public Set($newX: number, $newY: number):void;
+ public static Lerp($a: UnityEngine.Vector2, $b: UnityEngine.Vector2, $t: number):UnityEngine.Vector2;
+ public static LerpUnclamped($a: UnityEngine.Vector2, $b: UnityEngine.Vector2, $t: number):UnityEngine.Vector2;
+ public static MoveTowards($current: UnityEngine.Vector2, $target: UnityEngine.Vector2, $maxDistanceDelta: number):UnityEngine.Vector2;
+ public static Scale($a: UnityEngine.Vector2, $b: UnityEngine.Vector2):UnityEngine.Vector2;
+ public Scale($scale: UnityEngine.Vector2):void;
+ public Normalize():void;
+ public ToString():string;
+ public ToString($format: string):string;
+ public Equals($other: any):boolean;
+ public Equals($other: UnityEngine.Vector2):boolean;
+ public static Reflect($inDirection: UnityEngine.Vector2, $inNormal: UnityEngine.Vector2):UnityEngine.Vector2;
+ public static Perpendicular($inDirection: UnityEngine.Vector2):UnityEngine.Vector2;
+ public static Dot($lhs: UnityEngine.Vector2, $rhs: UnityEngine.Vector2):number;
+ public static Angle($from: UnityEngine.Vector2, $to: UnityEngine.Vector2):number;
+ public static SignedAngle($from: UnityEngine.Vector2, $to: UnityEngine.Vector2):number;
+ public static Distance($a: UnityEngine.Vector2, $b: UnityEngine.Vector2):number;
+ public static ClampMagnitude($vector: UnityEngine.Vector2, $maxLength: number):UnityEngine.Vector2;
+ public static SqrMagnitude($a: UnityEngine.Vector2):number;
+ public SqrMagnitude():number;
+ public static Min($lhs: UnityEngine.Vector2, $rhs: UnityEngine.Vector2):UnityEngine.Vector2;
+ public static Max($lhs: UnityEngine.Vector2, $rhs: UnityEngine.Vector2):UnityEngine.Vector2;
+ public static SmoothDamp($current: UnityEngine.Vector2, $target: UnityEngine.Vector2, $currentVelocity: $Ref, $smoothTime: number, $maxSpeed: number):UnityEngine.Vector2;
+ public static SmoothDamp($current: UnityEngine.Vector2, $target: UnityEngine.Vector2, $currentVelocity: $Ref, $smoothTime: number):UnityEngine.Vector2;
+ public static SmoothDamp($current: UnityEngine.Vector2, $target: UnityEngine.Vector2, $currentVelocity: $Ref, $smoothTime: number, $maxSpeed: number, $deltaTime: number):UnityEngine.Vector2;
+ public static op_Addition($a: UnityEngine.Vector2, $b: UnityEngine.Vector2):UnityEngine.Vector2;
+ public static op_Subtraction($a: UnityEngine.Vector2, $b: UnityEngine.Vector2):UnityEngine.Vector2;
+ public static op_Multiply($a: UnityEngine.Vector2, $b: UnityEngine.Vector2):UnityEngine.Vector2;
+ public static op_Division($a: UnityEngine.Vector2, $b: UnityEngine.Vector2):UnityEngine.Vector2;
+ public static op_UnaryNegation($a: UnityEngine.Vector2):UnityEngine.Vector2;
+ public static op_Multiply($a: UnityEngine.Vector2, $d: number):UnityEngine.Vector2;
+ public static op_Multiply($d: number, $a: UnityEngine.Vector2):UnityEngine.Vector2;
+ public static op_Division($a: UnityEngine.Vector2, $d: number):UnityEngine.Vector2;
+ public static op_Equality($lhs: UnityEngine.Vector2, $rhs: UnityEngine.Vector2):boolean;
+ public static op_Inequality($lhs: UnityEngine.Vector2, $rhs: UnityEngine.Vector2):boolean;
+ public static op_Implicit($v: UnityEngine.Vector3):UnityEngine.Vector2;
+ public static op_Implicit($v: UnityEngine.Vector2):UnityEngine.Vector3;
+
+ }
+ class Hash128 extends System.ValueType {
+
+ }
+ class Color extends System.ValueType {
+ public r: number;
+ public g: number;
+ public b: number;
+ public a: number;
+ public static red: UnityEngine.Color;
+ public static green: UnityEngine.Color;
+ public static blue: UnityEngine.Color;
+ public static white: UnityEngine.Color;
+ public static black: UnityEngine.Color;
+ public static yellow: UnityEngine.Color;
+ public static cyan: UnityEngine.Color;
+ public static magenta: UnityEngine.Color;
+ public static gray: UnityEngine.Color;
+ public static grey: UnityEngine.Color;
+ public static clear: UnityEngine.Color;
+ public grayscale: number;
+ public linear: UnityEngine.Color;
+ public gamma: UnityEngine.Color;
+ public maxColorComponent: number;
+ public constructor($r: number, $g: number, $b: number, $a: number);
+ public constructor($r: number, $g: number, $b: number);
+ public ToString():string;
+ public ToString($format: string):string;
+ public Equals($other: any):boolean;
+ public Equals($other: UnityEngine.Color):boolean;
+ public static op_Addition($a: UnityEngine.Color, $b: UnityEngine.Color):UnityEngine.Color;
+ public static op_Subtraction($a: UnityEngine.Color, $b: UnityEngine.Color):UnityEngine.Color;
+ public static op_Multiply($a: UnityEngine.Color, $b: UnityEngine.Color):UnityEngine.Color;
+ public static op_Multiply($a: UnityEngine.Color, $b: number):UnityEngine.Color;
+ public static op_Multiply($b: number, $a: UnityEngine.Color):UnityEngine.Color;
+ public static op_Division($a: UnityEngine.Color, $b: number):UnityEngine.Color;
+ public static op_Equality($lhs: UnityEngine.Color, $rhs: UnityEngine.Color):boolean;
+ public static op_Inequality($lhs: UnityEngine.Color, $rhs: UnityEngine.Color):boolean;
+ public static Lerp($a: UnityEngine.Color, $b: UnityEngine.Color, $t: number):UnityEngine.Color;
+ public static LerpUnclamped($a: UnityEngine.Color, $b: UnityEngine.Color, $t: number):UnityEngine.Color;
+ public static op_Implicit($c: UnityEngine.Color):UnityEngine.Vector4;
+ public static op_Implicit($v: UnityEngine.Vector4):UnityEngine.Color;
+ public get_Item($index: number):number;
+ public set_Item($index: number, $value: number):void;
+ public static RGBToHSV($rgbColor: UnityEngine.Color, $H: $Ref, $S: $Ref, $V: $Ref):void;
+ public static HSVToRGB($H: number, $S: number, $V: number):UnityEngine.Color;
+ public static HSVToRGB($H: number, $S: number, $V: number, $hdr: boolean):UnityEngine.Color;
+
+ }
+ class Vector4 extends System.ValueType {
+ public static kEpsilon: number;
+ public x: number;
+ public y: number;
+ public z: number;
+ public w: number;
+ public normalized: UnityEngine.Vector4;
+ public magnitude: number;
+ public sqrMagnitude: number;
+ public static zero: UnityEngine.Vector4;
+ public static one: UnityEngine.Vector4;
+ public static positiveInfinity: UnityEngine.Vector4;
+ public static negativeInfinity: UnityEngine.Vector4;
+ public constructor($x: number, $y: number, $z: number, $w: number);
+ public constructor($x: number, $y: number, $z: number);
+ public constructor($x: number, $y: number);
+ public get_Item($index: number):number;
+ public set_Item($index: number, $value: number):void;
+ public Set($newX: number, $newY: number, $newZ: number, $newW: number):void;
+ public static Lerp($a: UnityEngine.Vector4, $b: UnityEngine.Vector4, $t: number):UnityEngine.Vector4;
+ public static LerpUnclamped($a: UnityEngine.Vector4, $b: UnityEngine.Vector4, $t: number):UnityEngine.Vector4;
+ public static MoveTowards($current: UnityEngine.Vector4, $target: UnityEngine.Vector4, $maxDistanceDelta: number):UnityEngine.Vector4;
+ public static Scale($a: UnityEngine.Vector4, $b: UnityEngine.Vector4):UnityEngine.Vector4;
+ public Scale($scale: UnityEngine.Vector4):void;
+ public Equals($other: any):boolean;
+ public Equals($other: UnityEngine.Vector4):boolean;
+ public static Normalize($a: UnityEngine.Vector4):UnityEngine.Vector4;
+ public Normalize():void;
+ public static Dot($a: UnityEngine.Vector4, $b: UnityEngine.Vector4):number;
+ public static Project($a: UnityEngine.Vector4, $b: UnityEngine.Vector4):UnityEngine.Vector4;
+ public static Distance($a: UnityEngine.Vector4, $b: UnityEngine.Vector4):number;
+ public static Magnitude($a: UnityEngine.Vector4):number;
+ public static Min($lhs: UnityEngine.Vector4, $rhs: UnityEngine.Vector4):UnityEngine.Vector4;
+ public static Max($lhs: UnityEngine.Vector4, $rhs: UnityEngine.Vector4):UnityEngine.Vector4;
+ public static op_Addition($a: UnityEngine.Vector4, $b: UnityEngine.Vector4):UnityEngine.Vector4;
+ public static op_Subtraction($a: UnityEngine.Vector4, $b: UnityEngine.Vector4):UnityEngine.Vector4;
+ public static op_UnaryNegation($a: UnityEngine.Vector4):UnityEngine.Vector4;
+ public static op_Multiply($a: UnityEngine.Vector4, $d: number):UnityEngine.Vector4;
+ public static op_Multiply($d: number, $a: UnityEngine.Vector4):UnityEngine.Vector4;
+ public static op_Division($a: UnityEngine.Vector4, $d: number):UnityEngine.Vector4;
+ public static op_Equality($lhs: UnityEngine.Vector4, $rhs: UnityEngine.Vector4):boolean;
+ public static op_Inequality($lhs: UnityEngine.Vector4, $rhs: UnityEngine.Vector4):boolean;
+ public static op_Implicit($v: UnityEngine.Vector3):UnityEngine.Vector4;
+ public static op_Implicit($v: UnityEngine.Vector4):UnityEngine.Vector3;
+ public static op_Implicit($v: UnityEngine.Vector2):UnityEngine.Vector4;
+ public static op_Implicit($v: UnityEngine.Vector4):UnityEngine.Vector2;
+ public ToString():string;
+ public ToString($format: string):string;
+ public static SqrMagnitude($a: UnityEngine.Vector4):number;
+ public SqrMagnitude():number;
+
+ }
+ class Touch extends System.ValueType {
+ public fingerId: number;
+ public position: UnityEngine.Vector2;
+ public rawPosition: UnityEngine.Vector2;
+ public deltaPosition: UnityEngine.Vector2;
+ public deltaTime: number;
+ public tapCount: number;
+ public phase: UnityEngine.TouchPhase;
+ public pressure: number;
+ public maximumPossiblePressure: number;
+ public type: UnityEngine.TouchType;
+ public altitudeAngle: number;
+ public azimuthAngle: number;
+ public radius: number;
+ public radiusVariance: number;
+
+ }
+ enum TouchPhase { Began = 0, Moved = 1, Stationary = 2, Ended = 3, Canceled = 4 }
+ enum TouchType { Direct = 0, Indirect = 1, Stylus = 2 }
+ class Application extends System.Object {
+ public static isPlaying: boolean;
+ public static isFocused: boolean;
+ public static platform: UnityEngine.RuntimePlatform;
+ public static buildGUID: string;
+ public static isMobilePlatform: boolean;
+ public static isConsolePlatform: boolean;
+ public static runInBackground: boolean;
+ public static isBatchMode: boolean;
+ public static dataPath: string;
+ public static streamingAssetsPath: string;
+ public static persistentDataPath: string;
+ public static temporaryCachePath: string;
+ public static absoluteURL: string;
+ public static unityVersion: string;
+ public static version: string;
+ public static installerName: string;
+ public static identifier: string;
+ public static installMode: UnityEngine.ApplicationInstallMode;
+ public static sandboxType: UnityEngine.ApplicationSandboxType;
+ public static productName: string;
+ public static companyName: string;
+ public static cloudProjectId: string;
+ public static targetFrameRate: number;
+ public static systemLanguage: UnityEngine.SystemLanguage;
+ public static consoleLogPath: string;
+ public static backgroundLoadingPriority: UnityEngine.ThreadPriority;
+ public static internetReachability: UnityEngine.NetworkReachability;
+ public static genuine: boolean;
+ public static genuineCheckAvailable: boolean;
+ public static isEditor: boolean;
+ public constructor();
+ public static Quit($exitCode: number):void;
+ public static Quit():void;
+ public static Unload():void;
+ public static CanStreamedLevelBeLoaded($levelIndex: number):boolean;
+ public static CanStreamedLevelBeLoaded($levelName: string):boolean;
+ public static IsPlaying($obj: UnityEngine.Object):boolean;
+ public static GetBuildTags():System.Array$1;
+ public static SetBuildTags($buildTags: System.Array$1):void;
+ public static HasProLicense():boolean;
+ public static RequestAdvertisingIdentifierAsync($delegateMethod: UnityEngine.Application.AdvertisingIdentifierCallback):boolean;
+ public static OpenURL($url: string):void;
+ public static GetStackTraceLogType($logType: UnityEngine.LogType):UnityEngine.StackTraceLogType;
+ public static SetStackTraceLogType($logType: UnityEngine.LogType, $stackTraceType: UnityEngine.StackTraceLogType):void;
+ public static RequestUserAuthorization($mode: UnityEngine.UserAuthorization):UnityEngine.AsyncOperation;
+ public static HasUserAuthorization($mode: UnityEngine.UserAuthorization):boolean;
+ public static add_lowMemory($value: UnityEngine.Application.LowMemoryCallback):void;
+ public static remove_lowMemory($value: UnityEngine.Application.LowMemoryCallback):void;
+ public static add_logMessageReceived($value: UnityEngine.Application.LogCallback):void;
+ public static remove_logMessageReceived($value: UnityEngine.Application.LogCallback):void;
+ public static add_logMessageReceivedThreaded($value: UnityEngine.Application.LogCallback):void;
+ public static remove_logMessageReceivedThreaded($value: UnityEngine.Application.LogCallback):void;
+ public static add_onBeforeRender($value: UnityEngine.Events.UnityAction):void;
+ public static remove_onBeforeRender($value: UnityEngine.Events.UnityAction):void;
+ public static add_focusChanged($value: System.Action$1):void;
+ public static remove_focusChanged($value: System.Action$1):void;
+ public static add_wantsToQuit($value: System.Func$1):void;
+ public static remove_wantsToQuit($value: System.Func$1):void;
+ public static add_quitting($value: System.Action):void;
+ public static remove_quitting($value: System.Action):void;
+
+ }
+ enum RuntimePlatform { OSXEditor = 0, OSXPlayer = 1, WindowsPlayer = 2, OSXWebPlayer = 3, OSXDashboardPlayer = 4, WindowsWebPlayer = 5, WindowsEditor = 7, IPhonePlayer = 8, XBOX360 = 10, PS3 = 9, Android = 11, NaCl = 12, FlashPlayer = 15, LinuxPlayer = 13, LinuxEditor = 16, WebGLPlayer = 17, MetroPlayerX86 = 18, WSAPlayerX86 = 18, MetroPlayerX64 = 19, WSAPlayerX64 = 19, MetroPlayerARM = 20, WSAPlayerARM = 20, WP8Player = 21, BB10Player = 22, BlackBerryPlayer = 22, TizenPlayer = 23, PSP2 = 24, PS4 = 25, PSM = 26, XboxOne = 27, SamsungTVPlayer = 28, WiiU = 30, tvOS = 31, Switch = 32, Lumin = 33 }
+ enum ApplicationInstallMode { Unknown = 0, Store = 1, DeveloperBuild = 2, Adhoc = 3, Enterprise = 4, Editor = 5 }
+ enum ApplicationSandboxType { Unknown = 0, NotSandboxed = 1, Sandboxed = 2, SandboxBroken = 3 }
+ enum SystemLanguage { Afrikaans = 0, Arabic = 1, Basque = 2, Belarusian = 3, Bulgarian = 4, Catalan = 5, Chinese = 6, Czech = 7, Danish = 8, Dutch = 9, English = 10, Estonian = 11, Faroese = 12, Finnish = 13, French = 14, German = 15, Greek = 16, Hebrew = 17, Hugarian = 18, Icelandic = 19, Indonesian = 20, Italian = 21, Japanese = 22, Korean = 23, Latvian = 24, Lithuanian = 25, Norwegian = 26, Polish = 27, Portuguese = 28, Romanian = 29, Russian = 30, SerboCroatian = 31, Slovak = 32, Slovenian = 33, Spanish = 34, Swedish = 35, Thai = 36, Turkish = 37, Ukrainian = 38, Vietnamese = 39, ChineseSimplified = 40, ChineseTraditional = 41, Unknown = 42, Hungarian = 18 }
+ enum StackTraceLogType { None = 0, ScriptOnly = 1, Full = 2 }
+ enum LogType { Error = 0, Assert = 1, Warning = 2, Log = 3, Exception = 4 }
+ enum NetworkReachability { NotReachable = 0, ReachableViaCarrierDataNetwork = 1, ReachableViaLocalAreaNetwork = 2 }
+ enum UserAuthorization { WebCam = 1, Microphone = 2 }
+ class Material extends UnityEngine.Object {
+ public shader: UnityEngine.Shader;
+ public color: UnityEngine.Color;
+ public mainTexture: UnityEngine.Texture;
+ public mainTextureOffset: UnityEngine.Vector2;
+ public mainTextureScale: UnityEngine.Vector2;
+ public renderQueue: number;
+ public globalIlluminationFlags: UnityEngine.MaterialGlobalIlluminationFlags;
+ public doubleSidedGI: boolean;
+ public enableInstancing: boolean;
+ public passCount: number;
+ public shaderKeywords: System.Array$1;
+ public constructor($shader: UnityEngine.Shader);
+ public constructor($source: UnityEngine.Material);
+ public HasProperty($nameID: number):boolean;
+ public HasProperty($name: string):boolean;
+ public EnableKeyword($keyword: string):void;
+ public DisableKeyword($keyword: string):void;
+ public IsKeywordEnabled($keyword: string):boolean;
+ public SetShaderPassEnabled($passName: string, $enabled: boolean):void;
+ public GetShaderPassEnabled($passName: string):boolean;
+ public GetPassName($pass: number):string;
+ public FindPass($passName: string):number;
+ public SetOverrideTag($tag: string, $val: string):void;
+ public GetTag($tag: string, $searchFallbacks: boolean, $defaultValue: string):string;
+ public GetTag($tag: string, $searchFallbacks: boolean):string;
+ public Lerp($start: UnityEngine.Material, $end: UnityEngine.Material, $t: number):void;
+ public SetPass($pass: number):boolean;
+ public CopyPropertiesFromMaterial($mat: UnityEngine.Material):void;
+ public GetTexturePropertyNames():System.Array$1;
+ public GetTexturePropertyNameIDs():System.Array$1;
+ public GetTexturePropertyNames($outNames: System.Collections.Generic.List$1):void;
+ public GetTexturePropertyNameIDs($outNames: System.Collections.Generic.List$1):void;
+ public SetFloat($name: string, $value: number):void;
+ public SetFloat($nameID: number, $value: number):void;
+ public SetInt($name: string, $value: number):void;
+ public SetInt($nameID: number, $value: number):void;
+ public SetColor($name: string, $value: UnityEngine.Color):void;
+ public SetColor($nameID: number, $value: UnityEngine.Color):void;
+ public SetVector($name: string, $value: UnityEngine.Vector4):void;
+ public SetVector($nameID: number, $value: UnityEngine.Vector4):void;
+ public SetMatrix($name: string, $value: UnityEngine.Matrix4x4):void;
+ public SetMatrix($nameID: number, $value: UnityEngine.Matrix4x4):void;
+ public SetTexture($name: string, $value: UnityEngine.Texture):void;
+ public SetTexture($nameID: number, $value: UnityEngine.Texture):void;
+ public SetBuffer($name: string, $value: UnityEngine.ComputeBuffer):void;
+ public SetBuffer($nameID: number, $value: UnityEngine.ComputeBuffer):void;
+ public SetFloatArray($name: string, $values: System.Collections.Generic.List$1):void;
+ public SetFloatArray($nameID: number, $values: System.Collections.Generic.List$1):void;
+ public SetFloatArray($name: string, $values: System.Array$1):void;
+ public SetFloatArray($nameID: number, $values: System.Array$1):void;
+ public SetColorArray($name: string, $values: System.Collections.Generic.List$1