feat: enhance BottomNav component and update project configuration

This commit is contained in:
2026-03-12 22:53:57 +08:00
parent 02dd31e85c
commit 8d2180940b
25 changed files with 1083 additions and 135 deletions

View File

@@ -6,5 +6,9 @@ export default {
stats: true
},
mini: {},
h5: {}
h5: {
devServer: {
host: '0.0.0.0'
}
}
} satisfies UserConfigExport<'webpack5'>