src/tabviews/zshare/automatic/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/tabviews/zshare/automatic/index.jsx
@@ -15,8 +15,7 @@ state = { running: false, line: 1, gap: 2000, init: true gap: 2000 } timer = null @@ -114,7 +113,7 @@ setTimeout(() => { MKEmitter.emit('triggerBtnId', autoMatic.action, [data], 'autoMatic') if (['prompt', 'pop'].includes(autoMatic.OpenType)) { let delay = this.state.init && autoMatic.OpenType === 'pop' ? 2000 : 200 let delay = autoMatic.OpenType === 'pop' ? 2000 : 300 setTimeout(() => { if (autoMatic.OpenType === 'prompt') {