feat: implement custom mini-program tab bar

This commit is contained in:
2026-03-12 09:20:46 +08:00
parent 007d380757
commit 2b2a02fe88
17 changed files with 176 additions and 128 deletions

View File

@@ -35,7 +35,12 @@ export default defineConfig<'vite'>(async (merge) => {
__TENANT_CODE__: JSON.stringify(tenantCode)
},
copy: {
patterns: [],
patterns: [
{
from: 'mini/custom-tab-bar',
to: 'dist/custom-tab-bar'
}
],
options: {}
},
framework: 'vue3',