更新说明

This commit is contained in:
2025-09-10 23:29:53 +08:00
parent c93bcdd489
commit 11eff7da43

View File

@@ -5,3 +5,16 @@
```bash
nuitka --clang --jobs=6 --standalone --onefile main.py
```
## 打开调试日志
分别运行
```shell
textual console -x SYSTEM -x EVENT -x DEBUG -x INFO
```
```shell
textual run --dev main.py
```