mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
no message
This commit is contained in:
parent
cf9051412a
commit
8c3cd379a2
38
CHANGELOG.md
38
CHANGELOG.md
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
- 优化视频播放
|
||||
@ -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
|
||||
|
||||
@ -401,8 +401,15 @@ class SystemController extends AbstractController
|
||||
}
|
||||
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');
|
||||
|
||||
@ -85,7 +85,7 @@ class UserBot extends AbstractModel
|
||||
[
|
||||
'key' => 'checkin',
|
||||
'label' => Doo::translate('我要打卡')
|
||||
], [
|
||||
], /*[
|
||||
'key' => 'it',
|
||||
'label' => Doo::translate('IT资讯')
|
||||
], [
|
||||
@ -100,7 +100,7 @@ class UserBot extends AbstractModel
|
||||
], [
|
||||
'key' => 'soup',
|
||||
'label' => Doo::translate('心灵鸡汤')
|
||||
]
|
||||
]*/
|
||||
],
|
||||
'anon-msg@bot.system' => [
|
||||
[
|
||||
|
||||
@ -506,3 +506,5 @@ Api接口文档
|
||||
仅支持语音消息
|
||||
|
||||
视频
|
||||
|
||||
创建签到机器人失败
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -244,6 +244,7 @@ try {
|
||||
$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 = [];
|
||||
@ -256,6 +257,7 @@ try {
|
||||
$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++;
|
||||
}
|
||||
|
||||
@ -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",
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
public/language/api/ru.json
Normal file
1
public/language/api/ru.json
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""]
|
||||
["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""]
|
||||
2
public/language/web/de.js
vendored
2
public/language/web/de.js
vendored
File diff suppressed because one or more lines are too long
2
public/language/web/en.js
vendored
2
public/language/web/en.js
vendored
File diff suppressed because one or more lines are too long
2
public/language/web/fr.js
vendored
2
public/language/web/fr.js
vendored
File diff suppressed because one or more lines are too long
2
public/language/web/id.js
vendored
2
public/language/web/id.js
vendored
File diff suppressed because one or more lines are too long
2
public/language/web/ja.js
vendored
2
public/language/web/ja.js
vendored
File diff suppressed because one or more lines are too long
2
public/language/web/ko.js
vendored
2
public/language/web/ko.js
vendored
File diff suppressed because one or more lines are too long
1
public/language/web/ru.js
vendored
Normal file
1
public/language/web/ru.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
resources/assets/js/language/utils.js
vendored
1
resources/assets/js/language/utils.js
vendored
@ -8,6 +8,7 @@ export default {
|
||||
"en": "English",
|
||||
"ko": "한국어",
|
||||
"ja": "日本語",
|
||||
"ru": "俄语",
|
||||
"de": "Deutsch",
|
||||
"fr": "Français",
|
||||
"id": "Indonesia",
|
||||
|
||||
1
resources/assets/statics/public/js/tinymce/langs/ru.js
vendored
Normal file
1
resources/assets/statics/public/js/tinymce/langs/ru.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
Subproject commit 06d8bf1f8d2e4932d98d33d13df9b2bf73ccb778
|
||||
Subproject commit f4e6abaa8cd933034a9e2af7ca18b45dff13467c
|
||||
Loading…
x
Reference in New Issue
Block a user