docs: 补充安装说明并优化图片优化提示
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
|
||||
## 安装
|
||||
|
||||
使用uv进行基本安装和工具设置。必要工具,推荐使用scoop进行安装。
|
||||
|
||||
### 安装 uv
|
||||
|
||||
```bash
|
||||
@@ -21,7 +23,8 @@ scoop install uv
|
||||
### 安装 pptopic
|
||||
|
||||
```bash
|
||||
uv pip install -e .
|
||||
$ cd pptopic
|
||||
$ uv pip install -e .
|
||||
```
|
||||
|
||||
## 使用
|
||||
@@ -63,7 +66,7 @@ pptopic optimize image.png --max-height 20000 --engine pngquant
|
||||
|
||||
## 图片优化
|
||||
|
||||
推荐使用 [pngquant](https://pngquant.org/) 进行图片压缩。
|
||||
为了获得最佳的图片压缩效果,推荐使用 [pngquant](https://pngquant.org/) 进行图片压缩。
|
||||
当然,使用自己熟悉的图片优化压缩引擎是一样的。
|
||||
|
||||
### 自动安装脚本
|
||||
|
||||
Reference in New Issue
Block a user