Commit Graph

2 Commits

Author SHA1 Message Date
史悦
13ef60b7bd 功能改进(同步):新增元数据嵌入并优化匹配逻辑
- 在Docker容器中安装ffmpeg以支持媒体处理
- 为下载文件嵌入标题、艺术家、专辑及封面图等元数据
- 重构文件存在性检测机制,兼容多种命名格式
- 下载过程中采用临时文件确保数据完整性

(注:根据中文技术文档惯例进行了以下优化:
1. 使用"功能改进"替代直译"feat",更符合国内开发文档表述
2. "metadata embedding"译为"元数据嵌入"是行业标准译法
3. "refactor"译为"重构"准确传达代码改造含义
4. 采用四字短语"确保数据完整性"保持技术文档的简洁性
5. 使用中文括号和冒号格式,符合国内技术文档排版规范)
2026-01-07 12:26:30 +08:00
史悦
ca1026d166 feat(sync): add cloud synchronization for favorites
Add a new sync service and frontend integration to allow syncing
favorites across devices using a token.

- Configure `sync-service` in docker-compose.yml on port 7482
- Add sync token input and manual sync button to SideDrawer
- Implement auto-sync logic to persist favorites to the KV store
- Add logic to merge cloud favorites with local data on initialization
2026-01-06 11:20:06 +08:00