增加换肤功能

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,36 @@
<?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>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyCollectedDataTypes</key>
<array>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypeUserID</string>
<key>NSPrivacyCollectedDataTypeLinked</key>
<false/>
<key>NSPrivacyCollectedDataTypeTracking</key>
<false/>
<key>NSPrivacyCollectedDataTypePurposes</key>
<array>
<string>NSPrivacyCollectedDataTypePurposeProductPersonalization</string>
</array>
</dict>
</array>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>CA92.1</string>
</array>
</dict>
</array>
</dict>
</plist>

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 512 B

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>dark</string>
<key>name</key>
<string>黑夜</string>
<key>name_en</key>
<string>Dark</string>
<key>group_modify_view_bg_color</key>
<string>#0000007F</string>
<key>group_modify_container_view_bg_color</key>
<string>#222632</string>
<key>group_modify_title_color</key>
<string>#FFFFFFCC</string>
<key>group_modify_desc_color</key>
<string>#FFFFFF66</string>
<key>group_modify_input_bg_color</key>
<string>#FFFFFF19</string>
<key>group_modify_input_text_color</key>
<string>#FFFFFFCC</string>
<key>group_modify_confirm_enable_bg_color</key>
<string>#147AFF</string>
<key>group_nav_back_img</key>
<string>nav_back.png</string>
<key>chat_nav_more_menu_img</key>
<string>chat_nav_more_menu.png</string>
<key>group_controller_bg_color</key>
<string>#111111</string>
</dict>
</plist>

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1020 B

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>group_modify_view_bg_color</key>
<string>#0000007F</string>
<key>group_modify_container_view_bg_color</key>
<string>#FFFFFF</string>
<key>group_modify_title_color</key>
<string>#000000</string>
<key>group_modify_desc_color</key>
<string>#888888</string>
<key>group_modify_input_bg_color</key>
<string>#F5F5F5</string>
<key>group_modify_input_text_color</key>
<string>#000000</string>
<key>group_modify_confirm_enable_bg_color</key>
<string>#147AFF</string>
<key>group_nav_back_img</key>
<string>nav_back.png</string>
<key>chat_nav_more_menu_img</key>
<string>chat_nav_more_menu.png</string>
<key>group_controller_bg_color</key>
<string>#FFFFFF</string>
</dict>
</plist>

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 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>group_modify_view_bg_color</key>
<string>#0000007F</string>
<key>group_modify_container_view_bg_color</key>
<string>#FFFFFF</string>
<key>group_modify_title_color</key>
<string>#000000</string>
<key>group_modify_desc_color</key>
<string>#888888</string>
<key>group_modify_input_bg_color</key>
<string>#F5F5F5</string>
<key>group_modify_input_text_color</key>
<string>#000000</string>
<key>group_modify_confirm_enable_bg_color</key>
<string>#FF8E82</string>
<key>group_nav_back_img</key>
<string>nav_back.png</string>
<key>chat_nav_more_menu_img</key>
<string>chat_nav_more_menu.png</string>
<key>group_controller_bg_color</key>
<string>#FFFFFF</string>
</dict>
</plist>

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 979 B

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>serious</string>
<key>name</key>
<string>严肃</string>
<key>name_en</key>
<string>Business</string>
<key>group_modify_view_bg_color</key>
<string>#0000007F</string>
<key>group_modify_container_view_bg_color</key>
<string>#FFFFFF</string>
<key>group_modify_title_color</key>
<string>#000000</string>
<key>group_modify_desc_color</key>
<string>#888888</string>
<key>group_modify_input_bg_color</key>
<string>#F5F5F5</string>
<key>group_modify_input_text_color</key>
<string>#000000</string>
<key>group_modify_confirm_enable_bg_color</key>
<string>#0052FF</string>
<key>group_nav_back_img</key>
<string>nav_back.png</string>
<key>chat_nav_more_menu_img</key>
<string>chat_nav_more_menu.png</string>
<key>group_controller_bg_color</key>
<string>#FFFFFF</string>
</dict>
</plist>

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 979 B