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#718
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/294
Author: @codexu
Created: 6/23/2025
Status: ✅ Merged
Merged: 6/23/2025
Merged by: @codexu
Base:
dev← Head:image📝 Commits (6)
a81ba13feat: 支持相对路径图片68ad280fix: 下载配置未正常保存导致同步失败ea906f7feat: 文件设置增加写作资源路径,可自定义保存静态资源的路径e286b00feat: 写作文件管理器中可展示图片文件28f61e2feat: 写作资源文件夹图标、图片文件图标3ffe2c1feat: 图片静态资源预览📊 Changes
18 files changed (+330 additions, -169 deletions)
View changed files
📝
messages/en.json(+5 -0)📝
messages/ja.json(+5 -0)📝
messages/zh.json(+5 -0)📝
src-tauri/capabilities/default.json(+3 -0)📝
src/app/core/article/file/file-item.tsx(+110 -72)📝
src/app/core/article/file/file-manager.tsx(+15 -1)📝
src/app/core/article/file/folder-item.tsx(+7 -2)📝
src/app/core/article/md-editor.tsx(+51 -9)📝
src/app/core/record/mark/mark-item.tsx(+4 -32)📝
src/app/core/setting/components/upload-store.tsx(+3 -3)📝
src/app/core/setting/file/page.tsx(+16 -2)➕
src/app/core/setting/file/setting-assets.tsx(+17 -0)📝
src/app/core/setting/file/setting-workspace.tsx(+28 -41)📝
src/app/mobile/setting/pages/file/page.tsx(+2 -2)➕
src/components/image-viewer.tsx(+32 -0)📝
src/lib/utils.ts(+11 -0)📝
src/stores/article.ts(+4 -4)📝
src/stores/setting.ts(+12 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.