📝 Docs: 升级新版 NonePress 主题 (#2375)

This commit is contained in:
Ju4tCode
2023-09-27 16:00:26 +08:00
committed by GitHub
parent 7754f6da1d
commit 842c6ff4c6
234 changed files with 8759 additions and 5887 deletions

View File

@ -1,6 +1,8 @@
---
sidebar_position: 3
description: nonebot.plugin.plugin 模块
slug: /api/plugin/plugin
---
# nonebot.plugin.plugin

View File

@ -273,7 +273,7 @@ description: nonebot.rule 模块
通过 [ShellCommandArgv](params.md#ShellCommandArgv) 获取解析前的参数列表(例: `["arg", "-h"]`
通过 [ShellCommandArgs](params.md#ShellCommandArgs) 获取解析后的参数字典(例: `{"arg": "arg", "h": True}`)。
:::warning 警告
:::caution 警告
如果参数解析失败,则通过 [ShellCommandArgs](params.md#ShellCommandArgs)
获取的将是 [ParserExit](exception.md#ParserExit) 异常。
:::