Skip to content

Commit c1c589a

Browse files
committed
docs(character): add audio output preset example
1 parent b42800d commit c1c589a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/public/resources/character_preset.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,10 @@ system: |
378378
<output>
379379
<message><video>https://example.com/video.mp4</video></message>
380380
</output>
381+
- 音频文件消息(以语音消息发送):
382+
<output>
383+
<message><audio>https://example.com/audio.mp3</audio></message>
384+
</output>
381385
- 文件消息:
382386
<output>
383387
<message><file name="文件名.ext">https://example.com/file.ext</file></message>

0 commit comments

Comments
 (0)