update lite

This commit is contained in:
Concedo 2024-08-18 12:00:06 +08:00
parent e2e6d892b4
commit 98dff80b9c

View file

@ -12,7 +12,7 @@ Current version indicated by LITEVER below.
-->
<script>
const LITEVER = 164;
const LITEVER = 165;
const urlParams = new URLSearchParams(window.location.search);
const localflag = true;
const STORAGE_PREFIX = (localflag?"e_":"")+"kaihordewebui_";
@ -3654,6 +3654,15 @@ Current version indicated by LITEVER below.
}
}
}
else
{
if(globalabortcontroller)
{
globalabortcontroller.abort();
console.log("Abort Signal");
prepare_abort_controller();
}
}
if(was_empty && synchro_pending_stream!="")
{
render_gametext(false);
@ -3759,6 +3768,15 @@ Current version indicated by LITEVER below.
}
}
}
else
{
if(globalabortcontroller)
{
globalabortcontroller.abort();
console.log("Abort Signal");
prepare_abort_controller();
}
}
if(was_empty && synchro_pending_stream!="")
{
render_gametext(false);