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 HYP_REGEX = /<(?!e:|l:)[^,> ]*>?/g;
const HYP_REGEX = /<(?!e:|l:|c:)[^,> ]*>?/g;
const HYP_TRIGGER = () => TAC_CFG.useHypernetworks && tagword.match(HYP_REGEX);
class HypernetParser extends BaseTagParser {