Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Nov 8, 2023
1 parent 4e82393 commit e9e1cd9
Show file tree
Hide file tree
Showing 86 changed files with 325 additions and 263 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [0.31.75]

### Bug Fixes

- 思维导图缩放后无法触发手指移动

### Performance

- 新增文心一言模型
- 补充优化
- Update documentserver
- Openid supports gpt-4 model

## [0.31.65]

### Bug Fixes
Expand Down
7 changes: 6 additions & 1 deletion language/original-web.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1373,4 +1373,9 @@ APP推送
邮件
签到
签到管理
常用
常用

请输入你的姓名!
文心一言
通义千问
模型
46 changes: 45 additions & 1 deletion language/translate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18049,5 +18049,49 @@
"de": "Verwende sie.",
"fr": "Couramment utilisés",
"id": "Umum"
},
{
"key": "请输入你的姓名!",
"zh": "",
"zh-CHT": "請輸入你的姓名!",
"en": "Please enter your name!",
"ko": "이름을 입력하십시오!",
"ja": "あなたの名前を入力します!",
"de": "Bitte geben sie ihren namen ein!",
"fr": "S’il vous plaît entrer votre nom!",
"id": "Silakan masukkan nama anda!"
},
{
"key": "文心一言",
"zh": "",
"zh-CHT": "文心一言",
"en": "WENXIN",
"ko": "WENXIN",
"ja": "WENXIN",
"de": "WENXIN",
"fr": "WENXIN",
"id": "WENXIN"
},
{
"key": "通义千问",
"zh": "",
"zh-CHT": "通義千問",
"en": "QIANWEN",
"ko": "QIANWEN",
"ja": "QIANWEN",
"de": "QIANWEN",
"fr": "QIANWEN",
"id": "QIANWEN"
},
{
"key": "模型",
"zh": "",
"zh-CHT": "模型",
"en": "Model",
"ko": "모형",
"ja": "モデルです",
"de": "Modelle.",
"fr": "Le modèle",
"id": "Model"
}
]
]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DooTask",
"version": "0.31.65",
"version": "0.31.75",
"description": "DooTask is task management system.",
"scripts": {
"start": "./cmd dev",
Expand Down

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.

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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit e9e1cd9

Please sign in to comment.