Skip to content

Commit 6709c77

Browse files
committed
chore: update help menu
1 parent 3e0bbd4 commit 6709c77

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

code/handlers/msg.go

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -614,21 +614,25 @@ func sendHelpCard(ctx context.Context,
614614
"sessionId": *sessionId,
615615
}, larkcard.MessageCardButtonTypeDanger)),
616616
withSplitLine(),
617-
withMainMd("**🥷 开启角色扮演模式**\n文本回复*角色扮演* 或 */system*+空格+角色信息"),
617+
withMainMd("🥷 **角色扮演模式**\n文本回复*角色扮演* 或 */system*+空格+角色信息"),
618618
withSplitLine(),
619-
withMainMd("**📮 常用角色管理** 🚧\n"+
619+
withMainMd("🎤 **AI语音对话**\n私聊模式下直接发送语音"),
620+
withSplitLine(),
621+
withMainMd("🎨 **图片创作模式**\n回复*图片创作* 或 */picture*"),
622+
withSplitLine(),
623+
withMainMd("👨‍💼 **常用角色管理** 🚧\n"+
620624
" 文本回复 *角色管理* 或 */manage*"),
621625
withSplitLine(),
622-
withMainMd("**🔃️ 历史话题回档** 🚧\n"+
626+
withMainMd("🔃️ **历史话题回档** 🚧\n"+
623627
" 进入话题的回复详情页,文本回复 *恢复* 或 */reload*"),
624628
withSplitLine(),
625-
withMainMd("**📤 话题内容导出** 🚧\n"+
629+
withMainMd("📤 **话题内容导出** 🚧\n"+
626630
" 文本回复 *导出* 或 */export*"),
627631
withSplitLine(),
628-
withMainMd("**🎰 连续对话与多话题模式**\n"+
632+
withMainMd("🎰 **连续对话与多话题模式**\n"+
629633
" 点击对话框参与回复,可保持话题连贯。同时,单独提问即可开启全新新话题"),
630634
withSplitLine(),
631-
withMainMd("**🎒 需要更多帮助**\n文本回复 *帮助* 或 */help*"),
635+
withMainMd("🎒 **需要更多帮助**\n文本回复 *帮助* 或 */help*"),
632636
)
633637
replyCard(
634638
ctx,

0 commit comments

Comments
 (0)