Upload themepackage address update

This commit is contained in:
like 2024-04-28 11:23:14 +08:00
parent b435aedca4
commit 3e6d8cd962
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ buildResultWidget::buildResultWidget(QWidget *parent) :
m_buildResult->setText("主题制作完成!");
QLabel *guideLabel = new QLabel();
QString str = "<a href=\"https://developer.kylinos.cn/login?type=openKylin\">" + tr("上传主题平台") + "</a>";
QString str = "<a href=\"http://172.20.107.254:8082/openlogin\">" + tr("上传主题平台") + "</a>";
guideLabel->setText(str);
guideLabel->setTextFormat(Qt::RichText);
guideLabel->setCursor(Qt::PointingHandCursor);