[PR #390] [MERGED] feat: 图床配置增加支持使用 PicGo 服务,增加内置 SM.MS 图床支持。 #725

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

📋 Pull Request Information

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

Base: devHead: image-hosting


📝 Commits (3)

  • 16e7cfb feat: 支持 SM.MS 上传图片
  • 6b29c75 feat: SM.MS 磁盘使用情况
  • b4cd4e4 feat: PicGo 服务支持

📊 Changes

13 files changed (+524 additions, -9 deletions)

View changed files

📝 messages/en.json (+14 -1)
📝 messages/ja.json (+14 -1)
📝 messages/zh.json (+14 -1)
📝 package.json (+1 -0)
📝 pnpm-lock.yaml (+64 -0)
📝 src/app/core/setting/imageHosting/page.tsx (+39 -5)
src/app/core/setting/imageHosting/picgo.tsx (+96 -0)
src/app/core/setting/imageHosting/smms.tsx (+112 -0)
src/components/ui/progress.tsx (+28 -0)
📝 src/lib/imageHosting/index.ts (+6 -0)
src/lib/imageHosting/picgo.ts (+68 -0)
src/lib/imageHosting/smms.ts (+64 -0)
📝 src/stores/imageHosting.ts (+4 -1)

📄 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/390 **Author:** [@codexu](https://github.com/codexu) **Created:** 7/15/2025 **Status:** ✅ Merged **Merged:** 7/15/2025 **Merged by:** [@codexu](https://github.com/codexu) **Base:** `dev` ← **Head:** `image-hosting` --- ### 📝 Commits (3) - [`16e7cfb`](https://github.com/codexu/note-gen/commit/16e7cfba348bb086198e0108133809dbdf10bee5) feat: 支持 SM.MS 上传图片 - [`6b29c75`](https://github.com/codexu/note-gen/commit/6b29c75d52af194f67982b8652ac8009e46531f8) feat: SM.MS 磁盘使用情况 - [`b4cd4e4`](https://github.com/codexu/note-gen/commit/b4cd4e4ec54b33e659971bdbe3c7c871f4c0bcc6) feat: PicGo 服务支持 ### 📊 Changes **13 files changed** (+524 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `messages/en.json` (+14 -1) 📝 `messages/ja.json` (+14 -1) 📝 `messages/zh.json` (+14 -1) 📝 `package.json` (+1 -0) 📝 `pnpm-lock.yaml` (+64 -0) 📝 `src/app/core/setting/imageHosting/page.tsx` (+39 -5) ➕ `src/app/core/setting/imageHosting/picgo.tsx` (+96 -0) ➕ `src/app/core/setting/imageHosting/smms.tsx` (+112 -0) ➕ `src/components/ui/progress.tsx` (+28 -0) 📝 `src/lib/imageHosting/index.ts` (+6 -0) ➕ `src/lib/imageHosting/picgo.ts` (+68 -0) ➕ `src/lib/imageHosting/smms.ts` (+64 -0) 📝 `src/stores/imageHosting.ts` (+4 -1) </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:29 +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#725
No description provided.