feat: 调整了跳转的交互

This commit is contained in:
2026-04-29 16:31:59 +08:00
parent bf76fa89c9
commit 3e572052e8
4 changed files with 66 additions and 3 deletions

View File

@@ -11,3 +11,9 @@ export const SEND_MESSAGE_CONTENT_TEXT = "SEND_MESSAGE_CONTENT_TEXT";
// 发送消息命令类型
export const SEND_MESSAGE_COMMAND_TYPE = "SEND_MESSAGE_COMMAND_TYPE";
// 切换到伴游tab
export const SWITCH_TO_COMPANION_TAB = "SWITCH_TO_COMPANION_TAB";
// 切换到发现tab
export const SWITCH_TO_DISCOVERY_TAB = "SWITCH_TO_DISCOVERY_TAB";