feat: 添加mock

This commit is contained in:
zdl
2025-11-24 16:46:05 +08:00
parent 810c878a1e
commit f8bb46ae64
2 changed files with 235 additions and 0 deletions

View File

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