diff --git a/README.md b/README.md index 281730a..d061600 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ Replace the sample password with your own, then sign in at `http://YOUR_SERVER_I `YOUR_SERVER_IP` is your server's IP address. To use a domain name, configure HTTPS on a reverse proxy and forward requests to port 8080 on the server. +## Screenshot + +![LAYA SERVER Playground](docs/images/screenshot-en.png) + ## Call the API ```sh diff --git a/README.zh-CN.md b/README.zh-CN.md index 10fb558..5719119 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -23,6 +23,10 @@ docker run -d --name laya-server --init --restart unless-stopped \ `YOUR_SERVER_IP` 是服务器 IP。若通过域名访问,可在反向代理上配置 HTTPS 并转发到服务器的 8080 端口。 +## 界面截图 + +![LAYA SERVER 控制台](docs/images/screenshot-cn.png) + ## 调用 API ```sh diff --git a/docs/images/screenshot-cn.png b/docs/images/screenshot-cn.png new file mode 100644 index 0000000..4bc8b4f Binary files /dev/null and b/docs/images/screenshot-cn.png differ diff --git a/docs/images/screenshot-en.png b/docs/images/screenshot-en.png new file mode 100644 index 0000000..650a3c3 Binary files /dev/null and b/docs/images/screenshot-en.png differ