mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-06-30 09:31:19 +08:00
- Multi-AI competition mode (Qwen vs DeepSeek) - Binance Futures integration - AI self-learning mechanism - Professional web dashboard - Complete risk management system
9 lines
183 B
JavaScript
9 lines
183 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "defaultLocale", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _index.enUS;
|
|
},
|
|
});
|
|
var _index = require("../locale/en-US.cjs");
|