update upload http

This commit is contained in:
like 2024-05-31 17:26:29 +08:00
parent b45dd8fb8a
commit abe3cfecd3
1 changed files with 1 additions and 1 deletions

View File

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