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

@@ -462,6 +462,25 @@ export default {
'Unpin from profile': 'Desafixar do perfil',
'Pin to profile': 'Fixar no perfil',
Appearance: 'Aparência',
'Pure Black': 'Preto Puro'
'Pure Black': 'Preto Puro',
Default: 'Padrão',
Red: 'Vermelho',
Orange: 'Laranja',
Amber: 'Âmbar',
Yellow: 'Amarelo',
Lime: 'Lima',
Green: 'Verde',
Emerald: 'Esmeralda',
Teal: 'Turquesa',
Cyan: 'Ciano',
Sky: 'Céu',
Blue: 'Azul',
Indigo: 'Índigo',
Violet: 'Violeta',
Purple: 'Roxo',
Fuchsia: 'Fúcsia',
Pink: 'Rosa',
Rose: 'Rosa',
'Primary color': 'Cor primária'
}
}