BoxPlayer v5.0.17
云盘缩略图 / Cloud-drive Thumbnails
- Box 网盘缩略图现会通过已登录账号获取受保护的 Representation 图片,文件列表、搜索、最近文件、收藏和回收站都可正确显示。
- 123 网盘和 115 网盘会保留接口返回的预览图地址;115 的目录、搜索和回收站结果均已覆盖。
- OneDrive 和天翼云盘优先使用更高分辨率缩略图,改善大图与网格视图清晰度。
- 修复网格缩略图的尺寸适配,避免图片比例异常或溢出。
播放与字幕 / Playback and Subtitles
- 内置 Noto Sans CJK SC 字体作为 ASS/SSA 字幕回退字体,修复中文字体缺失、字形不一致的问题。
- 调整 ASS 字幕画布位置,降低字幕贴近播放器底边被裁切的风险。
文件列表 / File Lists
- 修复云盘文件列表在普通模式下未按用户选择的名称、大小、修改时间排序的问题;更改排序不再额外触发一次目录请求。
验证 / Verification
pnpm exec vitest run src/box/__tests__/dirfilelist.test.ts src/box/__tests__/thumbnail.test.ts src/utils/__tests__/drive115SubtitlePlayback.test.ts src/utils/__tests__/panFileSort.test.ts src/utils/__tests__/providerThumbnailMapping.test.ts
pnpm exec vue-tsc --noEmitEnglish
- Box thumbnails now fetch protected representation images using the signed-in account across files, search, recent items, favorites, and trash.
- 123 Drive and 115 Drive preserve provider preview URLs, while OneDrive and Cloud 189 prefer higher-resolution thumbnails. Grid thumbnails now keep their intended aspect ratio.
- Bundled Noto Sans CJK SC is used as the ASS/SSA subtitle fallback font, and subtitle placement is raised to avoid clipping at the player edge.
- Cloud file lists consistently honor the selected name, size, and modified-time sort order without reloading the directory.