mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
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#704
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/178
Author: @codexu
Created: 5/12/2025
Status: ✅ Merged
Merged: 5/12/2025
Merged by: @codexu
Base:
dev← Head:webdav📝 Commits (8)
7c56273feat: webdav 配置及状态检测5ce499afeat: web 调用备份和同步e67d11dfeat: 备份至 webdavbf0ea47feat: 获取 webdav 服务器文件列表02072e1fix: 无法正常获取文件fab2c39fix: 未按正确的路径下载至本地9971edcfix: 下载文件未正确解码3c77715feat: 批量下载至本地📊 Changes
9 files changed (+997 additions, -12 deletions)
View changed files
📝
src-tauri/Cargo.lock(+207 -4)📝
src-tauri/Cargo.toml(+3 -0)📝
src-tauri/src/main.rs(+4 -1)➕
src-tauri/src/webdav.rs(+359 -0)📝
src/app/core/setting/sync/github-sync.tsx(+4 -4)📝
src/app/core/setting/sync/page.tsx(+23 -3)➕
src/app/core/setting/sync/webdav-sync.tsx(+162 -0)➕
src/components/ui/alert.tsx(+59 -0)➕
src/stores/webdav.ts(+176 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.