This commit is contained in:
bob.rao
2023-04-22 15:21:28 +08:00
parent 76e4ca7465
commit e384414ef3
2 changed files with 11 additions and 2 deletions

View File

@@ -6,7 +6,12 @@ bulk-delete-chatGPT 是一个 Chrome 扩展程序,用于批量删除 ChatGPT
# 截图
![](./assets/1.jpg) ![](./assets/2.jpg) ![](./assets/3.jpg)
<div style="display: flex; overflow-x: auto; white-space: nowrap;">
<img src="./assets/1.jpg" alt="图片1" style="max-width: 100%; margin-right: 10px;">
<img src="./assets/2.jpg" alt="图片2" style="max-width: 100%; margin-right: 10px;">
<img src="./assets/3.jpg" alt="图片3" style="max-width: 100%;">
</div>
# 使用说明

View File

@@ -8,7 +8,11 @@ English | [中文版本](./README-CN.md)
## Screenshot
![](./assets/1.jpg) ![](./assets/2.jpg) ![](./assets/3.jpg)
<div style="display: flex; overflow-x: auto; white-space: nowrap;">
<img src="./assets/1.jpg" alt="图片1" style="max-width: 100%; margin-right: 10px;">
<img src="./assets/2.jpg" alt="图片2" style="max-width: 100%; margin-right: 10px;">
<img src="./assets/3.jpg" alt="图片3" style="max-width: 100%;">
</div>
## Usage Instructions