Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Jun 11, 2023
1 parent 27d69e9 commit b0369a3
Show file tree
Hide file tree
Showing 71 changed files with 288 additions and 289 deletions.
11 changes: 3 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@

All notable changes to this project will be documented in this file.

## [0.27.22]

### Performance

- 优化富文本输入框
- 修改开发依赖

## [0.27.10]
## [0.27.26]

### Bug Fixes

Expand All @@ -24,6 +17,8 @@ All notable changes to this project will be documented in this file.

### Performance

- 优化富文本输入框
- 修改开发依赖
- 网络异常自动重试
- 触屏设备实体键盘回车发送
- 消息输入框支持全屏输入
Expand Down
2 changes: 2 additions & 0 deletions language/original-web.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1228,3 +1228,5 @@ Markdown 格式发送

支持 Markdown 格式
全屏输入

输入关键词搜索
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DooTask",
"version": "0.27.22",
"version": "0.27.26",
"description": "DooTask is task management system.",
"scripts": {
"start": "./cmd dev",
Expand Down Expand Up @@ -55,7 +55,7 @@
"stylus-loader": "^7.1.0",
"tinymce": "^5.10.3",
"tui-calendar-hi": "^1.15.1-5",
"view-design-hi": "^4.7.0-43",
"view-design-hi": "^4.7.0-47",
"vite": "^2.9.15",
"vite-plugin-file-copy": "^1.0.0",
"vite-plugin-require": "^1.1.10",
Expand Down
2 changes: 1 addition & 1 deletion public/css/iview.css

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b0369a3

Please sign in to comment.