2 回答
TA贡献1829条经验 获得超7个赞
"tabBar": {
"color": "#a0a0a0",
"selectedColor": "#07777B",
"backgroundColor": "#fff",
"borderStyle": "white",
"list": [
{
"iconPath": "images/tab_cart.png",
"selectedIconPath": "images/tab_cart_selected.png",
"pagePath": "pages/cart/cart",
"text": "购物车"
},
]
}
TA贡献1808条经验 获得超4个赞
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
添加回答
举报