Upload themepackage address update
This commit is contained in:
parent
b435aedca4
commit
3e6d8cd962
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue