若干善后改进

This commit is contained in:
2025-08-06 07:42:43 +08:00
parent 6d3d2e665c
commit 0873caa5fc
11 changed files with 557 additions and 36 deletions

View File

@@ -0,0 +1,7 @@
# 贡献指南
## 使用 Nuitka 静态编译
运行
```bash
nuitka --clang --jobs=6 --standalone --onefile main.py
```