mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[PR #498] [CLOSED] Fix/bug/482 483 delete dir error #746
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#746
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/498
Author: @SilenceZen
Created: 7/30/2025
Status: ❌ Closed
Base:
dev← Head:fix/bug/482-483-delete-dir-error📝 Commits (7)
f8ab16afix: 修复customHeaders输入问题,从JSON textarea改为键值对编辑器1efccc1fix: 修复macOS打包应用HTTP请求被ATS阻止的问题 (#491)4fcaf7dfix: #488 修复查看目录功能失败问题a3d585ffix: 修复customHeaders输入问题,从JSON textarea改为键值对编辑器322621efix: 修复macOS打包应用HTTP请求被ATS阻止的问题 (#491)c4d9215Merge remote-tracking branch 'origin/dev' into dev74f9ffffix: #482 #483 修复📊 Changes
15 files changed (+167 additions, -31 deletions)
View changed files
📝
messages/en.json(+8 -1)📝
messages/ja.json(+8 -1)📝
messages/zh.json(+8 -1)📝
package.json(+1 -0)📝
pnpm-lock.yaml(+10 -0)📝
src-tauri/Cargo.lock(+23 -0)📝
src-tauri/Cargo.toml(+1 -0)➕
src-tauri/Info.plist(+11 -0)📝
src-tauri/capabilities/default.json(+9 -1)📝
src-tauri/src/main.rs(+1 -0)📝
src/app/core/article/file/file-item.tsx(+3 -3)📝
src/app/core/article/file/folder-item/index.tsx(+1 -1)📝
src/app/core/article/file/folder-item/view-directory.tsx(+3 -3)📝
src/app/core/setting/ai/check.tsx(+6 -0)📝
src/app/core/setting/ai/page.tsx(+74 -20)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.