家政小程序
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 254B

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