mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-15 19:12:00 +08:00
feat: 添加自定义应用加载动画页面
添加一个带有熊猫动画的 loading.html 作为应用加载页面,替换默认的加载体验。同时更新 VS Code 设置,将 HTML 文件的默认格式化工具从 Prettier 改为 VS Code 内置的 HTML 语言功能,以更好地处理 HTML 文件。
This commit is contained in:
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -38,7 +38,7 @@
|
||||
},
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"[html]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
"editor.defaultFormatter": "vscode.html-language-features"
|
||||
},
|
||||
"[css]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
|
||||
Reference in New Issue
Block a user