Skip to content

Commit 6ff65e8

Browse files
committed
修改一些内容
1 parent fa5a483 commit 6ff65e8

File tree

5 files changed

+4
-10
lines changed

5 files changed

+4
-10
lines changed

APKInstaller/APKInstaller/Assets/About/About.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
##### Declaration
44
1. Please comply with the [APK Installer End User License Agreement and Privacy Policy](https://github.com/Paving-Base/APK-Installer/blob/main/Privacy.md).
5-
2. This program is open source software, so please make sure the program is from [this Github repository](https://github.com/Paving-Base/APK-Installer) or [this application](https://apps.microsoft.com/store/detail/9P2JFQ43FPPG) to ensure your data security.
5+
2. This program is open source software, so please make sure the program is from [this Github repository](https://github.com/Paving-Base/APK-Installer) or [this application](https://www.microsoft.com/store/apps/9P2JFQ43FPPG) to ensure your data security.
66
3. If the source of the program is not abnormal, all your data will be used only for the running of the program or stored locally during the running, and the developer will not steal any of your data. Still, please pay attention to the security of the environment.
77
4. The translation of this application comes from the [Crowdin](https://crowdin.com/project/APKInstaller "Crowdin") community, and all texts does not represent the author's views.
88

APKInstaller/APKInstaller/Controls/Setting/Setting.cs

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ private void Control_PointerCaptureLost(object sender, PointerRoutedEventArgs e)
118118
base.OnPointerCaptureLost(e);
119119
_ = VisualStateManager.GoToState(this, NormalState, true);
120120
}
121+
121122
private void Control_PointerCanceled(object sender, PointerRoutedEventArgs e)
122123
{
123124
base.OnPointerCanceled(e);

APKInstaller/APKInstaller/Helpers/SettingsHelper.cs

-7
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,6 @@ public static void SetDefaultSettings()
108108
}
109109
}
110110

111-
public enum UISettingChangedType
112-
{
113-
LightMode,
114-
DarkMode,
115-
NoPicChanged,
116-
}
117-
118111
public static partial class SettingsHelper
119112
{
120113
public static readonly UISettings UISettings = new();

APKInstaller/APKInstaller/ViewModels/InstallViewModel.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ private async Task CheckADB(bool force = false)
730730
PrimaryButtonText = _loader.GetString("Download"),
731731
SecondaryButtonText = _loader.GetString("Select"),
732732
CloseButtonText = _loader.GetString("Cancel"),
733-
Content = new ScrollViewer()
733+
Content = new ScrollViewer
734734
{
735735
Content = StackPanel
736736
},

About.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
##### 声明
44
1. 请遵守 [APK Installer 最终用户许可协议与隐私条款](https://github.com/Paving-Base/APK-Installer/blob/main/Privacy.md)
5-
2. 本程序是开源软件,因此,在使用时请确保程序是来自[本 Github 仓库](https://github.com/Paving-Base/APK-Installer)或应用商店中的[本应用](https://apps.microsoft.com/store/detail/9P2JFQ43FPPG),以确保您的数据安全。
5+
2. 本程序是开源软件,因此,在使用时请确保程序是来自[本 Github 仓库](https://github.com/Paving-Base/APK-Installer)或应用商店中的[本应用](https://www.microsoft.com/store/apps/9P2JFQ43FPPG),以确保您的数据安全。
66
3. 若程序来源无异常,程序运行过程中您的所有数据都仅用于与程序运行或储存于本地,开发者不会窃取您的任何数据。但即便如此,也请注意使用环境的安全性。
77
4. 本应用文本翻译来自 [Crowdin](https://crowdin.com/project/APKInstaller "Crowdin") 社区,所有文本均不代表作者观点。
88

0 commit comments

Comments
 (0)