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

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

上级 a28fbba8
......@@ -67,7 +67,15 @@ export const options: UniMiniProgramPluginOptions = {
},
copyOptions: {
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',
......@@ -86,6 +94,7 @@ export const options: UniMiniProgramPluginOptions = {
titlePenetrate: 'titlePenetrate',
},
tabBarOptionsMap: {
customize: 'customize',
textColor: 'color',
selectedColor: 'selectedColor',
backgroundColor: 'backgroundColor',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册