diff --git a/README.md b/README.md index c4d5b2d..50885ba 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,26 @@ -# yan-frp +# Yan Frp +基于javafx开发的 frp 客户端, 后端使用的是开源的 frp管理面板 [SakuraPanel](https://github.com/ZeroDream-CN/SakuraPanel) +网址:https://frp.octopusyan.top + +# 说明: + + 1. + +# 界面: + +登录 + +![Image text](https://git.octopusyan.top/octopus_yan/YanFrp/raw/branch/master/readme/login.png) + +注册 + +![Image text](https://git.octopusyan.top/octopus_yan/YanFrp/raw/branch/master/readme/register.png) + +主界面 + +![Image text](https://git.octopusyan.top/octopus_yan/YanFrp/raw/branch/master/readme/main.png) + +主界面-运行 + +![Image text](https://git.octopusyan.top/octopus_yan/YanFrp/raw/branch/master/readme/main-run.png) diff --git a/readme/login.png b/readme/login.png new file mode 100644 index 0000000..97c31a0 Binary files /dev/null and b/readme/login.png differ diff --git a/readme/main-run.png b/readme/main-run.png new file mode 100644 index 0000000..b29a6f2 Binary files /dev/null and b/readme/main-run.png differ diff --git a/readme/main.png b/readme/main.png new file mode 100644 index 0000000..4ac1199 Binary files /dev/null and b/readme/main.png differ diff --git a/readme/register.png b/readme/register.png new file mode 100644 index 0000000..051a885 Binary files /dev/null and b/readme/register.png differ