feat(webui): refresh brand theme and add day-night mode

This commit is contained in:
lpf
2026-03-07 20:49:58 +08:00
parent 83f42c61b5
commit cff379809c
23 changed files with 415 additions and 178 deletions

View File

@@ -330,6 +330,8 @@ const resources = {
recipientId: 'recipient id',
languageZh: '中文',
languageEn: 'English',
themeLight: 'Day',
themeDark: 'Night',
expand: 'Expand',
collapse: 'Collapse',
configRoot: '(root)',
@@ -822,6 +824,8 @@ const resources = {
recipientId: '接收者 ID',
languageZh: '中文',
languageEn: 'English',
themeLight: '白天',
themeDark: '黑夜',
expand: '展开',
collapse: '收起',
configRoot: '(根)',