From a23a5cba7afe6f8cd9b9bb8634d01fdc1d5ddd3e Mon Sep 17 00:00:00 2001 From: JackLee_CN <809262979@qq.com> Date: Tue, 5 Nov 2024 11:28:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A5=E5=BF=97=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/xsteam_update_ui.cpp | 2 +- update.xlog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 update.xlog diff --git a/src/xsteam_update_ui.cpp b/src/xsteam_update_ui.cpp index 2c8e7a0..faeeb37 100644 --- a/src/xsteam_update_ui.cpp +++ b/src/xsteam_update_ui.cpp @@ -29,7 +29,7 @@ void xsteam_update_ui::load_about() QFuture future = QtConcurrent::run([=]() { xsteam_curl* _curl=new xsteam_curl(); - auto log=_curl->get_steam_id_info("https://git.axibug.com/JackLee/XSteam/raw/branch/vcpkg/update.log",NULL); + auto log=_curl->get_steam_id_info("https://git.axibug.com/JackLee/XSteam/raw/branch/vcpkg/update.xlog",NULL); if(log.size()>0) { info->setText(QString::fromStdString(log)); diff --git a/update.xlog b/update.xlog new file mode 100644 index 0000000..9c5a094 --- /dev/null +++ b/update.xlog @@ -0,0 +1 @@ +##更新日志 \ No newline at end of file