Skip to content

Commit 11fca9a

Browse files
committed
更新 README.md
1 parent 7c36d89 commit 11fca9a

File tree

2 files changed

+44
-2
lines changed

2 files changed

+44
-2
lines changed

Assets/HomePage.png

42.4 KB
Loading

README.md

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1-
# DotVast.HashTool.WinUI
1+
<p align="center">
2+
<img src="DotVast.HashTool.WinUI/Assets/Logo.png" width = "128" height = "128" alt="图标"/>
3+
</p>
24

3-
HashTool (based on WinUI).
5+
<div align="center">
6+
7+
# HashTool
8+
9+
#### 用于计算和校验文件、文件夹或文本哈希值的工具!
10+
11+
#### A Tool for Calculating and Verifying the Hash Value of Any File, Folder, or Text!
12+
13+
[![MIT License](https://img.shields.io/github/license/KiyanYang/DotVast.HashTool.WinUI)](https://github.com/KiyanYang/DotVast.HashTool.WinUI/blob/main/LICENSE.txt)
14+
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/KiyanYang/DotVast.HashTool.WinUI)](https://github.com/KiyanYang/DotVast.HashTool.WinUI/releases)
15+
[![GitHub issues](https://img.shields.io/github/issues/KiyanYang/DotVast.HashTool.WinUI)](https://github.com/KiyanYang/DotVast.HashTool.WinUI/issues)
16+
17+
</div>
18+
19+
---
20+
21+
HashTool 支持文件、文件夹或文本的哈希计算。
22+
23+
## 使用
24+
25+
打开 [系统设置 > 隐私和安全性 > 开发者选项](ms-settings:developers),启用 `开发人员模式`
26+
27+
之后打开右侧的 [Release](https://github.com/KiyanYang/DotVast.HashTool.WinUI/releases) 页面,找到最新版本,并选择适用于当前系统的安装包下载。下载完成后,解压压缩包,右击 `Install.ps1` 脚本,选择“使用 PowerShell 运行”,根据提示进行安装。
28+
29+
## 界面
30+
31+
![主页](./Assets/HomePage.png)
32+
33+
## 感谢
34+
35+
- 工具
36+
- [Visual Studio Community 2022](https://visualstudio.microsoft.com/zh-hans/vs/community/)
37+
- [.NET 6](https://docs.microsoft.com/zh-cn/dotnet/api/?view=net-6.0)
38+
39+
- 项目
40+
- [dotnet/Runtime](https://github.com/dotnet/runtime)
41+
- [CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet)
42+
- [HashLib4CSharp](https://github.com/Xor-el/HashLib4CSharp)
43+
44+
- 代码片段
45+
- [QuickXorHash.cs](https://gist.github.com/rgregg/c07a91964300315c6c3e77f7b5b861e4)

0 commit comments

Comments
 (0)