Skip to content

Commit

Permalink
✨ 口癖插件文档
Browse files Browse the repository at this point in the history
  • Loading branch information
HibiKier committed Nov 23, 2024
1 parent 6728a08 commit 0c7b06a
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/usage/builtin_plugins/catchphrase.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: 可爱口癖(catchphrase)
subSidebar: false
---

import Messenger from "/src/components/Messenger"

### 说明

自定义的小真寻可爱口癖

- 插件类型: `HIDDEN`
- 响应规则: `NONE`
- 插件等级: `NONE`

### 配置项

- `catchphrase`
- `CATCHPHRASE`:
- 说明: 小真寻的口癖,在文本末尾添加指定文字~
- 类型: `str`
- 默认值: ``

### 指令


### 示例

<Messenger
msgs={[
{ position: "right", msg: "嗨,小真寻" },
{ position: "left", msg: `嗯嗯,你好,牡蛎!` },
]}
/>

0 comments on commit 0c7b06a

Please sign in to comment.