updated lite

This commit is contained in:
Concedo 2025-06-06 17:49:56 +08:00
parent 740f91e3fd
commit 2b5d8e467b

View file

@ -2053,6 +2053,10 @@ Current version indicated by LITEVER below.
flex-direction: column;
text-align: center;
}
.corpowelcomesmall
{
font-size: 12px;
}
.corpomainbtm
{
padding-left: 2px;
@ -19713,6 +19717,7 @@ Current version indicated by LITEVER below.
return `<div class='corpowelcome'>
<img src="`+niko_square+`" style="height:80px;width:auto;padding:10px;border-radius: 20%;"/>
<p>How can I help you today?</p>
${(welcome!=""?`<br><div class='corpowelcomesmall'><em>${escape_html(welcome)}</em></div>`:``)}
</div>`;
}