From f27627c2f74b2c7102e37f04dd4e78e46f899258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Liu=20=E5=AE=87=E9=98=B3?= Date: Sat, 19 Oct 2024 18:33:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/friend/page.tsx | 1 + src/app/wall/components/AddWallInfo/index.tsx | 40 +++++++++---------- 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/src/app/friend/page.tsx b/src/app/friend/page.tsx index 993bc18..d291bca 100644 --- a/src/app/friend/page.tsx +++ b/src/app/friend/page.tsx @@ -64,6 +64,7 @@ export default async () => {

站点介绍:{web.description}

站点图标:{user.avatar}

站点地址:{web.url}

+

Rss地址:{web.url + '/api/rss'}

diff --git a/src/app/wall/components/AddWallInfo/index.tsx b/src/app/wall/components/AddWallInfo/index.tsx index 82b3dcb..d57306f 100644 --- a/src/app/wall/components/AddWallInfo/index.tsx +++ b/src/app/wall/components/AddWallInfo/index.tsx @@ -79,26 +79,6 @@ export default () => { 添加留言 - ( - <> - trigger('name')} - classNames={{ inputWrapper }} - /> - - )} - /> - { )} /> + ( + <> + trigger('name')} + classNames={{ inputWrapper }} + /> + + )} + /> +