We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4e5aa commit 1ecb147Copy full SHA for 1ecb147
README.md
@@ -42,10 +42,10 @@
42
43
### 安装
44
45
-- 使用pip安装
+- 使用nb-cli安装
46
47
```bash
48
- pip install nonebot-plugin-liteperm
+ nb plugin install nonebot-plugin-liteperm
49
```
50
51
- 使用uv安装
@@ -58,13 +58,12 @@
58
59
修改`pyproject.toml`,在`[tool.nonebot]`下的`plugins = ["nonebot_plugin_liteperm"]`添加插件
60
61
-
62
-## [指令文档](docs/commands.md)
63
64
-## [API文档](docs/API.md)
65
66
## 内置权限节点
67
68
| 权限节点 | 权限描述 |
69
| --- | --- |
70
| `liteperm.admin` | LitePerm管理员 |
+
+## 文档
+[点击前往](https://docs.suggar.top/project/liteperm/)
docs/API.md
docs/commands.md
0 commit comments