From 1c83db156020270f2041a8f1b404a7b34201def2 Mon Sep 17 00:00:00 2001 From: Montia37 Date: Fri, 15 Aug 2025 19:33:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E5=8A=A8=E6=80=81=E9=85=8D=E7=BD=AE=20options=20=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- komari-theme.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/komari-theme.json b/komari-theme.json index eaea359..89ef98a 100644 --- a/komari-theme.json +++ b/komari-theme.json @@ -71,10 +71,7 @@ "key": "selectedDefaultView", "name": "默认展示视图", "type": "select", - "options": [ - "grid", - "table" - ], + "options": "grid,table", "default": "grid", "help": "设置默认展示视图为网格或表格(优先使用 localStorage)" }, @@ -82,11 +79,7 @@ "key": "selectedDefaultAppearance", "name": "默认外观", "type": "select", - "options": [ - "light", - "dark", - "system" - ], + "options": "system,light,dark", "default": "system", "help": "设置默认外观为浅色、深色或系统主题(优先使用 localStorage)" },