https://github.com/pcl-community/pcl-issue-helper
一个帮你检查 PCL 仓库里的 Issue 是否重复的小工具
https://github.com/pcl-community/pcl-issue-helper
Last synced: 11 months ago
JSON representation
一个帮你检查 PCL 仓库里的 Issue 是否重复的小工具
- Host: GitHub
- URL: https://github.com/pcl-community/pcl-issue-helper
- Owner: PCL-Community
- License: mit
- Created: 2024-11-30T15:53:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-20T13:54:32.000Z (over 1 year ago)
- Last Synced: 2025-03-27T20:38:55.503Z (about 1 year ago)
- Language: C#
- Size: 7.55 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PCL Issue Helper
这是一个帮你检查 PCL 仓库里的 Issue 是否重复的小工具。

## 如何使用?
输入你想要检查的 Issue 的标题和内容,就会自己与目前 PCL 所有的 Issue 对比重复度。
## 功能一览
### 对比重复度

输入要对比的 Issue 的标题和内容,点击“比对相似度”,可以将相似度从大到小排序。~虽然有一点不准~
### 查看 Issue 详细内容

双击列表的项目可以查看该 Issue 的详细内容,按 Esc 退出。可以选择按下面的“转到 Github”在 Github 内查看。
### 快速链接

菜单栏上的“快速链接”汇集了一些与 PCL 相关常用的链接,一键直达。
## 系统需求
从 1.1.0 开始需要安装 .NET 9,之前版本需要 .NET 8;需要 WebView2。