feat: 添加mock数据

This commit is contained in:
zdl
2025-11-05 16:49:13 +08:00
parent 4c08ef57ff
commit 623ec73c62
3 changed files with 88 additions and 1 deletions

View File

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