From 62ad785d857b418f34414d5edffead3e2e17e2f5 Mon Sep 17 00:00:00 2001 From: zhouyonggao <1971162852@qq.com> Date: Wed, 3 Dec 2025 15:17:06 +0800 Subject: [PATCH] =?UTF-8?q?refactor(web):=20=E7=AE=80=E5=8C=96HTML?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E8=B5=84=E6=BA=90=E5=8A=A0=E8=BD=BD=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除动态加载CSS和JS的脚本,改为直接静态引入 --- web/index.html | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/web/index.html b/web/index.html index 26850a9..361b113 100644 --- a/web/index.html +++ b/web/index.html @@ -4,20 +4,8 @@ MarketingSystemDataTool - - + +
@@ -317,6 +305,9 @@ __addCss('./styles.css');
- + + + +