1 Star 0 Fork 2

lovenjoe / HF_debugging

forked from 思量短_. / HF_debugging 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
pages.json 2.83 KB
Copy Edit Raw Blame History
王会峰 authored 2022-01-26 10:38 . 添加 设置功能
{
"id": "HF-HF_debugging",
"displayName": "uni_modules插件类Vconsole调试工具HF调试器",
"version": "0.0.1-rc",
"description": "类Vconsole调试工具",
"keywords": [
"辅助脚本",
"Vconsole",
"调试"
],
"repository": "",
"engines": {
"HBuilderX": "^3.2.3"
},
"uni_modules": { // uni_modules配置
"dependencies": [], // 依赖的 uni_modules 插件ID列表
"platforms": { // 平台兼容性:y 表示 Yes,支持;n 表示 No,不支持;u 表示 Unknown,不确定;默认为 u
"client": { // 前端平台兼容性
"App": {
"app-vue": "y",
"app-nvue": "y"
}
}
}
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
},
{
"path": "pages/index/index-n",
"style": {
"navigationBarTitleText": "uni-app-nvue"
}
},
{
"path": "pages/index/index3",
"style": {
"navigationBarTitleText": "uni-app"
}
},{
"path": "pages/index/index-n2",
"style": {
"navigationBarTitleText": "uni-app-nvue"
}
},
{
"path": "uni_modules/HF-HF_debugging/pages/subnvue/HFconsole",
"style": {
"navigationStyle": "custom",
"backgroundColor": "transparent",
"app-plus": {
"animationType": "slide-in-bottom",
"background": "transparent",
"popGesture": "none"
}
}
},
{
"path": "uni_modules/HF-HF_debugging/pages/subnvue/concat"
},
{
"path" : "uni_modules/HF-HF_debugging/pages/next/next",
"style" :
{
"navigationStyle": "custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
/* ,"subNVues": [{
"id": "concat", // 唯一标识
"path": "uni_modules/HF-HF_debugging/pages/subnvue/concat", // 页面路径
"style": {
"position": "absolute",
"right": "80rpx",
"bottom": "120rpx",
"width": "200rpx",
"height": "80rpx",
"background": "transparent"
}
}] */
},
"tabBar": {
"color": "#9695A8",
"selectedColor": "#192222",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list" : [
{
"pagePath" : "pages/index/index-n2",
"iconPath" : "static/tabBarIcon/index.png",
"selectedIconPath" : "static/tabBarIcon/selec_index.png",
"text" : "vue"
},
{
"pagePath" : "pages/index/index-n",
"iconPath" : "static/tabBarIcon/my.png",
"selectedIconPath" : "static/tabBarIcon/selec_my.png",
"text" : "nvue"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lovenjoe/hf_debugging.git
git@gitee.com:lovenjoe/hf_debugging.git
lovenjoe
hf_debugging
HF_debugging
master

Search