feat(config): add retry and waitcapture property

This commit is contained in:
eson
2020-11-25 16:34:15 +08:00
parent 899f554336
commit b14615f339
7 changed files with 54 additions and 28 deletions

View File

@@ -5,7 +5,7 @@ if(href.startsWith(Host)) {
}, 1);
} else {
setTimeout(function(){
close();
chrome.runtime.sendMessage({ type: BackgroundMsgType.CLOSETAB })
}, 15000)
}