feat 新增紫色主题

This commit is contained in:
jxxghp
2023-09-05 10:15:20 +08:00
parent a70e467b69
commit 985d1baff5
3 changed files with 58 additions and 4 deletions

View File

@@ -10,6 +10,10 @@ const themes: ThemeSwitcherTheme[] = [
name: 'dark',
icon: 'mdi-weather-night',
},
{
name: 'purple',
icon: 'mdi-brightness-4',
},
]
</script>