summary refs log tree commit diff
path: root/assets/js
diff options
context:
space:
mode:
authormayx2025-04-26 09:31:14 +0000
committermayx2025-04-26 09:31:14 +0000
commit9669d10f5c5c9032421ad7f4c905b61bd423fc3b (patch)
tree597a2a5ecbf72503a5f28d842b6987ff4eb729c3 /assets/js
parentd9984efa2a83b680142c511dc283c64b806b66b1 (diff)
Update 3 files
- /blogroll.opml
- /_layouts/default.html
- /assets/js/main.js
Diffstat (limited to 'assets/js')
-rw-r--r--assets/js/main.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/assets/js/main.js b/assets/js/main.js
index 805318d..889c1f0 100644
--- a/assets/js/main.js
+++ b/assets/js/main.js
@@ -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";
+}
\ No newline at end of file