fix(renderMessage): 🐛 fix problems with clicking @ in history window causing jump

This commit is contained in:
Dawn
2025-11-06 13:31:33 +08:00
parent dbf504b591
commit 79016f65e9
4 changed files with 59 additions and 6 deletions

View File

@@ -0,0 +1,43 @@
## Default Permission
Default permissions for the plugin
#### This default permission set includes the following:
- `allow-ping`
## Permission Table
<table>
<tr>
<th>Identifier</th>
<th>Description</th>
</tr>
<tr>
<td>
`hula:allow-ping`
</td>
<td>
Enables the ping command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`hula:deny-ping`
</td>
<td>
Denies the ping command without any pre-configured scope.
</td>
</tr>
</table>