2 回答

TA貢獻(xiàn)1829條經(jīng)驗(yàn) 獲得超7個(gè)贊
"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貢獻(xiàn)1808條經(jīng)驗(yàn) 獲得超4個(gè)贊
<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>
添加回答
舉報(bào)