12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "pages": [
- "pages/home/index",
- "pages/index/index",
- "pages/userConsole/userConsole",
- "pages/storageConsole/storageConsole",
- "pages/databaseGuide/databaseGuide",
- "pages/addFunction/addFunction",
- "pages/deployFunctions/deployFunctions",
- "pages/chooseLib/chooseLib",
- "pages/openapi/openapi",
- "pages/openapi/serverapi/serverapi",
- "pages/openapi/callback/callback",
- "pages/openapi/cloudid/cloudid",
- "pages/im/im",
- "pages/im/room/room",
- "pages/interList/interList",
- "pages/detail/detail",
- "pages/ruins/index"
- ],
- "window": {
- "backgroundColor": "#F6F6F6",
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#F6F6F6",
- "navigationBarTitleText": "寻找红色的记忆",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "color": "#333",
- "selectedColor": "#07C160",
- "backgroundColor": "#fff",
- "list": [
- {
- "pagePath": "pages/home/index",
- "text": "首页",
- "iconPath": "/images/tabbar_icon_home_default.png",
- "selectedIconPath": "/images/tabbar_icon_home_active.png"
- },
- {
- "pagePath": "pages/index/index",
- "text": "我的",
- "iconPath": "/images/tabbar_icon_setting_default.png",
- "selectedIconPath": "/images/tabbar_icon_setting_active.png"
- }
- ]
- },
- "sitemapLocation": "sitemap.json",
- "style": "v2",
- "useExtendedLib": {
- "weui": true
- }
- }
|