updated lite

This commit is contained in:
Concedo 2026-03-17 10:39:56 +08:00
parent 51187d5362
commit da4852a734

View file

@ -18949,6 +18949,7 @@ Current version indicated by LITEVER below.
if(narrateonlydialog)
{
text = text.replace(/\*\*(.*?)\*\*/g, "$1");
// Remove text within asterisks and the asterisks, then trim
text = text.replace(italics_regex,"").trim();
let strippedtxt = "";