You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<linkrel="shortcut icon" type="image/x-icon" id="favicon"><!-- Page icon will be set automatically -->
24
22
@@ -68,9 +66,8 @@
68
66
69
67
// QQ Mobile wouldn't decode qrcode from `data:image`, so for qq mobile only speical qrcode that generate from qrcode api is necessary (this feature is awaiting review)
70
68
varqrcodeapi="https://www.zhihu.com/qrcode?url=";// Please note that the API has to support HTTPS connection otherwise will not be loaded
71
-
vargravatar_url="https://cdn.helingqi.com/avatar/";// You can set your preferred gravatar source (mirror) here; stay default if you cannot decide which source you'd prefer
69
+
vargravatar_url="https://www.gravatar.com/avatar/";// You can set your preferred gravatar source (mirror) here; stay default if you cannot decide which source you'd prefer
72
70
// var gravatar_url = "https://gravatar.loli.net/avatar/"; // A Gravatar source provided by css.loli.net; stabler, relatively slower (in China)
73
-
// var gravatar_url = "https://www.gravatar.com/avatar/"; // The official Gravatar source, faster, but may be inacessible in China
74
71
</script>
75
72
76
73
<divclass="main" id="h">
@@ -122,22 +119,13 @@ <h2 id="name"></h2>
122
119
123
120
<!-- Footer Scripts -->
124
121
<!-- Please do not swap scripts' order -->
125
-
<!-- Load Javascript files from jsDelivr - Default -->
0 commit comments