From 11eff7da43f3661dbbbf41f3d8404a0a0fdc56f3 Mon Sep 17 00:00:00 2001 From: david-ajax Date: Wed, 10 Sep 2025 23:29:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 +``` +