From 745d6f89df99e6be07b6a63b60d31e6c4f10d457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E7=94=9F=E6=9D=82=E7=89=A9=E6=88=BF?= <88823709+TC999@users.noreply.github.com> Date: Thu, 12 Dec 2024 23:59:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 08e93df..929fd48 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ 完全开源免费的清理 Appdata 的小工具!完全使用 ChatGPT 生成! +## 暂停维护通知 +作者学业繁重,平日无力维护,寒假继续开发,但 PR 会正常审查合并 +

开发原因

Windows系统安装的软件卸载时,即使使用专业卸载工具卸载后,appdata 中的文件仍旧不会删除,故开发此软件清理。

@@ -46,6 +49,10 @@ - 双击运行 - 点击“立即扫描”,软件会自动扫描 Appdata 文件夹,并显示扫描结果。 - 自行选择“删除”或“移动”(暂未实现) +#### 关于文件夹描述 +程序默认不带任何规则,请自行下载规则并放到软件根目录,后续出模板 + +这是[作者本人维护的描述规则](https://github.com/TC999/TC999-subscription) ### 从源码编译 #### 本地编译 @@ -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] 打开文件夹(已成功 - [ ] 多国语言支持(暂时不考虑,反正鬼佬也不用(不是 - [ ] 优化界面 - [ ] 优化代码 @@ -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=星标