summary refs log tree commit diff
path: root/assets/js/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/main.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