diff --git a/README.md b/README.md index aef4e4c..29e1e65 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ # winui_n2n -A new Flutter project. +**winui_n2n** is an open-source project based on **n2n**, an excellent cross-platform P2P VPN software. + +## Features + +- Cross-platform support +- P2P VPN capabilities +- User-friendly GUI built with Flutter + +## Usage + +Detailed usage instructions will be added here. + +## License + +This project is licensed under the terms of the GPL-3.0 license. See the [LICENSE](https://github.com/moemoequte/winui_n2n/blob/main/LICENSE) file for details. + +## Author + +For more information, please visit the author's website: [Cialloo](https://www.cialloo.com) +For any inquiries, contact: [admin@cialloo.com](mailto:admin@cialloo.com) \ No newline at end of file diff --git a/lib/about_page.dart b/lib/about_page.dart index 9fc2a81..8c1927c 100644 --- a/lib/about_page.dart +++ b/lib/about_page.dart @@ -3,7 +3,29 @@ import 'package:flutter_markdown/flutter_markdown.dart'; import 'package:url_launcher/url_launcher.dart'; const _enContent = ''' -'''; // TODO +# winui_n2n + +**winui_n2n** is an open-source project based on **n2n**, an excellent cross-platform P2P VPN software. + +## Features + +- Cross-platform support +- P2P VPN capabilities +- User-friendly GUI built with Flutter + +## Usage + +Detailed usage instructions will be added here. + +## License + +This project is licensed under the terms of the GPL-3.0 license. See the [LICENSE](https://github.com/moemoequte/winui_n2n/blob/main/LICENSE) file for details. + +## Author + +For more information, please visit the author's website: [Cialloo](https://www.cialloo.com) +For any inquiries, contact: [admin@cialloo.com](mailto:admin@cialloo.com) +'''; const _zhContent = ''' 项目基于 n2n , 一款优秀的跨平台开源p2p VPN软件