feat(ball-settings): 统一图标弹窗并精简球显示

This commit is contained in:
Hermes
2026-04-20 22:32:31 +08:00
parent 256a8f716b
commit 068e4cdd3b
3 changed files with 87 additions and 224 deletions

View File

@@ -778,7 +778,6 @@ var ConfigManager = {
{ key: "BALL_ICON_TYPE", name: "图标类型", type: "single_choice", options: [
{ label: "应用图标 (app)", value: "app" },
{ label: "文件图标 (file)", value: "file" },
{ label: "系统图标 (android)", value: "android" },
{ label: "ShortX内置 (shortx)", value: "shortx" }
]},
{ key: "BALL_ICON_FILE_PATH", name: "图标路径(file模式)", type: "text" },