添加 lndl nuitka 和 loggers 的文档

This commit is contained in:
shenjack 2024-01-23 23:43:54 +08:00
parent cf7efeff01
commit 655708ec94
Signed by: shenjack
GPG Key ID: 7B1134A979775551
3 changed files with 34 additions and 0 deletions

View File

@ -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",

View File

@ -0,0 +1,3 @@
# lib_not_dr.loggers
> 欢迎来到 lndl 的 logger 的文档!

View 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"
```