家政小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

app.json 284B

123456789101112
  1. {
  2. "pages": [
  3. "pages/launch/index",
  4. "pages/home/index"
  5. ],
  6. "window": {
  7. "backgroundTextStyle": "light",
  8. "navigationBarBackgroundColor": "#00a0e9",
  9. "navigationBarTitleText": "玥子轩",
  10. "navigationBarTextStyle": "white"
  11. }
  12. }