docs(README): 更新快速开始部分的脚本列表

- 在快速开始部分添加了 Startship 配置的链接
- 优化了表格格式,使列宽更加一致
- 修复了 Python 脚本部分的代码格式问题
This commit is contained in:
2025-08-14 22:54:35 +08:00
parent 1acf4ad8ef
commit f38c9ea70b
4 changed files with 41 additions and 9 deletions

View File

@@ -4,12 +4,12 @@
1. 下载脚本:
```bash
curl -O https://i.37point2.cn/i/script/raw/main/python/delete_empty_folders.py
```
```bash
curl -fSL https://i.37point2.cn/i/script/raw/main/python/delete_empty_folders.py > delete_empty_folders.py
```
2. 执行下载的脚本:
```bash
python delete_empty_folders.py
```
```bash
python delete_empty_folders.py
```