mirror of
https://github.com/laoxong/nofx.git
synced 2026-06-07 03:07:56 +08:00
5aa50d35d7
- Multi-AI competition mode (Qwen vs DeepSeek) - Binance Futures integration - AI self-learning mechanism - Professional web dashboard - Complete risk management system
3 lines
141 B
JavaScript
3 lines
141 B
JavaScript
let loadConfig = require('./lib/public/load-config')
|
|
module.exports = (loadConfig.__esModule ? loadConfig : { default: loadConfig }).default
|