-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5b4a165
commit 04ff077
Showing
1 changed file
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
![](https://img.shields.io/badge/build-passing-brightgreen) | ||
![](https://img.shields.io/badge/license-MIT-green) | ||
![](https://img.shields.io/badge/version-1.4.1.0-blue) | ||
[![](https://img.shields.io/badge/download-releases-blue)](https://github.com/JiuLing-zhang/FindDuplicateFiles/releases) | ||
![](https://img.shields.io/github/license/JiuLing-zhang/FindDuplicateFiles) | ||
![](https://img.shields.io/github/v/release/JiuLing-zhang/FindDuplicateFiles) | ||
|
||
# 重复文件查找 | ||
一个`.NET 6 WPF`写的重复文件查找工具,解放你的硬盘空间,红盘用户的福音。 | ||
![FindDuplicateFiles.png](https://i.loli.net/2021/07/24/XiqF6fy8xlrpzwc.png) | ||
|
||
# 说明 | ||
编译时需要在`Updates`文件夹下添加一个`Update`文件(自动更新的接口地址) | ||
```json | ||
{ | ||
"Url": "xxxxxxx" | ||
} | ||
``` | ||
|
||
# :three: License | ||
MIT License |