| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
- }
- },
- "pages": [
- {
- "path": "pages/feed-plan/index",
- "type": "page"
- },
- {
- "path": "pages/home/index",
- "type": "page"
- },
- {
- "path": "pages/me/index",
- "type": "page"
- },
- {
- "path": "pages/pet-manual/index",
- "type": "page"
- },
- {
- "path": "pages/setting/index",
- "type": "page"
- },
- {
- "path": "pages/userInfo/index",
- "type": "page"
- }
- ],
- "globalStyle": {
- "backgroundColor": "@bgColor",
- "backgroundColorBottom": "@bgColorBottom",
- "backgroundColorTop": "@bgColorTop",
- "backgroundTextStyle": "@bgTxtStyle",
- "navigationBarBackgroundColor": "#000000",
- "navigationBarTextStyle": "@navTxtStyle",
- "navigationBarTitleText": "Vitesse-Uni",
- "navigationStyle": "custom"
- },
- "__esModule": true,
- "subPackages": []
- }
|