feat: CutThenThink v3.0 初始版本
完整实现 Tauri + Vanilla JS 轻量级截图工具 Phase 1 - 项目搭建 - Tauri 2.x 项目初始化 - Vite 前端项目搭建 - 基础 UI 框架(CSS 变量、组件库) - 构建配置优化 Phase 2 - 核心截图功能 - 全屏/区域/窗口截图 - 截图预览和管理 - 文件命名和缩略图 - 全局快捷键集成 Phase 3 - 上传与存储 - 多图床上传(GitHub/Imgur/自定义) - 配置管理系统 - SQLite 数据库 Phase 4 - OCR 集成 - 云端 OCR(百度/腾讯云) - 插件管理系统 - 本地 OCR 插件(Go) - OCR 结果处理 Phase 5 - AI 分类系统 - Claude/OpenAI API 集成 - Prompt 模板引擎 - 模板管理界面 - 自动分类流程 Phase 6 - 历史记录与管理 - 图库视图(网格/列表) - 搜索与筛选 - 批量操作 - 导出功能(JSON/CSV/ZIP) Phase 7 - 打包与发布 - 多平台构建配置 - CI/CD 工作流 - 图标和资源 - 安装包配置 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
48
src-tauri/appstream.xml
Normal file
48
src-tauri/appstream.xml
Normal file
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>com.cutthenthink.app</id>
|
||||
<name>CutThenThink Lite</name>
|
||||
<summary>Lightweight screenshot and annotation tool</summary>
|
||||
<summary xml:lang="zh_CN">轻量级截图与标注工具</summary>
|
||||
<developer_name>CutThenThink</developer_name>
|
||||
<launchable type="desktop-id">com.cutthenthink.app.desktop</launchable>
|
||||
|
||||
<description>
|
||||
<p>
|
||||
CutThenThink Lite is a lightweight screenshot capture and annotation tool designed for quick visual communication.
|
||||
</p>
|
||||
<p xml:lang="zh_CN">
|
||||
CutThenThink Lite 是一个轻量级的截图捕获和标注工具,专为快速视觉交流而设计。
|
||||
</p>
|
||||
<p>Features:</p>
|
||||
<ul>
|
||||
<li>Quick screen capture with customizable shortcuts</li>
|
||||
<li>Advanced annotation tools (text, arrows, shapes, blur)</li>
|
||||
<li>Multiple save formats (PNG, JPEG, WebP)</li>
|
||||
<li>OCR text recognition plugin support</li>
|
||||
<li>Minimal resource usage</li>
|
||||
</ul>
|
||||
</description>
|
||||
|
||||
<metadata_license>MIT</metadata_license>
|
||||
<project_license>MIT</project_license>
|
||||
|
||||
<supports>
|
||||
<control>pointing</control>
|
||||
<control>keyboard</control>
|
||||
</supports>
|
||||
|
||||
<url type="homepage">https://github.com/cutthenthink/cutthink-lite</url>
|
||||
<url type="bugtracker">https://github.com/cutthenthink/cutthink-lite/issues</url>
|
||||
<url type="donation">https://github.com/sponsors/cutthenthink</url>
|
||||
|
||||
<content_rating type="oars-1.1" />
|
||||
|
||||
<releases>
|
||||
<release version="0.1.0" date="2025-02-12">
|
||||
<description>
|
||||
<p>Initial release</p>
|
||||
</description>
|
||||
</release>
|
||||
</releases>
|
||||
</component>
|
||||
Reference in New Issue
Block a user