添加chapter和lesson

This commit is contained in:
CakeCN
2025-08-29 21:41:20 +08:00
parent 5c0187bc4b
commit f9d8b3d092
19 changed files with 736 additions and 53 deletions

View File

@@ -15,3 +15,10 @@
![1746850374313](image/README/1746850374313.png)
12. 大部分操作应该要登陆直接检查db文件夹下的内容即可cake123123
13. Vscode服务器需要安装插件,Vscode-AgentHands-0.0.1.vsix通过Web安装vsix即可可以百度一下
# 启动
pip install "gunicorn>=20" eventlet
`gunicorn -k eventlet -w 1 -b 0.0.0.0:5551 wsgi:app`