Files
meijiaka-zy/tauri-app
meijiaka-dev 7b53abf37b fix(video-preview): 统一本地/网络视频预览,修复首次加载黑屏与 loading 状态
- Rust: transcode_for_preview 支持网络视频下载缓存,统一走转码流程
- Rust: rename 后 sync_all 文件数据+目录项,避免 WebKit 首次读取不完整
- Rust: 视频缓存上限从 500MB 调至 2GB
- 前端: handlePreview 统一处理本地/网络视频,不再直接设网络 URL
- 前端: 修复 previewVideoUrl 为 null 时 loading 动画不显示的问题
- 前端: 去掉 video preload=metadata,加 ref + onCanPlay 兜底播放
- 工程: .gitignore 忽略 sidecar binaries,修复 engine.rs unused warning
2026-05-26 18:29:34 +08:00
..
2026-05-14 23:32:45 +08:00

Tauri + React + Typescript

This template should help get you started developing with Tauri, React and Typescript in Vite.