mirror of
https://github.com/huiyadanli/RevokeMsgPatcher.git
synced 2025-05-23 22:06:06 +08:00
update img & repo url
This commit is contained in:
parent
b935a96bf9
commit
c2edab4ba4
BIN
Images/give_a_star.png
Normal file
BIN
Images/give_a_star.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
Images/revoke.jpg
Normal file
BIN
Images/revoke.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
21
README.md
21
README.md
|
@ -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>
|
||||
|
||||
## 截图
|
||||

|
||||
|
@ -16,4 +29,6 @@
|
|||
|
||||
|
||||
## License
|
||||
GPLv3
|
||||
GPLv3
|
||||
|
||||

|
1
RevokeMsgPatcher/FormMain.Designer.cs
generated
1
RevokeMsgPatcher/FormMain.Designer.cs
generated
|
@ -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
|
||||
//
|
||||
|
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user