(uuid: string, match: string[] | undefined)
| 87 | |
| 88 | // 重置匹配项 |
| 89 | resetMatch(uuid: string, match: string[] | undefined) { |
| 90 | return this.do("resetMatch", { uuid, match }); |
| 91 | } |
| 92 | |
| 93 | // 重置排除项 |
| 94 | resetExclude(uuid: string, exclude: string[] | undefined) { |