mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[PR #737] [MERGED] feat: 同步方案支持 gitea #773
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#773
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/737
Author: @codexu
Created: 10/27/2025
Status: ✅ Merged
Merged: 10/27/2025
Merged by: @codexu
Base:
dev← Head:gitea📝 Commits (5)
2403b16feat: 增加 Gitea 配置7d6c9cdfix: 修复未正确检测仓库状态和头像获取2091885fix: 无法正确的上传d3cb073refactor: 优化同步相关代码路径ad8372afix: 修复未同步的文件导致获取历史记录报错📊 Changes
43 files changed (+1626 additions, -127 deletions)
View changed files
📝
messages/en.json(+10 -1)📝
messages/zh.json(+8 -0)📝
src/app/core/article/custom-footer/history.tsx(+51 -5)📝
src/app/core/article/custom-footer/sync.tsx(+69 -10)📝
src/app/core/article/file/file-item.tsx(+4 -4)📝
src/app/core/article/file/file-toolbar.tsx(+1 -1)📝
src/app/core/article/file/folder-item/delete-folder.tsx(+3 -3)📝
src/app/core/article/file/folder-item/sync-folder.tsx(+4 -4)📝
src/app/core/image/folder-card.tsx(+1 -1)📝
src/app/core/image/image-card.tsx(+3 -3)📝
src/app/core/image/image-header.tsx(+1 -1)📝
src/app/core/image/page.tsx(+1 -1)📝
src/app/core/record/mark/clipboard.tsx(+2 -2)📝
src/app/core/setting/about/updater.tsx(+1 -1)📝
src/app/core/setting/components/upload-store.tsx(+22 -4)📝
src/app/core/setting/imageHosting/github.tsx(+3 -3)📝
src/app/core/setting/imageHosting/s3.tsx(+1 -1)➕
src/app/core/setting/sync/gitea-sync.tsx(+370 -0)📝
src/app/core/setting/sync/gitee-sync.tsx(+2 -2)📝
src/app/core/setting/sync/github-sync.tsx(+2 -2)...and 23 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.