摘要: This is a Makefile for fastapi backend: help: @echo "Mech3D development makefile" @echo @echo "Usage: make <target>" @echo "Targets:" @echo " up Updat 阅读全文
posted @ 2025-08-04 22:59 waketzheng 阅读(8) 评论(0) 推荐(0)
摘要: This is a python script that start a frontend server and auto open browser (requires Python3.8+): #!/usr/bin/env python3 """前端服务启动脚本(会自动打开浏览器) Usage:: 阅读全文
posted @ 2025-08-04 22:24 waketzheng 阅读(5) 评论(0) 推荐(0)