style: 更新主题样式和图标资源

调整主题渐变背景颜色并移除未使用的样式
更新前端和文档站点的logo及favicon图标
移除未使用的ElMessageBox类型声明
This commit is contained in:
zhangtao
2025-08-19 23:43:06 +08:00
parent 45daa24afd
commit 4be47cfa3c
6 changed files with 7 additions and 3 deletions
+7 -2
View File
@@ -15,14 +15,19 @@
/* 图标背景 */
--vp-home-hero-image-background-image: linear-gradient(
-45deg,
#bd34fe80 50%,
#47caff80 50%
);
/* --vp-home-hero-image-background-image: linear-gradient(
-45deg,
#bd34fe 50%,
#47caff 50%
);
); */
--vp-home-hero-image-filter: blur(44px);
/* brand按钮 */
--vp-button-brand-border: #F6CEEC;
/* --vp-button-brand-border: #F6CEEC; */
--vp-button-brand-text: #F6CEEC;
--vp-button-brand-bg: #D939CD;
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 MiB

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 MiB

After

Width:  |  Height:  |  Size: 3.0 MiB