惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
大猫的无限游戏
大猫的无限游戏
WordPress大学
WordPress大学
C
Cyber Attacks, Cyber Crime and Cyber Security
D
DataBreaches.Net
G
Google Developers Blog
博客园 - Franky
V
V2EX
博客园 - 叶小钗
D
Docker
The GitHub Blog
The GitHub Blog
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
H
Hackread – Cybersecurity News, Data Breaches, AI and More
B
Blog RSS Feed
月光博客
月光博客
M
MIT News - Artificial intelligence
F
Fortinet All Blogs
Microsoft Azure Blog
Microsoft Azure Blog
人人都是产品经理
人人都是产品经理
IT之家
IT之家
Google DeepMind News
Google DeepMind News
Apple Machine Learning Research
Apple Machine Learning Research
V
Visual Studio Blog
博客园 - 司徒正美
Stack Overflow Blog
Stack Overflow Blog
罗磊的独立博客
J
Java Code Geeks
U
Unit 42
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 聂微东
T
Tailwind CSS Blog
T
The Blog of Author Tim Ferriss
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Blog — PlanetScale
Blog — PlanetScale
Jina AI
Jina AI
C
Check Point Blog
Y
Y Combinator Blog
MyScale Blog
MyScale Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
阮一峰的网络日志
阮一峰的网络日志
宝玉的分享
宝玉的分享
B
Blog
小众软件
小众软件
云风的 BLOG
云风的 BLOG
I
InfoQ
Recorded Future
Recorded Future
酷 壳 – CoolShell
酷 壳 – CoolShell
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
美团技术团队

博客园 - 阿土仔

Unity 2019中对象池的用法 Unity UGUI动态生成控件 Unity场景间数据传递方法 UGUI防止穿透和判断点击的是否是UI Unity中的Character Controller Unity插件研究-EasyTouch V5 Unity塔防游戏的创建 Unity性能优化-DrawCall Unity性能优化-对象池 Unity性能优化-音频设置 Unity性能优化-遮挡剔除 Unity异步加载场景 Unity 协程 HBuilder git使用-分工合作 HBuilder git合作-代码同步 微信小程序开发-窗体设置 HBuilder git合作-从Git Hub Clone项目 HBuilder git合作-上传项目到Git Hub HBuilder git使用-建立仓库,邀请用户
微信小程序开发-tabbar组件
阿土仔 · 2018-11-21 · via 博客园 - 阿土仔

"tabBar": {

"backgroundColor": "#303133",

"color": "#ffffff",

"selectedColor": "#CC1004",

"list": [

{

"pagePath": "pages/subject/subject",

"text": "专题",

"iconPath": "pages/images/tab/subject-0.jpg",

"selectedIconPath": "pages/images/tab/subject-1.jpg"

},

{

"pagePath": "pages/classify/classify",

"text": "分类",

"iconPath": "pages/images/tab/classify-0.jpg",

"selectedIconPath": "pages/images/tab/classify-1.jpg"

},

{

"pagePath": "pages/download/download",

"text": "下载",

"iconPath": "pages/images/tab/download-0.jpg",

"selectedIconPath": "pages/images/tab/download-1.jpg"

},

{

"pagePath": "pages/me/me",

"text": "我的",

"iconPath": "pages/images/tab/me-0.jpg",

"selectedIconPath": "pages/images/tab/me-1.jpg"

},

{

"pagePath": "pages/setup/setup",

"text": "设置",

"iconPath": "pages/images/tab/setup-0.jpg",

"selectedIconPath": "pages/images/tab/setup-1.jpg"

}

]

}