Update file message.js

pipelines/1734480055
mayx 2024-10-15 08:38:03 +00:00
parent f5accbcad4
commit 9e7e727897
1 changed files with 1 additions and 1 deletions

View File

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