fix chant issue

This commit is contained in:
Gin
2023-05-11 11:21:53 +08:00
parent a724da362c
commit aed449c882
6 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
const EMB_REGEX = /<(?!l:|h:)[^,> ]*>?/g;
const EMB_REGEX = /<(?!l:|h:|c:)[^,> ]*>?/g;
const EMB_TRIGGER = () => TAC_CFG.useEmbeddings && tagword.match(EMB_REGEX);
class EmbeddingParser extends BaseTagParser {