1 Star 0 Fork 53

阿华/cool-uni

forked from 闪酷/cool-uni 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 12.31 KB
一键复制 编辑 原始数据 按行查看 历史
神仙都没用 提交于 2024-05-13 02:05 . 更新我的基础页面
{
"pages": [
{
"path": "pages/index/home",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/index/my",
"style": {
"navigationStyle": "custom"
}
}
],
"subPackages": [
{
"root": "pages/user",
"pages": [
{
"path": "doc",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "set",
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "edit",
"style": {
"navigationBarTitleText": "编辑"
}
},
{
"path": "login",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "captcha",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "about",
"style": {
"navigationBarTitleText": "关于我们"
}
}
]
},
{
"root": "pages/demo",
"pages": [
{
"path": "basic/button",
"style": {
"navigationBarTitleText": "Button 按钮"
}
},
{
"path": "basic/text",
"style": {
"navigationBarTitleText": "Text 文本"
}
},
{
"path": "basic/image",
"style": {
"navigationBarTitleText": "Image 图片"
}
},
{
"path": "basic/icon",
"style": {
"navigationBarTitleText": "Icon 图标"
}
},
{
"path": "basic/tag",
"style": {
"navigationBarTitleText": "Tag 标签"
}
},
{
"path": "basic/toast",
"style": {
"navigationBarTitleText": "Toast 提示"
}
},
{
"path": "basic/loading",
"style": {
"navigationBarTitleText": "Loading 加载"
}
},
{
"path": "view/flex",
"style": {
"navigationBarTitleText": "Flex 弹性"
}
},
{
"path": "view/grid",
"style": {
"navigationBarTitleText": "Grid 宫格"
}
},
{
"path": "view/divider",
"style": {
"navigationBarTitleText": "Divider 分割符"
}
},
{
"path": "view/avatar",
"style": {
"navigationBarTitleText": "Avatar 头像"
}
},
{
"path": "view/badge",
"style": {
"navigationBarTitleText": "Badge 角标"
}
},
{
"path": "view/loadmore",
"style": {
"navigationBarTitleText": "Loadmore 加载更多"
}
},
{
"path": "view/noticebar",
"style": {
"navigationBarTitleText": "Noticebar 通知栏"
}
},
{
"path": "view/countdown",
"style": {
"navigationBarTitleText": "Countdown 倒计时"
}
},
{
"path": "view/popup",
"style": {
"navigationBarTitleText": "Popup 弹出框"
}
},
{
"path": "view/progress",
"style": {
"navigationBarTitleText": "Progress 进度条"
}
},
{
"path": "view/search",
"style": {
"navigationBarTitleText": "Search 搜索框"
}
},
{
"path": "view/slider",
"style": {
"navigationBarTitleText": "Slider 滑块"
}
},
{
"path": "view/tabs",
"style": {
"navigationBarTitleText": "Tabs 选项卡"
}
},
{
"path": "view/timeline",
"style": {
"navigationBarTitleText": "Timeline 时间线"
}
},
{
"path": "view/topbar",
"style": {
"navigationBarTitleText": "Topbar 顶部导航栏",
"navigationStyle": "custom"
}
},
{
"path": "view/waterfall",
"style": {
"navigationBarTitleText": "Waterfall 瀑布流",
"enablePullDownRefresh": true
}
},
{
"path": "view/banner",
"style": {
"navigationBarTitleText": "Banner 轮博图"
}
},
{
"path": "view/card",
"style": {
"navigationBarTitleText": "Card 卡片"
}
},
{
"path": "view/list",
"style": {
"navigationBarTitleText": "List 列表"
}
},
{
"path": "view/list-index",
"style": {
"navigationBarTitleText": "ListIndex 索引列表"
}
},
{
"path": "view/scroller",
"style": {
"navigationBarTitleText": "Scroller 滚动条"
}
},
{
"path": "view/skeleton",
"style": {
"navigationBarTitleText": "Skeleton 骨架图"
}
},
{
"path": "form/input",
"style": {
"navigationBarTitleText": "Input 输入框"
}
},
{
"path": "form/input-number",
"style": {
"navigationBarTitleText": "InputNumber 计数器"
}
},
{
"path": "form/textarea",
"style": {
"navigationBarTitleText": "Textarea 文本域"
}
},
{
"path": "form/checkbox",
"style": {
"navigationBarTitleText": "Checkbox 多选框"
}
},
{
"path": "form/radio",
"style": {
"navigationBarTitleText": "Radio 单选框"
}
},
{
"path": "form/form",
"style": {
"navigationBarTitleText": "Form 表单"
}
},
{
"path": "form/select",
"style": {
"navigationBarTitleText": "Select 下拉框"
}
},
{
"path": "form/select-popup",
"style": {
"navigationBarTitleText": "SelectPopup 下拉框弹窗"
}
},
{
"path": "form/select-date",
"style": {
"navigationBarTitleText": "SelectDate 时间选择器"
}
},
{
"path": "form/select-city",
"style": {
"navigationBarTitleText": "SelectCity 城市选择器"
}
},
{
"path": "form/rate",
"style": {
"navigationBarTitleText": "Rate 评分"
}
},
{
"path": "form/switch",
"style": {
"navigationBarTitleText": "Switch 开关"
}
},
{
"path": "form/upload",
"style": {
"navigationBarTitleText": "Upload 文件上传"
}
},
{
"path": "extend/action-sheet",
"style": {
"navigationBarTitleText": "ActionSheet 操作菜单"
}
},
{
"path": "extend/captcha",
"style": {
"navigationBarTitleText": "Captcha 验证码"
}
},
{
"path": "extend/confirm",
"style": {
"navigationBarTitleText": "Confirm 确认框"
}
},
{
"path": "extend/dialog",
"style": {
"navigationBarTitleText": "Dialog 对话框"
}
},
{
"path": "extend/filter-bar",
"style": {
"navigationBarTitleText": "FilterBar 过滤栏"
}
},
{
"path": "extend/page",
"style": {
"navigationBarTitleText": "Page 页面"
}
},
{
"path": "extend/tree",
"style": {
"navigationBarTitleText": "Tree 树形"
}
},
{
"path": "extend/service",
"style": {
"navigationBarTitleText": "Service 服务"
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "cool-uni",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#f6f7fa"
},
"tabBar": {
"backgroundColor": "#ffffff",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/home",
"iconPath": "static/icon/tabbar/home.png",
"selectedIconPath": "static/icon/tabbar/home2.png"
},
{
"pagePath": "pages/index/my",
"iconPath": "static/icon/tabbar/my.png",
"selectedIconPath": "static/icon/tabbar/my2.png"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Hyonghua/cool-uni.git
git@gitee.com:Hyonghua/cool-uni.git
Hyonghua
cool-uni
cool-uni
7.x

搜索帮助

0d507c66 1850385 C8b1a773 1850385