diff --git a/src/app/[[...lang]]/page.tsx b/src/app/[[...lang]]/page.tsx index 07cf5c7..30fc0fe 100644 --- a/src/app/[[...lang]]/page.tsx +++ b/src/app/[[...lang]]/page.tsx @@ -72,14 +72,14 @@ export default async function Home(props: { params: { lang: string[] } }) {
- 渠道支持 + {dict.channel}
diff --git a/src/app/components/footer.tsx b/src/app/components/footer.tsx index ad6a738..fe45742 100644 --- a/src/app/components/footer.tsx +++ b/src/app/components/footer.tsx @@ -14,11 +14,7 @@ export default function Footer(props: { dict: Record }) {
{dict.helpSupport}
{dict.productCenter}
-
- - {dict.productPricing} - -
+
{dict.productPricing}
{dict.legalAgreements}
diff --git a/src/dictionaries/en.json b/src/dictionaries/en.json index 0cd6b81..3cc97ae 100644 --- a/src/dictionaries/en.json +++ b/src/dictionaries/en.json @@ -28,6 +28,6 @@ "privacyPolicy": "Privacy Policy", "userAgreement": "User Agreement", "productPricing": "Product Pricing", - "clickToPlay": "Click to play" - + "clickToPlay": "Click to play", + "channel": "Channel Support" } \ No newline at end of file diff --git a/src/dictionaries/zh.json b/src/dictionaries/zh.json index 43351ed..8353a1d 100644 --- a/src/dictionaries/zh.json +++ b/src/dictionaries/zh.json @@ -28,5 +28,6 @@ "privacyPolicy": "隐私条款", "userAgreement": "用户协议", "productPricing": "产品定价", - "clickToPlay": "点击试玩" + "clickToPlay": "点击试玩", + "channel": "渠道支持" } \ No newline at end of file