-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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> | ||
|