mirror of
https://github.com/kuaifan/dootask.git
synced 2026-08-01 19:05:55 +00:00
build
This commit is contained in:
parent
54ebb327bd
commit
2e7f2bc316
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "DooTask",
|
"name": "DooTask",
|
||||||
"version": "0.16.45",
|
"version": "0.16.53",
|
||||||
"description": "DooTask is task management system.",
|
"description": "DooTask is task management system.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "./cmd dev",
|
"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
1
public/js/build/168.js
Normal file
1
public/js/build/168.js
Normal file
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
public/js/build/47.js
Normal file
1
public/js/build/47.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
|||||||
/*! @license DOMPurify 2.3.6 | (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.6/LICENSE */
|
|
||||||
File diff suppressed because one or more lines are too long
2
public/js/build/610.js
Normal file
2
public/js/build/610.js
Normal file
File diff suppressed because one or more lines are too long
15
public/js/build/610.js.LICENSE.txt
Normal file
15
public/js/build/610.js.LICENSE.txt
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
/*!
|
||||||
|
* Quill Editor v1.3.7
|
||||||
|
* https://quilljs.com/
|
||||||
|
* Copyright (c) 2014, Jason Chen
|
||||||
|
* Copyright (c) 2013, salesforce.com
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* The buffer module from node.js, for the browser.
|
||||||
|
*
|
||||||
|
* @author Feross Aboukhadijeh <http://feross.org>
|
||||||
|
* @license MIT
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
||||||
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,15 +1 @@
|
|||||||
/*!
|
/*! @license DOMPurify 2.3.6 | (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.6/LICENSE */
|
||||||
* Quill Editor v1.3.7
|
|
||||||
* https://quilljs.com/
|
|
||||||
* Copyright (c) 2014, Jason Chen
|
|
||||||
* Copyright (c) 2013, salesforce.com
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*!
|
|
||||||
* The buffer module from node.js, for the browser.
|
|
||||||
*
|
|
||||||
* @author Feross Aboukhadijeh <http://feross.org>
|
|
||||||
* @license MIT
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
|||||||
75209f385ec2160c
|
e58c94d2c2855f53
|
||||||
|
|||||||
@ -319,7 +319,7 @@ export default {
|
|||||||
url = url + ($A.rightExists(url, "/") ? "api/" : "/api/");
|
url = url + ($A.rightExists(url, "/") ? "api/" : "/api/");
|
||||||
}
|
}
|
||||||
if (!/^https*:\/\//i.test(url)) {
|
if (!/^https*:\/\//i.test(url)) {
|
||||||
url = `http://${url}`;
|
url = `https://${url}`;
|
||||||
}
|
}
|
||||||
this.$store.dispatch("call", {
|
this.$store.dispatch("call", {
|
||||||
url: `${url}system/setting`,
|
url: `${url}system/setting`,
|
||||||
@ -330,7 +330,7 @@ export default {
|
|||||||
}).catch(({ret, msg}) => {
|
}).catch(({ret, msg}) => {
|
||||||
if (ret === -1001) {
|
if (ret === -1001) {
|
||||||
if (!/^https*:\/\//i.test(value)) {
|
if (!/^https*:\/\//i.test(value)) {
|
||||||
this.inputServerChack(`https://${value}`).then(resolve);
|
this.inputServerChack(`http://${value}`).then(resolve);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
msg = "服务器地址无效";
|
msg = "服务器地址无效";
|
||||||
|
|||||||
@ -306,10 +306,13 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
watch: {
|
watch: {
|
||||||
'$route' ({params}) {
|
'$route': {
|
||||||
if (['dialog', 'contacts'].includes(params.dialogAction)) {
|
handler({params}) {
|
||||||
this.tabActive = params.dialogAction
|
if (['dialog', 'contacts'].includes(params.dialogAction)) {
|
||||||
}
|
this.tabActive = params.dialogAction
|
||||||
|
}
|
||||||
|
},
|
||||||
|
immediate: true
|
||||||
},
|
},
|
||||||
|
|
||||||
dialogKey(val) {
|
dialogKey(val) {
|
||||||
|
|||||||
@ -138,6 +138,9 @@
|
|||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
.task-menu-icon {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
.ivu-icon {
|
.ivu-icon {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
color: $primary-text-color;
|
color: $primary-text-color;
|
||||||
@ -496,7 +499,7 @@
|
|||||||
.head {
|
.head {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 40px;
|
height: 42px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
color: #888888;
|
color: #888888;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit 1d8581cd4cf2403c13918883e29d8390afc6628e
|
Subproject commit f73eab8a377ddf95ab8a808546f27868b3433785
|
||||||
Loading…
x
Reference in New Issue
Block a user