[PR #215] [MERGED] feat: 截图记录重新设计,由桌面截图改为窗口截图。 #711

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

📋 Pull Request Information

Original PR: https://github.com/codexu/note-gen/pull/215
Author: @codexu
Created: 5/28/2025
Status: Merged
Merged: 5/28/2025
Merged by: @codexu

Base: devHead: refactor-screenshot


📝 Commits (4)

📊 Changes

15 files changed (+1404 additions, -413 deletions)

View changed files

📝 messages/zh.json (+1 -1)
📝 next.config.ts (+1 -1)
📝 package.json (+4 -2)
📝 pnpm-lock.yaml (+66 -13)
📝 src-tauri/Cargo.lock (+827 -176)
📝 src-tauri/Cargo.toml (+2 -1)
📝 src-tauri/src/main.rs (+1 -2)
📝 src-tauri/src/screenshot.rs (+82 -45)
src/app/core/index.d.ts (+11 -0)
📝 src/app/core/record/mark/control-scan.tsx (+137 -97)
src/app/core/record/mark/crop.scss (+8 -0)
📝 src/app/globals.scss (+1 -1)
src/app/screenshot/page.tsx (+0 -73)
src/components/ui/carousel.tsx (+262 -0)
📝 tsconfig.json (+1 -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/215 **Author:** [@codexu](https://github.com/codexu) **Created:** 5/28/2025 **Status:** ✅ Merged **Merged:** 5/28/2025 **Merged by:** [@codexu](https://github.com/codexu) **Base:** `dev` ← **Head:** `refactor-screenshot` --- ### 📝 Commits (4) - [`6d5f7cc`](https://github.com/codexu/note-gen/commit/6d5f7cc5eb9c87bc4f1600b14ae9f7300535497d) feat: 窗口截图 - [`c0f65b0`](https://github.com/codexu/note-gen/commit/c0f65b0ee185decbd03dca5fc8f7baeab3083570) feat: 弹窗窗口截图 - [`8651e8e`](https://github.com/codexu/note-gen/commit/8651e8e1db494a7a463c03d93e4d59d434c8b46c) feat: 保存截图 - [`7d5e9f2`](https://github.com/codexu/note-gen/commit/7d5e9f27e0b6479087f49b2bcb601074a2ba8898) style: 截图风格改为深色 ### 📊 Changes **15 files changed** (+1404 additions, -413 deletions) <details> <summary>View changed files</summary> 📝 `messages/zh.json` (+1 -1) 📝 `next.config.ts` (+1 -1) 📝 `package.json` (+4 -2) 📝 `pnpm-lock.yaml` (+66 -13) 📝 `src-tauri/Cargo.lock` (+827 -176) 📝 `src-tauri/Cargo.toml` (+2 -1) 📝 `src-tauri/src/main.rs` (+1 -2) 📝 `src-tauri/src/screenshot.rs` (+82 -45) ➕ `src/app/core/index.d.ts` (+11 -0) 📝 `src/app/core/record/mark/control-scan.tsx` (+137 -97) ➕ `src/app/core/record/mark/crop.scss` (+8 -0) 📝 `src/app/globals.scss` (+1 -1) ➖ `src/app/screenshot/page.tsx` (+0 -73) ➕ `src/components/ui/carousel.tsx` (+262 -0) 📝 `tsconfig.json` (+1 -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:25 +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#711
No description provided.