From 9e7e727897ec09822b4d8d2c6ae5cd7263a1e414 Mon Sep 17 00:00:00 2001 From: mayx Date: Tue, 15 Oct 2024 08:38:03 +0000 Subject: [PATCH] Update file message.js --- Live2dHistoire/live2d/js/message.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); });