From 0ac86bbf87bd0b709551df04c913fec42b7576a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E9=98=B3?= Date: Sat, 31 Jan 2026 17:46:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=94=B3=E8=AF=B7=E5=8F=8B?= =?UTF-8?q?=E8=81=94=E7=BB=84=E4=BB=B6=E8=87=B3=E6=9C=8B=E5=8F=8B=E5=9C=88?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=EF=BC=8C=E4=BC=98=E5=8C=96=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E5=92=8C=E6=A0=B7=E5=BC=8F=EF=BC=8C=E6=8F=90=E5=8D=87=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=BD=93=E9=AA=8C=E3=80=82=E6=9B=B4=E6=96=B0=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=96=87=E6=9C=AC=E4=BB=A5=E6=9B=B4=E5=A5=BD=E5=9C=B0?= =?UTF-8?q?=E5=8F=8D=E6=98=A0=E5=8A=9F=E8=83=BD=EF=BC=8C=E5=A2=9E=E5=BC=BA?= =?UTF-8?q?=E8=A7=86=E8=A7=89=E6=95=88=E6=9E=9C=E5=92=8C=E4=BA=A4=E4=BA=92?= =?UTF-8?q?=E6=80=A7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../friend/components/ApplyForAdd/index.tsx | 2 +- src/app/friend/index.tsx | 48 ++++++++++++++----- 2 files changed, 38 insertions(+), 12 deletions(-) diff --git a/src/app/friend/components/ApplyForAdd/index.tsx b/src/app/friend/components/ApplyForAdd/index.tsx index 33aa572..4fd8322 100755 --- a/src/app/friend/components/ApplyForAdd/index.tsx +++ b/src/app/friend/components/ApplyForAdd/index.tsx @@ -100,7 +100,7 @@ export default () => { return ( <> ( @@ -94,7 +95,7 @@ export default ({ data }: { data: { [string: string]: { order: number; list: Web
-
+
{/* 卡片背后的光晕装饰 */} @@ -102,9 +103,19 @@ export default ({ data }: { data: { [string: string]: { order: number; list: Web {/* 卡片主体 */}
-
-
-
+ {/* 角落装饰 */} +
+
+
+
+
+ +
+
+
+ {/* 头像区背景装饰圆 */} +
+ {/* Logo/头像展示区 */}
{/* 标题与描述 */} -
-

- {web?.title} -

-

+

+
+ +

+ {web?.title} +

+
+

+ {web?.description} +

-
-
+ {/* 中间装饰线(仅大屏) */} +
+
+ +
+
+ {/* 信息区内部小装饰 */}
{/* 1. 站点名称 */}
@@ -199,6 +220,11 @@ export default ({ data }: { data: { [string: string]: { order: number; list: Web
+ {index === 0 && ( +
+ +
+ )}