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
@@ -172,22 +172,7 @@ struct HomeView: View {
}
Spacer()
/* Button {
withAnimation{
isSubscriptionActive.toggle()
}
} label: {
Image(systemName: "slider.horizontal.3")
.font(.title2)
.padding(12)
.background(
RoundedRectangle(cornerRadius: 10)
.strokeBorder(.white.opacity(0.25),lineWidth: 1)
)
} */
if (paymentURLKey.count > 3){
// Text Bubble
@@ -1345,7 +1330,7 @@ struct HomeView: View {
// "userId", "fenzhanid", "imgstr", "phone"
let userInfo = UserManager.shared.getUserInfo()
body.append(convertFormField(named: "useremail", value: userInfo.email, boundary: boundary))
body.append(convertFormField(named: "fenzhanid", value: "6", boundary: boundary))
body.append(convertFormField(named: "fenzhanid", value: "6", boundary: boundary))
body.append(convertFormField(named: "info", value: clipboardText, boundary: boundary))
@@ -103,7 +103,7 @@ struct QuestionView: View {
}
Section("") {
Text("1:确定您所安装的小熊加速器是最新版本 2:尝试重启客户端 3:联系我们的客服 ").multilineTextAlignment(.leading)
Text("1:确定您所安装的UUVPN是最新版本 2:尝试重启客户端 3:联系我们的客服 ").multilineTextAlignment(.leading)
.buttonStyle(.plain).font(.subheadline).foregroundColor(Color.white.opacity(0.8))
@@ -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)
@@ -20,7 +20,7 @@ struct SubscriptionView: View {
@Environment(\.openURL) private var openURL
let adimages = ["10-35-24", "10-35-15", "10-35-03"] // 广
let adimagesString = ["小熊加速器 采用最高安全 ECC 加密技术,仅需一键操作,军事级的加密技术将护航您的任何互联网访问", "小熊加速器 拥有170 个热门城市的300+高速服务器,您可以随时随地获得高速安全的互联网体验", "小熊加速器 支持所有当前主流的平台系统,您可以在几乎任何设备上使用"]
let adimagesString = ["UUVPN 采用最高安全 ECC 加密技术,仅需一键操作,军事级的加密技术将护航您的任何互联网访问", "UUVPN 拥有170 个热门城市的300+高速服务器,您可以随时随地获得高速安全的互联网体验", "UUVPN 支持所有当前主流的平台系统,您可以在几乎任何设备上使用"]
@Environment(\.presentationMode) var presentationMode //
//