king
2023-08-16 7e46c386be5c2cfc20af3936d26839ad3fce44b0
src/tabviews/custom/components/card/prop-card/index.jsx
@@ -278,11 +278,11 @@
      if (config.$cache && config.$time && config.wrap.autoExec) {
        Api.getLCacheConfig(config.uuid, config.$time).then(res => {
          if (!res.valid) {
            this.autoExec()
          } else {
            Api.writeCacheConfig(config.uuid, [])
          }
          if (res.valid) return
          this.autoExec()
          Api.writeCacheConfig(config.uuid, [])
        })
      } else {
        this.autoExec()