feat(ui): unify site visual language across key pages

This commit is contained in:
zguiyang
2026-03-13 15:26:08 +08:00
parent 33cc9a31b8
commit bf89acbd2c
10 changed files with 335 additions and 617 deletions

View File

@@ -37,6 +37,10 @@ export const translations = {
rights: 'All rights reserved',
},
project: {
featured: "Featured",
filter: {
all: "All",
},
tag: {
business: 'Business Project',
opensource: 'Open Source',
@@ -111,6 +115,10 @@ export const translations = {
rights: '版权所有',
},
project: {
featured: "精选",
filter: {
all: "全部",
},
tag: {
business: '商业项目',
opensource: '开源项目',
@@ -192,4 +200,4 @@ export function generateFlatTranslations() {
/**
* Flattened translations for faster lookups
*/
export const flatTranslations = generateFlatTranslations();
export const flatTranslations = generateFlatTranslations();