update img & repo url

This commit is contained in:
huiyadanli 2019-07-22 21:36:48 +08:00
parent b935a96bf9
commit c2edab4ba4
5 changed files with 24 additions and 3 deletions

BIN
Images/give_a_star.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
Images/revoke.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1,5 +1,18 @@
# 微信防撤回补丁
微信防撤回
<p align="center">
<a><img src="https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/Images/logo.jpg"/></a>
</p>
<p align="center">
<a href="https://www.microsoft.com/download/details.aspx?id=30653">
<img src="https://img.shields.io/badge/platform-windows-lightgrey.svg?style=flat-square"/>
</a>
<a href="https://github.com/huiyadanli/RevokeMsgPatcher/releases">
<img src="https://img.shields.io/github/downloads/huiyadanli/PasteEx/total.svg?style=flat-squares"/>
</a>
<a href="http://hits.dwyl.io/huiyadanli/RevokeMsgPatcher">
<img src="http://hits.dwyl.io/huiyadanli/RevokeMsgPatcher.svg"/>
</a>
</p>
## 截图
![Screenshot](https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/Images/screenshot.png)
@ -16,4 +29,6 @@
## License
GPLv3
GPLv3
![](https://raw.githubusercontent.com/huiyadanli/RevokeMsgPatcher/master/Images/give_a_star.png)

View File

@ -96,6 +96,7 @@
this.linkLabel1.TabIndex = 7;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "GitHub";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// btnRestore
//

View File

@ -113,5 +113,10 @@ namespace RevokeMsgPatcher
}
btnRestore.Enabled = File.Exists(patcher.BakPath);
}
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
System.Diagnostics.Process.Start("https://github.com/huiyadanli/RevokeMsgPatcher");
}
}
}