index.json 228 B

12345678910
  1. {
  2. "navigationBarTitleText": "课程表",
  3. "enablePullDownRefresh": true,
  4. "backgroundTextStyle": "dark",
  5. "backgroundColor": "#333",
  6. "component": true,
  7. "usingComponents": {
  8. "dialog": "/compontents/dialog/dialog"
  9. }
  10. }