返回 AiToEarn
event.ts
1 /*
2 * @Author: nevin
3 * @Date: 2025-02-06 19:15:58
4 * @LastEditTime: 2025-03-19 14:26:43
5 * @LastEditors: nevin
6 * @Description: 全局事件
7 */
8 import { EventEmitter } from 'events';
9
10 export const EtEvent = new EventEmitter();
11
11 lines TYPESCRIPT