Skip to content

Commit da7b7f0

Browse files
committed
doce: remove autoDraw
1 parent c019f94 commit da7b7f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/en/appliance-plugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ The following interfaces are involved:
392392
cancelFilterRender(viewId: string, isSync?:boolean): void;
393393
```
394394
![Image](https://github.com/user-attachments/assets/7952ee1d-4f9c-4e86-802a-bac8e4ae6a51)
395-
6. Handwriting graphics automatic association function: 'autoDraw' (version >=1.1.7)
395+
<!-- 6. Handwriting graphics automatic association function: 'autoDraw' (version >=1.1.7)
396396
```js
397397
export type AutoDrawOptions = {
398398
/** Automatically associate rest api addresses */
@@ -411,7 +411,7 @@ The following interfaces are involved:
411411
});
412412
plugin.usePlugin(autoDrawPlugin);
413413
```
414-
![Image](https://github.com/user-attachments/assets/c388691c-ae72-44ec-bbb7-e92c3a73c9c7)
414+
![Image](https://github.com/user-attachments/assets/c388691c-ae72-44ec-bbb7-e92c3a73c9c7) -->
415415
### Configure parameters
416416
``getInstance(wm: WindowManager, adaptor: ApplianceAdaptor)``
417417
- wm: WindowManager\room\player. In multi-window mode, you pass WindowManager, and in single-window mode, you pass room or player(whiteboard playback mode).

docs/zh/appliance-plugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ module: {
405405
cancelFilterRender(viewId: string, isSync?:boolean): void;
406406
```
407407
![Image](https://github.com/user-attachments/assets/7952ee1d-4f9c-4e86-802a-bac8e4ae6a51)
408-
6. 手写图形自动联想功能:`autoDraw` (version >=1.1.7)
408+
<!-- 6. 手写图形自动联想功能:`autoDraw` (version >=1.1.7)
409409
```js
410410
export type AutoDrawOptions = {
411411
/** 自动联想rest api地址 */
@@ -424,7 +424,7 @@ module: {
424424
});
425425
plugin.usePlugin(autoDrawPlugin);
426426
```
427-
![Image](https://github.com/user-attachments/assets/c388691c-ae72-44ec-bbb7-e92c3a73c9c7)
427+
![Image](https://github.com/user-attachments/assets/c388691c-ae72-44ec-bbb7-e92c3a73c9c7) -->
428428

429429
### 配置参数
430430
``getInstance(wm: WindowManager, adaptor: ApplianceAdaptor)``

0 commit comments

Comments
 (0)