1 Star 1 Fork 0

晨霜-锦鲤/hi-uniapp-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 7.02 KB
一键复制 编辑 原始数据 按行查看 历史
晨霜-锦鲤 提交于 2024-09-10 14:07 . v3.0.14
{
"pages": [
// 组件
{
"path": "pages/components/components",
"style": {
"navigationBarTitleText": "组件"
}
},
// 图标
{
"path": "pages/components/icon",
"style": {
"navigationBarTitleText": "图标"
}
},
// 按钮
{
"path": "pages/components/button",
"style": {
"navigationBarTitleText": "按钮"
}
},
// 图片
{
"path": "pages/components/image",
"style": {
"navigationBarTitleText": "图片"
}
},
// 徽标数
{
"path": "pages/components/badge",
"style": {
"navigationBarTitleText": "徽标数"
}
},
// 标签
{
"path": "pages/components/tag",
"style": {
"navigationBarTitleText": "标签"
}
},
// loading - 加载
{
"path": "pages/components/loading",
"style": {
"navigationBarTitleText": "loading - 加载"
}
},
// loadmore - 加载更多
{
"path": "pages/components/loadmore",
"style": {
"navigationBarTitleText": "loadmore - 加载更多"
}
},
// 滚动通知
{
"path": "pages/components/notice-bar",
"style": {
"navigationBarTitleText": "滚动通知"
}
},
// 弹出层
{
"path": "pages/components/popup",
"style": {
"navigationBarTitleText": "弹出层"
}
},
// 轮播
{
"path": "pages/components/swiper",
"style": {
"navigationBarTitleText": "轮播"
}
},
// 轮播指示器
{
"path": "pages/components/swiper-indicator",
"style": {
"navigationBarTitleText": "轮播指示器"
}
},
// 可拖动按钮
{
"path": "pages/components/movable-button",
"style": {
"navigationBarTitleText": "可拖动按钮"
}
},
// 遮罩层
{
"path": "pages/components/overlay",
"style": {
"navigationBarTitleText": "遮罩层"
}
},
// 列表
{
"path": "pages/components/list",
"style": {
"navigationBarTitleText": "列表"
}
},
// 单元格
{
"path": "pages/components/cell",
"style": {
"navigationBarTitleText": "单元格"
}
},
// 宫格
{
"path": "pages/components/grid",
"style": {
"navigationBarTitleText": "宫格"
}
},
// 间隔
{
"path": "pages/components/gap",
"style": {
"navigationBarTitleText": "间隔"
}
},
// 复选框
{
"path": "pages/components/checkbox",
"style": {
"navigationBarTitleText": "复选框"
}
},
// 复选框组
{
"path": "pages/components/checkbox-group",
"style": {
"navigationBarTitleText": "复选框组"
}
},
// 单选框
{
"path": "pages/components/radio",
"style": {
"navigationBarTitleText": "单选框"
}
},
// 单选框组
{
"path": "pages/components/radio-group",
"style": {
"navigationBarTitleText": "单选框组"
}
},
// 步进器
{
"path": "pages/components/number-step",
"style": {
"navigationBarTitleText": "步进器"
}
},
// 省市区选择器
{
"path": "pages/components/region-picker",
"style": {
"navigationBarTitleText": "省市区选择器"
}
},
// 状态栏
{
"path": "pages/components/status-bar",
"style": {
"navigationBarTitleText": "状态栏"
}
},
// 导航栏
{
"path": "pages/components/navigation-bar",
"style": {
"navigationBarTitleText": "导航栏"
}
},
// 内容为空
{
"path": "pages/components/empty",
"style": {
"navigationBarTitleText": "内容为空"
}
},
// 电梯导航
{
"path": "pages/components/elevator",
"style": {
"navigationBarTitleText": "电梯导航"
}
},
// 选项卡
{
"path": "pages/components/tabs",
"style": {
"navigationBarTitleText": "选项卡"
}
},
// 价格
{
"path": "pages/components/price",
"style": {
"navigationBarTitleText": "价格"
}
},
// 过滤器选项卡
{
"path": "pages/components/filter-tabs",
"style": {
"navigationBarTitleText": "过滤器选项卡"
}
},
// 倒计时
{
"path": "pages/components/countdown",
"style": {
"navigationBarTitleText": "倒计时"
}
},
// 头像组
{
"path": "pages/components/avatar-group",
"style": {
"navigationBarTitleText": "头像组"
}
},
// 关于我们
{
"path": "pages/us/us",
"style": {
"navigationBarTitleText": "关于我们"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "hiui",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#ffffff"
},
"tabBar": {
"backgroundColor": "#ffffff",
"borderStyle": "black",
"color": "#686868",
"selectedColor": "#1678FF",
"list": [{
"iconPath": "static/tabBar/icons/components.png",
"selectedIconPath": "static/tabBar/icons/components_selected.png",
"text": "组件",
"pagePath": "pages/components/components"
},
{
"iconPath": "static/tabBar/icons/us.png",
"selectedIconPath": "static/tabBar/icons/us_selected.png",
"text": "我们",
"pagePath": "pages/us/us"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/chenshuang-jinli/hi-uniapp-ui.git
git@gitee.com:chenshuang-jinli/hi-uniapp-ui.git
chenshuang-jinli
hi-uniapp-ui
hi-uniapp-ui
master

搜索帮助