项目文件夹

文件
yf e32cb17edf feat: photo gallery with static_site + function on Tencent Cloud
- Static frontend (gallery, lightbox, drag-drop upload)
- Function API (upload/list/delete/share/ai-caption)
- PG + object_storage + model_router via ref:
2026-08-10 10:56:00 +08:00

13 行
251 B
JSON

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