@ziwiwiz #40 发布于2025/6/5 17:02:39 @cooleyes #39 bing 随机的背景图 <script> window.CustomBackgroundImage = "https://bing.img.run/rand_uhd.php"; /* 页面背景图 */ window.CustomMobileBackgroundImage = "https://bing.img.run/rand_m.php"; /* 移动端页面背景图 */ </script> 我按上面的设置了,跟大佬的还是有点不一样,不会自动模糊~~ 请教大佬怎么改?
@cooleyes #44 我的配置https://raw.githubusercontent.com/ziwiwiz/nezha-style/refs/heads/main/fronted.html 你可以参考下, 自动模糊是里面的 /* 背景图片压暗和模糊, 开了背景图建议开启 */ .dark .bg-cover::after { content: ""; position: absolute; inset: 0; backdrop-filter: blur(6px); background-color: rgba(0, 0, 0, 0.3); } .light .bg-cover::after { content: ""; position: absolute; inset: 0; backdrop-filter: blur(3px); background-color: rgba(255, 255, 255, 0.3); }
@ziwiwiz #45 发布于2025/6/5 17:39:25 @cooleyes #44 我的配置https://raw.githubusercontent.com/ziwiwiz/nezha-style/refs/heads/main/fronted.html 你可以参考下, 自动模糊是里面的 /* 背景图片压暗和模糊, 开了背景图建议开启 */ .dark .bg-cover::after { content: ""; position: absolute; inset: 0; backdrop-filter: blur(6px); background-color: rgba(0, 0, 0, 0.3); } .light .bg-cover::after { content: ""; position: absolute; inset: 0; backdrop-filter: blur(3px); background-color: rgba(255, 255, 255, 0.3); } 感谢!!!!
@超级大大怪 #38 能提供下你的探针吗? 不知道是不是告警配置的问题, 或者直接在 /api/v1/service 搜下出问题的服务器名告警记录
@ziwiwiz #41 私信你了
@ziwiwiz #40 非常感谢!!
我按上面的设置了,跟大佬的还是有点不一样,不会自动模糊~~ 请教大佬怎么改?
@cooleyes #44 我的配置https://raw.githubusercontent.com/ziwiwiz/nezha-style/refs/heads/main/fronted.html
你可以参考下, 自动模糊是里面的
这个好
收藏点赞
感谢!!!!
干货
厉害了