12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "pages": [
- "pages/index/index",
- "pages/video/index",
- "pages/exercise/index",
- "pages/me/index",
- "pages/me/me",
- "pages/me/mynotice/mynotice",
- "pages/itemlist/itemlist",
- "pages/projectlist/projectlist",
- "pages/me/userinfo",
- "components/Header/index",
- "components/Search/index",
- "components/MenuTab/index",
- "pages/index/detail",
- "pages/video/detail",
- "pages/search/index",
- "pages/searchList/index",
- "pages/exercise/components/dayQuestion/index",
- "pages/exercise/components/specialQuestion/index"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "AbuCoder",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "custom": true,
- "color": "#7A7E83",
- "selectedColor": "#0a2576",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index"
- },
- {
- "pagePath": "pages/video/index"
- },
- {
- "pagePath": "pages/exercise/index"
- },
- {
- "pagePath": "pages/me/index"
- },
- {
- "pagePath": "pages/me/me"
- }
- ]
- },
- "permission": {},
- "usingComponents": {}
- }
|