Skip to content

Commit 0e4a7d5

Browse files
committed
docs: update appliance-plugin.md
1 parent 69780e3 commit 0e4a7d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/appliance-plugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ The following interfaces are involved:
338338
```js
339339
setMemberState({textOpacity: 0.5, textBgOpacity: 0.5, textBgColor:[0, 0, 0]});
340340
```
341-
![Image](https://github.com/user-attachments/assets/b59a9864-8f3f-4700-abee-2ccbe264cc86)
341+
![Image](https://github.com/user-attachments/assets/fe9e6bdf-0141-4842-bfb5-522b6e76def3)
342342
- Set shape fill color and fill opacity
343343
```js
344344
setMemberState({fillOpacity: 0.5, fillColor:[0, 0, 0]});
@@ -365,7 +365,7 @@ The following interfaces are involved:
365365

366366

367367
3. Split screen display Elements (little whiteboard featrue), need to combine [`@netless/app-little-white-board`](https://github.com/netless-io/app-little-white-board) (Version >=1.1.3)
368-
![Image](https://github.com/user-attachments/assets/20810ea6-7d85-4e72-b75f-185599fffaf8)
368+
![Image](https://github.com/user-attachments/assets/e227bc0f-ea79-481e-95a9-18cc3648fa25)
369369
4. Minimap function (Version >=1.1.6)
370370
```js
371371
/** Create a minimap

0 commit comments

Comments
 (0)