diff --git a/README.md b/README.md index 7135963..df77fd9 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ frp server plugin to show server info and support multiple users for [frp](https frps-panel will run as one single process and accept HTTP requests from frps. ![支持英文](screenshots/i18n.png) +![登录页面](screenshots/login.png) ![服务器信息](screenshots/server%20info.png) ![用户列表](screenshots/user%20list.png) ![新增列表](screenshots/new%20user.png) diff --git a/README_zh.md b/README_zh.md index b1b67c7..e0b493a 100644 --- a/README_zh.md +++ b/README_zh.md @@ -7,6 +7,7 @@ frps-panel 是 [frp](https://github.com/fatedier/frp) 的一个服务端插件 frps-panel 会以一个单独的进程运行,并接收 frps 发送过来的 HTTP 请求。 ![支持英文](screenshots/i18n.png) +![登录页面](screenshots/login.png) ![服务器信息](screenshots/server%20info.png) ![用户列表](screenshots/user%20list.png) ![新增列表](screenshots/new%20user.png) diff --git a/screenshots/login.png b/screenshots/login.png new file mode 100644 index 0000000..2c75673 Binary files /dev/null and b/screenshots/login.png differ