1
1
This commit is contained in:
@@ -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 // 环境变量用于控制视图的呈现
|
||||
// 当前页的索引
|
||||
|
||||
|
||||
Reference in New Issue
Block a user