-
-
-
-

-
-
- 我是标题
- 2025-03-04
-
-
- 我是内容我是内容我是内容我是内容我是内容我是容我是内容我是内容内容我是内容我是内容我是内我是内容我是内容我是内容我是内容我是内容...
-
-
+
+

+
+
+ 我是标题
+ 2025-03-04
+
+
+ 我是内容我是内容我是内容我是内容我是内容我是容我是内容我是内容内容我是内容我是内容我是内我是内容我是内容我是内容我是内容我是内容...
+
+
-
-
-
-
-
+
+
+
{/* 页脚 */}
@@ -238,3 +164,64 @@ export default function Home() {
)
}
+
+function Section(props: {
+ title: string
+ children: ReactNode
+}) {
+
+ return (
+
+
+
{props.title}
+ {props.children}
+
+
+ )
+}
+
+function Sec3Item(props: {
+ icon: string,
+ title: string,
+ terms: {
+ icon: string,
+ text: string,
+ }[]
+}) {
+ return (
+
+
+ {props.title}
+
+ {props.terms.map((item, index) => {
+ return (
+
+
+ {item.text}
+
+ )
+ })}
+
+
+ )
+}
+
+function Sec4Item(props: {
+ icon: string
+ title: string
+ description: string
+}) {
+ return (
+
+
+
+
{props.title}
+
{props.description}
+
+
+ )
+}
diff --git a/src/components/wrap.tsx b/src/components/wrap.tsx
index d4452ba..513d0f3 100644
--- a/src/components/wrap.tsx
+++ b/src/components/wrap.tsx
@@ -7,7 +7,7 @@ export type WrapProps = {
export default function Wrap(props: WrapProps) {
return (
-