From 71ccf230e9d5012bc251e62f30bf63cfc05f5b93 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Thu, 18 Jun 2026 16:35:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8C=89=E9=92=AE=E4=BD=BF=E7=94=A8id?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E6=9B=BF=E4=BB=A3name=EF=BC=8C=E7=A1=AE?= =?UTF-8?q?=E4=BF=9Dbinds=E8=83=BD=E6=AD=A3=E7=A1=AE=E7=BB=91=E5=AE=9A?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/llm_launch_check.ui | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/wwwroot/llm_launch_check.ui b/wwwroot/llm_launch_check.ui index 811b9f8..97eedd3 100644 --- a/wwwroot/llm_launch_check.ui +++ b/wwwroot/llm_launch_check.ui @@ -17,23 +17,16 @@ }, { "widgettype": "VScrollPanel", + "id": "check_scroll", "options": { "css": "filler", "width": "100%" }, "subwidgets": [ - { - "widgettype": "Text", - "options": { - "name": "check_status", - "text": "检查中...", - "i18n": false - } - }, { "widgettype": "VBox", + "id": "checks_list", "options": { - "name": "checks_list", "spacing": 5 }, "subwidgets": [ @@ -89,16 +82,16 @@ }, { "widgettype": "Text", + "id": "test_result", "options": { - "name": "test_result", "text": "", "i18n": false } }, { "widgettype": "Text", + "id": "charge_result", "options": { - "name": "charge_result", "text": "", "i18n": false } @@ -114,16 +107,16 @@ "subwidgets": [ { "widgettype": "Button", + "id": "test_btn", "options": { - "name": "test_btn", "label": "体验一次", "i18n": false } }, { "widgettype": "Button", + "id": "charge_btn", "options": { - "name": "charge_btn", "label": "检查计费", "i18n": false }