fixed lite

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

View file

@ -17090,7 +17090,11 @@ Current version indicated by LITEVER below.
}
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>`;
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>`;
}
}
}