feat: replace mobile header logo image with i18n text

Use ArkLogoMark + t('brand') on the mobile header so the wordmark can be translated (zh-CN: 'ARK 资料库', en: 'ARK Library'). Desktop nav already used this pattern.
This commit is contained in:
TerryM
2026-05-28 10:15:03 +08:00
parent 02c9d454c1
commit 47cff67b87
2 changed files with 4 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ export type Lang = "zh-CN" | "en" | "ja" | "ko" | "vi" | "id" | "ms";
type Dict = Record<string, string>;
const zhDict: Dict = {
brand: "ARK 数据库",
brand: "ARK 资料库",
mainNav: "网站导航",
home: "首页",
all: "全部资料",