From 09d330c7260378d4e9d238d47699694c15656ad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=A8=E8=90=BD=E5=9F=BA=E5=9B=B4=E8=99=BE?= <3161880837@qq.com> Date: Sun, 9 Nov 2025 10:51:34 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=B7=BB=E5=8A=A0web=E9=A2=84?= =?UTF-8?q?=E8=A7=88=E8=84=9A=E6=9C=AC=E5=92=8C=E6=9E=84=E5=BB=BA=E4=BA=A7?= =?UTF-8?q?=E7=89=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加preview web.bat脚本用于快速启动本地web服务器预览构建产物 --- preview web.bat | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 preview web.bat diff --git a/preview web.bat b/preview web.bat new file mode 100644 index 0000000..70c3e8f --- /dev/null +++ b/preview web.bat @@ -0,0 +1,4 @@ +@echo off + +cd build/web +python -m http.server 8080