From e9ba47c35fb9e6f7e897b4c64ad64ab5453da440 Mon Sep 17 00:00:00 2001 From: Cassianvale Date: Tue, 4 Mar 2025 16:09:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20API=E9=85=8D=E7=BD=AE=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E6=8C=81=E4=B9=85=E5=8C=96=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 164 ++++++++++++++++++++++++++++++++----------- web_server.py | 12 ++-- 2 files changed, 128 insertions(+), 48 deletions(-) diff --git a/templates/index.html b/templates/index.html index 74f9a6b..387952d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -71,13 +71,19 @@ placeholder="输入您的API Key">

如不填写,将使用系统默认配置

-
- - +
+
+ + +
+
+ + +
@@ -430,7 +436,7 @@ } catch (error) { console.error('请求失败:', error); resultContent.innerHTML = ` -
+
分析出错:${error.message}
`; @@ -705,73 +711,147 @@