Files
cutThink_lite/src-tauri/appstream.xml

49 lines
1.6 KiB
XML
Raw Normal View History

<?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>