From e2e7aa5f064144f2db0bf56cfc81f1ace9a39bf0 Mon Sep 17 00:00:00 2001 From: zhangshun <453905631@qq.com> Date: Tue, 2 Jun 2026 13:32:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=89=8D=E7=AB=AF=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E6=97=B6=E5=90=8E=E7=AB=AF=E5=9C=B0=E5=9D=80=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/index.html | 1 + web/public/model-library-config.js | 9 +++++ web/src/config/runtime.ts | 52 ++++++++++++++++++++++++++++ web/src/pages/app/modules/models.ts | 3 +- web/src/pages/app/modules/preview.ts | 7 ++-- web/src/services/api.ts | 3 +- web/src/utils/fileDownload.ts | 4 ++- 7 files changed, 73 insertions(+), 6 deletions(-) create mode 100644 web/public/model-library-config.js create mode 100644 web/src/config/runtime.ts diff --git a/web/index.html b/web/index.html index 1fcfc01..6860bd1 100644 --- a/web/index.html +++ b/web/index.html @@ -7,6 +7,7 @@
+