准备重构
This commit is contained in:
20
legacy/CONTRIBUTING.md
Normal file
20
legacy/CONTRIBUTING.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# 贡献指南
|
||||
## 使用 Nuitka 静态编译
|
||||
运行
|
||||
|
||||
```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
|
||||
```
|
||||
|
Reference in New Issue
Block a user