mcy_new #1

Merged
wangyang merged 179 commits from mcy_new into master 2025-08-28 10:10:45 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 88fb2fd17a - Show all commits

View File

@ -62,7 +62,7 @@ class UpdateAppEvent {
version: version, //
title: json["title"] ?? "发现新版本", // title
description: newDescription, //
link: json["downloadPath"], //
link: json["downloadPath"]??'', //
upgrade: upgrade,
deviceInfo: deviceInfo,
appName: appName,