2_搭建项目框架
2025/3/24...小于 1 分钟
搭建项目框架
使用色系
导航黑#1c1f26
搜索黑#252831
背景黑#0f1015
选择导航的小图标,复制到静态资源
http://wenlei.wang http://www.wenlei.wang https://wenlei.wang https://www.wenlei.wang
设置 tableBar
"tabBar": {
"backgroundColor": "#2f2c37",
"selectedColor": "#d28e81",
"color": "#ceceda",
"list": [
{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "/static/tab_icons/home0.png",
"selectedIconPath": "/static/tab_icons/home1.png"
},
{
"pagePath": "pages/learn/learn",
"text": "学习",
"iconPath": "/static/tab_icons/learn0.png",
"selectedIconPath": "/static/tab_icons/learn1.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "/static/tab_icons/my0.png",
"selectedIconPath": "/static/tab_icons/my1.png"
}
]
}
导航条样式
"globalStyle": {
"navigationBarTextStyle": "#ceceda",
"navigationBarTitleText": "甜姐英语",
"navigationBarBackgroundColor": "#2f2c37",
"backgroundColor": "#2f2c37",
"app-plus": {
"background": "#2f2c37"
}
},