1 Star 0 Fork 75

Peirm./uniapp-extend

forked from 梦之蓝/uniapp-extend 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.78 KB
一键复制 编辑 原始数据 按行查看 历史
梦之蓝 提交于 2020-01-11 22:13 +08:00 . 仿抖音轮播图
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {}
}
,{
"path" : "pages/component/pickerColor",
"style" : {
"navigationBarTitleText": "颜色选择"
}
},
{
"path" : "pages/component/moveVerify",
"style" : {
"navigationBarTitleText": "滑动验证"
}
}
,{
"path" : "pages/template/photoList",
"style" : {
"navigationBarTitleText": "有入场动画的图片列表"
}
}
,{
"path" : "pages/sdk/globalJs",
"style" : {
"navigationBarTitleText": "项目全局通用方法"
}
}
,{
"path" : "pages/template/idiom",
"style" : {
"navigationBarTitleText": "看图猜成语",
"navigationBarBackgroundColor":"#857ffc"
}
}
,{
"path" : "pages/component/asyncSwitch",
"style" : {
"navigationBarTitleText": "异步switch"
}
}
,{
"path" : "pages/template/weChat",
"style" : {
"navigationBarTitleText": "仿微信列表长按弹出菜单"
}
}
,{
"path" : "pages/sdk/webSocket",
"style" : {
"navigationBarTitleText": "webSocket SDK"
}
}
,{
"path" : "pages/template/goodsList",
"style" : {
"navigationBarTitleText": "商品双向联动列表"
}
}
,{
"path" : "pages/component/checkbox",
"style" : {
"navigationBarTitleText": "自定义复选/单选框"
}
}
,{
"path" : "pages/component/highlight",
"style" : {
"navigationBarTitleText": "指定内容高亮"
}
}
,{
"path" : "pages/sdk/globalCss",
"style" : {
"navigationBarTitleText": "项目全局样式表"
}
}
,{
"path" : "pages/template/goodsList_scroll",
"style" : {
"navigationBarTitleText": "滚动式双向联动列表"
}
}
,{
"path" : "pages/template/goodsList_swiper",
"style" : {
"navigationBarTitleText": "轮播式双向联动列表"
}
}
,{
"path" : "pages/template/douyin_swiper",
"style" : {
"navigationBarTitleText": "仿抖音轮播图",
"navigationStyle":"custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "UNI-APP 河浪插件分享",
"navigationBarBackgroundColor": "#42b983",
"backgroundColor": "#f3f3f3"
},
"networkTimeout":{
"request":5000,
"connectSocket":5000,
"uploadFile":5000,
"downloadFile":5000
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/peirm/uniapp-extend.git
git@gitee.com:peirm/uniapp-extend.git
peirm
uniapp-extend
uniapp-extend
master

搜索帮助