重构项目

This commit is contained in:
ExplodingDragon
2025-11-13 23:31:23 +08:00
parent 54bbef0205
commit 02df131beb
12 changed files with 248 additions and 68 deletions

View File

@@ -16,6 +16,7 @@ type PageVFS struct {
commitID string
}
// todo: 限制最大文件加载大小
func NewPageVFS(
client *http.Client,
backend Backend,