From 1ef4a31d5d107ff242321448f470ab05fe60caf7 Mon Sep 17 00:00:00 2001 From: gaoziman <2942894660@qq.com> Date: Sun, 21 Dec 2025 01:15:55 +0800 Subject: [PATCH] =?UTF-8?q?style(=E7=95=8C=E9=9D=A2):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E8=81=8A=E5=A4=A9=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80=E5=92=8C?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E8=8F=9C=E5=8D=95=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整聊天输入区域左内边距以适配侧边栏 - 移除用户菜单中的 plan 信息显示 - 简化用户信息展示 --- src/app/chat/[id]/page.tsx | 2 +- src/components/ui/UserMenu.tsx | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/chat/[id]/page.tsx b/src/app/chat/[id]/page.tsx index 9c5f11a..a8c482b 100644 --- a/src/app/chat/[id]/page.tsx +++ b/src/app/chat/[id]/page.tsx @@ -495,7 +495,7 @@ export default function ChatPage({ params }: PageProps) { background: `linear-gradient(to top, var(--color-bg-secondary) 0%, var(--color-bg-secondary) 80%, transparent 100%)` }} > -
+
{isStreaming && (
-
- {user.plan} plan -
{isOpen ? (