mayx преди 1 година
родител
ревизия
9e7e727897
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Live2dHistoire/live2d/js/message.js

+ 1 - 1
Live2dHistoire/live2d/js/message.js

@@ -158,7 +158,7 @@ if(!norunFlag){
 	function showHitokoto(){
 		if(sessionStorage.getItem("Sleepy")!=="1"){
 			if(!AITalkFlag){
-				$.getJSON('https://v1.hitokoto.cn/',function(result){
+				$.getJSON('https://hitokoto.mayx.eu.org/',function(result){
 					talkValTimer();
 					showMessage(result.hitokoto, 0);
 				});