king
2023-08-16 d8561eb770249f6fe00aeb3092555188ab6d076c
2023-08-16
1个文件已修改
10 ■■■■ 已修改文件
src/tabviews/custom/components/card/prop-card/index.jsx 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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()