@dao42/d42paas-front 0.9.181 → 0.9.184

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,10 @@
1
1
  # 更新日志
2
+ ## v0.9.182
3
+ ### 新增
4
+ + 新增AI虚拟用户自动跟随效果
5
+ + 新增AI虚拟用户输入光标显示效果
6
+ ### 优化
7
+ + 优化OT的版本校验问题
2
8
  ## v0.9.181
3
9
  ### 新增
4
10
  + 新增文件树支持多个文件拖拽
@@ -12,7 +18,7 @@
12
18
  'https://img1.baidu.com/it/u=4264793750,8370810&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=500',
13
19
  });
14
20
  ```
15
- + 新增清空`Markdown` 预览组件内容方法`resetMarkdownPreview`(业务方可以根据时机清楚内容)
21
+ + 新增清空`Markdown` 预览组件内容方法`resetMarkdownPreview`(业务方可以根据时机清除内容)
16
22
  ```ts
17
23
  daoPaasObj?.daoEditor.resetMarkdownPreview();
18
24
  ```