Archived
0
0
This repository has been archived on 2026-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
Files
HeurAMS-legacy/CONTRIBUTING.md
2025-09-10 23:29:53 +08:00

267 B

贡献指南

使用 Nuitka 静态编译

运行

nuitka --clang --jobs=6 --standalone --onefile main.py   

打开调试日志

分别运行

textual console -x SYSTEM -x EVENT -x DEBUG -x INFO
textual run --dev main.py