mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-02 18:41:01 +08:00
- Multi-AI competition mode (Qwen vs DeepSeek) - Binance Futures integration - AI self-learning mechanism - Professional web dashboard - Complete risk management system
7 lines
188 B
JavaScript
7 lines
188 B
JavaScript
const FOCUS_EVENT = 0;
|
|
const RECONNECT_EVENT = 1;
|
|
const MUTATE_EVENT = 2;
|
|
const ERROR_REVALIDATE_EVENT = 3;
|
|
|
|
export { ERROR_REVALIDATE_EVENT, FOCUS_EVENT, MUTATE_EVENT, RECONNECT_EVENT };
|