refactor: examples/→site/ 官网+文档+演示三件套; 更新build.sh/rollup/serve.sh路径

This commit is contained in:
tianhao
2026-06-16 13:32:14 +08:00
parent 86bfcc4102
commit 3ab10f89a4
8 changed files with 843 additions and 842 deletions
+3 -2
View File
@@ -21,8 +21,9 @@ echo "✅ Python: $($PYTHON --version 2>&1)"
echo "🌐 启动服务器..."
echo ""
echo "📁 访问地址:"
echo " http://localhost:$PORT/examples/demo.html"
echo " http://localhost:$PORT/examples/index.html"
echo " http://localhost:$PORT/site/index.html"
echo " http://localhost:$PORT/site/demo.html"
echo " http://localhost:$PORT/site/docs.html"
echo ""
echo "按 Ctrl+C 停止服务器"
echo ""