From f67abae104631fdfe14a7cbcfafc47224d73f6de Mon Sep 17 00:00:00 2001 From: fantasticbin Date: Sun, 2 Mar 2025 08:22:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0f46ffb --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +## **高清封面获取器** + +可针对已保存好的作品批量获取高清封面 + +论坛有人反馈只限2024.6之后的作品,实测部分之前的也有 + +本项目使用 Fyne 作为 GUI 框架 + +### **Fyne 文档** + +[Go Fyne 中文](https://www.poloxue.com/gofyne/) + +### **编译** + +工具集安装: + +go install github.com/fyne-io/fyne-cross@latest + +windows 编译示例(其他平台可查阅 Fyne 文档): + +- fyne-cross windows -arch=amd64 -app-id=com.cover.crawler +