From fb136fc7788d4b7451626f36025ab04834846c4c Mon Sep 17 00:00:00 2001 From: leokaka1 Date: Wed, 21 Jan 2026 10:54:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E5=AF=B9=E6=AF=94=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BC=98=E5=8C=96=E5=8C=85=E6=8B=ACUI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/settings.local.json | 3 +- web/pages/main.html | 48 ++- web/pages/model-compare-chat.html | 573 ++++++++-------------------- web/pages/model-compare-result.html | 277 ++++++++++++++ 4 files changed, 471 insertions(+), 430 deletions(-) create mode 100644 web/pages/model-compare-result.html diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 9488e8a..df12842 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -36,7 +36,8 @@ "Bash(grep:*)", "Bash(mysql:*)", "Bash(ls:*)", - "Bash(xargs:*)" + "Bash(xargs:*)", + "Bash(/root/miniconda3/bin/pip install psutil)" ] } } diff --git a/web/pages/main.html b/web/pages/main.html index 971ef14..6c5efe2 100644 --- a/web/pages/main.html +++ b/web/pages/main.html @@ -169,10 +169,10 @@