()
| 331 | } |
| 332 | // 在页面注入输入的脚本 |
| 333 | execScript() { |
| 334 | tool.injectScriptStringToPage(`;(()=>{${this.state.textAreaScript}})();`); |
| 335 | } |
| 336 | // 在页面注入输入的脚本 |
| 337 | sheetSearchTree() { |
| 338 | tool.injectScriptStringToPage(`;(${handleSheetSearchTree.toString()})();`); |
nothing calls this directly
no outgoing calls
no test coverage detected