mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-04-15 10:49:50 +08:00
Minor style fix
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
@@ -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: {
|
||||
_: '标题',
|
||||
|
||||
Reference in New Issue
Block a user