stockgame.json 375 B

123456789101112
  1. {
  2. "navigationBarTitleText": "K线训练",
  3. "enablePullDownRefresh": true,
  4. "navigationStyle": "custom",
  5. "navigationBarTextStyle": "white",
  6. "component": true,
  7. "usingComponents": {
  8. "fa-navbar": "/components/fa-navbar/fa-navbar",
  9. "fa-tabbar": "/components/fa-tabbar/fa-tabbar",
  10. "h-q-chart-control": "/uni_modules/jones-hqchart2/js_sdk/HQChartControl"
  11. }
  12. }