!14 feat: 增加图片导入路径别名和路径提示,同步修改vscode中推荐安装的插件

Merge pull request !14 from mengxiaofei/base
This commit is contained in:
菲鸽 2025-06-03 10:09:35 +00:00 committed by Gitee
commit d6a883c23f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

View File

@ -13,6 +13,8 @@
"uni-helper.uni-ui-snippets-vscode",
"uni-helper.uni-app-snippets-vscode",
"mrmlnc.vscode-json5",
"streetsidesoftware.code-spell-checker"
"streetsidesoftware.code-spell-checker",
"foxundermoon.shell-format",
"christian-kohler.path-intellisense"
]
}

View File

@ -11,7 +11,8 @@
"sourceMap": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
"@/*": ["./src/*"],
"@img/*": ["./src/static/*"]
},
"outDir": "dist",
"lib": ["esnext", "dom"],