Commit Graph

4 Commits

Author SHA1 Message Date
58caaae37a feat: 网盘设置加「默认账号」列, 同类型最多2个主账号
- 数据库 migration: cloud_configs 加 is_primary 字段
- 后端: togglePrimary API (PUT /admin/cloud-configs/:id/primary)
- 后端: getAndValidateCredential 优先选 is_primary 账号
- 前端: CloudConfig.vue 转存启用后加「默认账号」开关列
- 前端: api/index.ts 加 setPrimary 方法
v0.0.3
2026-05-15 06:39:08 +08:00
abd0cb26f5 feat: IP-based daily account priority for save
- Added ip_daily_save_counts table to track per-IP daily usage

 - getAndValidateCredential now accepts ipAddress parameter

 - First 2 saves by same IP use primary account; 3rd+ round-robins to other accounts

 - Counter increments on each successful credential acquisition

 - All timestamps in Asia/Shanghai timezone
v0.0.2
2026-05-15 06:19:04 +08:00
e046514fee feat: icons moved to repo-managed PNG files
- Convert all brand icons (aliyun/baidu/quark/115/tianyi/123pan/uc/xunlei/pikpak) to 64x64 PNG

 - CLOUD_ICONS now references /icons/xxx.png instead of data URI

 - Backend cloud-types.service.ts synchronized

 - Added magnet/ed2k/others placeholder icons

 - .gitignore allows public/icons/
v0.1.0
2026-05-15 06:01:49 +08:00
d83225d736 chore: initial commit - CloudSearch v0.0.2 2026-05-15 05:50:50 +08:00