diff --git a/.vs/UotanToolBox/FileContentIndex/4cbdce51-97cd-4bef-88d2-d810f0031a3f.vsidx b/.vs/UotanToolBox/FileContentIndex/4cbdce51-97cd-4bef-88d2-d810f0031a3f.vsidx deleted file mode 100644 index 3040ff4..0000000 Binary files a/.vs/UotanToolBox/FileContentIndex/4cbdce51-97cd-4bef-88d2-d810f0031a3f.vsidx and /dev/null differ diff --git a/.vs/UotanToolBox/v17/.suo b/.vs/UotanToolBox/v17/.suo deleted file mode 100644 index b57c59a..0000000 Binary files a/.vs/UotanToolBox/v17/.suo and /dev/null differ diff --git a/UotanToolBox/Mindows.cs b/UotanToolBox/Mindows.cs index 38dca35..6663a08 100644 --- a/UotanToolBox/Mindows.cs +++ b/UotanToolBox/Mindows.cs @@ -733,7 +733,7 @@ public static string GetDownloadLink(string html) for (int i = 0; i < line.Length; i++) { need = line[i]; - int find = need.IndexOf("location:"); + int find = need.IndexOf("Location:"); if (find != -1) break; } diff --git a/UotanToolBox/Properties/AssemblyInfo.cs b/UotanToolBox/Properties/AssemblyInfo.cs index 81f69ff..2028697 100644 --- a/UotanToolBox/Properties/AssemblyInfo.cs +++ b/UotanToolBox/Properties/AssemblyInfo.cs @@ -14,8 +14,8 @@ [assembly: AssemblyCopyright("Copyright © 2020-2024 UOTAN 保留所有权利")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("2.9.0.0")] -[assembly: AssemblyFileVersion("2.9.0.0")] +[assembly: AssemblyVersion("2.9.2.0")] +[assembly: AssemblyFileVersion("2.9.2.0")] // 将 ComVisible 设置为 false 会使此程序集中的类型 //对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型 diff --git a/UotanToolBox/Tools.Designer.cs b/UotanToolBox/Tools.Designer.cs index 28d81d0..48d033f 100644 --- a/UotanToolBox/Tools.Designer.cs +++ b/UotanToolBox/Tools.Designer.cs @@ -3641,7 +3641,7 @@ private void InitializeComponent() this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(71, 17); this.label22.TabIndex = 1; - this.label22.Text = "版本:2.9.0"; + this.label22.Text = "版本:2.9.2"; // // pictureBox3 // diff --git a/UotanToolBox/Tools.cs b/UotanToolBox/Tools.cs index 50e8f05..31d582a 100644 --- a/UotanToolBox/Tools.cs +++ b/UotanToolBox/Tools.cs @@ -25,7 +25,7 @@ public Tools() } //储存版本信息 - string version = "2.9.0"; + string version = "2.9.2"; string webversion = ""; //检查网络链接相关 @@ -228,7 +228,7 @@ public void Checkcon() { conninfo.Text = "901D"; } - int check900e = Mindows.Devcon("find usb*").IndexOf("900E"); + int check900e = Mindows.Devcon("find usb*").IndexOf("900E ("); if (check900e != -1) { conninfo.Text = "900E"; diff --git "a/UotanToolBox/bin/Debug/\346\237\232\345\235\233\346\220\236\346\234\272\345\267\245\345\205\267\347\256\261.exe" "b/UotanToolBox/bin/Debug/\346\237\232\345\235\233\346\220\236\346\234\272\345\267\245\345\205\267\347\256\261.exe" deleted file mode 100644 index 6216e3c..0000000 Binary files "a/UotanToolBox/bin/Debug/\346\237\232\345\235\233\346\220\236\346\234\272\345\267\245\345\205\267\347\256\261.exe" and /dev/null differ diff --git "a/UotanToolBox/bin/Debug/\346\237\232\345\235\233\346\220\236\346\234\272\345\267\245\345\205\267\347\256\261.exe.config" "b/UotanToolBox/bin/Debug/\346\237\232\345\235\233\346\220\236\346\234\272\345\267\245\345\205\267\347\256\261.exe.config" deleted file mode 100644 index 56efbc7..0000000 --- "a/UotanToolBox/bin/Debug/\346\237\232\345\235\233\346\220\236\346\234\272\345\267\245\345\205\267\347\256\261.exe.config" +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git "a/UotanToolBox/bin/Debug/\346\237\232\345\235\233\346\220\236\346\234\272\345\267\245\345\205\267\347\256\261.pdb" "b/UotanToolBox/bin/Debug/\346\237\232\345\235\233\346\220\236\346\234\272\345\267\245\345\205\267\347\256\261.pdb" deleted file mode 100644 index b30e120..0000000 Binary files "a/UotanToolBox/bin/Debug/\346\237\232\345\235\233\346\220\236\346\234\272\345\267\245\345\205\267\347\256\261.pdb" and /dev/null differ diff --git a/UotanToolBox/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/UotanToolBox/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs deleted file mode 100644 index 3871b18..0000000 --- a/UotanToolBox/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")] diff --git a/UotanToolBox/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/UotanToolBox/obj/Debug/DesignTimeResolveAssemblyReferences.cache deleted file mode 100644 index 9785c4f..0000000 Binary files a/UotanToolBox/obj/Debug/DesignTimeResolveAssemblyReferences.cache and /dev/null differ diff --git a/UotanToolBox/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/UotanToolBox/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache deleted file mode 100644 index 567512d..0000000 Binary files a/UotanToolBox/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ diff --git a/UotanToolBox/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll b/UotanToolBox/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll deleted file mode 100644 index f7b3940..0000000 Binary files a/UotanToolBox/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll and /dev/null differ diff --git a/UotanToolBox/obj/Debug/UotanToolBox.ChoiceISO.resources b/UotanToolBox/obj/Debug/UotanToolBox.ChoiceISO.resources deleted file mode 100644 index 90cd83a..0000000 Binary files a/UotanToolBox/obj/Debug/UotanToolBox.ChoiceISO.resources and /dev/null differ diff --git a/UotanToolBox/obj/Debug/UotanToolBox.DeviceWarn.resources b/UotanToolBox/obj/Debug/UotanToolBox.DeviceWarn.resources deleted file mode 100644 index 90cd83a..0000000 Binary files a/UotanToolBox/obj/Debug/UotanToolBox.DeviceWarn.resources and /dev/null differ diff --git a/UotanToolBox/obj/Debug/UotanToolBox.Download.resources b/UotanToolBox/obj/Debug/UotanToolBox.Download.resources deleted file mode 100644 index 90cd83a..0000000 Binary files a/UotanToolBox/obj/Debug/UotanToolBox.Download.resources and /dev/null differ diff --git a/UotanToolBox/obj/Debug/UotanToolBox.DownloadWindows.resources b/UotanToolBox/obj/Debug/UotanToolBox.DownloadWindows.resources deleted file mode 100644 index 90cd83a..0000000 Binary files a/UotanToolBox/obj/Debug/UotanToolBox.DownloadWindows.resources and /dev/null differ diff --git a/UotanToolBox/obj/Debug/UotanToolBox.MindowsInstall.resources b/UotanToolBox/obj/Debug/UotanToolBox.MindowsInstall.resources deleted file mode 100644 index 90cd83a..0000000 Binary files a/UotanToolBox/obj/Debug/UotanToolBox.MindowsInstall.resources and /dev/null differ diff --git a/UotanToolBox/obj/Debug/UotanToolBox.MindowsTools.resources b/UotanToolBox/obj/Debug/UotanToolBox.MindowsTools.resources deleted file mode 100644 index 90cd83a..0000000 Binary files a/UotanToolBox/obj/Debug/UotanToolBox.MindowsTools.resources and /dev/null differ diff --git a/UotanToolBox/obj/Debug/UotanToolBox.Properties.Resources.resources b/UotanToolBox/obj/Debug/UotanToolBox.Properties.Resources.resources deleted file mode 100644 index 6c05a97..0000000 Binary files a/UotanToolBox/obj/Debug/UotanToolBox.Properties.Resources.resources and /dev/null differ diff --git a/UotanToolBox/obj/Debug/UotanToolBox.SetWinPart.resources b/UotanToolBox/obj/Debug/UotanToolBox.SetWinPart.resources deleted file mode 100644 index 90cd83a..0000000 Binary files a/UotanToolBox/obj/Debug/UotanToolBox.SetWinPart.resources and /dev/null differ diff --git a/UotanToolBox/obj/Debug/UotanToolBox.Tools.resources b/UotanToolBox/obj/Debug/UotanToolBox.Tools.resources deleted file mode 100644 index 23a5422..0000000 Binary files a/UotanToolBox/obj/Debug/UotanToolBox.Tools.resources and /dev/null differ diff --git a/UotanToolBox/obj/Debug/UotanToolBox.UserRead.resources b/UotanToolBox/obj/Debug/UotanToolBox.UserRead.resources deleted file mode 100644 index 5dfbc77..0000000 Binary files a/UotanToolBox/obj/Debug/UotanToolBox.UserRead.resources and /dev/null differ diff --git a/UotanToolBox/obj/Debug/UotanToolBox.csproj.AssemblyReference.cache b/UotanToolBox/obj/Debug/UotanToolBox.csproj.AssemblyReference.cache deleted file mode 100644 index f5b140e..0000000 Binary files a/UotanToolBox/obj/Debug/UotanToolBox.csproj.AssemblyReference.cache and /dev/null differ diff --git a/UotanToolBox/obj/Debug/UotanToolBox.csproj.CoreCompileInputs.cache b/UotanToolBox/obj/Debug/UotanToolBox.csproj.CoreCompileInputs.cache deleted file mode 100644 index ade22b0..0000000 --- a/UotanToolBox/obj/Debug/UotanToolBox.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -49c633b37d9a49c11a0a90cc3fcea842b0d623c42c059b15fd8c332b83034943 diff --git a/UotanToolBox/obj/Debug/UotanToolBox.csproj.FileListAbsolute.txt b/UotanToolBox/obj/Debug/UotanToolBox.csproj.FileListAbsolute.txt deleted file mode 100644 index 41d820a..0000000 --- a/UotanToolBox/obj/Debug/UotanToolBox.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,18 +0,0 @@ -C:\Users\lrh15\source\repos\UotanToolBox\UotanToolBox\bin\Debug\柚坛搞机工具箱.exe.config -C:\Users\lrh15\source\repos\UotanToolBox\UotanToolBox\bin\Debug\柚坛搞机工具箱.exe -C:\Users\lrh15\source\repos\UotanToolBox\UotanToolBox\bin\Debug\柚坛搞机工具箱.pdb -C:\Users\lrh15\source\repos\UotanToolBox\UotanToolBox\obj\Debug\UotanToolBox.csproj.AssemblyReference.cache -C:\Users\lrh15\source\repos\UotanToolBox\UotanToolBox\obj\Debug\UotanToolBox.ChoiceISO.resources -C:\Users\lrh15\source\repos\UotanToolBox\UotanToolBox\obj\Debug\UotanToolBox.DeviceWarn.resources -C:\Users\lrh15\source\repos\UotanToolBox\UotanToolBox\obj\Debug\UotanToolBox.DownloadWindows.resources -C:\Users\lrh15\source\repos\UotanToolBox\UotanToolBox\obj\Debug\UotanToolBox.MindowsTools.resources -C:\Users\lrh15\source\repos\UotanToolBox\UotanToolBox\obj\Debug\UotanToolBox.SetWinPart.resources -C:\Users\lrh15\source\repos\UotanToolBox\UotanToolBox\obj\Debug\UotanToolBox.UserRead.resources -C:\Users\lrh15\source\repos\UotanToolBox\UotanToolBox\obj\Debug\UotanToolBox.MindowsInstall.resources -C:\Users\lrh15\source\repos\UotanToolBox\UotanToolBox\obj\Debug\UotanToolBox.Tools.resources -C:\Users\lrh15\source\repos\UotanToolBox\UotanToolBox\obj\Debug\UotanToolBox.Download.resources -C:\Users\lrh15\source\repos\UotanToolBox\UotanToolBox\obj\Debug\UotanToolBox.Properties.Resources.resources -C:\Users\lrh15\source\repos\UotanToolBox\UotanToolBox\obj\Debug\UotanToolBox.csproj.GenerateResource.cache -C:\Users\lrh15\source\repos\UotanToolBox\UotanToolBox\obj\Debug\UotanToolBox.csproj.CoreCompileInputs.cache -C:\Users\lrh15\source\repos\UotanToolBox\UotanToolBox\obj\Debug\柚坛搞机工具箱.exe -C:\Users\lrh15\source\repos\UotanToolBox\UotanToolBox\obj\Debug\柚坛搞机工具箱.pdb diff --git a/UotanToolBox/obj/Debug/UotanToolBox.csproj.GenerateResource.cache b/UotanToolBox/obj/Debug/UotanToolBox.csproj.GenerateResource.cache deleted file mode 100644 index 0dce030..0000000 Binary files a/UotanToolBox/obj/Debug/UotanToolBox.csproj.GenerateResource.cache and /dev/null differ diff --git "a/UotanToolBox/obj/Debug/\346\237\232\345\235\233\346\220\236\346\234\272\345\267\245\345\205\267\347\256\261.exe" "b/UotanToolBox/obj/Debug/\346\237\232\345\235\233\346\220\236\346\234\272\345\267\245\345\205\267\347\256\261.exe" deleted file mode 100644 index 6216e3c..0000000 Binary files "a/UotanToolBox/obj/Debug/\346\237\232\345\235\233\346\220\236\346\234\272\345\267\245\345\205\267\347\256\261.exe" and /dev/null differ diff --git "a/UotanToolBox/obj/Debug/\346\237\232\345\235\233\346\220\236\346\234\272\345\267\245\345\205\267\347\256\261.pdb" "b/UotanToolBox/obj/Debug/\346\237\232\345\235\233\346\220\236\346\234\272\345\267\245\345\205\267\347\256\261.pdb" deleted file mode 100644 index b30e120..0000000 Binary files "a/UotanToolBox/obj/Debug/\346\237\232\345\235\233\346\220\236\346\234\272\345\267\245\345\205\267\347\256\261.pdb" and /dev/null differ