From e20678da8b49faa49177bfef2c601570f1b57003 Mon Sep 17 00:00:00 2001
From: xiu2 <54703944+XIU2@users.noreply.github.com>
Date: Mon, 13 Mar 2023 21:35:37 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20=E6=A3=80=E6=9F=A5?=
=?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Form.Designer.cs | 2 +-
Form.cs | 7 +++---
Properties/Resources.Designer.cs | 2 +-
Properties/Resources.resx | 2 +-
README.md | 22 +++++++++----------
...45\260\217\345\267\245\345\205\267.csproj" | 2 +-
6 files changed, 19 insertions(+), 18 deletions(-)
diff --git a/Form.Designer.cs b/Form.Designer.cs
index c251fcb..cf34d77 100644
--- a/Form.Designer.cs
+++ b/Form.Designer.cs
@@ -331,7 +331,7 @@ private void InitializeComponent()
this.Button_自动检查更新.Size = new System.Drawing.Size(115, 22);
this.Button_自动检查更新.TabIndex = 22;
this.Button_自动检查更新.TabStop = false;
- this.Button_自动检查更新.Text = "自动检查更新 [√]";
+ this.Button_自动检查更新.Text = "自动检查更新 [×]";
this.toolTip.SetToolTip(this.Button_自动检查更新, "[√]:启动软件后检查更新\r\n[×]:启动软件后不检查更新");
this.Button_自动检查更新.UseVisualStyleBackColor = false;
this.Button_自动检查更新.Click += new System.EventHandler(this.Button_自动检查更新_Click);
diff --git a/Form.cs b/Form.cs
index 03f9179..7f5dee1 100644
--- a/Form.cs
+++ b/Form.cs
@@ -85,9 +85,10 @@ private void Form_Load(object sender, EventArgs e) // 主窗口创建前
this.AllowDrop = false;
FileDroper = new FileDropAdmin(this);
}
-
+ Debug.Print(Button_自动检查更新.Text);
// 读入程序配置文件
Read_AppConfig();
+ Debug.Print(Button_自动检查更新.Text);
// 创建线程检查更新
if (Button_自动检查更新.Text == "自动检查更新 [√]")
@@ -197,7 +198,7 @@ private void Form_FormClosing(object sender, FormClosingEventArgs e) // 主窗
private void Read_AppConfig() // 读入程序配置文件
{
- if (AppConfig.GetValue("AutoCheckUpdate", "true", AppConfig_Path) == "true")
+ if (AppConfig.GetValue("AutoCheckUpdate", "false", AppConfig_Path) == "true")
{
Button_自动检查更新.Text = "自动检查更新 [√]";
}
@@ -688,7 +689,7 @@ private void Check_Dll() // 检查 syspin.dll 是否存在
private void Check_Update(bool Tip) // 检查更新
{
- string strHTML = GetHTTP.Get_HTTP("https://api.xiuer.pw/ver/win10kscdmhxgj.txt", 10000, "utf-8");
+ string strHTML = GetHTTP.Get_HTTP("https://api.xiu2.xyz/ver/win10kscdmhxgj.txt", 10000, "utf-8");
string[] Ver_Info = strHTML.Split('\n');
if (Ver_Info.Length > 2 && Ver_Info[1] != Now_VerInfo)
{
diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs
index 0487769..87cc07e 100644
--- a/Properties/Resources.Designer.cs
+++ b/Properties/Resources.Designer.cs
@@ -67,7 +67,7 @@ internal Resources() {
/// <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/>
/// </startup>
/// <appSettings>
- /// <add key="AutoCheckUpdate" value="true"/>
+ /// <add key="AutoCheckUpdate" value="false"/>
/// <add key="EnableWindowsFormsHighDpiAutoResizing" value="true"/>
/// </appSettings>
///</configuration> 的本地化字符串。
diff --git a/Properties/Resources.resx b/Properties/Resources.resx
index e5be173..1166f48 100644
--- a/Properties/Resources.resx
+++ b/Properties/Resources.resx
@@ -124,7 +124,7 @@
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/>
</startup>
<appSettings>
- <add key="AutoCheckUpdate" value="true"/>
+ <add key="AutoCheckUpdate" value="false"/>
<add key="EnableWindowsFormsHighDpiAutoResizing" value="true"/>
</appSettings>
</configuration>
diff --git a/README.md b/README.md
index a39e624..784f211 100644
--- a/README.md
+++ b/README.md
@@ -17,24 +17,24 @@
## 软件界面
-![软件界面](https://raw.githubusercontent.com/XIU2/TileTool/master/img/01.png)
+![软件界面](https://cdn.staticaly.com/gh/XIU2/TileTool/master/img/01.png)
> 界面折腾半天发现还是好丑,我可能真的没有设计天赋 -.-...
-![右键菜单](https://raw.githubusercontent.com/XIU2/TileTool/master/img/02.png)
+![右键菜单](https://cdn.staticaly.com/gh/XIU2/TileTool/master/img/02.png)
> 右键菜单示例
****
## 效果示例
-![](https://raw.githubusercontent.com/XIU2/TileTool/master/img/09.png)
-![](https://raw.githubusercontent.com/XIU2/TileTool/master/img/10.png)
-![](https://raw.githubusercontent.com/XIU2/TileTool/master/img/03.png)
-![](https://raw.githubusercontent.com/XIU2/TileTool/master/img/04.png)
-![](https://raw.githubusercontent.com/XIU2/TileTool/master/img/05.png)
-![](https://raw.githubusercontent.com/XIU2/TileTool/master/img/06.png)
-![](https://raw.githubusercontent.com/XIU2/TileTool/master/img/07.png)
-![](https://raw.githubusercontent.com/XIU2/TileTool/master/img/08.png)
+![](https://cdn.staticaly.com/gh/XIU2/TileTool/master/img/09.png)
+![](https://cdn.staticaly.com/gh/XIU2/TileTool/master/img/10.png)
+![](https://cdn.staticaly.com/gh/XIU2/TileTool/master/img/03.png)
+![](https://cdn.staticaly.com/gh/XIU2/TileTool/master/img/04.png)
+![](https://cdn.staticaly.com/gh/XIU2/TileTool/master/img/05.png)
+![](https://cdn.staticaly.com/gh/XIU2/TileTool/master/img/06.png)
+![](https://cdn.staticaly.com/gh/XIU2/TileTool/master/img/07.png)
+![](https://cdn.staticaly.com/gh/XIU2/TileTool/master/img/08.png)
> 磁贴图标包(400+)我放在蓝奏云网盘中了,需要自取。
@@ -42,7 +42,7 @@
## 下载地址
-* 蓝奏云 :[https://pan.lanzouv.com/b0sp46eh](https://pan.lanzouv.com/b0sp46eh)
+* 蓝奏云 :[https://pan.lanzouf.com/b0sp46eh](https://pan.lanzouf.com/b0sp46eh)
* Github:[https://github.com/XIU2/TileTool/releases](https://github.com/XIU2/TileTool/releases)
****
diff --git "a/\347\243\201\350\264\264\347\276\216\345\214\226\345\260\217\345\267\245\345\205\267.csproj" "b/\347\243\201\350\264\264\347\276\216\345\214\226\345\260\217\345\267\245\345\205\267.csproj"
index 60161bb..161e059 100644
--- "a/\347\243\201\350\264\264\347\276\216\345\214\226\345\260\217\345\267\245\345\205\267.csproj"
+++ "b/\347\243\201\350\264\264\347\276\216\345\214\226\345\260\217\345\267\245\345\205\267.csproj"
@@ -6,7 +6,7 @@
x64
latest
true
- 4.1.0
+ 4.1.1
XIU2
Copyright © 2020 XIU2. All Rights Reserved.
app.manifest