feat: support primary color customization

This commit is contained in:
codytseng
2025-10-18 23:18:44 +08:00
parent b17846f264
commit 28dad7373f
21 changed files with 644 additions and 43 deletions

View File

@@ -453,6 +453,25 @@ export default {
'Unpin from profile': '从个人资料取消置顶',
'Pin to profile': '置顶到个人资料',
Appearance: '外观',
'Pure Black': '纯黑'
'Pure Black': '纯黑',
Default: '默认',
Red: '红色',
Orange: '橙色',
Amber: '琥珀色',
Yellow: '黄色',
Lime: '青柠色',
Green: '绿色',
Emerald: '翡翠色',
Teal: '蓝绿色',
Cyan: '青色',
Sky: '天空色',
Blue: '蓝色',
Indigo: '靛蓝色',
Violet: '紫罗兰色',
Purple: '紫色',
Fuchsia: '紫红色',
Pink: '粉色',
Rose: '玫瑰色',
'Primary color': '主色调'
}
}