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

@@ -2,13 +2,22 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
"@/*": [
"./src/*"
]
},
"types": ["vite-svg-loader"]
"types": [
"vite-svg-loader",
"lodash"
]
},
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
],
"files": []
}