Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### 做了什么? 1. 重制了Tauri的文件读写调用 2. 添加了一个全新的基于indexedDB的`VFileSystem`层用于临时存储数据 3. 打开时会将zip内的文件全部读取到VFS内 4. 保存时从VFS内向zip保存 ### 问题 目前使用`jszip`处理zip的压缩和解压,在面临较大图片时性能可能不佳。可能需要更换为wasm处理。 稳定性需进一步测试
- Loading branch information