📝 Docs: 修复 RegexMatched​ 文档高亮行错误 (#2628)

This commit is contained in:
Akirami 2024-04-04 15:29:33 +08:00 committed by GitHub
parent bc58fbb741
commit 8a44b4d6ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 8 deletions

View File

@ -955,7 +955,7 @@ async def _(foo: Namespace = ShellCommandArgs()):
<Tabs groupId="python">
<TabItem value="3.9" label="Python 3.9+" default>
```python {4}
```python {5}
from re import Match
from typing import Annotated
from nonebot.params import RegexMatched
@ -966,7 +966,7 @@ async def _(foo: Annotated[Match[str], RegexMatched()]): ...
</TabItem>
<TabItem value="3.8" label="Python 3.8+">
```python {3}
```python {4}
from re import Match
from nonebot.params import RegexMatched

View File

@ -955,7 +955,7 @@ async def _(foo: Namespace = ShellCommandArgs()):
<Tabs groupId="python">
<TabItem value="3.9" label="Python 3.9+" default>
```python {4}
```python {5}
from re import Match
from typing import Annotated
from nonebot.params import RegexMatched
@ -966,7 +966,7 @@ async def _(foo: Annotated[Match[str], RegexMatched()]): ...
</TabItem>
<TabItem value="3.8" label="Python 3.8+">
```python {3}
```python {4}
from re import Match
from nonebot.params import RegexMatched

View File

@ -955,7 +955,7 @@ async def _(foo: Namespace = ShellCommandArgs()):
<Tabs groupId="python">
<TabItem value="3.9" label="Python 3.9+" default>
```python {4}
```python {5}
from re import Match
from typing import Annotated
from nonebot.params import RegexMatched
@ -966,7 +966,7 @@ async def _(foo: Annotated[Match[str], RegexMatched()]): ...
</TabItem>
<TabItem value="3.8" label="Python 3.8+">
```python {3}
```python {4}
from re import Match
from nonebot.params import RegexMatched

View File

@ -955,7 +955,7 @@ async def _(foo: Namespace = ShellCommandArgs()):
<Tabs groupId="python">
<TabItem value="3.9" label="Python 3.9+" default>
```python {4}
```python {5}
from re import Match
from typing import Annotated
from nonebot.params import RegexMatched
@ -966,7 +966,7 @@ async def _(foo: Annotated[Match[str], RegexMatched()]): ...
</TabItem>
<TabItem value="3.8" label="Python 3.8+">
```python {3}
```python {4}
from re import Match
from nonebot.params import RegexMatched