1 Star 1 Fork 0

林逸舟/ui-uni-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.94 KB
一键复制 编辑 原始数据 按行查看 历史
林逸舟 提交于 2022-12-05 11:06 . refactor: :tada:迁移components-uni-app
{
"pages": [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index",
"style": {
"navigationBarTitleText": "MI UI"
}
},
{
"path": "pages/components",
"style": {
"navigationBarTitleText": "Components"
}
},
{
"path": "pages/templates",
"style": {
"navigationBarTitleText": "Templates"
}
},
{
"path": "pages/components/button",
"style": {
"navigationBarTitleText": "Button"
}
},
{
"path": "pages/components/navbar",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/components/overlay",
"style": {
"navigationBarTitleText": "Overlay"
}
},
{
"path": "pages/components/toast",
"style": {
"navigationBarTitleText": "Toast"
}
},
{
"path": "pages/components/modal",
"style": {
"navigationBarTitleText": "Modal"
}
},
{
"path": "pages/components/tab",
"style": {
"navigationBarTitleText": "Tab"
}
},
{
"path": "pages/components/avatar",
"style": {
"navigationBarTitleText": "Avatar"
}
},
{
"path": "pages/components/bottom-action",
"style": {
"navigationBarTitleText": "BottomAction"
}
},
{
"path": "pages/components/form",
"style": {
"navigationBarTitleText": "Form"
}
},
{
"path": "pages/components/input",
"style": {
"navigationBarTitleText": "Input"
}
},
{
"path": "pages/components/picker",
"style": {
"navigationBarTitleText": "Picker"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/makeid/ui-uni-app.git
git@gitee.com:makeid/ui-uni-app.git
makeid
ui-uni-app
ui-uni-app
master

搜索帮助