Merge branch 'main' of git.xiongxiao.me:abearxiong/dnake

This commit is contained in:
xiao.xiong
2026-03-05 21:04:34 +08:00
12 changed files with 823 additions and 508 deletions

View File

@@ -0,0 +1,9 @@
```sh
# 安装 python 环境 ,安装项目
uv sync
uv run python main.py
pm2 start "uv run app.py" --name "dnake-socket-app"
```