|
@@ -9,7 +9,7 @@
|
|
|
#include <QApplication>
|
|
|
#include <QPixmap>
|
|
|
|
|
|
-static const QString buildTime = "2024年11月22日";
|
|
|
+static const QString buildTime = "2025年1月15日";
|
|
|
|
|
|
AppInfoWidget::AppInfoWidget(QWidget *parent) : QWidget(parent)
|
|
|
{
|
|
@@ -87,7 +87,7 @@ void AppInfoWidget::refresh()
|
|
|
{
|
|
|
m_verValueLabel->setText(qApp->applicationVersion());
|
|
|
m_contentValueLabel->setText("问题修复、功能改进");
|
|
|
- m_dateValueLabel->setText("2024年11月22日");
|
|
|
+ m_dateValueLabel->setText(buildTime);
|
|
|
m_envValueLabel->setText(SysInfoExt::getCpuName());
|
|
|
m_confirmButton->hide();
|
|
|
}
|