feat: 修改布局样式,引入lodash-es

This commit is contained in:
2025-06-28 21:57:55 +08:00
parent 69eed7463f
commit e686194acf
9 changed files with 83 additions and 16 deletions

View File

@@ -48,4 +48,7 @@ export default defineConfig({
"@": fileURLToPath(new URL("./src", import.meta.url)),
},
},
esbuild: {
treeShaking: true,
},
});