Feat: add theme switcher (#18093)

This commit is contained in:
KVOJJJin
2025-05-14 09:06:14 +08:00
committed by GitHub
parent 297d35364e
commit 3548c133e3
23 changed files with 330 additions and 54 deletions

View File

@@ -1,4 +1,10 @@
const translation = {
theme: {
theme: '主题',
light: '浅色',
dark: '深色',
auto: '自动',
},
api: {
success: '成功',
actionSuccess: '操作成功',