Update file message.js

This commit is contained in:
mayx 2024-10-15 08:38:03 +00:00
parent f5accbcad4
commit 9e7e727897

View File

@ -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);
});