fix: fix regex fallback

This commit is contained in:
kwaroran
2024-05-26 12:05:21 +09:00
parent a450067505
commit f92b1ffb3b

View File

@@ -247,6 +247,7 @@ export async function loadLoreBookV3Prompt(){
return false return false
} }
} }
return false
} }
mText = mText.toLowerCase() mText = mText.toLowerCase()