[PR #3] [MERGED] feat: 使用 xcap 代替 screenshots #682

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

📋 Pull Request Information

Original PR: https://github.com/codexu/note-gen/pull/3
Author: @codexu
Created: 8/23/2024
Status: Merged
Merged: 8/23/2024
Merged by: @codexu

Base: releaseHead: dev


📝 Commits (1)

  • e058acd feat: 使用 xcap 代替 screenshots

📊 Changes

8 files changed (+402 additions, -124 deletions)

View changed files

📝 src-tauri/Cargo.lock (+339 -36)
📝 src-tauri/Cargo.toml (+3 -2)
src-tauri/src/keyword.rs (+16 -0)
📝 src-tauri/src/main.rs (+10 -35)
src-tauri/src/screenshot.rs (+18 -0)
📝 src-tauri/tauri.conf.json (+3 -6)
📝 src/components/Screenshot.vue (+12 -44)
📝 src/pages/home/components/ScreenshotStatus.vue (+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/3 **Author:** [@codexu](https://github.com/codexu) **Created:** 8/23/2024 **Status:** ✅ Merged **Merged:** 8/23/2024 **Merged by:** [@codexu](https://github.com/codexu) **Base:** `release` ← **Head:** `dev` --- ### 📝 Commits (1) - [`e058acd`](https://github.com/codexu/note-gen/commit/e058acdd7809bd204c9279befb7a384df34f8411) feat: 使用 xcap 代替 screenshots ### 📊 Changes **8 files changed** (+402 additions, -124 deletions) <details> <summary>View changed files</summary> 📝 `src-tauri/Cargo.lock` (+339 -36) 📝 `src-tauri/Cargo.toml` (+3 -2) ➕ `src-tauri/src/keyword.rs` (+16 -0) 📝 `src-tauri/src/main.rs` (+10 -35) ➕ `src-tauri/src/screenshot.rs` (+18 -0) 📝 `src-tauri/tauri.conf.json` (+3 -6) 📝 `src/components/Screenshot.vue` (+12 -44) 📝 `src/pages/home/components/ScreenshotStatus.vue` (+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:18 +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#682
No description provided.