feat: 添加mock数据

This commit is contained in:
zdl
2025-11-05 17:49:15 +08:00
parent 22186eb54a
commit e617eddd46
3 changed files with 48 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ import { marketHandlers } from './market';
import { financialHandlers } from './financial';
import { limitAnalyseHandlers } from './limitAnalyse';
import { posthogHandlers } from './posthog';
import { externalHandlers } from './external';
// 可以在这里添加更多的 handlers
// import { userHandlers } from './user';
@@ -32,5 +33,6 @@ export const handlers = [
...financialHandlers,
...limitAnalyseHandlers,
...posthogHandlers,
...externalHandlers,
// ...userHandlers,
];