[PR #5] [CLOSED] v0.1.1 #684

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/5
Author: @codexu
Created: 8/26/2024
Status: Closed

Base: releaseHead: dev


📝 Commits (3)

  • e90b4a1 fix: 移除 tesseract
  • 1cdae66 feat(v0.1.1): OCR 识别移除 tesseract.js 改为 rust leptess 实现
  • e33f949 perf: 优化 Mark 列表加载速度

📊 Changes

13 files changed (+53 additions, -156 deletions)

View changed files

📝 package.json (+0 -1)
📝 pnpm-lock.yaml (+0 -98)
📝 src-tauri/Cargo.lock (+13 -15)
📝 src-tauri/Cargo.toml (+2 -3)
📝 src-tauri/src/main.rs (+3 -1)
src-tauri/src/ocr.rs (+9 -0)
📝 src-tauri/src/screenshot.rs (+1 -1)
📝 src-tauri/tauri.conf.json (+5 -1)
📝 src/components/Screenshot.vue (+4 -10)
📝 src/pages/home/components/CreativeMark.vue (+2 -2)
📝 src/pages/home/components/ListMark.vue (+10 -20)
📝 src/pages/home/components/NoteCreate.vue (+0 -0)
📝 src/pages/home/index.vue (+4 -4)

📄 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/5 **Author:** [@codexu](https://github.com/codexu) **Created:** 8/26/2024 **Status:** ❌ Closed **Base:** `release` ← **Head:** `dev` --- ### 📝 Commits (3) - [`e90b4a1`](https://github.com/codexu/note-gen/commit/e90b4a1026b874b4d355c21436f0dc248d09d5ec) fix: 移除 tesseract - [`1cdae66`](https://github.com/codexu/note-gen/commit/1cdae66b2fe61d972c63c503874572e4a4cd1514) feat(v0.1.1): OCR 识别移除 tesseract.js 改为 rust leptess 实现 - [`e33f949`](https://github.com/codexu/note-gen/commit/e33f949374f8684bd57b8edd78c86e1d5dd0ab5b) perf: 优化 Mark 列表加载速度 ### 📊 Changes **13 files changed** (+53 additions, -156 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+0 -1) 📝 `pnpm-lock.yaml` (+0 -98) 📝 `src-tauri/Cargo.lock` (+13 -15) 📝 `src-tauri/Cargo.toml` (+2 -3) 📝 `src-tauri/src/main.rs` (+3 -1) ➕ `src-tauri/src/ocr.rs` (+9 -0) 📝 `src-tauri/src/screenshot.rs` (+1 -1) 📝 `src-tauri/tauri.conf.json` (+5 -1) 📝 `src/components/Screenshot.vue` (+4 -10) 📝 `src/pages/home/components/CreativeMark.vue` (+2 -2) 📝 `src/pages/home/components/ListMark.vue` (+10 -20) 📝 `src/pages/home/components/NoteCreate.vue` (+0 -0) 📝 `src/pages/home/index.vue` (+4 -4) </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#684
No description provided.