From 543162986fbb94f10704f9f4bd3c02a974c2bbd6 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Tue, 3 Feb 2026 21:24:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E5=BA=94=E7=94=A8=E5=8A=A0=E8=BD=BD=E5=8A=A8=E7=94=BB?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加一个带有熊猫动画的 loading.html 作为应用加载页面,替换默认的加载体验。同时更新 VS Code 设置,将 HTML 文件的默认格式化工具从 Prettier 改为 VS Code 内置的 HTML 语言功能,以更好地处理 HTML 文件。 --- .vscode/settings.json | 2 +- apps/web-antd/loading.html | 288 +++++++++++++++++++++++++++++++++++++ 2 files changed, 289 insertions(+), 1 deletion(-) create mode 100644 apps/web-antd/loading.html diff --git a/.vscode/settings.json b/.vscode/settings.json index 9147d12c..f7ae6c5b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" diff --git a/apps/web-antd/loading.html b/apps/web-antd/loading.html new file mode 100644 index 00000000..64e95edd --- /dev/null +++ b/apps/web-antd/loading.html @@ -0,0 +1,288 @@ + +