chore: 批量提交未提交的更改

This commit is contained in:
2026-04-08 22:40:21 +08:00
parent 59503d05a5
commit f4f8aab22a
13 changed files with 275 additions and 316 deletions
+11
View File
@@ -0,0 +1,11 @@
@echo off
chcp 65001 >nul
:: 启动 Life OS 原型预览服务器
echo 🚀 启动 Life OS 原型预览服务器...
echo 📱 访问地址:http://localhost:8080
echo 💡 按 Ctrl+C 停止服务器
echo ""
cd /d "%~dp0"
python -m http.server 18181
+1 -1
View File
@@ -7,4 +7,4 @@ echo "💡 按 Ctrl+C 停止服务器"
echo ""
cd "$(dirname "$0")"
python3 -m http.server 8080
python3 -m http.server 18181