7 Star 28 Fork 15

xujimu/ppgjx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 22.94 KB
一键复制 编辑 原始数据 按行查看 历史
Momingyun 提交于 2021-11-22 22:31 . 添加单聊
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733
{
"easycom": {
// npm安装的方式不需要前面的"@/",下载安装的方式需要"@/"
// npm安装方式
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
// 下载安装方式
// "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"scrollIndicator": "none" //当前页面不显示滚动条
}
}, {
"path": "pages/index/my",
"style": {
"navigationBarTitleText": "我"
}
}, {
"path": "pages/functions/qrcode/qrcode",
"style": {
"navigationBarTitleText": "二维码"
}
}, {
"path": "pages/index/feedback",
"style": {
"navigationBarTitleText": "反馈建议"
}
}, {
"path": "pages/functions/counter/counter",
"style": {
"navigationBarTitleText": "计数器"
}
}, {
"path": "pages/functions/NetworkSpeed/NetworkSpeed",
"style": {
"navigationBarTitleText": "网络测速"
}
}, {
"path": "pages/functions/flashlight/flashlight",
"style": {
"navigationBarTitleText": "手电筒"
}
}, {
"path": "pages/functions/ocr/ocr",
"style": {
"navigationBarTitleText": "图片文字识别"
}
}, {
"path": "pages/functions/toggleCase/toggleCase",
"style": {
"navigationBarTitleText": "大小写转换"
}
}, {
"path": "pages/functions/deviceInfo/deviceInfo",
"style": {
"navigationBarTitleText": "设备信息"
}
}, {
"path": "pages/functions/relationship/relationship",
"style": {
"navigationBarTitleText": "亲戚关系计算"
}
}, {
"path": "pages/functions/ArticleCreate/ArticleCreate",
"style": {
"navigationBarTitleText": "文章生成器"
}
}, {
"path": "pages/functions/ReciteWords/ReciteWords",
"style": {
"navigationBarTitleText": "通知单词"
}
}, {
"path": "pages/index/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
}, {
"path": "pages/index/register",
"style": {
"navigationBarTitleText": "注册",
"enablePullDownRefresh": false
}
}, {
"path": "pages/index/user",
"style": {
"navigationBarTitleText": "用户",
"enablePullDownRefresh": false
}
}, {
"path": "pages/index/changePassword",
"style": {
"navigationBarTitleText": "修改密码",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/ReciteWords/WordRecord",
"style": {
"navigationBarTitleText": "单词",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/textSpeech/textSpeech",
"style": {
"navigationBarTitleText": "语音合成",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/WipeWatermark/WipeWatermark",
"style": {
"navigationBarTitleText": "视频提取",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/vibrate/vibrate",
"style": {
"navigationBarTitleText": "振动器",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/barrage/barrage",
"style": {
"navigationBarTitleText": "手持弹幕",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/barrage/start",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/functions/shortUrl/shortUrl",
"style": {
"navigationBarTitleText": "短网址生成",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/translate/translate",
"style": {
"navigationBarTitleText": "翻译",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/translate/start",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/photoBox/photoBox",
"style": {
"navigationBarTitleText": "加密相册",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/photoBox/start",
"style": {
"enablePullDownRefresh": false,
"popGesture": "none",
"navigationStyle": "custom",
"statusbar": {
"background": "#0081ff"
}
}
}, {
"path": "pages/functions/hexTransform/hexTransform",
"style": {
"navigationBarTitleText": "进制转换",
"enablePullDownRefresh": false
}
}, {
"path": "pages/index/setting/setting",
"style": {
"navigationBarTitleText": "设置",
"enablePullDownRefresh": false
}
}, {
"path": "pages/index/setting/notFun",
"style": {
"navigationBarTitleText": "功能列表",
"enablePullDownRefresh": false
}
}, {
"path": "pages/index/setting/oneFun",
"style": {
"navigationBarTitleText": "单功能",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/longPage/longPage",
"style": {
"navigationBarTitleText": "网页截屏",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/imgZip/imgZip",
"style": {
"navigationBarTitleText": "图片压缩",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/test/test",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/divCalculate/divCalculate",
"style": {
"navigationBarTitleText": "DIY计算器",
"enablePullDownRefresh": false,
"titleNView": {
"padding-right": "6px",
"buttons": [{
"text": "添加",
"fontSize": "16px",
"width": "auto"
}]
}
}
}, {
"path": "pages/functions/divCalculate/add",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"titleNView": {
"padding-right": "6px",
"buttons": [{
"text": "新增参数",
"fontSize": "16px",
"width": "auto"
},
{
"text": "保存",
"fontSize": "16px",
"width": "auto"
},
{
"text": "回退",
"fontSize": "16px",
"width": "auto"
}
]
}
}
}, {
"path": "pages/functions/divCalculate/help",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/pictureProduction/pictureProduction",
"style": {
"navigationBarTitleText": "王者头像生成",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/TakeAshot/TakeAshot",
"style": {
"navigationBarTitleText": "在线皮友",
"enablePullDownRefresh": true,
"titleNView": {
"padding-right": "6px",
"buttons": [{
"text": "设置",
"fontSize": "16px",
"width": "auto"
}]
}
}
}, {
"path": "pages/functions/TakeAshot/send",
"style": {
"navigationBarTitleText": "拍一拍",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/TakeAshot/setting",
"style": {
"navigationBarTitleText": "拍拍设置",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/musicPlay/musicPlay",
"style": {
"navigationBarTitleText": "我的音乐",
"enablePullDownRefresh": false,
"titleNView": {
"padding-right": "6px",
"buttons": [{
"text": "导入",
"fontSize": "16px",
"width": "auto"
}]
}
}
}, {
"path": "pages/functions/musicPlay/import",
"style": {
"navigationBarTitleText": "导入",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/PortScan/PortScan",
"style": {
"navigationBarTitleText": "端口扫描",
"enablePullDownRefresh": false
}
}, {
"path": "pages/index/setting/privacy",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/expressCheck/expressCheck",
"style": {
"navigationBarTitleText": "快递查询",
"enablePullDownRefresh": false
}
}
, {
"path": "pages/index/github",
"style": {
"navigationBarTitleText": "开发者协作计划",
"enablePullDownRefresh": false
}
}, {
"path": "pages/index/setting/agreement",
"style": {
"navigationBarTitleText": "服务协议",
"enablePullDownRefresh": false
}
},
{
"path": "pages/functions/chatRoom/chatRoom",
"style": {
"navigationBarTitleText": "聊天室"
}
},
{
"path": "pages/functions/chatRoom/chatRoomText",
"style": {
"navigationBarTitleText": "文字聊天室"
}
},
{
"path": "pages/functions/chatRoom/chatRoomAudio",
"style": {
"navigationBarTitleText": "语音聊天室"
}
},
{
"path": "pages/functions/chatRoom/HM-details",
"style": {
"navigationBarBackgroundColor": "#cf3c35",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "红包",
"backgroundColorTop": "#cf3c35",
"backgroundColorBottom": "#fff"
}
}, {
"path": "pages/functions/chatRoom/HM-hand",
"style": {
"navigationBarBackgroundColor": "#cf3c35",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "发红包",
"backgroundColorTop": "#cf3c35",
"backgroundColorBottom": "#fff",
"app-plus": {
"softinputNavBar": "none",
"bounce": "none"
}
}
}, {
"path": "pages/functions/PeriodDays/PeriodDays",
"style": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "日期计算",
"backgroundColorTop": "#1013cf",
"backgroundColorBottom": "#fff",
"app-plus": {
"softinputNavBar": "none",
"bounce": "none"
}
}
}, {
"path": "pages/functions/Location/Location",
"style": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "位置信息",
"backgroundColorTop": "#00aaff",
"backgroundColorBottom": "#fff",
"app-plus": {
"softinputNavBar": "none",
"bounce": "none"
}
}
}, {
"path": "pages/functions/FullClock/FullClock",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/functions/PeriodRecord/PeriodRecord",
"style": {
"navigationBarBackgroundColor": "#ff7df2",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "经期记录",
"backgroundColorTop": "#ff7df2",
"backgroundColorBottom": "#fff",
"app-plus": {
"softinputNavBar": "none",
"bounce": "none"
}
}
}, {
"path": "pages/functions/2048/2048",
"style": {
"navigationBarBackgroundColor": "#96838C",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "2048",
"backgroundColorTop": "#96838C",
"backgroundColorBottom": "#fff",
"app-plus": {
"softinputNavBar": "none",
"bounce": "none"
}
}
},
{
"path": "pages/functions/FullClock/skip",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/functions/mineSweeping/mineSweeping",
"style": {
"navigationBarBackgroundColor": "#96838C",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "扫雷",
"backgroundColorTop": "#96838C",
"backgroundColorBottom": "#fff",
"app-plus": {
"softinputNavBar": "none",
"bounce": "none"
}
}
},
{
"path": "pages/index/bindPhone",
"style": {
"navigationBarTitleText": "绑定手机",
"enablePullDownRefresh": false
}
},
{
"path": "pages/functions/chatRoom/select",
"style": {
"navigationBarTitleText": "聊天频道",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/chatRoom/banned",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/phoneSign/phoneSign",
"style": {
"navigationBarTitleText": "电子签名",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/TheDailyMorning/TheDailyMorning",
"style": {
"navigationBarTitleText": "每日早报",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/WaterMarking/WaterMarking",
"style": {
"navigationBarTitleText": "图片水印",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/help/help",
"style": {
"navigationBarTitleText": "帮助",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/PhotoTranslation/PhotoTranslation",
"style": {
"navigationBarTitleText": "拍照翻译",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/GetImageData/GetImageData",
"style": {
"navigationBarTitleText": "获取照片信息",
"enablePullDownRefresh": false
}
},
{
"path": "pages/index/ranking",
"style": {
"navigationBarTitleText": "排行榜",
"enablePullDownRefresh": true
}
},
{
"path": "pages/functions/Mahjong/Mahjong",
"style": {
"navigationBarTitleText": "麻将定缺",
"enablePullDownRefresh": false
}
}, {
"path": "pages/functions/ageCalculator/ageCalculator",
"style": {
"navigationBarTitleText": "年龄计算器",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/index/adList",
"style" :
{
"navigationBarTitleText": "赞助商广告",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/functions/xbw/xbw",
"style" :
{
"navigationBarTitleText": "小霸王游戏",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/index/setting/ad",
"style" :
{
"navigationBarTitleText": "广告设置",
"enablePullDownRefresh": false
}
},{
"path" : "pages/index/map/map",
"style" :
{
"navigationBarTitleText": "地图",
"enablePullDownRefresh": false,
"titleNView": {
"padding-right": "6px",
"buttons": [{
"text": "设置",
"fontSize": "16px",
"width": "auto"
}]
},
"app-plus":{
"subNVues":{
"id":"map",
"path":"pages/index/map/map.nvue"
}
}
}
}
,{
"path" : "pages/index/userInfo/changeIcon",
"style" :
{
"navigationBarTitleText": "修改头像",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/index/userInfo/changeName",
"style" :
{
"navigationBarTitleText": "修改昵称",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/index/map/mapSetting",
"style" :
{
"navigationBarTitleText": "地图设置",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/index/map/chat",
"style" :
{
"navigationBarTitleText": "聊一聊",
"enablePullDownRefresh": true
}
},{
"path" : "pages/index/map/privateChat",
"style" :
{
"navigationBarTitleText": "私聊",
"enablePullDownRefresh": true
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "皮皮工具箱",
"navigationBarBackgroundColor": "#0081ff",
"backgroundColor": "#F8F8F8",
"pageOrientation": "auto"
},
"tabBar": {
"color": "#333",
"borderStyle": "black",
"list": [{
"pagePath": "pages/index/index",
"text": "功能",
"iconPath": "static/index/tabBarFun.png",
"selectedIconPath": "static/index/tabBarFunSelect.png"
},
{
"pagePath": "pages/index/map/map",
"text": "地图",
"iconPath": "static/index/tabBarMap.png",
"selectedIconPath": "static/index/tabBarMapSelect.png"
},{
"pagePath": "pages/index/map/chat",
"text": "聊一聊",
"iconPath": "static/index/tabBarChat.png",
"selectedIconPath": "static/index/tabBarChatSelect.png"
},
{
"pagePath": "pages/index/ranking",
"text": "排行榜",
"iconPath": "static/index/ranking.png",
"selectedIconPath": "static/index/rankingselect.png"
},
{
"pagePath": "pages/index/my",
"text": "我",
"iconPath": "static/index/tabBarMy.png",
"selectedIconPath": "static/index/tabBarMySelect.png"
}
]
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xujimu/ppgjx.git
git@gitee.com:xujimu/ppgjx.git
xujimu
ppgjx
ppgjx
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385