pool.json 260 B

12345678
  1. {
  2. "navigationBarTitleText": "量化交易大师",
  3. "usingComponents": {
  4. "purchase-modal": "../../components/PurchaseModal",
  5. "performance-card": "../../components/PerformanceCard",
  6. "history-search-card": "../../components/HistorySearchCard"
  7. }
  8. }