Ai
1 Star 6 Fork 3

Muong/mu-uniapp-vite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
Muong 提交于 2024-08-07 16:24 +08:00 . 1、使用 easycom 的方式注册 uni-ui 库
{
"easycom": {
"autoscan": true,
"custom": {
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
}
},
"pages": [
{
"path": "pages/Home/Index",
"style": {
"navigationBarTitleText": "项目介绍"
}
},
{
"path": "pages/Home/Example",
"style": {
"navigationBarTitleText": "示例展示"
}
},
{
"path": "pages/Error/404",
"style": {
"navigationStyle": "custom"
}
}
],
"tabBar": {
"color": "#21212A",
"fontSize": "20rpx",
"iconWidth": "44rpx",
"spacing": "10rpx",
"height": "120rpx",
"selectedColor": "#4B80FF",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/Home/Index",
"text": "介绍",
"iconPath": "static/images/tab-bar/index.svg",
"selectedIconPath": "static/images/tab-bar/index-activate.svg"
},
{
"pagePath": "pages/Home/Example",
"text": "示例",
"iconPath": "static/images/tab-bar/proclamation.svg",
"selectedIconPath": "static/images/tab-bar/proclamation-activate.svg"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/muong/mu-uniapp-vite.git
git@gitee.com:muong/mu-uniapp-vite.git
muong
mu-uniapp-vite
mu-uniapp-vite
master

搜索帮助