1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-30 16:01:53 +08:00

build: 添加web预览脚本和构建产物

添加preview web.bat脚本用于快速启动本地web服务器预览构建产物
This commit is contained in:
2025-11-09 10:51:34 +08:00
parent 051a44e82f
commit 09d330c726
+4
View File
@@ -0,0 +1,4 @@
@echo off
cd build/web
python -m http.server 8080