stockgame.json 354 B

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