diff --git a/iOS-SwiftUI-Code/README.md b/iOS-SwiftUI-Code/README.md index 038aa73..cf552ef 100644 --- a/iOS-SwiftUI-Code/README.md +++ b/iOS-SwiftUI-Code/README.md @@ -1,5 +1,7 @@ # UUVPN iOS SwiftUI Application +**Language**: [English](README.md) | [中文](README_CN.md) + A professional iOS VPN application built with SwiftUI, designed to integrate seamlessly with V2Board panel APIs. This application provides a modern, intuitive interface for VPN management with comprehensive configuration options. ## 🚀 Features @@ -73,6 +75,8 @@ Select your target device or simulator and click the **Run** button. The application integrates with V2Board panels through a comprehensive API configuration system managed by [`StoreManager.swift`](ApplicationLibrary/Service/StoreManager.swift:17). +![V2Board API Configuration](image.png) + #### Configuration URL ```swift public let configURL = "https://api.gooapis.com/api/vpnconfig.php" @@ -145,6 +149,8 @@ com.uuvpn.appleaman To change the Bundle Identifier for your deployment: +![Bundle Identifier Configuration](image-2.png) + #### 1. Update Xcode Project Settings 1. Open `uuvpn.xcodeproj` in Xcode 2. Select the project root in the navigator @@ -234,6 +240,8 @@ Configure your initialization endpoint to return: The application fetches configuration from a remote endpoint on startup. This allows dynamic configuration without app updates. +![Initialization Configuration](image-1.png) + #### Recommended Hosting - **Alibaba Cloud OSS**: Faster response times in China - **CDN Integration**: Global content delivery diff --git a/iOS-SwiftUI-Code/README_CN.md b/iOS-SwiftUI-Code/README_CN.md index bde66b4..db49386 100644 --- a/iOS-SwiftUI-Code/README_CN.md +++ b/iOS-SwiftUI-Code/README_CN.md @@ -1,5 +1,7 @@ # UUVPN iOS SwiftUI 应用程序 +**语言**: [English](README.md) | [中文](README_CN.md) + 一个专业的 iOS VPN 应用程序,使用 SwiftUI 构建,专为与 V2Board 面板 API 无缝集成而设计。该应用程序为 VPN 管理提供现代化、直观的界面和全面的配置选项。 ## 🚀 功能特性 @@ -73,6 +75,8 @@ open uuvpn.xcodeproj 应用程序通过由 [`StoreManager.swift`](ApplicationLibrary/Service/StoreManager.swift:17) 管理的综合 API 配置系统与 V2Board 面板集成。 +![V2Board API 配置](image.png) + #### 配置 URL ```swift public let configURL = "https://api.gooapis.com/api/vpnconfig.php" @@ -145,6 +149,8 @@ com.uuvpn.appleaman 要为您的部署更改 Bundle Identifier: +![Bundle Identifier 配置](image-2.png) + #### 1. 更新 Xcode 项目设置 1. 在 Xcode 中打开 `uuvpn.xcodeproj` 2. 在导航器中选择项目根目录 @@ -234,6 +240,8 @@ if (paymentURLKey.count > 3) { 应用程序在启动时从远程端点获取配置。这允许动态配置而无需应用程序更新。 +![初始化配置](image-1.png) + #### 推荐托管 - **阿里云 OSS**:在中国响应时间更快 - **CDN 集成**:全球内容分发