增加换肤功能

This commit is contained in:
启星
2025-08-14 10:07:49 +08:00
parent f6964c1e89
commit 4f9318d98e
8789 changed files with 978530 additions and 2 deletions

View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>id</key>
<string>dark</string>
<key>name</key>
<string>黑夜</string>
<key>name_en</key>
<string>Dark</string>
<key>conversation_cell_bg_color</key>
<string>#000000</string>
<key>conversation_cell_top_bg_color</key>
<string>#191919</string>
<key>conversation_bg_color</key>
<string>#111111</string>
<key>conversation_message_not_disturb_img</key>
<string>message_not_disturb</string>
<key>pop_icon_new_chat_img</key>
<string>new_chat.png</string>
<key>pop_icon_new_group_img</key>
<string>new_groupchat.png</string>
<key>conversation_group_bg_color</key>
<string>#000000</string>
<key>conversation_group_animate_view_color</key>
<string>#2D2D2D</string>
<key>conversation_group_btn_select_color</key>
<string>#2E8BD8</string>
<key>conversation_group_btn_unselect_color</key>
<string>#666666</string>
<key>no_conversation_img</key>
<string>no_conversation</string>
</dict>
</plist>

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>id</key>
<string>light</string>
<key>name</key>
<string>轻量</string>
<key>name_en</key>
<string>Light</string>
<key>conversation_cell_bg_color</key>
<string>#FFFFFF</string>
<key>conversation_cell_top_bg_color</key>
<string>#F4F4F4</string>
<key>conversation_bg_color</key>
<string>#FFFFFF</string>
<key>pop_icon_new_chat_img</key>
<string>new_chat.png</string>
<key>pop_icon_new_group_img</key>
<string>new_groupchat.png</string>
<key>conversation_group_bg_color</key>
<string>#EBECF0</string>
<key>conversation_group_animate_view_color</key>
<string>#FFFFFF</string>
<key>conversation_group_btn_select_color</key>
<string>#147AFF</string>
<key>conversation_group_btn_unselect_color</key>
<string>#666666</string>
<key>no_conversation_img</key>
<string>no_conversation</string>
</dict>
</plist>

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>id</key>
<string>lively</string>
<key>name</key>
<string>活泼</string>
<key>name_en</key>
<string>Lively</string>
<key>conversation_cell_bg_color</key>
<string>#FFFFFF</string>
<key>conversation_cell_top_bg_color</key>
<string>#F4F4F4</string>
<key>conversation_bg_color</key>
<string>#FFFFFF</string>
<key>pop_icon_new_chat_img</key>
<string>new_chat.png</string>
<key>pop_icon_new_group_img</key>
<string>new_groupchat.png</string>
<key>conversation_group_bg_color</key>
<string>#EBECF0</string>
<key>conversation_group_animate_view_color</key>
<string>#FFFFFF</string>
<key>conversation_group_btn_select_color</key>
<string>#FF7756</string>
<key>conversation_group_btn_unselect_color</key>
<string>#666666</string>
<key>no_conversation_img</key>
<string>no_conversation</string>
</dict>
</plist>

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>id</key>
<string>serious</string>
<key>name</key>
<string>严肃</string>
<key>name_en</key>
<string>Business</string>
<key>conversation_cell_bg_color</key>
<string>#FFFFFF</string>
<key>conversation_cell_top_bg_color</key>
<string>#F4F4F4</string>
<key>conversation_bg_color</key>
<string>#FFFFFF</string>
<key>conversation_group_bg_color</key>
<string>#EBECF0</string>
<key>conversation_group_animate_view_color</key>
<string>#FFFFFF</string>
<key>conversation_group_btn_select_color</key>
<string>#006EFF</string>
<key>conversation_group_btn_unselect_color</key>
<string>#666666</string>
<key>no_conversation_img</key>
<string>no_conversation</string>
</dict>
</plist>

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB