fix: npm proxy issues
Some checks failed
docker-release / build-and-push (push) Failing after 10m2s

This commit is contained in:
2025-11-14 22:00:04 +08:00
parent 83bb6623e8
commit 9692219e0f
4 changed files with 228 additions and 24 deletions

View File

@@ -9,7 +9,7 @@ import (
// Store 负责管理磁盘缓存的读写。磁盘布局遵循:
//
// <StoragePath>/<HubName>/<path> # 实际正文
// <StoragePath>/<HubName>/<path>.body # 实际正文
//
// 每个条目仅由正文文件组成,文件的 ModTime/Size 由文件系统提供。
type Store interface {