Irregular update 02/03 (#540)

This commit is contained in:
KaHim Chan 2022-03-04 16:19:19 +08:00 committed by GitHub
parent a7b800df52
commit 245abbb676
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 17 additions and 7 deletions

View file

@ -10,6 +10,7 @@
v-model="$root.cfg.visual.theme">
<option value="default.less">{{$root.getLz('settings.option.visual.theme.default')}}</option>
<option value="dark.less">{{$root.getLz('settings.option.visual.theme.dark')}}</option>
<option value="sweetener.less">Sweetener</option>
<option v-for="theme in themes" :value="theme.file">{{ theme.name }}</option>
</select>
</div>