Auto merge base into main

This commit is contained in:
GitHub Actions 2025-06-03 10:12:13 +00:00
commit 3b821662e0
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"],