king
2021-11-02 836abc89bdb278909871fb2f8e246cc99a37361c
2021-11-01
1个文件已修改
5 ■■■■■ 已修改文件
src/tabviews/zshare/automatic/index.jsx 5 ●●●●● 补丁 | 查看 | 原始文档 | 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') {