123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [
- {
- "path": "pages/movie/movie",
- "style": {
- "navigationStyle": "default",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "短剧",
- "transparentTitle": "auto",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/watching/watching",
- "style": {
- "navigationStyle": "default",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "追剧",
- "transparentTitle": "auto",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/my/my",
- "style": {
- "navigationStyle": "default",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "我的",
- "transparentTitle": "auto"
- }
- }
- ],
- "subPackages": [
- {
- "root": "pages/subPackages/videoPlayer",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationStyle": "default",
- "navigationBarBackgroundColor": "#000000",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "播放",
- "transparentTitle": "auto",
- "usingComponents": {
- "video-player-dy": "/ttcomponents/video-player/index"
- }
- }
- }
- ]
- },
- {
- "root": "pages/subPackages/search",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationStyle": "default",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "搜索",
- "transparentTitle": "auto"
- }
- }
- ]
- },
- {
- "root": "pages/subPackages/history",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationStyle": "default",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "观看历史",
- "transparentTitle": "auto",
- "enablePullDownRefresh": true
- }
- }
- ]
- },
- {
- "root": "pages/subPackages/like",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationStyle": "default",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "喜欢",
- "transparentTitle": "auto",
- "enablePullDownRefresh": true
- }
- }
- ]
- }
- ],
- "tabBar": {
- "color": "#7B7B7B",
- "selectedColor": "#F85555",
- "backgroundColor": "#fff",
- "borderStyle": "white",
- "list": [
- {
- "pagePath": "pages/movie/movie",
- "iconPath": "/static/tabBar/movie-off.png",
- "selectedIconPath": "/static/tabBar/movie-on.png",
- "text": "剧场"
- },
- {
- "pagePath": "pages/watching/watching",
- "iconPath": "/static/tabBar/watching-off.png",
- "selectedIconPath": "/static/tabBar/watching-on.png",
- "text": "追剧"
- },
- {
- "pagePath": "pages/my/my",
- "iconPath": "/static/tabBar/my-off.png",
- "selectedIconPath": "/static/tabBar/my-on.png",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "喝彩短剧",
- "navigationBarBackgroundColor": "#fff",
- "transparentTitle": "auto"
- }
- }
|