docs(zh): update watch feat

This commit is contained in:
krau
2025-08-03 17:35:47 +08:00
parent 9cc87380ff
commit 0c5bb2ba77
4 changed files with 45 additions and 14 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ func listenMediaMessageEvent(ch chan userclient.MediaMessageEvent) {
filterType := filter[0]
filterData := filter[1]
switch filterType {
case "msgre":
case "msgre": // [TODO] enums for filter types
if ok, err := regexp.MatchString(filterData, msgText); err != nil {
continue
} else if !ok {