界面细节修改,提升下载量的瞩目

补充changelog
准备发320测试
This commit is contained in:
2022-08-30 01:00:06 +08:00
parent 6617522a7c
commit b75fbe5674
5 changed files with 147 additions and 152 deletions

View File

@@ -72,7 +72,6 @@ void SpkAppInfoLoaderThread::run()
QString details;
details = tr("PkgName: ") + json["Pkgname"].toString() + "\n";
details += tr("Version: ") + json["Version"].toString() + "\n";
details += tr("Download Times: ") + this->downloadTimes + "\n";
if(!json["Author"].toString().trimmed().isEmpty())
{
details += tr("Author: ") + json["Author"].toString() + "\n";
@@ -86,7 +85,8 @@ void SpkAppInfoLoaderThread::run()
}
details += tr("Contributor: ") + json["Contributor"].toString() + "\n";
details += tr("Update Time: ") + json["Update"].toString() + "\n";
details += tr("Installed Size: ") + json["Size"].toString() + "\n";
details += tr("Installed Size: ") + json["Size"].toString() + "\n\n";
details += tr("Download Times: ") + this->downloadTimes + "\n";
more = json["More"].toString();
QProcess isInstall;