From b3a8d2abee5b227f5eab0ca23d8ea9a29e222776 Mon Sep 17 00:00:00 2001 From: icefire <1028247921@qq.com> Date: Mon, 21 Oct 2024 21:22:44 +0800 Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/[[...lang]]/page.tsx | 40 +++++++++++++++++------------------ src/app/components/header.tsx | 8 +++---- src/app/globals.css | 4 ++-- 3 files changed, 24 insertions(+), 28 deletions(-) diff --git a/src/app/[[...lang]]/page.tsx b/src/app/[[...lang]]/page.tsx index 82328bd..e4d3046 100644 --- a/src/app/[[...lang]]/page.tsx +++ b/src/app/[[...lang]]/page.tsx @@ -48,13 +48,13 @@ export default async function Home (props: PropsType) {
-
+
{ dict.customized }
-
+
{ dict.ABTesting}
-
+
{ dict.iterateGameplay }
-
+
{ dict.multiLanguage }
-
+
{ dict.breakingGeographical }
-
+
{ dict.allChannel }
-
+
{ dict.expandInfluence }
-
+
{ dict.lightweightDeployment }
-
+
{ dict.simplifyProcess }
@@ -163,14 +163,12 @@ export default async function Home (props: PropsType) {
{ caseList.map((item: CaseType, index: number) => { - return
-
+ return
+
diff --git a/src/app/globals.css b/src/app/globals.css index 2ac6c40..c5e15c6 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -2,12 +2,12 @@ @tailwind components; @tailwind utilities; - /* ::-webkit-scrollbar { + ::-webkit-scrollbar { display: none; } .main { -ms-overflow-style: none; scrollbar-width: none; - } */ + } \ No newline at end of file