提交 cd46cdd0 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

feat: 支付宝小程序支持自定义 tabbar

上级 a28fbba8
...@@ -67,7 +67,15 @@ export const options: UniMiniProgramPluginOptions = { ...@@ -67,7 +67,15 @@ export const options: UniMiniProgramPluginOptions = {
}, },
copyOptions: { copyOptions: {
assets: [COMPONENTS_DIR], assets: [COMPONENTS_DIR],
targets: process.env.UNI_MP_PLUGIN ? [copyMiniProgramPluginJson] : [], targets: [
...(process.env.UNI_MP_PLUGIN ? [copyMiniProgramPluginJson] : []),
{
src: ['customize-tab-bar'],
get dest() {
return process.env.UNI_OUTPUT_DIR
},
},
],
}, },
}, },
global: 'my', global: 'my',
...@@ -86,6 +94,7 @@ export const options: UniMiniProgramPluginOptions = { ...@@ -86,6 +94,7 @@ export const options: UniMiniProgramPluginOptions = {
titlePenetrate: 'titlePenetrate', titlePenetrate: 'titlePenetrate',
}, },
tabBarOptionsMap: { tabBarOptionsMap: {
customize: 'customize',
textColor: 'color', textColor: 'color',
selectedColor: 'selectedColor', selectedColor: 'selectedColor',
backgroundColor: 'backgroundColor', backgroundColor: 'backgroundColor',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册