[PR #498] [CLOSED] Fix/bug/482 483 delete dir error #746

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

📋 Pull Request Information

Original PR: https://github.com/codexu/note-gen/pull/498
Author: @SilenceZen
Created: 7/30/2025
Status: Closed

Base: devHead: fix/bug/482-483-delete-dir-error


📝 Commits (7)

  • f8ab16a fix: 修复customHeaders输入问题,从JSON textarea改为键值对编辑器
  • 1efccc1 fix: 修复macOS打包应用HTTP请求被ATS阻止的问题 (#491)
  • 4fcaf7d fix: #488 修复查看目录功能失败问题
  • a3d585f fix: 修复customHeaders输入问题,从JSON textarea改为键值对编辑器
  • 322621e fix: 修复macOS打包应用HTTP请求被ATS阻止的问题 (#491)
  • c4d9215 Merge remote-tracking branch 'origin/dev' into dev
  • 74f9fff fix: #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.

## 📋 Pull Request Information **Original PR:** https://github.com/codexu/note-gen/pull/498 **Author:** [@SilenceZen](https://github.com/SilenceZen) **Created:** 7/30/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `fix/bug/482-483-delete-dir-error` --- ### 📝 Commits (7) - [`f8ab16a`](https://github.com/codexu/note-gen/commit/f8ab16a4d6b700e7f6af7d018724f38b9569c0c6) fix: 修复customHeaders输入问题,从JSON textarea改为键值对编辑器 - [`1efccc1`](https://github.com/codexu/note-gen/commit/1efccc18f9579a1c4415d49d63d774b0bee40017) fix: 修复macOS打包应用HTTP请求被ATS阻止的问题 (#491) - [`4fcaf7d`](https://github.com/codexu/note-gen/commit/4fcaf7d99b7a63f09e1e6d6a484d4b2882624039) fix: #488 修复查看目录功能失败问题 - [`a3d585f`](https://github.com/codexu/note-gen/commit/a3d585f26b42952945bc037bb595d9e904c0f85b) fix: 修复customHeaders输入问题,从JSON textarea改为键值对编辑器 - [`322621e`](https://github.com/codexu/note-gen/commit/322621ea3291226ffe3f9b35fa857f69141279ec) fix: 修复macOS打包应用HTTP请求被ATS阻止的问题 (#491) - [`c4d9215`](https://github.com/codexu/note-gen/commit/c4d9215e1adb400242577518c81f386e95053c8c) Merge remote-tracking branch 'origin/dev' into dev - [`74f9fff`](https://github.com/codexu/note-gen/commit/74f9fff93aac9097eb1d062b4342980f3a4664fe) fix: #482 #483 修复 ### 📊 Changes **15 files changed** (+167 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `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) </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:34 +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#746
No description provided.