Skip to content

Commit

Permalink
update more Gravatar sources
Browse files Browse the repository at this point in the history
  • Loading branch information
hifocus committed Dec 20, 2021
1 parent db39b89 commit 410a0d2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions merger.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
// Replace with your preferred name and profile photo link below
// Please note the multilingual support function enabled by default from below
var myname = "惶心";
var profile = "https://vip1.loli.io/2021/04/28/miRTlxchDfkaYvq.png"; // Enter a image url or your gravatar email, or leave the variable blank to use the default avatar
// var profile = "[email protected]"; // Use gravatar email
// var profile = "https://vip1.loli.io/2021/04/28/miRTlxchDfkaYvq.png"; // Enter a image url or your gravatar email, or leave the variable blank to use the default avatar
var profile = "[email protected]"; // Use gravatar email

// If you do not own any of the payment methods below, or do not want them to be published, just leave the variable empty or delete it to prevent confusion
var usage = "payment"; // Available variables: `payment`, `donate`, ineffective if multilingual is disabled
Expand Down Expand Up @@ -67,7 +67,9 @@
// 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)
var qrcodeapi = "https://www.zhihu.com/qrcode?url="; // Please note that the API has to support HTTPS connection otherwise will not be loaded
var gravatar_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
</script>
// var gravatar_url = "https://gravatar.loli.net/avatar/"; // A Gravatar source provided by css.loli.net; stabler, relatively slower (in China)
// var gravatar_url = "https://www.gravatar.com/avatar/"; // The official Gravatar source, faster, but may be inacessible in China
</script>

<div class="main" id="h">
<i id="i"></i>
Expand Down

0 comments on commit 410a0d2

Please sign in to comment.