mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-20 20:07:28 +08:00
feat(webui): refresh brand theme and add day-night mode
This commit is contained in:
@@ -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: '(根)',
|
||||
|
||||
Reference in New Issue
Block a user