mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +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#703
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/185
Author: @codexu
Created: 5/13/2025
Status: ✅ Merged
Merged: 5/13/2025
Merged by: @codexu
Base:
dev← Head:gitee-sync📝 Commits (7)
159bb5bfeat: Gitee 配置0dc7d1cfeat: 切换主要备份方式1b65afcfeat: 登录信息关联主要备份方式c2ad04afeat: Gitee 上传与同步e892c16feat: Gitee 拉取历史提交记录c3e84c3feat: 删除同步文件c2c363cfix: 同步后加载了错误的历史记录📊 Changes
14 files changed (+1318 additions, -214 deletions)
View changed files
📝
messages/en.json(+19 -4)📝
messages/ja.json(+19 -4)📝
messages/zh.json(+19 -4)📝
src/app/core/article/custom-footer/history.tsx(+53 -13)📝
src/app/core/article/custom-footer/sync.tsx(+189 -65)📝
src/app/core/article/file/file-item.tsx(+34 -7)➕
src/app/core/setting/sync/gitee-sync.tsx(+168 -0)📝
src/app/core/setting/sync/github-sync.tsx(+17 -1)📝
src/app/core/setting/sync/page.tsx(+7 -2)📝
src/components/app-status.tsx(+177 -84)➕
src/lib/gitee.ts(+479 -0)📝
src/stores/article.ts(+75 -29)📝
src/stores/setting.ts(+35 -0)📝
src/stores/sync.ts(+27 -1)📄 Description
需要设置主要备份方式,选择 Github 或 Gitee。
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.