diff --git a/Consts/AboutConst.cs b/Consts/AboutConst.cs
index 6c833fb..aa37cab 100644
--- a/Consts/AboutConst.cs
+++ b/Consts/AboutConst.cs
@@ -13,5 +13,5 @@ internal class AboutConst : AboutMultilangConst
public static string RepositoryButtonUrl => "https://github.com/SpaceTimee/Sheas-Cealer";
public static string PolicyButtonUrl => "https://thoughts.teambition.com/share/6264eda98adeb10041b92fda#title=Sheas_Cealer_隐私政策";
- public static string TermsButtonUrl => "https://thoughts.teambition.com/share/6264edd78adeb10041b92fdb#title=Sheas_Cealer_使用协议";
+ public static string AgreementButtonUrl => "https://thoughts.teambition.com/share/6264edd78adeb10041b92fdb#title=Sheas_Cealer_使用协议";
}
\ No newline at end of file
diff --git a/Consts/AboutMultilangConst.Designer.cs b/Consts/AboutMultilangConst.Designer.cs
index 53c8527..cf482d4 100644
--- a/Consts/AboutMultilangConst.Designer.cs
+++ b/Consts/AboutMultilangConst.Designer.cs
@@ -69,6 +69,15 @@ namespace Sheas_Cealer.Consts {
}
}
+ ///
+ /// 查找类似 EULA 的本地化字符串。
+ ///
+ public static string AgreementButtonContent {
+ get {
+ return ResourceManager.GetString("AgreementButtonContent", resourceCulture);
+ }
+ }
+
///
/// 查找类似 Dev. Space Time 的本地化字符串。
///
@@ -114,15 +123,6 @@ namespace Sheas_Cealer.Consts {
}
}
- ///
- /// 查找类似 ToS 的本地化字符串。
- ///
- public static string TermsButtonContent {
- get {
- return ResourceManager.GetString("TermsButtonContent", resourceCulture);
- }
- }
-
///
/// 查找类似 Ver. 的本地化字符串。
///
diff --git a/Consts/AboutMultilangConst.resx b/Consts/AboutMultilangConst.resx
index 879f698..769abd9 100644
--- a/Consts/AboutMultilangConst.resx
+++ b/Consts/AboutMultilangConst.resx
@@ -117,6 +117,9 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ EULA
+
Dev. Space Time
@@ -132,9 +135,6 @@
Repo
-
- ToS
-
Ver.
diff --git a/Consts/AboutMultilangConst.zh.resx b/Consts/AboutMultilangConst.zh.resx
index 5f1ca22..e246d07 100644
--- a/Consts/AboutMultilangConst.zh.resx
+++ b/Consts/AboutMultilangConst.zh.resx
@@ -97,6 +97,9 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 使用协议
+
开发者: Space Time
@@ -112,9 +115,6 @@
开源地址
-
- 使用协议
-
版本号:
diff --git a/Sheas-Cealer.csproj b/Sheas-Cealer.csproj
index f64fed5..f6d8fec 100644
--- a/Sheas-Cealer.csproj
+++ b/Sheas-Cealer.csproj
@@ -19,7 +19,7 @@
https://github.com/SpaceTimee/Sheas-Cealer
https://github.com/SpaceTimee/Sheas-Cealer
git
- Copyright © 2077
+ Copyright © 2077
WinExe
net8.0-windows10.0.22621.0
10.0.17763.0
diff --git a/Wins/AboutWin.xaml b/Wins/AboutWin.xaml
index 599bc52..2e239c8 100644
--- a/Wins/AboutWin.xaml
+++ b/Wins/AboutWin.xaml
@@ -47,7 +47,7 @@
-
\ No newline at end of file