Skip to content

Commit 7537ab9

Browse files
tp1415926535gitee-org
authored andcommitted
update src/c#/GeneralUpdate.PacketTool/ViewModels/MainViewModel.cs.
与枚举不对应 Signed-off-by: tp1415926535 <[email protected]>
1 parent fac3975 commit 7537ab9

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)