mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[PR #923] [MERGED] fix: 修复移动端无法导出本地备份的问题 #813
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#813
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/codexu/note-gen/pull/923
Author: @codexu
Created: 3/1/2026
Status: ✅ Merged
Merged: 3/1/2026
Merged by: @codexu
Base:
dev← Head:fix-#905📝 Commits (7)
59c8312feat(backup): 使用 zip crate 替代系统命令导出备份59f6ee4feat(backup): 使用 zip crate 替代系统命令导入备份d077efcfix(backup): 修复 Zip Slip 安全漏洞和代码问题56cffa4fix: 修复 zip crate 版本401e32cfix: ios 无法选择文件3199b68fix: 修复移动端无法导出导入备份的问题a4f2489fix: 修复报错信息📊 Changes
11 files changed (+436 additions, -172 deletions)
View changed files
📝
messages/en.json(+1 -0)📝
messages/ja.json(+1 -0)📝
messages/pt-BR.json(+1 -0)📝
messages/zh-TW.json(+1 -0)📝
messages/zh.json(+1 -0)📝
src-tauri/Cargo.lock(+54 -61)📝
src-tauri/Cargo.toml(+2 -2)📝
src-tauri/Info.plist(+4 -0)📝
src-tauri/src/backup.rs(+221 -49)📝
src-tauri/src/lib.rs(+2 -1)📝
src/app/core/setting/backupSync/local-backup.tsx(+148 -59)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.