Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Sep 1, 2024
1 parent cf90514 commit 8c3cd37
Show file tree
Hide file tree
Showing 27 changed files with 5,223 additions and 3,313 deletions.
38 changes: 34 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,33 @@

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

## [0.37.98]

### Bug Fixes

- 修复任务可见性为非项目人员时项目负责人不可见的bug
- 修改谷歌分析以及谷歌推广文件命名
- 修改谷歌分析代码
- 删除打印
- 修改关于我们页面公司介绍文案

### Features

- 网页右下角导航改为点击显示以及手机端点击拨打电话直接拨号
- 更改审批版本
- 官网新增谷歌分析代码
- 页面新增谷歌分析

### Performance

- 1.优化审批流程-审批人审核过后自动通过 2. 优化审批评论图片可以左右滑动查看

## [0.37.76]

### Bug Fixes

- 无法下载大文件
- 修改关于我们页面公司介绍文案

### Performance

Expand All @@ -28,14 +50,16 @@ All notable changes to this project will be documented in this file.

## [0.37.65]

### Bug Fixes

- 如果项目没有流程,无法选择移动后的状态,也没办法确定移动

### Features

- 操作人员离职对okr的移交处理

## [0.37.62]

### Bug Fixes

- 如果项目没有流程,无法选择移动后的状态,也没办法确定移动

### Performance

- 优化视频播放
Expand Down Expand Up @@ -545,6 +569,12 @@ All notable changes to this project will be documented in this file.

- 优化任务修改

## [0.33.37]

### Bug Fixes

- 更新导致的小问题

## [0.33.34]

### Bug Fixes
Expand Down
9 changes: 8 additions & 1 deletion app/Http/Controllers/Api/SystemController.php
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,15 @@ public function setting__checkin()
}
if ($all['open'] === 'close') {
$all['key'] = md5(Base::generatePassword(32));
} else {
$botUser = User::botGetOrCreate('check-in');
if (!$botUser) {
return Base::retError('创建签到机器人失败');
}
}
if ($all['modes']) {
$all['modes'] = array_intersect($all['modes'], ['auto', 'manual', 'location']);
}
$all['modes'] = array_intersect($all['modes'], ['auto', 'manual', 'location']);
$setting = Base::setting('checkinSetting', Base::newTrim($all));
} else {
$setting = Base::setting('checkinSetting');
Expand Down
4 changes: 2 additions & 2 deletions app/Models/UserBot.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public static function quickMsgs($email)
[
'key' => 'checkin',
'label' => Doo::translate('我要打卡')
], [
], /*[
'key' => 'it',
'label' => Doo::translate('IT资讯')
], [
Expand All @@ -100,7 +100,7 @@ public static function quickMsgs($email)
], [
'key' => 'soup',
'label' => Doo::translate('心灵鸡汤')
]
]*/
],
'[email protected]' => [
[
Expand Down
2 changes: 2 additions & 0 deletions language/original-api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -506,3 +506,5 @@ Api接口文档
仅支持语音消息

视频

创建签到机器人失败
8,441 changes: 5,153 additions & 3,288 deletions language/translate.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions language/translate.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ private function ensure_length(&$string, $length)
$DES = explode("\n", $YD->translate($text, "zh-CHS", "de")); // 德语
$FRS = explode("\n", $YD->translate($text, "zh-CHS", "fr")); // 法语
$IDS = explode("\n", $YD->translate($text, "zh-CHS", "id")); // 印度尼西亚
$RUS = explode("\n", $YD->translate($text, "zh-CHS", "ru")); // 俄语
$index = 0;
foreach ($items as $key => $item) {
$tmp = [];
Expand All @@ -256,6 +257,7 @@ private function ensure_length(&$string, $length)
$tmp["de"] = $func($DES[$index]);
$tmp["fr"] = $func($FRS[$index]);
$tmp["id"] = $func($IDS[$index]);
$tmp["ru"] = $func($RUS[$index]);
$datas[] = $translations[$key] = $tmp;
$index++;
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "DooTask",
"version": "0.37.76",
"codeVerson": 137,
"version": "0.37.98",
"codeVerson": 140,
"description": "DooTask is task management system.",
"scripts": {
"start": "./cmd dev",
Expand Down
2 changes: 1 addition & 1 deletion public/language/api/de.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/language/api/en.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/language/api/fr.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/language/api/id.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/language/api/ja.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/language/api/key.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/language/api/ko.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/language/api/ru.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/language/api/zh-CHT.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/language/api/zh.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""]
["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""]
2 changes: 1 addition & 1 deletion public/language/web/de.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/language/web/en.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/language/web/fr.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/language/web/id.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/language/web/ja.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/language/web/ko.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/language/web/ru.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions resources/assets/js/language/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default {
"en": "English",
"ko": "한국어",
"ja": "日本語",
"ru": "俄语",
"de": "Deutsch",
"fr": "Français",
"id": "Indonesia",
Expand Down
1 change: 1 addition & 0 deletions resources/assets/statics/public/js/tinymce/langs/ru.js

Large diffs are not rendered by default.

0 comments on commit 8c3cd37

Please sign in to comment.