修复日志错误问题

This commit is contained in:
JackLee_CN 2024-11-05 11:28:59 +08:00
parent 4d9740fe7c
commit a23a5cba7a
2 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,7 @@ void xsteam_update_ui::load_about()
QFuture<void> future = QtConcurrent::run([=]() QFuture<void> future = QtConcurrent::run([=]()
{ {
xsteam_curl* _curl=new xsteam_curl(); 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) if(log.size()>0)
{ {
info->setText(QString::fromStdString(log)); info->setText(QString::fromStdString(log));

1
update.xlog Normal file
View File

@ -0,0 +1 @@
##更新日志