Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Dec 28, 2021
1 parent d7f1246 commit b695f90
Show file tree
Hide file tree
Showing 40 changed files with 55 additions and 40 deletions.
6 changes: 3 additions & 3 deletions app/Http/Controllers/Api/SystemController.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public function get__ipinfo() {
}

/**
* @api {post} api/system/imgupload 11. 上传图片
* @api {post} api/system/imgupload 09. 上传图片
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -281,7 +281,7 @@ public function imgupload()
}

/**
* @api {get} api/system/get/imgview 12. 浏览图片空间
* @api {get} api/system/get/imgview 10. 浏览图片空间
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -377,7 +377,7 @@ public function imgview()
}

/**
* @api {post} api/system/fileupload 13. 上传文件
* @api {post} api/system/fileupload 11. 上传文件
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down
12 changes: 6 additions & 6 deletions app/Http/Controllers/Api/UsersController.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function login__codejson()
}

/**
* @api {get} api/users/reg/needinvite 04. 是否需要邀请码
* @api {get} api/users/reg/needinvite 05. 是否需要邀请码
*
* @apiDescription 用于判断注册是否需要邀请码
* @apiVersion 1.0.0
Expand All @@ -172,7 +172,7 @@ public function reg__needinvite()
}

/**
* @api {get} api/users/info 05. 获取我的信息
* @api {get} api/users/info 06. 获取我的信息
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -208,7 +208,7 @@ public function info()
}

/**
* @api {get} api/users/editdata 06. 修改自己的资料
* @api {get} api/users/editdata 07. 修改自己的资料
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -268,7 +268,7 @@ public function editdata()
}

/**
* @api {get} api/users/editpass 07. 修改自己的密码
* @api {get} api/users/editpass 08. 修改自己的密码
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
Expand Down Expand Up @@ -308,7 +308,7 @@ public function editpass()
}

/**
* @api {get} api/users/search 08. 搜索会员列表
* @api {get} api/users/search 09. 搜索会员列表
*
* @apiDescription 搜索会员列表
* @apiVersion 1.0.0
Expand Down Expand Up @@ -369,7 +369,7 @@ public function search()
}

/**
* @api {get} api/users/basic 09. 获取指定会员基础信息
* @api {get} api/users/basic 10. 获取指定会员基础信息
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
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.4.78",
"version": "0.4.86",
"description": "DooTask is task management system.",
"main": "main.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.4.78",
"version": "0.4.86",
"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.

4 changes: 2 additions & 2 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/app.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

/**!
* @fileOverview Kickass library to create and place poppers near their reference elements.
* @version 1.15.0
* @version 1.16.1
* @license
* Copyright (c) 2016 Federico Zivolo and contributors
*
Expand Down
2 changes: 0 additions & 2 deletions public/js/build/153.js

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions public/js/build/18.js

This file was deleted.

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

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

2 changes: 2 additions & 0 deletions public/js/build/210.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
/** @license
*
* jsPDF - PDF Document creation from JavaScript
* Version 2.4.0 Built on 2021-09-14T10:30:30.230Z
* Version 2.5.0 Built on 2021-12-21T09:44:51.866Z
* CommitID 00000000
*
* Copyright (c) 2010-2021 James Hall <[email protected]>, https://github.com/MrRio/jsPDF
Expand Down
2 changes: 0 additions & 2 deletions public/js/build/294.js

This file was deleted.

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

This file was deleted.

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

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions public/js/build/340.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* TOAST UI Calendar
* @version 1.13.0-1 | Wed Jun 16 2021
* @version 1.15.1 | Wed Dec 22 2021
* @author NHN FE Development Lab <[email protected]>
* @license MIT
*/
Expand Down Expand Up @@ -84,6 +84,8 @@

/*! ../common/reqAnimFrame */

/*! ../common/sanitizer */

/*! ../common/timezone */

/*! ../common/vlayout */
Expand Down Expand Up @@ -302,6 +304,10 @@

/*! ./weekdayInMonth */

/*! @license DOMPurify 2.3.1 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.1/LICENSE */

/*! dompurify */

/*! handlebars-template-loader/runtime */

/*! handlebars/runtime */
Expand Down Expand Up @@ -424,6 +430,10 @@
!*** ./src/js/view/month/more.js ***!
\***********************************/

/*!************************************!*\
!*** ./src/js/common/sanitizer.js ***!
\************************************/

/*!************************************!*\
!*** ./src/js/factory/calendar.js ***!
\************************************/
Expand Down Expand Up @@ -616,6 +626,10 @@
!*** ./src/js/view/template/month/month.hbs ***!
\**********************************************/

/*!***********************************************!*\
!*** ./node_modules/dompurify/dist/purify.js ***!
\***********************************************/

/*!***********************************************!*\
!*** ./src/js/handler/daygrid/resizeGuide.js ***!
\***********************************************/
Expand Down
2 changes: 0 additions & 2 deletions public/js/build/341.js

This file was deleted.

2 changes: 2 additions & 0 deletions public/js/build/357.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
/** @license
*
* jsPDF - PDF Document creation from JavaScript
* Version 2.4.0 Built on 2021-09-14T10:30:30.230Z
* Version 2.5.0 Built on 2021-12-21T09:44:51.866Z
* CommitID 00000000
*
* Copyright (c) 2010-2021 James Hall <[email protected]>, https://github.com/MrRio/jsPDF
Expand Down
1 change: 1 addition & 0 deletions public/js/build/371.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions public/js/build/388.js

Large diffs are not rendered by default.

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

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

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

Large diffs are not rendered by default.

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

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

Loading

0 comments on commit b695f90

Please sign in to comment.