Feat: add theme switcher (#18093)
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
const translation = {
|
||||
theme: {
|
||||
theme: '主题',
|
||||
light: '浅色',
|
||||
dark: '深色',
|
||||
auto: '自动',
|
||||
},
|
||||
api: {
|
||||
success: '成功',
|
||||
actionSuccess: '操作成功',
|
||||
|
||||
Reference in New Issue
Block a user