diff --git a/README.md b/README.md index ec0a1a6..030f59d 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,56 @@ 基于Flutter开发的VPN客户端(ios/android),自主设计,精美UI,优化VPN速度,完全开源。 -![](screenshots/Snipaste_2023-06-25_11-38-47.png) \ No newline at end of file +![](screenshots/Snipaste_2023-06-25_11-38-47.png) + +# UUVPN + + +A flutter application for [V2Board](https://github.com/v2board/v2board) ~~and [SSPanel-Uim](https://github.com/Anankke/SSPanel-Uim)~~ + +support iOS application and Android now. + + +**IF THIS PROJECT HELPS YOU, PLEASE GIVE ME A LITTLE STAR⭐️.** + +## Screenshots +![screenshots/page_7.png] + + +## Environment + +- Flutter Flutter 3.10.1 • channel stable • https://github.com/flutter/flutter.git + Framework • revision d3d8effc68 (6 weeks ago) • 2023-05-16 17:59:05 -0700 + Engine • revision b4fb11214d + Tools • Dart 3.0.1 • DevTools 2.23.1 + +- macOS 13.3.1 + +- Xcode 14 + +- iOS 15.0 + + +## Installation + +```shell +flutter pub get +``` + +## Develop +```shell +flutter run +``` + +## Build +build android apk +```shell +flutter build apk +``` + +build ios +```shell +flutter build ios +``` + +# 加密混淆导出ipa +flutter build ipa --obfuscate --split-debug-info=/Volumes/TOSHIBA\ EXT/iOS_Project/VPN/uuvpn_android/ios/ + + diff --git a/screenshots/betternetlogo.svg b/screenshots/betternetlogo.svg new file mode 100644 index 0000000..0c44ba5 --- /dev/null +++ b/screenshots/betternetlogo.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/screenshots/ios-marketing.png b/screenshots/ios-marketing.png new file mode 100644 index 0000000..0a4a353 Binary files /dev/null and b/screenshots/ios-marketing.png differ diff --git a/screenshots/page_7.png b/screenshots/page_7.png new file mode 100644 index 0000000..4c4458d Binary files /dev/null and b/screenshots/page_7.png differ