fixed lite

This commit is contained in:
Concedo 2025-02-16 01:56:26 +08:00
parent 673e33ca03
commit fd211dbeb3

View file

@ -17090,9 +17090,13 @@ Current version indicated by LITEVER below.
} }
else else
{ {
if (i == 0) {
fulltxt += `${curr.msg}`;
} else {
fulltxt += `<hr style="margin-top: 12px; margin-bottom: 12px;"><img src="${niko_square}" style="height:38px;width:auto;padding:3px 6px 3px 3px;border-radius: 8%;"/>${curr.msg}</span>`; fulltxt += `<hr style="margin-top: 12px; margin-bottom: 12px;"><img src="${niko_square}" style="height:38px;width:auto;padding:3px 6px 3px 3px;border-radius: 8%;"/>${curr.msg}</span>`;
} }
} }
}
//apply stylization to time tags //apply stylization to time tags
if(localsettings.inject_timestamps && localsettings.instruct_has_markdown) if(localsettings.inject_timestamps && localsettings.instruct_has_markdown)