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 }} + /> + + )} + /> +