feat: 添加交易事件钩子,更新确认订单和订单列表组件以触发和监听交易事件

This commit is contained in:
2026-01-13 20:08:57 +07:00
parent fc708f88d7
commit bc8da8a27a
3 changed files with 9 additions and 0 deletions

1
src/events/index.ts Normal file
View File

@@ -0,0 +1 @@
export const tradeEvent = createEventHook<void>();