Auto merge base into spa

This commit is contained in:
GitHub Actions 2025-06-03 10:12:13 +00:00
commit a31ceadf7b
2 changed files with 5 additions and 2 deletions

View File

@ -13,6 +13,8 @@
"uni-helper.uni-ui-snippets-vscode", "uni-helper.uni-ui-snippets-vscode",
"uni-helper.uni-app-snippets-vscode", "uni-helper.uni-app-snippets-vscode",
"mrmlnc.vscode-json5", "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, "sourceMap": true,
"baseUrl": ".", "baseUrl": ".",
"paths": { "paths": {
"@/*": ["./src/*"] "@/*": ["./src/*"],
"@img/*": ["./src/static/*"]
}, },
"outDir": "dist", "outDir": "dist",
"lib": ["esnext", "dom"], "lib": ["esnext", "dom"],