From e78557f335a1753c494e57805a2a2c60f89ea18b Mon Sep 17 00:00:00 2001 From: HenryDu8133 <813367384@qq.com> Date: Sun, 21 Jun 2026 15:44:42 +0800 Subject: [PATCH] =?UTF-8?q?perf(web):=20=E5=88=87=E6=8D=A2Vue=20CDN?= =?UTF-8?q?=E4=B8=BA=E7=94=9F=E4=BA=A7=E4=BC=98=E5=8C=96=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新所有Web页面的Vue脚本引用为生产压缩版本以提升客户端加载性能,同时修复index.html中DOCTYPE行的微小格式问题 --- web/index.html | 4 ++-- web/ticket-board.html | 3 +-- web/ticket-route.html | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/web/index.html b/web/index.html index 438b672..81aaa2f 100644 --- a/web/index.html +++ b/web/index.html @@ -1,4 +1,4 @@ - + @@ -8,7 +8,7 @@