mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
no message
This commit is contained in:
parent
b9830bc64a
commit
6e6a50b46e
28
CHANGELOG.md
28
CHANGELOG.md
@ -2,6 +2,34 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [0.46.16]
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- 修复移动任务时负责人和协助人可以同时选择的情况
|
||||||
|
- 修复无法从任务页面打开聊天的情况
|
||||||
|
- 修复移动端焦点抖动的问题
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- 新增会员详情窗口
|
||||||
|
- 添加从团队管理打开会话窗口
|
||||||
|
|
||||||
|
### Performance
|
||||||
|
|
||||||
|
- 优化日历
|
||||||
|
- 优化长按事件
|
||||||
|
- 优化移动端任务窗口布局
|
||||||
|
- 优化长按操作
|
||||||
|
- 优化转发确认选项保持上一次选择
|
||||||
|
- 优化移动端布局
|
||||||
|
- 优化禁止选择会员效果
|
||||||
|
- 优化长按菜单位置
|
||||||
|
- 优化移动端打开会话等待效果
|
||||||
|
- 优化会议弹窗
|
||||||
|
- 任务详情点任务聊天时不要发送消息
|
||||||
|
- 优化国际化
|
||||||
|
|
||||||
## [0.45.64]
|
## [0.45.64]
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|||||||
@ -29422,5 +29422,41 @@
|
|||||||
"fr": "Échec du démarrage d'une nouvelle session avec l'IA",
|
"fr": "Échec du démarrage d'une nouvelle session avec l'IA",
|
||||||
"id": "Gagal memulai sesi baru dengan AI",
|
"id": "Gagal memulai sesi baru dengan AI",
|
||||||
"ru": "Не удалось начать новый сеанс с ИИ"
|
"ru": "Не удалось начать новый сеанс с ИИ"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "前一天",
|
||||||
|
"zh": "",
|
||||||
|
"zh-CHT": "前一天",
|
||||||
|
"en": "Previous Day",
|
||||||
|
"ko": "전날",
|
||||||
|
"ja": "前日",
|
||||||
|
"de": "Vorheriger Tag",
|
||||||
|
"fr": "Jour précédent",
|
||||||
|
"id": "Hari sebelumnya",
|
||||||
|
"ru": "Предыдущий день"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "后一天",
|
||||||
|
"zh": "",
|
||||||
|
"zh-CHT": "後一天",
|
||||||
|
"en": "Next Day",
|
||||||
|
"ko": "다음 날",
|
||||||
|
"ja": "次の日",
|
||||||
|
"de": "Nächster Tag",
|
||||||
|
"fr": "Jour suivant",
|
||||||
|
"id": "Hari berikutnya",
|
||||||
|
"ru": "Следующий день"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "打开会话窗口",
|
||||||
|
"zh": "",
|
||||||
|
"zh-CHT": "打開會話窗口",
|
||||||
|
"en": "Open Session Window",
|
||||||
|
"ko": "세션 창 열기",
|
||||||
|
"ja": "セッションウィンドウを開く",
|
||||||
|
"de": "Sitzungsfenster öffnen",
|
||||||
|
"fr": "Ouvrir la fenêtre de session",
|
||||||
|
"id": "Buka Jendela Sesi",
|
||||||
|
"ru": "Открыть окно сессии"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "DooTask",
|
"name": "DooTask",
|
||||||
"version": "0.45.64",
|
"version": "0.46.16",
|
||||||
"codeVerson": 185,
|
"codeVerson": 186,
|
||||||
"description": "DooTask is task management system.",
|
"description": "DooTask is task management system.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "./cmd dev",
|
"start": "./cmd dev",
|
||||||
|
|||||||
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/key.js
vendored
2
public/language/web/key.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
2
public/language/web/ru.js
vendored
2
public/language/web/ru.js
vendored
File diff suppressed because one or more lines are too long
2
public/language/web/zh-CHT.js
vendored
2
public/language/web/zh-CHT.js
vendored
File diff suppressed because one or more lines are too long
2
public/language/web/zh.js
vendored
2
public/language/web/zh.js
vendored
File diff suppressed because one or more lines are too long
24
resources/assets/js/store/actions.js
vendored
24
resources/assets/js/store/actions.js
vendored
@ -1194,11 +1194,13 @@ export default {
|
|||||||
*/
|
*/
|
||||||
userUrl({state}, url) {
|
userUrl({state}, url) {
|
||||||
return new Promise(resolve => {
|
return new Promise(resolve => {
|
||||||
|
// 基本参数
|
||||||
const params = {
|
const params = {
|
||||||
language: languageName,
|
language: languageName,
|
||||||
theme: state.themeConf,
|
theme: state.themeConf,
|
||||||
userid: state.userId,
|
userid: state.userId,
|
||||||
}
|
}
|
||||||
|
// 如果是访问:服务器域名 或 本地文件,则添加 token 参数
|
||||||
if ($A.getDomain(url) == $A.getDomain($A.mainUrl()) || $A.getProtocol(url) == "file:") {
|
if ($A.getDomain(url) == $A.getDomain($A.mainUrl()) || $A.getProtocol(url) == "file:") {
|
||||||
params.token = state.userToken
|
params.token = state.userToken
|
||||||
}
|
}
|
||||||
@ -1206,18 +1208,6 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
|
||||||
* 打开子窗口(App)
|
|
||||||
* @param dispatch
|
|
||||||
* @param objects
|
|
||||||
*/
|
|
||||||
openAppChildPage({dispatch}, objects) {
|
|
||||||
dispatch("userUrl", objects.params.url).then(url => {
|
|
||||||
objects.params.url = url
|
|
||||||
$A.eeuiAppOpenPage(objects)
|
|
||||||
})
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 打开地图选位置(App)
|
* 打开地图选位置(App)
|
||||||
* @param dispatch
|
* @param dispatch
|
||||||
@ -1262,6 +1252,16 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 打开子窗口(App)
|
||||||
|
* @param dispatch
|
||||||
|
* @param objects
|
||||||
|
*/
|
||||||
|
async openAppChildPage({dispatch}, objects) {
|
||||||
|
objects.params.url = await dispatch("userUrl", objects.params.url)
|
||||||
|
$A.eeuiAppOpenPage(objects)
|
||||||
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 打开子窗口(客户端)
|
* 打开子窗口(客户端)
|
||||||
* @param dispatch
|
* @param dispatch
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user