feat: 更新文件预览功能,并优化不支持文件的提示信息

This commit is contained in:
2025-11-09 13:37:08 +08:00
parent e5445673f0
commit a646660e6a
6 changed files with 330 additions and 50 deletions

View File

@@ -3,4 +3,4 @@ from .factory import StorageFactory
from .github import GitHubStorage
from .r2 import R2Storage
__all__ = ["BaseStorage", "R2Storage", "CnbCoolStorage", "StorageFactory"]
__all__ = ["BaseStorage", "R2Storage", "GitHubStorage", "StorageFactory"]