(uuid: string, excludePattern: string, isExclude: boolean)
| 204 | ); |
| 205 | |
| 206 | const handleExcludeUrl = (uuid: string, excludePattern: string, isExclude: boolean) => { |
| 207 | scriptClient.excludeUrl(uuid, excludePattern, isExclude).finally(() => { |
| 208 | setIsEffective(isExclude); |
| 209 | }); |
| 210 | }; |
| 211 | |
| 212 | return ( |
| 213 | <Collapse |