添加 lndl nuitka 和 loggers 的文档
This commit is contained in:
parent
cf7efeff01
commit
655708ec94
@ -1,4 +1,14 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"name": "nuitka",
|
||||||
|
"label": "lndl-nuitka 文档"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"name": "loggers",
|
||||||
|
"label": "logger 文档"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "dir",
|
"type": "dir",
|
||||||
"name": "change_logs",
|
"name": "change_logs",
|
||||||
|
3
docs/main/lib-not-dr/loggers.md
Normal file
3
docs/main/lib-not-dr/loggers.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# lib_not_dr.loggers
|
||||||
|
|
||||||
|
> 欢迎来到 lndl 的 logger 的文档!
|
21
docs/main/lib-not-dr/nuitka.md
Normal file
21
docs/main/lib-not-dr/nuitka.md
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# lndl-nuitka
|
||||||
|
|
||||||
|
> 欢迎来到 lndl-nuitka 的文档
|
||||||
|
|
||||||
|
:::Info
|
||||||
|
请注意, 这里不是一个 Nuitka 使用教程
|
||||||
|
如果你想寻找 Nuitka 使用教程, 请[另寻他路](https://nuitka.0.org.cn)
|
||||||
|
:::
|
||||||
|
|
||||||
|
## 范例
|
||||||
|
|
||||||
|
一个简单的例子
|
||||||
|
|
||||||
|
```toml title=pyproject.toml
|
||||||
|
[tool.lndl.nuitka.cli]
|
||||||
|
main = "main.py"
|
||||||
|
standalone = true
|
||||||
|
|
||||||
|
clang = true
|
||||||
|
msvc = "latest"
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user