updated lite

This commit is contained in:
Concedo
2026-01-17 21:40:53 +08:00
parent 89a205ecc7
commit ac3392d5da
+6 -1
View File
@@ -12,7 +12,7 @@ Current version indicated by LITEVER below.
-->
<head>
<script id="init-config">
const LITEVER = 307;
const LITEVER = 308;
const urlParams = new URLSearchParams(window.location.search);
var localflag = urlParams.get('local'); //this will be replaced automatically in embedded kcpp
const STORAGE_PREFIX = (localflag?"e_":"")+"kaihordewebui_";
@@ -1383,6 +1383,9 @@ Current version indicated by LITEVER below.
#btnsend.wait:hover {
background-color: var(--theme_color_disabled_bg);
}
#btnsend.shrunk {
height: calc(100% - 18px);
}
.showmicbig{
width: 32px;
height: 32px;
@@ -17247,12 +17250,14 @@ Current version indicated by LITEVER below.
if(!show)
{
document.getElementById("abortgen").classList.add("hidden");
document.getElementById("btnsend").classList.remove("shrunk");
document.getElementById("chat_msg_send_btn_abort").classList.add("hidden");
document.getElementById("corpo_chat_send_btn_abort").classList.add("hidden");
}
else
{
document.getElementById("abortgen").classList.remove("hidden");
document.getElementById("btnsend").classList.add("shrunk");
document.getElementById("chat_msg_send_btn_abort").classList.remove("hidden");
document.getElementById("corpo_chat_send_btn_abort").classList.remove("hidden");
websearch_in_progress = false;