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

@@ -461,6 +461,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': '主要な色'
}
}