Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Feb 13, 2022
1 parent ce70c1c commit 0e66ca1
Show file tree
Hide file tree
Showing 43 changed files with 1,907 additions and 37 deletions.
18 changes: 9 additions & 9 deletions app/Http/Controllers/Api/SystemController.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public function priority()
}

/**
* @api {post} api/system/column/template 03. 创建项目模板
* @api {post} api/system/column/template 04. 创建项目模板
*
* @apiDescription 获取创建项目模板、保存创建项目模板
* @apiVersion 1.0.0
Expand Down Expand Up @@ -197,7 +197,7 @@ public function column__template()
}

/**
* @api {get} api/system/get/info 04. 获取终端详细信息
* @api {get} api/system/get/info 05. 获取终端详细信息
*
* @apiVersion 1.0.0
* @apiGroup system
Expand Down Expand Up @@ -226,7 +226,7 @@ public function get__info()
}

/**
* @api {get} api/system/get/ip 05. 获取IP地址
* @api {get} api/system/get/ip 06. 获取IP地址
*
* @apiVersion 1.0.0
* @apiGroup system
Expand All @@ -241,7 +241,7 @@ public function get__ip() {
}

/**
* @api {get} api/system/get/cnip 06. 是否中国IP地址
* @api {get} api/system/get/cnip 07. 是否中国IP地址
*
* @apiVersion 1.0.0
* @apiGroup system
Expand All @@ -258,7 +258,7 @@ public function get__cnip() {
}

/**
* @api {get} api/system/get/ipgcj02 07. 获取IP地址经纬度
* @api {get} api/system/get/ipgcj02 08. 获取IP地址经纬度
*
* @apiVersion 1.0.0
* @apiGroup system
Expand All @@ -275,7 +275,7 @@ public function get__ipgcj02() {
}

/**
* @api {get} api/system/get/ipinfo 08. 获取IP地址详细信息
* @api {get} api/system/get/ipinfo 09. 获取IP地址详细信息
*
* @apiVersion 1.0.0
* @apiGroup system
Expand All @@ -292,7 +292,7 @@ public function get__ipinfo() {
}

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

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

/**
* @api {post} api/system/fileupload 11. 上传文件
* @api {post} api/system/fileupload 12. 上传文件
*
* @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.8.1",
"version": "0.8.2",
"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.8.1",
"version": "0.8.2",
"description": "DooTask is task management system.",
"scripts": {
"start": "./cmd dev",
Expand Down
47 changes: 23 additions & 24 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.

1 change: 1 addition & 0 deletions public/js/build/113.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/120.js

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions public/js/build/120.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*!
* html2canvas 1.3.4 <https://html2canvas.hertzen.com>
* Copyright (c) 2021 Niklas von Hertzen <https://hertzen.com>
* Released under MIT License
*/

/*! *****************************************************************************
Copyright (c) Microsoft Corporation.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */
Loading

0 comments on commit 0e66ca1

Please sign in to comment.