[PR #649] [MERGED] feat(#648): 支持自定义仓库名称 #761

Closed
opened 2026-03-02 03:41:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/codexu/note-gen/pull/649
Author: @codexu
Created: 9/15/2025
Status: Merged
Merged: 9/15/2025
Merged by: @codexu

Base: devHead: custom-repo


📝 Commits (5)

  • 33b5c6a feat: 自定义仓库名称配置
  • 235b095 feat: 各项同步功能适配自定义仓库名称
  • 704517e feat: 改为手动创建仓库
  • c2a0262 feat: 改为手动检测仓库状态
  • bab4d2e feat: 手动创建图床仓库和检测

📊 Changes

21 files changed (+738 additions, -271 deletions)

View changed files

📝 messages/en.json (+41 -7)
📝 messages/ja.json (+39 -4)
📝 messages/zh.json (+38 -4)
📝 src/app/core/article/custom-footer/history.tsx (+14 -7)
📝 src/app/core/article/custom-footer/sync.tsx (+33 -18)
📝 src/app/core/setting/components/upload-store.tsx (+16 -10)
📝 src/app/core/setting/imageHosting/github.tsx (+80 -15)
📝 src/app/core/setting/sync/gitee-sync.tsx (+82 -40)
📝 src/app/core/setting/sync/github-sync.tsx (+79 -22)
📝 src/app/core/setting/sync/gitlab-sync.tsx (+83 -33)
📝 src/components/app-status.tsx (+19 -36)
📝 src/lib/gitee.ts (+5 -5)
📝 src/lib/github.ts (+5 -5)
📝 src/lib/gitlab.ts (+10 -11)
📝 src/lib/imageHosting/github.ts (+12 -5)
src/lib/repo-utils.ts (+59 -0)
📝 src/stores/article.ts (+26 -13)
📝 src/stores/chat.ts (+16 -13)
📝 src/stores/mark.ts (+16 -10)
📝 src/stores/setting.ts (+46 -0)

...and 1 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/codexu/note-gen/pull/649 **Author:** [@codexu](https://github.com/codexu) **Created:** 9/15/2025 **Status:** ✅ Merged **Merged:** 9/15/2025 **Merged by:** [@codexu](https://github.com/codexu) **Base:** `dev` ← **Head:** `custom-repo` --- ### 📝 Commits (5) - [`33b5c6a`](https://github.com/codexu/note-gen/commit/33b5c6a7052e58d69b0086b40b71fa7414742ce4) feat: 自定义仓库名称配置 - [`235b095`](https://github.com/codexu/note-gen/commit/235b09581d69081ca630eabda4f0ce4dbba588fc) feat: 各项同步功能适配自定义仓库名称 - [`704517e`](https://github.com/codexu/note-gen/commit/704517e9ec3d64ff1a1833fbe2bb40b2ff044857) feat: 改为手动创建仓库 - [`c2a0262`](https://github.com/codexu/note-gen/commit/c2a0262fe7ad9c76b844bc5626ec93fb78109082) feat: 改为手动检测仓库状态 - [`bab4d2e`](https://github.com/codexu/note-gen/commit/bab4d2e517715bf7d89fea5aa8d3856f9002c1c9) feat: 手动创建图床仓库和检测 ### 📊 Changes **21 files changed** (+738 additions, -271 deletions) <details> <summary>View changed files</summary> 📝 `messages/en.json` (+41 -7) 📝 `messages/ja.json` (+39 -4) 📝 `messages/zh.json` (+38 -4) 📝 `src/app/core/article/custom-footer/history.tsx` (+14 -7) 📝 `src/app/core/article/custom-footer/sync.tsx` (+33 -18) 📝 `src/app/core/setting/components/upload-store.tsx` (+16 -10) 📝 `src/app/core/setting/imageHosting/github.tsx` (+80 -15) 📝 `src/app/core/setting/sync/gitee-sync.tsx` (+82 -40) 📝 `src/app/core/setting/sync/github-sync.tsx` (+79 -22) 📝 `src/app/core/setting/sync/gitlab-sync.tsx` (+83 -33) 📝 `src/components/app-status.tsx` (+19 -36) 📝 `src/lib/gitee.ts` (+5 -5) 📝 `src/lib/github.ts` (+5 -5) 📝 `src/lib/gitlab.ts` (+10 -11) 📝 `src/lib/imageHosting/github.ts` (+12 -5) ➕ `src/lib/repo-utils.ts` (+59 -0) 📝 `src/stores/article.ts` (+26 -13) 📝 `src/stores/chat.ts` (+16 -13) 📝 `src/stores/mark.ts` (+16 -10) 📝 `src/stores/setting.ts` (+46 -0) _...and 1 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:41:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/note-gen#761
No description provided.