Skip to content

Commit

Permalink
Merge pull request duiqt#74 from george-chou/main
Browse files Browse the repository at this point in the history
rm jumping & add bilibili info for Seseren
  • Loading branch information
monetjoe authored Jun 21, 2023
2 parents 82f3883 + f990bf1 commit dd73588
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
6 changes: 5 additions & 1 deletion static/credits/credits.rawiconurl.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@
"username": "Seseren_kr",
"thing": "artist",
"socialmedia": {
"twitter": "Seseren_kr"
"twitter": "Seseren_kr",
"bilibili": {
"uid": 305550122,
"username": "Seseren"
}
},
"icon": "https://pbs.twimg.com/profile_images/835117601676144641/mYxxpLOk_400x400.jpg"
},
Expand Down
6 changes: 5 additions & 1 deletion static/credits/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@
"username": "Seseren_kr",
"thing": "artist",
"socialmedia": {
"twitter": "Seseren_kr"
"twitter": "Seseren_kr",
"bilibili": {
"uid": 305550122,
"username": "Seseren"
}
},
"icon": "images/d43a2f34d8ce0053323cda9b1d112bae7aea3602.jpg"
},
Expand Down
6 changes: 3 additions & 3 deletions static/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,9 @@ var LANGUAGES = {
};

// NOTE the deployment on Github pages is stopped and deprecated. This tip is not useful anymore.
if (location.hostname.endsWith("duiqt.github.io")) {
window.location.href = "https://herta.onrender.com";
}
// if (location.hostname.endsWith("duiqt.github.io")) {
// window.location.href = "https://herta.onrender.com";
// }

// This function create bilibili icon in 2 cases: activated & inactivated
function bilibiliIcon(color) {
Expand Down

0 comments on commit dd73588

Please sign in to comment.