Skip to content

Commit

Permalink
2.9.2
Browse files Browse the repository at this point in the history
修复部分情况下设备状态始终显示900E的问题
修复Mindows工具箱下载资源闪退问题
  • Loading branch information
mujianwu committed Jul 24, 2024
1 parent e68099e commit 7febeb0
Show file tree
Hide file tree
Showing 29 changed files with 6 additions and 35 deletions.
Binary file not shown.
Binary file removed .vs/UotanToolBox/v17/.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion UotanToolBox/Mindows.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
4 changes: 2 additions & 2 deletions UotanToolBox/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 访问此程序集中的类型
Expand Down
2 changes: 1 addition & 1 deletion UotanToolBox/Tools.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions UotanToolBox/Tools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public Tools()
}

//储存版本信息
string version = "2.9.0";
string version = "2.9.2";
string webversion = "";

//检查网络链接相关
Expand Down Expand Up @@ -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";
Expand Down
Binary file removed UotanToolBox/bin/Debug/柚坛搞机工具箱.exe
Binary file not shown.
6 changes: 0 additions & 6 deletions UotanToolBox/bin/Debug/柚坛搞机工具箱.exe.config

This file was deleted.

Binary file removed UotanToolBox/bin/Debug/柚坛搞机工具箱.pdb
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed UotanToolBox/obj/Debug/UotanToolBox.Tools.resources
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

18 changes: 0 additions & 18 deletions UotanToolBox/obj/Debug/UotanToolBox.csproj.FileListAbsolute.txt

This file was deleted.

Binary file not shown.
Binary file removed UotanToolBox/obj/Debug/柚坛搞机工具箱.exe
Binary file not shown.
Binary file removed UotanToolBox/obj/Debug/柚坛搞机工具箱.pdb
Binary file not shown.

0 comments on commit 7febeb0

Please sign in to comment.