mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 21:05:55 +03:00
[PR #306] [MERGED] refactor: 拆分图床配置,可配置独立的 Github 图床 #719
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#719
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/306
Author: @codexu
Created: 6/25/2025
Status: ✅ Merged
Merged: 6/25/2025
Merged by: @codexu
Base:
dev← Head:image-hosting📝 Commits (3)
b1bade3refactor: 增加图床配置,Github 图床配置移至图床配置02ac2e0feat: Github 图床可配置独立的 token347eec1feat: 上传图片使用独立 Github 图床📊 Changes
27 files changed (+611 additions, -272 deletions)
View changed files
📝
messages/en.json(+7 -1)📝
messages/ja.json(+8 -2)📝
messages/zh.json(+9 -3)📝
src/app/core/article/md-editor.tsx(+3 -21)📝
src/app/core/image/folder-card.tsx(+1 -1)📝
src/app/core/image/image-card.tsx(+1 -1)📝
src/app/core/image/image-header.tsx(+1 -1)📝
src/app/core/image/page.tsx(+1 -1)📝
src/app/core/layout.tsx(+3 -0)📝
src/app/core/record/mark/control-image.tsx(+8 -20)📝
src/app/core/setting/backupSync/page.tsx(+1 -1)📝
src/app/core/setting/config.tsx(+5 -1)➕
src/app/core/setting/imageHosting/github.tsx(+177 -0)➕
src/app/core/setting/imageHosting/page.tsx(+29 -0)📝
src/app/core/setting/sync/gitee-sync.tsx(+29 -28)📝
src/app/core/setting/sync/github-sync.tsx(+29 -90)📝
src/app/core/setting/sync/page.tsx(+15 -6)📝
src/app/mobile/layout.tsx(+3 -0)📝
src/components/app-status.tsx(+2 -24)📝
src/lib/github.ts(+3 -10)...and 7 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.