commit
32896ac330
|
@ -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:
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue