feat(builder): enhance eagle storage plugin to read and inject image metadata (#141)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Whitewater
2025-11-03 12:56:58 +08:00
committed by GitHub
parent 823a272974
commit 22f058aee3
6 changed files with 83 additions and 13 deletions

View File

@@ -74,6 +74,8 @@ Designed with adapter pattern, supporting multiple storage backends:
- **S3-Compatible Storage** - AWS S3, MinIO, Alibaba Cloud OSS, etc.
- **GitHub Storage** - Using GitHub repository as image storage
- **Eagle Storage** - Using Eagle app library as image storage
- **Local File System** - Local storage for development and testing
## 🚀 Quick Start