1
This commit is contained in:
zeus
2025-09-21 19:39:45 +08:00
parent 25931a79bc
commit 7900feced4
14 changed files with 83 additions and 26 deletions
@@ -55,7 +55,7 @@ struct SettingsAboutView: View {
.foregroundColor(.orange) // 使 Image("logo")
Text("小熊加速器 for iOS \n在您的 iPhone 和 iPad 上体验最快的全球网络连接工具")
Text("UUVPN for iOS \n在您的 iPhone 和 iPad 上体验最快的全球网络连接工具")
.font(.subheadline)
.padding(.top, 10)
.frame(width: 300)
@@ -156,7 +156,7 @@ struct SettingsAboutView: View {
}
.padding(.horizontal)
Text("Copyright 2014 - 2024, 小熊加速器 版权所有")
Text("Copyright 2014 - 2024, UUVPN 版权所有")
.font(.footnote)
.foregroundColor(.gray)
.padding(.top, 5)