feat(wip): 事件緩存以備離綫重連重發

This commit is contained in:
CrescentLeaf
2025-09-21 14:06:08 +08:00
parent e5dd3ade51
commit 706d811087
3 changed files with 76 additions and 5 deletions

4
server/api/EventBean.ts Normal file
View File

@@ -0,0 +1,4 @@
export default class EventBean {
declare event_name: string
declare data: unknown
}