
如题,我试了,就算设置了 Gravatar 邮箱头像也没效果,还有自定义 css 代码只有自己能看见,是暂时关闭了吗
顺便贴下我的代码: @import url("//jkjoke.b0.upaiyun.com/css/v2ex.css"); body { background-color: #efefef; background-image: url( https://i.v2ex.co/6I8TG2g8.jpeg); background-repeat: no-repeat; background-attachment: fixed; background-position: center 0; background-size: cover; } #Wrapper{ background-color: transparent; animation-delay: 1s; -webkit-animation-delay: 1s; animation: fadein 2s; -webkit-animation: fadein 2s; } @-webkit-keyframes fadein { from { background-color: rgba(239, 239, 239, 255); } to { background-color: rgba(239, 239, 239, 0); } } @keyframes fadein { from { background-color: rgba(239, 239, 239, 255); } to { background-color: rgba(239, 239, 239, 0); } } #Main, #Top, #Rightbar { opacity: 0.95; }
4 yzyun08 2018-05-23 16:55:07 +08:00 Gravatar ? |
5 yzyun08 2018-05-23 16:56:37 +08:00 缓存... |
8 ttboy OP |
9 liuzhiyong 2018-05-23 17:16:58 +08:00 via iPad 直接用 gravatar 设置,然后等待 V2EX 更新。 |
12 ttboy OP @liuzhiyong 只能这样了,楼上已经设置 gravatar 了 |
13 liuzhiyong 2018-05-23 17:27:04 +08:00 via iPad @ttboy 你的头像已经设置成功 https://cdn.v2ex.com/gravatar/314edac7ff6efddd40f3d4dc0bd9998c?s=73&d=retro=73&d=retro&xxx 这是没有缓存的,URL 加了 xxx。 |
15 ttboy OP @liuzhiyong 了解了,谢谢。那应该不是我本地的缓存了 ![]() |
17 yongzhong 2018-05-23 17:43:06 +08:00 v2 同步头像大概需要 1 个星期左右,亲测 |