@dao42/d42paas-front 0.9.200 → 0.9.201

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,11 @@
1
1
  # 更新日志
2
+ ## v0.9.201
3
+ ### 新增
4
+ + 新增AI代码块标识区域,点击标识的高亮线任意位置,点击触发AI代码块菜单行为
5
+ ### 优化
6
+ + 优化AI代码块标识区域,去掉ICON,并且将代码块的标识范围移动到序号右侧位置
7
+ + 优化AI代码块标识区域为一直显示(之前是hover才显示)
8
+ + 优化开发者工具只有在小屏显示Icon的时候才显示Tooltips
2
9
  ## v0.9.200
3
10
  ### 新增
4
11
  + 新增关闭与打开LSP功能的接口`turnOnLSPServer`