feat: 改造 theme store 支持暗黑模式双选架构

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-07-13 01:45:56 +08:00
parent 6fd9cfbff9
commit ce24937ba0
8 changed files with 79 additions and 30 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ const searchText = ref('')
function onSearch() { loadPlans() }
const isLight = computed(() => themeStore.currentTheme === 'light')
const isLight = computed(() => themeStore.mode === 'light')
const managerOptions = computed(() => {
const seen = new Set<string>()