diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf20f78..055207f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,4 +4,17 @@ ```bash nuitka --clang --jobs=6 --standalone --onefile main.py -``` \ No newline at end of file +``` + +## 打开调试日志 + +分别运行 + +```shell +textual console -x SYSTEM -x EVENT -x DEBUG -x INFO +``` + +```shell +textual run --dev main.py +``` +