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