no message

This commit is contained in:
kuaifan 2022-06-20 02:24:06 +08:00
parent d167a91a07
commit f54f86f2b5
12 changed files with 30 additions and 30 deletions

View File

@ -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

File diff suppressed because one or more lines are too long

2
public/js/app.js vendored

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

View File

@ -1 +1 @@
0a7c8b2defa909f8
d5af67b0d43b37d0

View File

@ -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':

View File

@ -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