Update 3 files

- /blogroll.opml
- /_layouts/default.html
- /assets/js/main.js
This commit is contained in:
mayx
2025-04-26 09:31:14 +00:00
parent d9984efa2a
commit 9669d10f5c
3 changed files with 12 additions and 13 deletions

View File

@@ -1,3 +1,6 @@
var message_Path = '/Live2dHistoire/live2d/';
var talkAPI = BlogAPI + "/ai_chat";
(function () {
var $backToTopTxt = "返回顶部", $backToTopEle = $('<div class="backToTop"></div>').appendTo($("body"))
.text($backToTopTxt).attr("title", $backToTopTxt).click(function () {
@@ -114,7 +117,4 @@ if (daysold > 90) {
$("html")[0].style = "-webkit-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);";
$("html")[0].innerHTML = $("html")[0].innerHTML.replace(/Mayx/g, "Ghost");
console.warn("Mayx may already be Dead");
}
var message_Path = '/Live2dHistoire/live2d/';
var talkAPI = BlogAPI + "/ai_chat";
}