From 2398a7cd745cb31f6189b202f14b6567c9655168 Mon Sep 17 00:00:00 2001
From: hongjli <3117313295@qq.com>
Date: 星期一, 26 五月 2025 15:17:47 +0800
Subject: [PATCH] chat页面优化

---
 src/app/chat/page.tsx |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/src/app/chat/page.tsx b/src/app/chat/page.tsx
index f448cc6..06b7834 100644
--- a/src/app/chat/page.tsx
+++ b/src/app/chat/page.tsx
@@ -1126,17 +1126,6 @@
         </div>
       )}
 
-      {/* API Key 鎸夐挳 */}
-      <button
-        onClick={() => setShowApiKeyInput(true)}
-        className="fixed top-24 right-6 z-10 w-9 h-9 flex items-center justify-center rounded-full bg-white/80 hover:bg-white shadow-sm border border-gray-100 transition-colors"
-        title="璁剧疆API Key"
-      >
-        <svg xmlns="http://www.w3.org/2000/svg" className="h-5 w-5 text-gray-600" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
-          <path d="M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4" />
-        </svg>
-      </button>
-
       {/* 鑱婂ぉ鍖哄煙 */}
       <div className="flex-1 flex flex-col h-screen">
         <div className="flex-1 overflow-y-auto pt-20 pb-32">

--
Gitblit v1.9.3