Skip to content

Commit de314e3

Browse files
authored
docs(site): update pic (#1281)
1 parent f99c220 commit de314e3

7 files changed

+4
-4
lines changed

apps/site/docs/en/bridge-mode-by-chrome-extension.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The bridge mode in the Midscene Chrome extension is a tool that allows you to us
88

99
Using the desktop version of Chrome allows you to reuse all cookies, plugins, page status, and everything else you want. You can work with automation scripts to complete your tasks. This mode is commonly referred to as 'man-in-the-loop' in the context of automation.
1010

11-
![bridge mode](/midscene-bridge-mode.jpg)
11+
![bridge mode](/midscene-bridge-mode.png)
1212

1313
:::info Demo Project
1414
check the demo project of bridge mode: [https://github.com/web-infra-dev/midscene-example/blob/main/bridge-mode-demo](https://github.com/web-infra-dev/midscene-example/blob/main/bridge-mode-demo)
@@ -57,7 +57,7 @@ Promise.resolve(
5757
Start the chrome extension and switch to 'Bridge Mode' tab. Click "Allow connection".
5858

5959
<p align="center">
60-
<img src="/bridge_in_extension.jpg" alt="bridge in extension" width="400"/>
60+
<img src="/bridge_in_extension.png" alt="bridge in extension" width="400"/>
6161
</p>
6262

6363
## Step 5. Run the script
533 KB
Loading
-126 KB
Binary file not shown.
112 KB
Loading
-232 KB
Binary file not shown.
1.78 MB
Loading

apps/site/docs/zh/bridge-mode-by-chrome-extension.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { PackageManagerTabs } from '@theme';
66

77
使用桌面版本的 Chrome 可以让你复用已有的 cookie、插件、页面状态等。你可以使用自动化脚本与操作者互动,来完成你的任务。
88

9-
![bridge mode](/midscene-bridge-mode.jpg)
9+
![bridge mode](/midscene-bridge-mode.png)
1010

1111
:::info Demo Project
1212
查看桥接模式(Bridge Mode)的样例项目:: [https://github.com/web-infra-dev/midscene-example/blob/main/bridge-mode-demo](https://github.com/web-infra-dev/midscene-example/blob/main/bridge-mode-demo)
@@ -58,7 +58,7 @@ Promise.resolve(
5858
启动你的桌面 Chrome 和 Midscene 插件,并切换到 'Bridge Mode' 标签页。点击 "Allow connection"。
5959

6060
<p align="center">
61-
<img src="/bridge_in_extension.jpg" alt="bridge in extension" width="400"/>
61+
<img src="/bridge_in_extension.png" alt="bridge in extension" width="400"/>
6262
</p>
6363

6464
## 第四步:运行脚本

0 commit comments

Comments
 (0)