更新依赖

This commit is contained in:
dragon
2025-11-14 17:28:51 +08:00
parent 4ee8f4ed69
commit d67dbf88ae
7 changed files with 62 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ type ServerMeta struct {
Domain string
client *http.Client
cache *tools.Cache[PageMetaContent]
cache *tools.KVCache[PageMetaContent]
locker *utils.Locker
}