use aliyun s3 store for this project

This commit is contained in:
2026-05-17 19:24:20 +08:00
parent 0d784c994a
commit 9748992135
5 changed files with 358 additions and 1 deletions
+7 -1
View File
@@ -7,4 +7,10 @@ prompts:
preset:
auth:
- "app/auth.py"
- "app/auth/*"
- "app/auth/*"
s3:
- "app/models/base.py"
- "app/models/user.py"
- "app/utils/s3.py"
- "app/auth.py"