diff --git a/Live2dHistoire/live2d/js/message.js b/Live2dHistoire/live2d/js/message.js index ca6cf11..66cdf33 100644 --- a/Live2dHistoire/live2d/js/message.js +++ b/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); });