5 Star 2 Fork 3

成都市一颗优雅草科技有限公司/蜻蜓Q-standard-qingting-queen-uniapp旗舰版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 13.12 KB
一键复制 编辑 原始数据 按行查看 历史
Redkider 提交于 2024-01-08 21:19 . 1
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
// {
// "path": "pages/live/player/player",
// "style": {}
// },
// {
// "path": "pages/ad/ad",
// "style": {
// "navigationBarTitleText": "",
// "enablePullDownRefresh": false,
// "navigationStyle": "custom",
// "app-plus": {
// "bounce": "none"
// }
// }
// },
{
"path": "pages/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path" : "pages/novel/comicsDefault",
"style": {
"navigationBarTitleText": "漫画"
// "navigationStyle": "custom"
}
},
{
"path": "pages/novel/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/novel/bookDefault",
"style": {
"navigationBarTitleText": "小说详情"
}
},
// bookDefault
{
"path": "pages/novel/cartoon",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/novel/cartoonDetails",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/novel/book",
"style": {
// "navigationBarTitleText": "阅读"
"navigationStyle": "custom"
}
},
{
"path": "pages/newsList/details",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
// "navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/newsList/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/newsList/upload",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/my/user-center/user-center",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"backgroundColor": "#08d9d6"
},
"bounce": "none"
}
}
},{
"path": "pages/login/bandphone",
"style": {
"navigationBarTitleText": "绑定手机号",
"enablePullDownRefresh": false
}
},
{
"path": "pages/register/register",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"backgroundColor": "#08d9d6"
},
"bounce": "none"
}
}
}, {
"path": "pages/live/live",
"style": {
"navigationBarTitleText": "蜻蜓直播",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"autoBackButton": false
}
}
}
}, {
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
}, {
"path": "pages/live/pusher/pusher",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"bounce": "none",
"popGesture": "none"
}
}
}, {
"path": "pages/live/player/player",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
}
}
}, {
"path": "pages/upload-video/upload-video",
"style": {
"navigationBarTitleText": "发布",
"enablePullDownRefresh": false,
"app-plus": {
"bounce": "none"
}
}
}, {
"path": "pages/my/setting/setting",
"style": {
"navigationBarTitleText": "设置",
"enablePullDownRefresh": false
}
}, {
"path": "pages/live/create/create",
"style": {
"navigationBarTitleText": "创建房间",
"enablePullDownRefresh": false,
"app-plus": {
"bounce": "none"
}
}
}, {
"path": "pages/message/message",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/message/post/post",
"style": {
"navigationBarTitleText": "发布朋友圈",
"enablePullDownRefresh": false,
"app-plus": {
"bounce": "none"
}
}
}, {
"path": "pages/live/record/record",
"style": {
"navigationBarTitleText": "直播历史",
"enablePullDownRefresh": false,
"app-plus": {
"bounce": "none"
}
}
}, {
"path": "pages/register/agreement/agreement",
"style": {
"navigationBarTitleText": "用户协议",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/fans/fans",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/promotion-record/promotion-record",
"style": {
"navigationBarTitleText": "推广记录",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/video-list/video-list",
"style": {
"navigationBarTitleText": "我的视频",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/article-list/article-list",
"style": {
"navigationBarTitleText": "我的朋友圈",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/like-video/like-video",
"style": {
"navigationBarTitleText": "我喜欢的",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/like/like",
"style": {
"navigationBarTitleText": "我的点赞",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/like-message/like-message",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/reply/reply",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/play-records/play-records",
"style": {
"navigationBarTitleText": "浏览记录",
"enablePullDownRefresh": false
}
},
{
"path": "pages/my/download-records/download-records",
"style": {
"navigationBarTitleText": "下载记录",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/task/task",
"style": {
"navigationBarTitleText": "任务中心",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/message/message",
"style": {
"navigationBarTitleText": "消息中心",
"enablePullDownRefresh": false
}
}, {
"path": "pages/test/test",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/my/invite/invite",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/list-test/list-test",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/short-video/short-video",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/my/agent/agent",
"style": {
"navigationBarTitleText": "代理赚钱",
"enablePullDownRefresh": false
}
}, {
"path": "pages/latest/latest",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/long-video/long-video",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/latest/player/player",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/my/vip/vip",
"style": {
"navigationBarTitleText": "购买VIP",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/comment-list/comment-list",
"style": {
"navigationBarTitleText": "我的评论",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/comment-video/comment-video",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/comment-community/comment-community",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/agent/performance/performance",
"style": {
"navigationBarTitleText": "我的业绩",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/invite/Coupons",
"style": {
"navigationBarTitleText": "观影券介绍",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/agent/records/records",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"backgroundColor": "#F5F5F5"
}
}, {
"path": "pages/register/edit",
"style": {
"navigationBarTitleText": "完善资料",
"enablePullDownRefresh": false
}
}, {
"path": "pages/message/commentDetail/commentDetail",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/my/qqGroup/qqGroup",
"style": {
"navigationBarTitleText": "群二维码",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/recharge/recharge",
"style": {
"navigationBarTitleText": "充值中心",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/withdrawal/withdrawal",
"style": {
"navigationBarTitleText": "提现",
"enablePullDownRefresh": false
}
}, {
"path": "pages/Comics/Comics",
"style": {
"navigationBarTitleText": "漫画",
"enablePullDownRefresh": true,
"app-plus": {
"bounce": "none",
"titleNView": {
"buttons": [{
"fontSrc": "/static/fonts/iconfont.ttf",
"text": "\ue600",
"color": "#2979ff"
}],
"autoBackButton": false
}
}
}
}, {
"path": "pages/Fiction/Fiction",
"style": {
"navigationBarTitleText": "小说",
"enablePullDownRefresh": true,
"app-plus": {
"bounce": "none",
"titleNView": {
"buttons": [{
"fontSrc": "/static/fonts/iconfont.ttf",
"text": "\ue600",
"color": "#2979ff"
}],
"autoBackButton": false
}
}
}
}, {
"path": "pages/Comics/Publish",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/Fiction/Publish",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"softinputMode": "adjustResize"
}
}, {
"path": "pages/Fiction/Details",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/player",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "蜻蜓Q系统",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF"
}
// "tabBar": {
// "color": "#5f5f5f",
// "selectedColor": "#f384a2",
// "borderStyle": "black",
// "backgroundColor": "#FFFFFF",
// "fontSize": "13",
// "list": [{
// "pagePath": "pages/home/home",
// "iconPath": "static/images/tabbar/jx.png",
// "selectedIconPath": "static/images/tabbar/jx-a.png",
// "text": "精选"
// }, {
// "pagePath": "pages/latest/latest",
// "iconPath": "static/images/tabbar/zx.png",
// "selectedIconPath": "static/images/tabbar/zx-a.png",
// "text": "最新"
// }, {
// "pagePath": "pages/upload-video/upload-video",
// "iconPath": "static/images/tabbar/csp.png",
// "selectedIconPath": "static/images/tabbar/cap-a.png",
// "text": "长视频"
// }, {
// "pagePath": "pages/short-video/short-video",
// "iconPath": "static/images/tabbar/dsp.png",
// "selectedIconPath": "static/images/tabbar/dsp-a.png",
// "text": "短视频"
// },
// {
// "pagePath": "pages/message/message",
// "iconPath": "static/images/tabbar/sq.png",
// "selectedIconPath": "static/images/tabbar/sq-a.png",
// "text": "社区"
// },
// {
// "pagePath": "pages/my/my",
// "iconPath": "static/images/tabbar/wd.png",
// "selectedIconPath": "static/images/tabbar/wd-a.png",
// "text": "我的"
// }]
// },
// "condition" : { //模式配置,仅开发期间生效
// "current": 0, //当前激活的模式(list 的索引项)
// "list": [
// {
// "name": "", //模式名称
// "path": "", //启动页面,必选
// "query": "" //启动参数,在页面的onLoad函数里面得到
// }
// ]
// }
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/youyacao/st-qingting-queen-uniapp.git
git@gitee.com:youyacao/st-qingting-queen-uniapp.git
youyacao
st-qingting-queen-uniapp
蜻蜓Q-standard-qingting-queen-uniapp旗舰版
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385