Skip to content

Commit 269adf1

Browse files
JusterZhugitee-org
authored andcommitted
!1 update src/c#/GeneralUpdate.PacketTool/ViewModels/MainViewModel.cs.
Merge pull request !1 from tp1415926535/N/A
2 parents fac3975 + 7537ab9 commit 269adf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/c#/GeneralUpdate.PacketTool/ViewModels/MainViewModel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using CommunityToolkit.Mvvm.Input;
1+
using CommunityToolkit.Mvvm.Input;
22
using GeneralUpdate.AspNetCore.DTO;
33
using GeneralUpdate.Core.Domain.Enum;
44
using GeneralUpdate.Core.Utils;
@@ -343,7 +343,7 @@ private int String2AppType(string appType)
343343
result = 1;
344344
break;
345345

346-
case "UTF8":
346+
case "Upgrade":
347347
result = 2;
348348
break;
349349
}

0 commit comments

Comments
 (0)