代码拉取完成,页面将自动刷新
{
"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函数里面得到
}]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。