diff --git a/app/(account)/notifications/page.tsx b/app/(account)/notifications/page.tsx index 2360214..cca0ba7 100644 --- a/app/(account)/notifications/page.tsx +++ b/app/(account)/notifications/page.tsx @@ -24,7 +24,7 @@ const typeLabels: Record = { function NotificationItem({ notification }: { notification: Notification }) { const Icon = typeIcons[notification.type] const content = ( -
+
@@ -41,9 +41,8 @@ function NotificationItem({ notification }: { notification: Notification }) { {typeLabels[notification.type]} -
+ ) - return notification.link ? {content} : content } @@ -56,7 +55,7 @@ export default function NotificationsPage() { const systemNotifs = notifications.filter((notification) => notification.type === "system") return ( -
+

通知中心

diff --git a/app/(account)/settings/page.tsx b/app/(account)/settings/page.tsx index 2499048..c43f085 100644 --- a/app/(account)/settings/page.tsx +++ b/app/(account)/settings/page.tsx @@ -34,7 +34,7 @@ export default function SettingsPage() { const isRoleVerified = (role: UserRole) => verifiedRoles.includes(role) return ( -
+

个人设置

diff --git a/app/(account)/verify/page.tsx b/app/(account)/verify/page.tsx index 3e9fadb..ebb15da 100644 --- a/app/(account)/verify/page.tsx +++ b/app/(account)/verify/page.tsx @@ -57,7 +57,7 @@ export default function VerifyPage() { ] return ( -
+

身份认证

@@ -86,7 +86,7 @@ export default function VerifyPage() { const reason = verificationReasons[item.role] return ( -
+
{item.label} {status === "approved" || verifiedRoles.includes(item.role) ? ( @@ -123,7 +123,7 @@ export default function VerifyPage() { 重新提交 )} -
+
) })} diff --git a/app/(account)/wallet/page.tsx b/app/(account)/wallet/page.tsx index 490e8a9..60d757f 100644 --- a/app/(account)/wallet/page.tsx +++ b/app/(account)/wallet/page.tsx @@ -74,7 +74,7 @@ export default function WalletPage() { } return ( -
+

钱包