Skip to content

v2.21.0

Compare
Choose a tag to compare
@xiweicheng xiweicheng released this 15 Dec 00:35
· 282 commits to master since this release

新特性

  • 沟通markdown编辑器输入可以自定义显示工具栏 feature
    输入图片说明

功能优化

  • 前端页面性能优化和部分样式兼容性优化 enhancement
  • 话题回复编辑文本框样式优化 enhancement
  • markdown图片可以设置宽高(通过在url中添加?width=xx&height=yy) enhancement
    例如:![image.jpg](http://localhost/upload/img/0/db0298d2-9561-4eba-90ab-ec0871c7e497.jpg?w=200px) 说明【宽:w|width,高:h|height;0-100不带单位(px,em)表示百分比】
  • 待办事项添加添加快捷置顶快捷键支持(ctrl+enter) enhancement
    输入图片说明
  • 优化java调用系统node不能识别node命令问题 enhancement
    修改:tms/src/main/resources/application-tms.properties 里的 tms.bin.node.path=/usr/local/bin/node

缺陷修正

  • 左侧目录的博文只显示文件夹,无法加载出来博文 bug
  • 表格导入按钮不可见问题(因为样式调整导致) bug
    输入图片说明