Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Oct 9, 2024
1 parent be01335 commit 32ebc46
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 72 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<h1 align='center'>Image Manager</h1>

> Compress, crop, convert formats, search, and find similar images in VS Code
> View, compress, crop, convert formats, search, and find similar images in VS Code
[中文文档](./README.zh.md)

Expand Down Expand Up @@ -89,19 +89,25 @@ Right-click in Explorer, select `Image Manager` to open the extension (opens the

Press `Ctrl+Shift+P` (macOS: `Cmd+Shift+P`), type `Image Manager` to open (opens the workspace root folder).

## [Extension Configurations](./docs/vscode-configuration.en.md)
## [Extension Configurations](./docs//vscode-configuration.md)

## Tips

### Compression

- Right-click on the image
<details>
<summary>Right-click on the image</summary>

![compress-right-click-image](./screenshots/compress-1.png)
</details>

- Right-click on the folder
<details>
<summary>Right-click on the folder</summary>

![compress-right-click-folder](./screenshots/compress-2.png)
</details>



### Viewer

Expand Down
15 changes: 11 additions & 4 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<h1 align='center'>Image Manager</h1>

> 压缩、裁剪、转换格式、搜索、查找相似图片的 VS Code 插件
> 浏览、压缩、裁剪、转换格式、搜索、查找相似图片的 VS Code 插件
[English Docs](./README.md)

Expand Down Expand Up @@ -92,7 +92,7 @@

`Ctrl+Shift+P`(macOS: `Cmd+Shift+P`)打开命令面板,输入 `Image Manager` 并选择打开。

## [插件配置项](./docs/vscode-configuration.md)
## [插件配置项](./docs/vscode-configuration.zh.md)

## 小贴士

Expand All @@ -102,14 +102,21 @@

### 压缩

- 在图片上右键,可以单独压缩一张图片。
<details>
<summary>在图片上右键,可以压缩单张图片</summary>

![compress-right-click-image](./screenshots/compress-cn-1.png)

- 在文件夹上右键,可以批量压缩文件夹下的图片。
</details>


<details>
<summary>在文件夹上右键,可以批量压缩文件夹下的所有图片</summary>

![compress-right-click-folder](./screenshots/compress-cn-2.png)

</details>

### 浏览区域

- `Cmd/Ctrl + 鼠标滚轮` 可以缩放图片大小。
Expand Down
32 changes: 0 additions & 32 deletions docs/vscode-configuration.en.md

This file was deleted.

Loading

0 comments on commit 32ebc46

Please sign in to comment.