(uuid: string, excludePattern: string, remove: boolean)
| 82 | } |
| 83 | |
| 84 | excludeUrl(uuid: string, excludePattern: string, remove: boolean) { |
| 85 | return this.do("excludeUrl", { uuid, excludePattern, remove }); |
| 86 | } |
| 87 | |
| 88 | // 重置匹配项 |
| 89 | resetMatch(uuid: string, match: string[] | undefined) { |