完善开发文档与更新函数注释

This commit is contained in:
wojiaoyishang
2025-01-27 11:16:26 +08:00
parent de4f2c6d52
commit 0db36a6218
17 changed files with 932 additions and 254 deletions
-1
View File
@@ -53,4 +53,3 @@ def cache_auto_internal(key, call, expired=5):
cache_set_internal(key, data, expired)
return data