增加主题自适应选项

This commit is contained in:
jokin
2024-01-07 22:17:11 +08:00
parent 2045f833e4
commit 5de0494538
3 changed files with 29 additions and 15 deletions
@@ -14,6 +14,10 @@ const themes: ThemeSwitcherTheme[] = [
name: 'purple',
icon: 'mdi-brightness-4',
},
{
name: 'auto',
icon: 'mdi-brightness-auto',
},
]
</script>