项目文件夹

文件
yf a7e7c3dc5d feat: photo album with gallery, upload, share, AI image captioning
- web_function on WeHub Cloud (PG + object_storage + model_router)
- Drag-and-drop image upload via presigned URLs
- Responsive grid gallery with thumbnail lazy-loading
- Lightbox viewer with AI caption overlay
- AI-powered image description (vision model via model_router)
- Share links via /s/<token>
2026-08-07 15:38:34 +08:00

13 行
248 B
JSON

{
"name": "photo-album",
"private": true,
"version": "0.1.0",
"main": "server.js",
"type": "commonjs",
"dependencies": {
"@aws-sdk/client-s3": "^3.1084.0",
"@aws-sdk/s3-request-presigner": "^3.1084.0",
"pg": "^8.22.0"
}
}