This commit is contained in:
寂静的羽夏 2022-10-03 16:55:48 +08:00
parent 76a09d744b
commit 8d591f13fc
5 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<h1 align="center"> WingSummer.WingTool</h1>
<p align="center">
<img alt="PEHexExplorer" src="favicon.ico">
<img alt="PEHexExplorer" src="ico.png">
<p align="center">有道翻译(羽云工具箱插件)</p>
</p>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,5 +1,5 @@
<RCC>
<qresource prefix="/youdaotr">
<file>favicon.ico</file>
<file>icon.png</file>
</qresource>
</RCC>

View File

@ -89,7 +89,7 @@ QString YoudaoTrans::pluginComment() {
return tr("A useful En2Zh translate plugin for WingTool");
}
QIcon YoudaoTrans::pluginIcon() { return QIcon(":/youdaotr/favicon.ico"); }
QIcon YoudaoTrans::pluginIcon() { return QIcon(":/youdaotr/icon.png"); }
QStringList YoudaoTrans::pluginServices() { return {"Translate", "Toggle"}; }