Skip to content

Commit 25e9f96

Browse files
committed
更新文档
1 parent 169d158 commit 25e9f96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/.vuepress/public/js/gitee.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ if (typeof window !== 'undefined') {
111111
mask.style.left = '0';
112112
mask.style.width = '100%';
113113
mask.style.height = '100%';
114-
mask.style.backgroundColor = 'rgba(0, 0, 0, 0.5)'; // 半透明黑色背景
114+
mask.style.backgroundColor = 'rgba(255, 255, 255, 0.8)'; // 不透明白色背景
115+
mask.style.backdropFilter = 'blur(10px)'; // 添加玻璃效果
115116
mask.style.zIndex = '9999'; // 确保遮罩层在最上层
116117

117118
// 创建一个提示框元素

0 commit comments

Comments
 (0)