优化缓存条件设置,支持不缓存条件设置,支持条件排序等

This commit is contained in:
GoEdgeLab
2021-06-08 22:46:08 +08:00
parent 294ac2d2a2
commit e8603c8742
17 changed files with 319 additions and 115 deletions

View File

@@ -4,5 +4,6 @@ Tea.context(function () {
if (window.parent.UPDATING_CACHE_REF != null) {
this.cacheRef = window.parent.UPDATING_CACHE_REF
this.isReverse = this.cacheRef.isReverse
}
})