!141 上传域名变更

Merge pull request !141 from likehomedream/UIFIX
This commit is contained in:
likehomedream 2024-07-17 09:50:04 +00:00 committed by Gitee
commit 32896ac330
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 10 additions and 1 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
kylin-theme-builder (1.0.0.1-ok2.7) nile; urgency=medium
* BUG:无
* 需求号:无
* 其他改动说明:修改上传域名
* 其他改动说明影响域:无
-- 李柯 <like1@kylinos.cn> Wed, 17 Jul 2024 17:47:35 +0800
kylin-theme-builder (1.0.0.1-ok2.6) nile; urgency=medium
* BUG:

View File

@ -18,7 +18,7 @@ buildResultWidget::buildResultWidget(QWidget *parent) :
m_buildResult->setText(tr("Theme finished!"));
QLabel *guideLabel = new QLabel();
QString str = "<a href=\"https://developer.kylinos.cn/openlogin\">" + tr("Upload theme platform") + "</a>";
QString str = "<a href=\"https://app-distribute.kylinos.cn\">" + tr("Upload theme platform") + "</a>";
guideLabel->setText(str);
guideLabel->setTextFormat(Qt::RichText);
guideLabel->setCursor(Qt::PointingHandCursor);