Minor style fix

This commit is contained in:
CzBiX
2020-09-03 01:36:35 +08:00
parent 92c32c5ec1
commit fa9e71fbd0
2 changed files with 7 additions and 2 deletions

View File

@@ -135,9 +135,9 @@ export default class DrawerFooter extends Vue {
get darkModeIcon() {
if (this.currentDarkMode == true) {
return 'mdi-brightness-7'
} else if (this.currentDarkMode == false) {
return 'mdi-brightness-4'
} else if (this.currentDarkMode == false) {
return 'mdi-brightness-7'
} else {
return 'mdi-brightness-auto'
}

View File

@@ -9,6 +9,8 @@ export default {
cancel: '取消',
ok: '确定',
start: '开始',
stop: '停止',
submit: '提交',
edit: '编辑',
delete: '删除',
@@ -58,6 +60,9 @@ export default {
feed: '订阅',
date: '日期',
query: '查询',
plugin: '插件',
action: '操作',
search_engine: '搜索引擎',
title: {
_: '标题',