From 80c376162d7f9c4a938d12b1358f3ccdb9782d74 Mon Sep 17 00:00:00 2001 From: guofei Date: Fri, 25 Oct 2024 17:47:56 +0800 Subject: [PATCH] style: repaire style --- src/app/[[...lang]]/page.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/app/[[...lang]]/page.tsx b/src/app/[[...lang]]/page.tsx index bf57c6b..5424c56 100644 --- a/src/app/[[...lang]]/page.tsx +++ b/src/app/[[...lang]]/page.tsx @@ -5,8 +5,6 @@ import Footer from "@/app/components/footer"; import Examples from "../components/Examples"; - - export default async function Home(props: { params: { lang: string[] } }) { const lang = props.params.lang || ["zh"]; @@ -18,8 +16,8 @@ export default async function Home(props: { params: { lang: string[] } }) {
-
- +
+
{dict.customized}
-
- +
+
{dict.ABTesting}
{dict.iterateGameplay}
- +
{dict.multiLanguage}
{dict.breakingGeographical}
@@ -66,7 +64,6 @@ export default async function Home(props: { params: { lang: string[] } }) {
- {/* */}
{dict.lightweightDeployment}
{dict.simplifyProcess}