refactor: move style files to "styles" folder

fix: adjust light/dark theme in windows
This commit is contained in:
tiny-craft
2023-08-02 17:13:03 +08:00
parent 7eebb02656
commit 5750170f5e
19 changed files with 54 additions and 22 deletions

View File

@@ -68,10 +68,6 @@ const preferencesOptions = computed(() => {
key: 'help',
icon: renderIcon(Help),
},
{
label: i18n.t('about'),
key: 'about',
},
{
label: i18n.t('check_update'),
key: 'update',