- 资源包升级以提升安全性
- 优化了页面数据刷新机制

注意:本次升级后会默认清理一次种子识别缓存
This commit is contained in:
jxxghp
2025-02-14 19:35:49 +08:00
parent aa1557ad9e
commit b8f4cd5fea
6 changed files with 118 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ class ChainBase(metaclass=ABCMeta):
"""
cache_path = settings.TEMP_PATH / filename
if cache_path.exists():
Path(cache_path).unlink()
cache_path.unlink()
def run_module(self, method: str, *args, **kwargs) -> Any:
"""