diff --git a/src/i18n.tsx b/src/i18n.tsx index edf0bfc..74bec64 100644 --- a/src/i18n.tsx +++ b/src/i18n.tsx @@ -11,7 +11,7 @@ export type Lang = "zh-CN" | "en" | "ja" | "ko" | "vi" | "id" | "ms"; type Dict = Record; const zhDict: Dict = { - brand: "ARK 数据库", + brand: "ARK 资料库", mainNav: "网站导航", home: "首页", all: "全部资料", diff --git a/src/layouts/PublicLayout.tsx b/src/layouts/PublicLayout.tsx index 14e4881..9ea3783 100644 --- a/src/layouts/PublicLayout.tsx +++ b/src/layouts/PublicLayout.tsx @@ -278,18 +278,11 @@ export function PublicLayout() {
- ARK LIBRARY + + {t("brand")}