- 在 operatorMap 中添加 $and、$or 和 $nor 运算符 - 新增 logic.go 文件实现逻辑运算符的功能 - operatorAnd: 所有子过滤器都必须匹配 - operatorOr: 任意一个子过滤器匹配即可 - operatorNor: 所有子过滤器都不匹配