Skip to content

Commit

Permalink
文档更新,ga测试忽略文档
Browse files Browse the repository at this point in the history
  • Loading branch information
TC999 committed Nov 25, 2024
1 parent b978b53 commit 96c4924
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 8 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: 测试

on:
push:
branches: [ "main" ]
paths-ignore: |
- README.md
- LICENSE
- readme/**
pull_request:
branches: [ "main" ]

env:
CARGO_TERM_COLOR: always
Expand Down
36 changes: 30 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# APPDATACleaner - 适用于 Windows 系统的 appdata 文件夹清理工具
完全开源免费的清理Appdata的小工具!完全使用 ChatGPT-4o 生成!
完全开源免费的清理 Appdata 的小工具!完全使用 ChatGPT-4o 生成!

## 开发原因
<details>
<summary><h2>点击展开</h2></summary>
<p>Windows系统安装的软件卸载时,即使使用了专业软件呢卸载工具卸载后,appdata 中的文件仍旧不会删除,故开发此软件清理。</p>
<p>本工具使用 Rust 编写,使用 ChatGPT-4o 生成,并使用 egui 构建 GUI。</p>
<p>本工具完全开源免费,欢迎各位大佬贡献代码。</p>
</details>

## 🖥系统要求
- Windows
Expand All @@ -13,12 +21,12 @@
以上两种方法二选一,下载后直接解压运行即可。

### 运行
- 双击运行
- 点击“立即扫描”,软件会自动扫描Appdata文件夹,并显示扫描结果。
- 自行选择“删除”或“移动”(暂未实现)
> [!caution]
>
> 请注意,删除操作不可逆,且没有反悔机会,请谨慎操作。
> 请注意,删除操作不可逆,请谨慎操作。
- 双击运行
- 点击“立即扫描”,软件会自动扫描 Appdata 文件夹,并显示扫描结果。
- 自行选择“删除”或“移动”(暂未实现)

### 从源码编译
- 安装 Rust
Expand All @@ -40,5 +48,21 @@ cargo build --release
```
- 编译产物在 target/release 目录下

## 📝许可证
## 代码结构说明
- `src`: 代码目录
- `assets`: 资源文件目录(注:字体文件不可删除,否则运行会显示方块!)

## ✔ 待办
- [ ] 移动文件夹
- [ ] 多国语言支持
- [ ] 优化界面
- [ ] 优化代码
- [ ] 移动文件
## ✨ 贡献

## 鸣谢
- [TC999](https://github.com/TC999) - 作者
- [ChatGPT-4o](https://chatgpt.com/) - 代码编写
- [egui](https://github.com/emilk/egui) - GUI 框架
## 📝 许可证
本项目采用 [GPLv3 许可证](LICENSE)
Binary file not shown.
Binary file added readme/chatgpt-dark.webp
Binary file not shown.
Binary file added readme/chatgpt.webp
Binary file not shown.

0 comments on commit 96c4924

Please sign in to comment.