Skip to content

Commit 402d0e1

Browse files
committed
docs(character): update anchor links and format emoticons in docs
1 parent 6bff9b3 commit 402d0e1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/ecosystem/extension/knowledge.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,3 @@ unstructured API 的地址。
191191
- 默认值:``
192192

193193
unstructured API 的 key。
194-

docs/ecosystem/other/character.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## 使用
1414

15-
完成后启用插件。在 [应用群组](#apply-group) 中输入你需要应用的群组 ID,并在 [模型配置](#model-config) 中配置模型。
15+
完成后启用插件。在 [应用群组](#applygroup) 中输入你需要应用的群组 ID,并在 [模型配置](#model) 中配置模型。
1616

1717
此时即可和尝试和伪装对话。如果正常回复了,则说明配置成功。
1818

@@ -93,12 +93,12 @@ system 是整个预设的核心部分。在默认预设中,基于类 yaml 的
9393

9494
其中 name 为群友的昵称,id 为群友的 id,content 为消息内容。
9595

96-
颜文字使用 `<emo>emo</emo>` 来表示。
96+
颜文字或者其他自分段逻辑使用 `<pre>emo</pre>` 来表示。
9797

9898
示例:
9999

100100
```xml
101-
<message name='丛雨酱' id='0' type='text' sticker='表情包类型'> <emo>(づ。◕‿‿◕。)づ</emo> 回复内容 <emo>(✿◠‿◠)</emo></message>
101+
<message name='丛雨酱' id='0' type='text' sticker='表情包类型'> <pre>(づ。◕‿‿◕。)づ</pre> 回复内容 <pre>(✿◠‿◠)</pre></message>
102102
```
103103

104104
在部分时候需要让角色不回复,则可以不填写 content 内容。

0 commit comments

Comments
 (0)