mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-02 23:27:04 +00:00
no message
This commit is contained in:
parent
d167a91a07
commit
f54f86f2b5
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "DooTask",
|
||||
"version": "0.17.67",
|
||||
"version": "0.17.70",
|
||||
"description": "DooTask is task management system.",
|
||||
"scripts": {
|
||||
"start": "./cmd dev",
|
||||
|
||||
2
public/css/app.css
vendored
2
public/css/app.css
vendored
File diff suppressed because one or more lines are too long
2
public/js/app.js
vendored
2
public/js/app.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/0.js
vendored
2
public/js/build/0.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/591.js
vendored
2
public/js/build/591.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/710.js
vendored
2
public/js/build/710.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
0a7c8b2defa909f8
|
||||
d5af67b0d43b37d0
|
||||
|
||||
@ -103,7 +103,7 @@ export default {
|
||||
let apiHome = $A.getDomain(window.systemInfo.apiUrl)
|
||||
return this.isSoftware && (apiHome == "" || apiHome == "public")
|
||||
},
|
||||
|
||||
|
||||
checkVersion() {
|
||||
if (this.isNotServer()) {
|
||||
return;
|
||||
@ -143,7 +143,7 @@ export default {
|
||||
//
|
||||
switch (publish.provider) {
|
||||
case 'generic':
|
||||
this.downloadUrl = `${publish.url}/${this.apiVersion}`
|
||||
this.downloadUrl = `${publish.url}/latest`
|
||||
break;
|
||||
|
||||
case 'github':
|
||||
|
||||
36
resources/assets/sass/pages/page-messenger.scss
vendored
36
resources/assets/sass/pages/page-messenger.scss
vendored
@ -208,12 +208,12 @@
|
||||
align-items: center;
|
||||
> em {
|
||||
flex-shrink: 0;
|
||||
background-color: rgba($primary-desc-color, 0.3);
|
||||
height: 18px;
|
||||
width: 24px;
|
||||
line-height: 18px;
|
||||
background-color: rgba($primary-desc-color, 0.25);
|
||||
height: 20px;
|
||||
width: 26px;
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
border-radius: 9px;
|
||||
border-radius: 10px;
|
||||
font-size: 14px;
|
||||
font-style: normal;
|
||||
margin-right: 4px;
|
||||
@ -267,18 +267,6 @@
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
&.loading {
|
||||
margin: 0;
|
||||
height: 52px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
.common-loading {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
&.completed {
|
||||
&:after {
|
||||
content: "\f373";
|
||||
@ -298,12 +286,24 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
&.nothing {
|
||||
&.nothing,
|
||||
&.loading {
|
||||
justify-content: center;
|
||||
padding: 24px;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
line-height: 22px;
|
||||
cursor: default;
|
||||
}
|
||||
&.loading {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
.common-loading {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 43d60dba08b1dc3dfd021c79e2cf7ff4cc9a2433
|
||||
Subproject commit 8d4ff1850bab8f4db63d921ac7115c32fc87c3ac
|
||||
Loading…
x
Reference in New Issue
Block a user