king
2025-05-19 cbb5bb7c9eecc76bbebea81875ab6813372a78a6
src/tabviews/custom/components/card/prop-card/index.jsx
@@ -161,7 +161,7 @@
      MKEmitter.addListener('searchRefresh', this.searchRefresh)
    }
    if (config.timer && config.wrap.datatype === 'dynamic') {
    if (config.timer && config.wrap.datatype !== 'public') {
      this.timer = new TimerTask()
      this.timer.init(config.uuid, config.timer, config.timerRepeats, () => {this.loadData('timer')})
    }