mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[PR #390] [MERGED] feat: 图床配置增加支持使用 PicGo 服务,增加内置 SM.MS 图床支持。 #725
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#725
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/390
Author: @codexu
Created: 7/15/2025
Status: ✅ Merged
Merged: 7/15/2025
Merged by: @codexu
Base:
dev← Head:image-hosting📝 Commits (3)
16e7cfbfeat: 支持 SM.MS 上传图片6b29c75feat: SM.MS 磁盘使用情况b4cd4e4feat: 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.