feat: 添加股票mock数据

This commit is contained in:
zdl
2025-10-24 17:43:47 +08:00
parent b0ae5a2871
commit 873adda1fd
3 changed files with 145 additions and 183 deletions

View File

@@ -8,6 +8,7 @@ import { eventHandlers } from './event';
import { paymentHandlers } from './payment';
import { industryHandlers } from './industry';
import { conceptHandlers } from './concept';
import { stockHandlers } from './stock';
// 可以在这里添加更多的 handlers
// import { userHandlers } from './user';
@@ -20,5 +21,6 @@ export const handlers = [
...paymentHandlers,
...industryHandlers,
...conceptHandlers,
...stockHandlers,
// ...userHandlers,
];