This commit is contained in:
kuaifan 2022-07-08 09:17:53 +08:00
parent c76e8d2677
commit ef7400e9d2
20 changed files with 28 additions and 28 deletions

View File

@ -1057,7 +1057,7 @@ class DialogController extends AbstractController
}
/**
* @api {get} api/dialog/msg/todolist 14. 获取消息待办情况
* @api {get} api/dialog/msg/todolist 23. 获取消息待办情况
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
@ -1087,7 +1087,7 @@ class DialogController extends AbstractController
}
/**
* @api {get} api/dialog/msg/done 23. 完成待办
* @api {get} api/dialog/msg/done 24. 完成待办
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
@ -1134,7 +1134,7 @@ class DialogController extends AbstractController
}
/**
* @api {get} api/dialog/group/add 24. 新增群组
* @api {get} api/dialog/group/add 25. 新增群组
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
@ -1186,7 +1186,7 @@ class DialogController extends AbstractController
}
/**
* @api {get} api/dialog/group/edit 25. 修改群组
* @api {get} api/dialog/group/edit 26. 修改群组
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
@ -1225,7 +1225,7 @@ class DialogController extends AbstractController
}
/**
* @api {get} api/dialog/group/adduser 26. 添加群成员
* @api {get} api/dialog/group/adduser 27. 添加群成员
*
* @apiDescription 需要token身份
* - 有群主时:只有群主可以邀请
@ -1261,7 +1261,7 @@ class DialogController extends AbstractController
}
/**
* @api {get} api/dialog/group/deluser 27. 移出(退出)群成员
* @api {get} api/dialog/group/deluser 28. 移出(退出)群成员
*
* @apiDescription 需要token身份
* - 只有群主、邀请人可以踢人
@ -1305,7 +1305,7 @@ class DialogController extends AbstractController
}
/**
* @api {get} api/dialog/group/disband 28. 解散群组
* @api {get} api/dialog/group/disband 29. 解散群组
*
* @apiDescription 需要token身份
* - 只有群主且是个人类型群可以解散

View File

@ -1,6 +1,6 @@
{
"name": "DooTask",
"version": "0.18.80",
"version": "0.18.88",
"description": "DooTask is task management system.",
"scripts": {
"start": "./cmd dev",

2
public/css/app.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
public/js/app.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <http://feross.org>
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <http://feross.org>
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/

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

View File

@ -8,7 +8,7 @@
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <http://feross.org>
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <http://feross.org>
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
783edd6b7f5a842d
371a240e26529984

@ -1 +1 @@
Subproject commit c6913ecc95df8d9754e10c1ff0e6fad557ee29d9
Subproject commit d9ee16f29813fc20c5cf773b794907bc50f416f0