1 Star 0 Fork 3

laniwong_Gitee / hello-uniapp

forked from 李口 / hello-uniapp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 26.22 KB
一键复制 编辑 原始数据 按行查看 历史
tianjiaxing 提交于 2020-11-30 18:14 . snyc to dev
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289
{
"leftWindow": {
"path": "windows/left-window.vue",
"style": {
"width": "350px"
}
},
"topWindow": {
"path": "windows/top-window.vue",
"style": {
"height": "60px"
}
},
"pages": [
// pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/tabBar/component/component",
"style": {
"navigationBarTitleText": "内置组件",
"app-plus": {
"bounce": "vertical",
"titleNView": {
"buttons": [{
"text": "\ue534",
"fontSrc": "/static/uni.ttf",
"fontSize": "22px",
"color": "#FFFFFF"
}]
}
}
}
},
{
"path": "pages/tabBar/API/API",
"style": {
"navigationBarTitleText": "接口",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue534",
"fontSrc": "/static/uni.ttf",
"fontSize": "22px",
"color": "#FFFFFF"
}]
}
}
}
},
{
"path": "pages/tabBar/template/template",
"style": {
"navigationBarTitleText": "模版",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue534",
"fontSrc": "/static/uni.ttf",
"fontSize": "22px",
"color": "#FFFFFF"
}]
}
}
}
},
{
"path": "pages/tabBar/extUI/extUI",
"style": {
"navigationBarTitleText": "扩展组件",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue534",
"fontSrc": "/static/uni.ttf",
"fontSize": "22px",
"color": "#FFFFFF"
}]
}
}
}
},
{
"path": "pages/component/view/view",
"style": {
"navigationBarTitleText": "view"
}
},
{
"path": "pages/component/scroll-view/scroll-view",
"style": {
"navigationBarTitleText": "scroll-view"
}
},
{
"path": "pages/component/swiper/swiper",
"style": {
"navigationBarTitleText": "swiper"
}
},
// #ifndef MP-TOUTIAO
{
"path": "pages/component/cover-view/cover-view",
"style": {
"navigationBarTitleText": "cover-view"
}
},
{
"path": "pages/component/movable-view/movable-view",
"style": {
"navigationBarTitleText": "movable-view"
}
},
// #endif
{
"path": "pages/component/text/text",
"style": {
"navigationBarTitleText": "text"
}
},
{
"path": "pages/component/rich-text/rich-text",
"style": {
"navigationBarTitleText": "rich-text"
}
},
{
"path": "pages/component/progress/progress",
"style": {
"navigationBarTitleText": "progress"
}
},
{
"path": "pages/component/button/button",
"style": {
"navigationBarTitleText": "button"
}
},
{
"path": "pages/component/checkbox/checkbox",
"style": {
"navigationBarTitleText": "checkbox"
}
},
{
"path": "pages/component/form/form",
"style": {
"navigationBarTitleText": "form"
}
},
{
"path": "pages/component/input/input",
"style": {
"navigationBarTitleText": "input",
"app-plus": {
"softinputNavBar": "none"
}
}
},
{
"path": "pages/component/label/label",
"style": {
"navigationBarTitleText": "label"
}
},
{
"path": "pages/component/picker/picker",
"style": {
"navigationBarTitleText": "picker"
}
},
{
"path": "pages/component/picker-view/picker-view",
"style": {
"navigationBarTitleText": "picker-view"
}
},
{
"path": "pages/component/radio/radio",
"style": {
"navigationBarTitleText": "radio"
}
},
{
"path": "pages/component/slider/slider",
"style": {
"navigationBarTitleText": "slider"
}
},
{
"path": "pages/component/switch/switch",
"style": {
"navigationBarTitleText": "switch"
}
},
{
"path": "pages/component/textarea/textarea",
"style": {
"navigationBarTitleText": "textarea"
}
},
// #ifdef APP-PLUS || MP-WEIXIN || H5
{
"path": "pages/component/editor/editor",
"style": {
"navigationBarTitleText": "editor"
}
},
// #endif
{
"path": "pages/component/navigator/navigator",
"style": {
"navigationBarTitleText": "navigator"
}
},
{
"path": "pages/component/navigator/navigate/navigate",
"style": {
"navigationBarTitleText": "navigatePage"
}
},
{
"path": "pages/component/navigator/redirect/redirect",
"style": {
"navigationBarTitleText": "redirectPage"
}
},
{
"path": "pages/component/image/image",
"style": {
"navigationBarTitleText": "image"
}
},
{
"path": "pages/component/video/video",
"style": {
"navigationBarTitleText": "video"
}
},
// #ifndef MP-ALIPAY || MP-TOUTIAO
{
"path": "pages/component/audio/audio",
"style": {
"navigationBarTitleText": "audio"
}
},
// #endif
// #ifndef MP-TOUTIAO
{
"path": "pages/component/map/map",
"style": {
"navigationBarTitleText": "map"
}
},
// #endif
{
"path": "pages/component/canvas/canvas",
"style": {
"navigationBarTitleText": "canvas"
}
},
{
"path": "pages/component/web-view/web-view",
"style": {
"navigationBarTitleText": "web-view"
}
},
// #ifndef H5 || MP-BAIDU || QUICKAPP-WEBVIEW
{
"path": "pages/component/ad/ad",
"style": {
"navigationBarTitleText": "AD"
}
},
// #endif
// #ifdef APP-PLUS || H5
{
"path": "pages/component/web-view-local/web-view-local",
"style": {}
},
// #endif
{
"path": "platforms/app-plus/speech/speech",
"style": {
"navigationBarTitleText": "语音识别"
}
},
{
"path": "platforms/app-plus/orientation/orientation",
"style": {
"navigationBarTitleText": "方向传感器"
}
},
{
"path": "platforms/app-plus/proximity/proximity",
"style": {
"navigationBarTitleText": "距离传感器"
}
},
{
"path": "platforms/app-plus/push/push",
"style": {
"navigationBarTitleText": "推送"
}
},
{
"path": "platforms/app-plus/shake/shake",
"style": {
"navigationBarTitleText": "摇一摇"
}
},
// #ifdef H5 || APP-PLUS
{
"path": "pages/about/about",
"style": {
"navigationBarTitleText": "关于"
}
},
// #endif
{
"path": "platforms/app-plus/feedback/feedback",
"style": {
"navigationBarTitleText": "问题反馈"
}
}
// #ifdef H5
, {
"path": "pages/error/404",
"style": {
"navigationBarTitleText": "Not Found"
}
}
// #endif
],
"subPackages": [{
"root": "pages/API",
"pages": [{
"path": "login/login",
"style": {
"navigationBarTitleText": "授权登录"
}
},
// #ifdef APP-PLUS
{
"path": "subnvue/subnvue",
"style": {
"navigationBarTitleText": "原生子窗体",
"app-plus": {
"subNVues": [{
"id": "drawer",
"path": "subnvue/subnvue/drawer",
"type": "popup",
"style": {
"width": "50%"
}
}, {
"id": "popup",
"path": "subnvue/subnvue/popup",
"type": "popup",
"style": {
"margin": "auto",
"width": "80%",
"height": "600rpx"
}
}, {
"id": "video_mask",
"path": "subnvue/subnvue/video-mask",
"style": {
"position": "absolute",
"bottom": "30px",
"left": "0",
"width": "230px",
"height": "110px",
"background": "transparent"
}
}]
}
}
},
// #endif
{
"path": "get-user-info/get-user-info",
"style": {
"navigationBarTitleText": "获取用户信息"
}
},
{
"path": "request-payment/request-payment",
"style": {
"navigationBarTitleText": "发起支付"
}
},
{
"path": "share/share",
"style": {
"navigationBarTitleText": "分享"
}
},
{
"path": "set-navigation-bar-title/set-navigation-bar-title",
"style": {
"navigationBarTitleText": "设置界面标题"
}
},
{
"path": "show-loading/show-loading",
"style": {
"navigationBarTitleText": "加载提示框"
}
},
{
"path": "navigator/navigator",
"style": {
"navigationBarTitleText": "页面跳转"
}
},
{
"path": "navigator/new-page/new-vue-page-1",
"style": {
"navigationBarTitleText": "新VUE页面1"
}
},
{
"path": "navigator/new-page/new-vue-page-2",
"style": {
"navigationBarTitleText": "新VUE页面2"
}
},
{
"path": "navigator/new-page/new-nvue-page-1",
"style": {
"navigationBarTitleText": "新NVUE页面1"
}
},
{
"path": "navigator/new-page/new-nvue-page-2",
"style": {
"navigationBarTitleText": "新NVUE页面2"
}
},
{
"path": "pull-down-refresh/pull-down-refresh",
"style": {
"navigationBarTitleText": "下拉刷新",
"enablePullDownRefresh": true
}
},
{
"path": "animation/animation",
"style": {
"navigationBarTitleText": "创建动画"
}
},
{
"path": "get-node-info/get-node-info",
"style": {
"navigationBarTitleText": "节点信息"
}
},
{
"path": "intersection-observer/intersection-observer",
"style": {
"navigationBarTitleText": "节点布局相交状态"
}
},
{
"path": "canvas/canvas",
"style": {
"navigationBarTitleText": "创建绘画"
}
},
{
"path": "action-sheet/action-sheet",
"style": {
"navigationBarTitleText": "操作菜单"
}
},
{
"path": "modal/modal",
"style": {
"navigationBarTitleText": "模态弹窗"
}
},
{
"path": "toast/toast",
"style": {
"navigationBarTitleText": "消息提示框"
}
},
{
"path": "get-network-type/get-network-type",
"style": {
"navigationBarTitleText": "获取设备网络状态"
}
},
{
"path": "get-system-info/get-system-info",
"style": {
"navigationBarTitleText": "获取设备系统信息"
}
},
{
"path": "add-phone-contact/add-phone-contact",
"style": {
"navigationBarTitleText": "添加手机联系人"
}
},
{
"path": "on-accelerometer-change/on-accelerometer-change",
"style": {
"navigationBarTitleText": "监听加速度计数据"
}
},
{
"path": "on-compass-change/on-compass-change",
"style": {
"navigationBarTitleText": "监听罗盘数据"
}
},
{
"path": "make-phone-call/make-phone-call",
"style": {
"navigationBarTitleText": "打电话"
}
},
{
"path": "scan-code/scan-code",
"style": {
"navigationBarTitleText": "扫码"
}
},
{
"path": "clipboard/clipboard",
"style": {
"navigationBarTitleText": "剪贴板"
}
},
{
"path": "request/request",
"style": {
"navigationBarTitleText": "网络请求"
}
},
{
"path": "upload-file/upload-file",
"style": {
"navigationBarTitleText": "上传文件"
}
},
{
"path": "download-file/download-file",
"style": {
"navigationBarTitleText": "下载文件"
}
},
{
"path": "image/image",
"style": {
"navigationBarTitleText": "图片"
}
},
{
"path": "voice/voice",
"style": {
"navigationBarTitleText": "录音"
}
},
{
"path": "inner-audio/inner-audio",
"style": {
"navigationBarTitleText": "音频"
}
},
{
"path": "background-audio/background-audio",
"style": {
"navigationBarTitleText": "背景音频"
}
},
{
"path": "video/video",
"style": {
"navigationBarTitleText": "视频"
}
},
{
"path": "file/file",
"style": {
"navigationBarTitleText": "文件"
}
},
// #ifndef MP-QQ || MP-TOUTIAO
{
"path": "map/map",
"style": {
"navigationBarTitleText": "map"
}
},
// #endif
// #ifdef APP-PLUS
{
"path": "map-search/map-search",
"style": {
"navigationBarTitleText": "map search"
}
},
// #endif
{
"path": "get-location/get-location",
"style": {
"navigationBarTitleText": "获取位置"
}
},
{
"path": "open-location/open-location",
"style": {
"navigationBarTitleText": "查看位置"
}
},
// #ifndef MP-TOUTIAO
{
"path": "choose-location/choose-location",
"style": {
"navigationBarTitleText": "使用地图选择位置"
}
},
// #endif
{
"path": "storage/storage",
"style": {
"navigationBarTitleText": "数据存储"
}
},
{
"path": "sqlite/sqlite",
"style": {
"navigationBarTitleText": "SQLite"
}
},
// #ifdef APP-PLUS || MP-WEIXIN
{
"path": "rewarded-video-ad/rewarded-video-ad",
"style": {
"navigationBarTitleText": "激励视频广告"
}
},
// #endif
// #ifdef APP-PLUS
{
"path": "full-screen-video-ad/full-screen-video-ad",
"style": {
"navigationBarTitleText": "全屏视频广告"
}
},
// #endif
// #ifndef H5
{
"path": "brightness/brightness",
"style": {
"navigationBarTitleText": "屏幕亮度"
}
},
// #endif
// #ifndef H5 || MP-ALIPAY
{
"path": "save-media/save-media",
"style": {
"navigationBarTitleText": "保存媒体到本地"
}
},
// #endif
// #ifdef APP-PLUS || MP-WEIXIN || MP-QQ
{
"path": "bluetooth/bluetooth",
"style": {
"navigationBarTitleText": "蓝牙"
}
},
{
"path": "soter/soter",
"style": {
"navigationBarTitleText": "生物认证"
}
},
// #endif
// #ifdef APP-PLUS || MP-WEIXIN
{
"path": "ibeacon/ibeacon",
"style": {
"navigationBarTitleText": "iBeacon"
}
},
// #endif
{
"path": "vibrate/vibrate",
"style": {
"navigationBarTitleText": "震动"
}
},
// #ifndef MP-ALIPAY
{
"path": "websocket-socketTask/websocket-socketTask",
"style": {
"navigationBarTitleText": "websocket-socketTask"
}
},
// #endif
{
"path": "websocket-global/websocket-global",
"style": {
"navigationBarTitleText": "websocket-global"
}
}
]
},
{
"root": "pages/extUI",
"pages": [{
"path": "forms/forms",
"style": {
"navigationBarTitleText": "Form 表单"
}
},
{
"path": "field/field",
"style": {
"navigationBarTitleText": "Field 字段"
}
},
{
"path": "group/group",
"style": {
"navigationBarTitleText": "Group 分组"
}
},
{
"path": "badge/badge",
"style": {
"navigationBarTitleText": "Badge 数字角标"
}
},
{
"path": "countdown/countdown",
"style": {
"navigationBarTitleText": "Countdown 倒计时"
}
},
{
"path": "drawer/drawer",
"style": {
"navigationBarTitleText": "Drawer 抽屉",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue563",
"fontSrc": "/static/uni.ttf",
"fontSize": "22px"
}]
},
"bounce": "none"
}
}
},
{
"path": "icons/icons",
"style": {
"navigationBarTitleText": "Icons 图标"
}
},
{
"path": "load-more/load-more",
"style": {
"navigationBarTitleText": "LoadMore 加载更多"
}
},
{
"path": "nav-bar/nav-bar",
"style": {
"navigationBarTitleText": "NavBar 导航栏",
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"app-plus": {
"titleNView": false,
"bounce": "none",
"pullToRefresh": {
"style": "circle",
"offset": "70px"
}
}
}
},
{
"path": "number-box/number-box",
"style": {
"navigationBarTitleText": "NumberBox 数字输入框"
}
},
{
"path": "popup/popup",
"style": {
"navigationBarTitleText": "Popup 弹出层",
"app-plus": {
"softinputMode": "adjustResize"
}
}
},
{
"path": "segmented-control/segmented-control",
"style": {
"navigationBarTitleText": "SegmentedControl 分段器"
}
},
{
"path": "tag/tag",
"style": {
"navigationBarTitleText": "Tag 标签"
}
},
{
"path": "list/list",
"style": {
"navigationBarTitleText": "List 列表"
}
},
{
"path": "card/card",
"style": {
"navigationBarTitleText": "Card 卡片"
}
},
{
"path": "collapse/collapse",
"style": {
"navigationBarTitleText": "Collapse 折叠面板"
}
},
{
"path": "pagination/pagination",
"style": {
"navigationBarTitleText": "Pagination 分页器"
}
},
{
"path": "swiper-dot/swiper-dot",
"style": {
"navigationBarTitleText": "SwiperDot 轮播图指示点",
"mp-baidu": {
"disableSwipeBack": true
}
}
},
{
"path": "grid/grid",
"style": {
"navigationBarTitleText": "Grid 宫格"
}
},
{
"path": "rate/rate",
"style": {
"navigationBarTitleText": "Rate 评分"
}
},
{
"path": "steps/steps",
"style": {
"navigationBarTitleText": "Steps 步骤条"
}
},
{
"path": "notice-bar/notice-bar",
"style": {
"navigationBarTitleText": "NoticeBar 通告栏"
}
},
{
"path": "swipe-action/swipe-action",
"style": {
"navigationBarTitleText": "SwipeAction 滑动操作",
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "search-bar/search-bar",
"style": {
"navigationBarTitleText": "SearchBar 搜索栏"
}
},
{
"path": "calendar/calendar",
"style": {
"navigationBarTitleText": "Calendar 日历"
}
},
{
"path": "indexed-list/indexed-list",
"style": {
"navigationBarTitleText": "IndexedList 索引列表",
"mp-weixin": {
"disableScroll": true
},
"app-plus": {
"bounce": "none"
},
"mp-alipay": {
"allowsBounceVertical": "NO"
},
"mp-baidu": {
"disableScroll": true
}
}
},
{
"path": "fab/fab",
"style": {
"navigationBarTitleText": "Fab 悬浮按钮"
}
},
{
"path": "fav/fav",
"style": {
"navigationBarTitleText": "Fav 收藏按钮"
}
},
{
"path": "goods-nav/goods-nav",
"style": {
"navigationBarTitleText": "GoodsNav 商品导航"
}
},
{
"path": "section/section",
"style": {
"navigationBarTitleText": "Section 章节标题"
}
},
{
"path": "transition/transition",
"style": {
"navigationBarTitleText": "Transition 过渡动画"
}
},
{
"path": "title/title",
"style": {
"navigationBarTitleText": "Title 章节标题"
}
},
{
"path": "link/link",
"style": {
"navigationBarTitleText": "Link 链接"
}
},
{
"path": "combox/combox",
"style": {
"navigationBarTitleText": "Combox 组合框"
}
},
{
"path": "list/ad",
"style": {}
},
{
"path": "list/chat",
"style": {}
},
{
"path": "test/test",
"style": {}
},
{
"path": "table/table",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "dateformat/dateformat",
"style": {
"navigationBarTitleText": "Dateformat 日期格式化",
"enablePullDownRefresh": false
}
},
{
"path": "data-checkbox/data-checkbox",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "easyinput/easyinput",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
]
},
{
"root": "pages/template",
"pages": [{
"path": "ucharts/ucharts",
"style": {
"navigationBarTitleText": "uCharts 图表"
}
},
{
"path": "nav-default/nav-default",
"style": {
"navigationBarTitleText": "默认导航栏"
}
},
{
"path": "component-communication/component-communication",
"style": {
"navigationBarTitleText": "组件通讯"
}
},
// #ifdef APP-PLUS || H5 || MP-ALIPAY
{
"path": "nav-transparent/nav-transparent",
"style": {
"navigationBarTitleText": "透明渐变导航栏",
"transparentTitle": "auto"
}
},
// #endif
// #ifdef APP-PLUS || H5
{
"path": "nav-button/nav-button",
"style": {
"navigationBarTitleText": "导航栏带自定义按钮",
"app-plus": {
"titleNView": {
"buttons": [{
"type": "share"
},
{
"type": "favorite"
}
]
}
}
}
},
// #endif
// #ifdef APP-PLUS || H5 || MP-ALIPAY
{
"path": "nav-image/nav-image",
"style": {
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"titleImage": "https://img-cdn-qiniu.dcloud.net.cn/static/images/logo1@2x.png"
}
},
// #endif
// #ifdef APP-PLUS || H5
{
"path": "nav-city-dropdown/nav-city-dropdown",
"style": {
"navigationBarTitleText": "导航栏带城市选择",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "北京市",
"fontSize": "14",
"select": true,
"width": "auto"
}]
}
}
}
},
{
"path": "nav-dot/nav-dot",
"style": {
"navigationBarTitleText": "导航栏带红点和角标",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "消息",
"fontSize": "14",
"redDot": true
},
{
"text": "关注",
"fontSize": "14",
"badgeText": "12"
}
]
}
}
}
},
{
"path": "nav-search-input/nav-search-input",
"style": {
"navigationBarTitleText": "导航栏带搜索框",
"app-plus": {
"titleNView": {
"type": "transparent",
"titleColor": "#fff",
"backgroundColor": "#007AFF",
"buttons": [{
"fontSrc": "/static/uni.ttf",
"text": "\ue537",
"width": "40px",
"fontSize": "28px",
"color": "#fff",
"background": "rgba(0,0,0,0)"
}],
"searchInput": {
"backgroundColor": "#fff",
"borderRadius": "6px",
"placeholder": "请输入地址 如:大钟寺",
"disabled": true
}
}
}
}
},
{
"path": "nav-search-input/detail/detail",
"style": {
"navigationBarTitleText": "搜索",
"app-plus": {
"titleNView": {
"titleColor": "#fff",
"backgroundColor": "#007AFF",
"buttons": [{
"fontSrc": "/static/uni.ttf",
"text": "\ue537",
"width": "auto",
"fontSize": "28px",
"color": "#fff"
}],
"searchInput": {
"backgroundColor": "#fff",
"borderRadius": "6px",
"placeholder": "请输入地址 如:大钟寺",
"autoFocus": true
}
}
}
}
},
// #endif
{
"path": "list2detail-list/list2detail-list",
"style": {
"navigationBarTitleText": "列表到详情示例",
"enablePullDownRefresh": true
}
},
{
"path": "list2detail-detail/list2detail-detail",
"style": {
"navigationBarTitleText": "详情",
"app-plus": {
"titleNView": {
"type": "transparent",
"buttons": [{
"type": "share"
}]
}
},
"h5": {
"titleNView": {
"type": "transparent",
"buttons": []
}
}
}
},
{
"path": "tabbar/tabbar",
"style": {
"navigationBarTitleText": "可拖动顶部选项卡"
}
},
{
"path": "tabbar/detail/detail",
"style": {
"navigationBarTitleText": "详情页面"
}
},
// #ifdef APP-PLUS || H5 || MP-WEIXIN || MP-QQ
{
"path": "swiper-vertical/swiper-vertical",
"style": {
"navigationBarTitleText": "上下滑动切换视频",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "swiper-list/swiper-list",
"style": {
"navigationBarTitleText": "swiper-list"
}
},
// #endif
// #ifdef APP-PLUS
{
"path": "swiper-list-nvue/swiper-list-nvue",
"style": {
"navigationBarTitleText": "swiper-list"
}
},
// #endif
{
"path": "scheme/scheme",
"style": {
"navigationBarTitleText": "打开外部应用"
}
},
// #ifdef APP-PLUS || MP-WEIXIN || MP-QQ || H5
{
"path": "vant-button/vant-button",
"style": {
"navigationBarTitleText": "微信自定义组件示例",
"usingComponents": {
"van-button": "/wxcomponents/vant/button/index"
}
}
},
// #endif
{
"path": "global/global",
"style": {
"navigationBarTitleText": "GlobalData和vuex"
}
}
]
}
],
"globalStyle": {
"pageOrientation": "portrait",
"navigationBarTitleText": "Hello uniapp",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#007AFF",
"backgroundColor": "#F8F8F8",
"backgroundColorTop": "#F4F5F6",
"backgroundColorBottom": "#F4F5F6",
"mp-360": {
"navigationStyle": "custom"
},
"h5": {
"maxWidth": 1190,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F1F1F1"
}
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#007AFF",
"borderStyle": "black",
"backgroundColor": "#F8F8F8",
"list": [{
"pagePath": "pages/tabBar/component/component",
"iconPath": "static/component.png",
"selectedIconPath": "static/componentHL.png",
"text": "内置组件"
},
{
"pagePath": "pages/tabBar/API/API",
"iconPath": "static/api.png",
"selectedIconPath": "static/apiHL.png",
"text": "接口"
}, {
"pagePath": "pages/tabBar/extUI/extUI",
"iconPath": "static/extui.png",
"selectedIconPath": "static/extuiHL.png",
"text": "扩展组件"
}, {
"pagePath": "pages/tabBar/template/template",
"iconPath": "static/template.png",
"selectedIconPath": "static/templateHL.png",
"text": "模板"
}
]
}
}
1
https://gitee.com/wyf13418531395/hello-uniapp.git
git@gitee.com:wyf13418531395/hello-uniapp.git
wyf13418531395
hello-uniapp
hello-uniapp
master

搜索帮助