mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-15 05:12:49 +00:00
no message
This commit is contained in:
parent
4818409329
commit
6afd413b87
@ -2,6 +2,14 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [0.44.74]
|
||||
|
||||
### Performance
|
||||
|
||||
- 优化AI解析文件
|
||||
- 优化 WebSocket 消息
|
||||
- 优化数据
|
||||
|
||||
## [0.44.67]
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@ -37,6 +37,7 @@
|
||||
"mews/captcha": "^3.2.6",
|
||||
"orangehill/iseed": "^3.0.1",
|
||||
"overtrue/pinyin": "^4.0",
|
||||
"phpoffice/phppresentation": "^1.1",
|
||||
"phpoffice/phpword": "^1.3",
|
||||
"predis/predis": "^1.1.7",
|
||||
"smalot/pdfparser": "^2.11",
|
||||
|
||||
168
composer.lock
generated
168
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "694c52c0168f7f07e06770b07ca89d24",
|
||||
"content-hash": "ade0fa5c3619ee85dd7fca4cf68afbb2",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
@ -4002,6 +4002,47 @@
|
||||
],
|
||||
"time": "2023-04-27T10:17:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pclzip/pclzip",
|
||||
"version": "2.8.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ivanlanin/pclzip.git",
|
||||
"reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
|
||||
"reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
|
||||
"shasum": ""
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"pclzip.lib.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"LGPL-2.1"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Vincent Blavet"
|
||||
}
|
||||
],
|
||||
"description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
|
||||
"homepage": "http://www.phpconcept.net/pclzip",
|
||||
"keywords": [
|
||||
"php",
|
||||
"zip"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/ivanlanin/pclzip/issues",
|
||||
"source": "https://github.com/ivanlanin/pclzip/tree/master"
|
||||
},
|
||||
"time": "2014-06-05T11:42:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "php-http/discovery",
|
||||
"version": "1.20.0",
|
||||
@ -4190,6 +4231,62 @@
|
||||
},
|
||||
"time": "2024-03-15T13:55:21+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpoffice/common",
|
||||
"version": "1.0.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/PHPOffice/Common.git",
|
||||
"reference": "5a2eeb82d4dfce4ce2163819063ba6f5a80c3e91"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/PHPOffice/Common/zipball/5a2eeb82d4dfce4ce2163819063ba6f5a80c3e91",
|
||||
"reference": "5a2eeb82d4dfce4ce2163819063ba6f5a80c3e91",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"pclzip/pclzip": "^2.8",
|
||||
"php": ">=7.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpmd/phpmd": "2.*",
|
||||
"phpstan/phpstan": "^0.12.88 || ^1.0.0",
|
||||
"phpunit/phpunit": ">=7"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"PhpOffice\\Common\\": "src/Common/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"LGPL-3.0-only"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Mark Baker"
|
||||
},
|
||||
{
|
||||
"name": "Franck Lefevre",
|
||||
"homepage": "http://rootslabs.net"
|
||||
}
|
||||
],
|
||||
"description": "PHPOffice Common",
|
||||
"homepage": "http://phpoffice.github.io",
|
||||
"keywords": [
|
||||
"common",
|
||||
"component",
|
||||
"office",
|
||||
"php"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/PHPOffice/Common/issues",
|
||||
"source": "https://github.com/PHPOffice/Common/tree/1.0.5"
|
||||
},
|
||||
"time": "2025-02-28T12:39:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpoffice/math",
|
||||
"version": "0.2.0",
|
||||
@ -4242,6 +4339,75 @@
|
||||
},
|
||||
"time": "2024-08-12T07:30:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpoffice/phppresentation",
|
||||
"version": "1.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/PHPOffice/PHPPresentation.git",
|
||||
"reference": "7a70b57df7ed3f05316aff2b83c307c61144b951"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/PHPOffice/PHPPresentation/zipball/7a70b57df7ed3f05316aff2b83c307c61144b951",
|
||||
"reference": "7a70b57df7ed3f05316aff2b83c307c61144b951",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-xml": "*",
|
||||
"ext-zip": "*",
|
||||
"php": "^7.1|^8.0",
|
||||
"phpoffice/common": "^1",
|
||||
"phpoffice/phpspreadsheet": "^1.9.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpmd/phpmd": "2.*",
|
||||
"phpstan/phpstan": "^0.12.88 || ^1.0.0",
|
||||
"phpunit/phpunit": ">=7.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-gd": "Required to add images"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"PhpOffice\\PhpPresentation\\": "src/PhpPresentation/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"LGPL-3.0-only"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Mark Baker"
|
||||
},
|
||||
{
|
||||
"name": "Franck Lefevre",
|
||||
"homepage": "http://rootslabs.net"
|
||||
},
|
||||
{
|
||||
"name": "Ivan Lanin",
|
||||
"homepage": "http://ivan.lanin.org"
|
||||
}
|
||||
],
|
||||
"description": "PHPPresentation - Read, Create and Write Presentations documents in PHP",
|
||||
"homepage": "http://phpoffice.github.io",
|
||||
"keywords": [
|
||||
"LibreOffice",
|
||||
"PowerPoint",
|
||||
"odp",
|
||||
"php",
|
||||
"ppt",
|
||||
"pptx",
|
||||
"presentations"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/PHPOffice/PHPPresentation/issues",
|
||||
"source": "https://github.com/PHPOffice/PHPPresentation/tree/1.1.0"
|
||||
},
|
||||
"time": "2024-09-01T07:45:31+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpoffice/phpspreadsheet",
|
||||
"version": "1.29.10",
|
||||
|
||||
@ -468,6 +468,7 @@ OKR提醒
|
||||
缺卡提醒
|
||||
打卡提醒
|
||||
任务待领取
|
||||
指令解析失败。
|
||||
非常抱歉,我不是你的机器人,无法完成你的指令。
|
||||
您没有创建机器人。
|
||||
机器人不存在。
|
||||
@ -490,6 +491,7 @@ webhook地址最长仅支持255个字符。
|
||||
不支持的指令
|
||||
机器人未启用。
|
||||
当前客户端版本低(所需版本≥(*))。
|
||||
引用消息解析失败。
|
||||
审批结果
|
||||
审批评论通知
|
||||
审批通知
|
||||
@ -834,4 +836,7 @@ AI机器人不存在
|
||||
(*)小时
|
||||
(*)分钟
|
||||
|
||||
任务不存在或已被删除
|
||||
文件不存在或已被删除
|
||||
报告不存在或已被删除
|
||||
文件读取失败:(*)
|
||||
|
||||
@ -1516,6 +1516,7 @@ License Key
|
||||
网络异常,请重试。
|
||||
请求失败,请重试。
|
||||
任务待领取
|
||||
指令解析失败。
|
||||
非常抱歉,我不是你的机器人,无法完成你的指令。
|
||||
您没有创建机器人。
|
||||
机器人不存在。
|
||||
@ -1541,6 +1542,7 @@ API接口文档
|
||||
不支持的指令
|
||||
机器人未启用。
|
||||
当前客户端版本低(所需版本≥(*))。
|
||||
引用消息解析失败。
|
||||
审批结果
|
||||
审批评论通知
|
||||
审批通知
|
||||
@ -2010,3 +2012,8 @@ API请求的URL路径
|
||||
标注人员:(*) (ID: (*))
|
||||
标注人员不存在
|
||||
附言
|
||||
|
||||
任务不存在或已被删除
|
||||
文件不存在或已被删除
|
||||
报告不存在或已被删除
|
||||
文件读取失败:(*)
|
||||
|
||||
@ -29134,5 +29134,53 @@
|
||||
"fr": "P.S.",
|
||||
"id": "PS",
|
||||
"ru": "P.S."
|
||||
},
|
||||
{
|
||||
"key": "指令解析失败。",
|
||||
"zh": "",
|
||||
"zh-CHT": "指令解析失敗。",
|
||||
"en": "Instruction parsing failed.",
|
||||
"ko": "명령 해석 실패.",
|
||||
"ja": "指示の解析に失敗しました。",
|
||||
"de": "Befehl konnte nicht analysiert werden.",
|
||||
"fr": "Échec de l'analyse de l'instruction.",
|
||||
"id": "Gagal memparsing instruksi.",
|
||||
"ru": "Ошибка разбора инструкции."
|
||||
},
|
||||
{
|
||||
"key": "引用消息解析失败。",
|
||||
"zh": "",
|
||||
"zh-CHT": "引用消息解析失敗。",
|
||||
"en": "Reference message parsing failed.",
|
||||
"ko": "참조 메시지 해석 실패.",
|
||||
"ja": "参照メッセージの解析に失敗しました。",
|
||||
"de": "Referenznachricht konnte nicht analysiert werden.",
|
||||
"fr": "Échec de l'analyse du message de référence.",
|
||||
"id": "Gagal memparsing pesan referensi.",
|
||||
"ru": "Ошибка разбора ссылочного сообщения."
|
||||
},
|
||||
{
|
||||
"key": "任务不存在或已被删除",
|
||||
"zh": "",
|
||||
"zh-CHT": "任務不存在或已被刪除",
|
||||
"en": "Task does not exist or has been deleted.",
|
||||
"ko": "작업이 존재하지 않거나 삭제되었습니다.",
|
||||
"ja": "タスクが存在しないか削除されました。",
|
||||
"de": "Aufgabe existiert nicht oder wurde gelöscht.",
|
||||
"fr": "La tâche n'existe pas ou a été supprimée.",
|
||||
"id": "Tugas tidak ada atau telah dihapus.",
|
||||
"ru": "Задача не существует или была удалена."
|
||||
},
|
||||
{
|
||||
"key": "文件读取失败:(%T1)",
|
||||
"zh": "",
|
||||
"zh-CHT": "文件讀取失敗:(%T1)",
|
||||
"en": "File read failed: (%T1)",
|
||||
"ko": "파일 읽기 실패: (%T1)",
|
||||
"ja": "ファイルの読み込みに失敗しました: (%T1)",
|
||||
"de": "Dateilesen fehlgeschlagen: (%T1)",
|
||||
"fr": "Échec de la lecture du fichier : (%T1)",
|
||||
"id": "Gagal membaca file: (%T1)",
|
||||
"ru": "Ошибка чтения файла: (%T1)"
|
||||
}
|
||||
]
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "DooTask",
|
||||
"version": "0.44.67",
|
||||
"codeVerson": 180,
|
||||
"version": "0.44.74",
|
||||
"codeVerson": 181,
|
||||
"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
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/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
Loading…
x
Reference in New Issue
Block a user