From 536ceb124fc1f38d98b166e4ff0a9707101d4e83 Mon Sep 17 00:00:00 2001 From: sin365 <353374337@qq.com> Date: Fri, 30 Jan 2026 18:40:46 +0800 Subject: [PATCH] .. --- Axibug.MHFSaveAutoConverter.csproj.user | 6 ++++++ Data/DataStruct.cs | 6 +++--- Program.cs | 2 +- Properties/PublishProfiles/FolderProfile.pubxml | 13 +++++++++++++ .../PublishProfiles/FolderProfile.pubxml.user | 10 ++++++++++ 5 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 Axibug.MHFSaveAutoConverter.csproj.user create mode 100644 Properties/PublishProfiles/FolderProfile.pubxml create mode 100644 Properties/PublishProfiles/FolderProfile.pubxml.user diff --git a/Axibug.MHFSaveAutoConverter.csproj.user b/Axibug.MHFSaveAutoConverter.csproj.user new file mode 100644 index 0000000..9ecc64e --- /dev/null +++ b/Axibug.MHFSaveAutoConverter.csproj.user @@ -0,0 +1,6 @@ + + + + <_LastSelectedProfileId>G:\Sin365\Axibug.MHFSaveAutoConverter\Properties\PublishProfiles\FolderProfile.pubxml + + \ No newline at end of file diff --git a/Data/DataStruct.cs b/Data/DataStruct.cs index 9ce8110..8cabe16 100644 --- a/Data/DataStruct.cs +++ b/Data/DataStruct.cs @@ -313,7 +313,7 @@ namespace Axibug.MHFSaveAutoConverter.DataStruct return str; } - static HashSet aya = new HashSet{ + static HashSet del = new HashSet{ 8139, 8855, 7502, @@ -371,8 +371,8 @@ namespace Axibug.MHFSaveAutoConverter.DataStruct bool needfix = (itemid >= 9498); - if (aya.Contains(itemid)) - needfix = true; + //if (del.Contains(itemid)) + // needfix = true; if (needfix) { diff --git a/Program.cs b/Program.cs index 54ab0be..9e9c806 100644 --- a/Program.cs +++ b/Program.cs @@ -18,7 +18,7 @@ namespace Axibug.MHFSaveAutoConverter Console.Title = "皓月云MHF存档迁移工具 ver 0.1.0"; Console.WriteLine("读取配置"); while (true) - MainMenu();~ + MainMenu(); } static void MainMenu() diff --git a/Properties/PublishProfiles/FolderProfile.pubxml b/Properties/PublishProfiles/FolderProfile.pubxml new file mode 100644 index 0000000..df5633a --- /dev/null +++ b/Properties/PublishProfiles/FolderProfile.pubxml @@ -0,0 +1,13 @@ + + + + + Release + Any CPU + bin\Release\net8.0\publish\ + FileSystem + <_TargetId>Folder + + \ No newline at end of file diff --git a/Properties/PublishProfiles/FolderProfile.pubxml.user b/Properties/PublishProfiles/FolderProfile.pubxml.user new file mode 100644 index 0000000..b7f9c47 --- /dev/null +++ b/Properties/PublishProfiles/FolderProfile.pubxml.user @@ -0,0 +1,10 @@ + + + + + True|2026-01-22T10:28:19.5051638Z||;False|2026-01-22T18:27:12.9992480+08:00||; + + + \ No newline at end of file