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

@@ -21,6 +21,18 @@ export const MessageType = {
notice: 4,
};
/// 跳转类型: 0商品 1提示词 2链接 3组件指令
export const JumpType = {
// 商品
commodity: 0,
// 提示词
prompt: 1,
// 链接
link: 2,
// 组件指令
command: 3,
};
/// 组件的名称
export const CompName = {
// 快速预定卡片