Skip to content

Commit

Permalink
文档修改
Browse files Browse the repository at this point in the history
  • Loading branch information
TC999 committed Dec 12, 2024
1 parent e529a78 commit 745d6f8
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

完全开源免费的清理 Appdata 的小工具!完全使用 ChatGPT 生成!

## 暂停维护通知
作者学业繁重,平日无力维护,寒假继续开发,但 PR 会正常审查合并

<details>
<summary><h2>开发原因</h2></summary>
<p>Windows系统安装的软件卸载时,即使使用专业卸载工具卸载后,appdata 中的文件仍旧不会删除,故开发此软件清理。</p>
Expand Down Expand Up @@ -46,6 +49,10 @@
- 双击运行
- 点击“立即扫描”,软件会自动扫描 Appdata 文件夹,并显示扫描结果。
- 自行选择“删除”或“移动”(暂未实现)
#### 关于文件夹描述
程序默认不带任何规则,请自行下载规则并放到软件根目录,后续出模板

这是[作者本人维护的描述规则](https://github.com/TC999/TC999-subscription)

### 从源码编译
#### 本地编译
Expand All @@ -70,14 +77,15 @@ cargo build --release
#### 或直接运行 CI 构建

## 代码结构说明
- `src`: 代码目录
- `src`: 程序源代码目录
- `assets`: 资源文件目录(注:字体文件不可删除,否则运行会显示方块!)
- `Cargo.toml`: 依赖管理文件

## ✔ 待办
- [x] 白名单模块(防止误删,保护重要数据
- [x] 文件夹描述
- [ ] 移动文件夹
- [x] 打开文件夹(已成功,测试中,[103b1](https://github.com/TC999/AppDataCleaner/releases/tag/v1.0.3-b1)
- [x] 打开文件夹(已成功
- [ ] 多国语言支持(暂时不考虑,反正鬼佬也不用(不是
- [ ] 优化界面
- [ ] 优化代码
Expand Down Expand Up @@ -109,7 +117,7 @@ cargo build --release
[issues-image]: https://img.shields.io/github/issues/TC999/AppDataCleaner?style=flat-square&logo=github&label=议题

[pulls-url]: https://github.com/TC999/AppDataCleaner/pulls "拉取请求"
[pulls-image]: https://custom-icon-badges.demolab.com/github/issues-pr-raw/TC999/AppDataCleaner?style=flat&logo=git-pull-request&%3Fcolor%3Dgreen&label=%E6%8B%89%E5%8F%96%E8%AF%B7%E6%B1%82
[pulls-image]: https://img.shields.io/github/issues-pr-raw/TC999/AppDataCleaner?style=flat&logo=github&%3Fcolor%3Dgreen&label=%E6%8B%89%E5%8F%96%E8%AF%B7%E6%B1%82

[stars-url]: https://github.com/TC999/AppDataCleaner/stargazers "星标"
[stars-image]: https://img.shields.io/github/stars/TC999/AppDataCleaner?style=flat-square&logo=github&label=星标
Expand Down

0 comments on commit 745d6f8

Please sign in to comment.