添加皮肤

This commit is contained in:
2025-11-19 15:39:47 +08:00
parent 7518a29d2f
commit cc55bb107a
86 changed files with 17599 additions and 3467 deletions

View File

@@ -23,7 +23,7 @@
/// 0 = 使用本地 Assets 图片名key_icons 的 value 写成图片名,例如 "kb_q_melon"
/// 1 = 使用远程 Zip 皮肤包skinJSON 中提供 zip_urlkey_icons 的 value 写成 Zip 内图标文件名,例如 "key_a"
#ifndef KB_SKIN_ICON_USE_REMOTE
#define KB_SKIN_ICON_USE_REMOTE 0
#define KB_SKIN_ICON_USE_REMOTE 1
#endif