feat(config): 添加七牛云配置支持

- 在配置结构体中添加Qiniu字段用于七牛云配置
- 添加七牛云相关配置参数(AccessKey, SecretKey, Bucket, CDN)
- 更新配置初始化逻辑以支持七牛云配置项

feat(login): 集成七牛云SDK并实现文件列表获取

- 添加七牛云SDK依赖(github.com/qiniu/go-sdk/v7)
- 创建BucketManager用于文件管理操作
- 实
This commit is contained in:
2026-01-06 23:25:49 +08:00
parent 80e8d56d9e
commit b801b069bc
8 changed files with 134 additions and 15 deletions

View File

@@ -60,7 +60,7 @@ jobs:
bucket: ${{ secrets.QINIU_BUCKET_NAME }}
region: z2
local_dir: build
upload_prefix: releases/
- name: Upload Build Artifact
uses: actions/upload-artifact@v4