Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Mar 6, 2022
1 parent 41ceb9b commit e754cea
Show file tree
Hide file tree
Showing 17 changed files with 56 additions and 56 deletions.
44 changes: 22 additions & 22 deletions app/Http/Controllers/Api/ProjectController.php
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ public function task__lists()
}

/**
* @api {get} api/project/task/export 18. 导出任务(限管理员)
* @api {get} api/project/task/export 19. 导出任务(限管理员)
*
* @apiDescription 导出指定范围任务(已完成、未完成、已归档),返回下载地址,需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1102,7 +1102,7 @@ public function task__export()
}

/**
* @api {get} api/project/task/down 18. 导出任务(限管理员)
* @api {get} api/project/task/down 20. 导出任务(限管理员)
*
* @apiDescription 导出指定范围任务(已完成、未完成、已归档),返回下载地址,需要token身份
* @apiVersion 1.0.0
Expand All @@ -1111,7 +1111,7 @@ public function task__export()
*
* @apiParam {String} key 通过export接口得到的下载钥匙
*
* @apiSuccess {File} 文件下载
* @apiSuccess {File} data 返回数据(直接下载文件)
*/
public function task__down()
{
Expand All @@ -1129,7 +1129,7 @@ public function task__down()
}

/**
* @api {get} api/project/task/one 19. 获取单个任务信息
* @api {get} api/project/task/one 21. 获取单个任务信息
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1162,7 +1162,7 @@ public function task__one()
}

/**
* @api {get} api/project/task/content 20. 获取任务详细描述
* @api {get} api/project/task/content 22. 获取任务详细描述
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1190,7 +1190,7 @@ public function task__content()
}

/**
* @api {get} api/project/task/files 21. 获取任务文件列表
* @api {get} api/project/task/files 23. 获取任务文件列表
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand All @@ -1215,7 +1215,7 @@ public function task__files()
}

/**
* @api {get} api/project/task/filedelete 22. 删除任务文件
* @api {get} api/project/task/filedelete 24. 删除任务文件
*
* @apiDescription 需要token身份(限:项目、任务负责人)
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1248,7 +1248,7 @@ public function task__filedelete()
}

/**
* @api {get} api/project/task/filedetail 23. 获取任务文件详情
* @api {get} api/project/task/filedetail 25. 获取任务文件详情
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1292,7 +1292,7 @@ public function task__filedetail()
}

/**
* @api {get} api/project/task/filedown 24. 下载任务文件
* @api {get} api/project/task/filedown 26. 下载任务文件
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1326,7 +1326,7 @@ public function task__filedown()
}

/**
* @api {post} api/project/task/add 25. 添加任务
* @api {post} api/project/task/add 27. 添加任务
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1397,7 +1397,7 @@ public function task__add()
}

/**
* @api {get} api/project/task/addsub 26. 添加子任务
* @api {get} api/project/task/addsub 28. 添加子任务
*
* @apiDescription 需要token身份(限:项目、任务负责人)
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1437,7 +1437,7 @@ public function task__addsub()
}

/**
* @api {post} api/project/task/update 27. 修改任务、子任务
* @api {post} api/project/task/update 29. 修改任务、子任务
*
* @apiDescription 需要token身份(限:项目、任务负责人)
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1483,7 +1483,7 @@ public function task__update()
}

/**
* @api {get} api/project/task/dialog 28. 创建/获取聊天室
* @api {get} api/project/task/dialog 30. 创建/获取聊天室
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1530,7 +1530,7 @@ public function task__dialog()
}

/**
* @api {get} api/project/task/archived 29. 归档任务
* @api {get} api/project/task/archived 31. 归档任务
*
* @apiDescription 需要token身份(限:项目、任务负责人)
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1572,7 +1572,7 @@ public function task__archived()
}

/**
* @api {get} api/project/task/remove 30. 删除任务
* @api {get} api/project/task/remove 32. 删除任务
*
* @apiDescription 需要token身份(限:项目、任务负责人)
* @apiVersion 1.0.0
Expand All @@ -1598,7 +1598,7 @@ public function task__remove()
}

/**
* @api {get} api/project/task/resetfromlog 31. 根据日志重置任务
* @api {get} api/project/task/resetfromlog 33. 根据日志重置任务
*
* @apiDescription 需要token身份(限:项目、任务负责人)
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1657,7 +1657,7 @@ public function task__resetfromlog()
}

/**
* @api {get} api/project/task/flow 32. 任务工作流信息
* @api {get} api/project/task/flow 34. 任务工作流信息
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1739,7 +1739,7 @@ public function task__flow()
}

/**
* @api {get} api/project/flow/list 33. 工作流列表
* @api {get} api/project/flow/list 35. 工作流列表
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand All @@ -1765,7 +1765,7 @@ public function flow__list()
}

/**
* @api {post} api/project/flow/save 34. 保存工作流
* @api {post} api/project/flow/save 36. 保存工作流
*
* @apiDescription 需要token身份(限:项目负责人)
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1799,7 +1799,7 @@ public function flow__save()
}

/**
* @api {get} api/project/flow/delete 35. 删除工作流
* @api {get} api/project/flow/delete 37. 删除工作流
*
* @apiDescription 需要token身份(限:项目负责人)
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1831,7 +1831,7 @@ public function flow__delete()
}

/**
* @api {get} api/project/log/lists 36. 获取项目、任务日志
* @api {get} api/project/log/lists 38. 获取项目、任务日志
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -1883,7 +1883,7 @@ public function log__lists()
}

/**
* @api {get} api/project/top 37. 项目置顶
* @api {get} api/project/top 39. 项目置顶
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class ProjectTaskContentsUpdateContent extends Migration
{
/**
* 更新后缀
* 任务详细描述保存至文件
* @return void
*/
public function up()
Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DooTask",
"version": "0.10.13",
"version": "0.10.21",
"description": "DooTask is task management system.",
"main": "electron.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DooTask",
"version": "0.10.13",
"version": "0.10.21",
"description": "DooTask is task management system.",
"scripts": {
"start": "./cmd dev",
Expand Down
2 changes: 1 addition & 1 deletion public/css/app.css

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions public/docs/assets/main.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/build/221.js → public/js/build/131.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/js/build/733.js → public/js/build/149.js

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions public/js/build/172.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/js/build/400.js → public/js/build/179.js

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion public/js/build/706.js → public/js/build/287.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/js/build/476.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion public/js/build/601.js

This file was deleted.

Loading

0 comments on commit e754cea

Please sign in to comment.