From f688647083818d5682e8d62391d3da45e4cf20b5 Mon Sep 17 00:00:00 2001 From: cnwhy Date: Mon, 13 Nov 2023 18:35:44 +0800 Subject: [PATCH] up --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 14ba765..0e3cb47 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # GOST V3 API Manage -官方的 web-ui 还没完成,先弄个简单的用一下,好过在 postMan 上捣腾; -纯前端的项目,部署在`github-pages`上, 放心[试用](https://blog.whyoop.com/gost-ui/); +官方的 web-ui 还没完成,先弄个简单的用一下,好过在 Postman 上捣腾; +纯前端的项目,部署在`github-pages`上, 放心使用; ## 使用方式 @@ -9,10 +9,15 @@ > `gost -api :18080` 或者 `gost -api admin:123456@:18080` -2. 打开 web 端管理地址 [点击打开](https://blog.whyoop.com/gost-ui/) +2. 打开 web 端管理地址 [点击打开](http://blog.whyoop.com/gost-ui/) - API 地址 `http://IP:PORT`, 如果配置了`pathPrefix`,加上`pathPrefix`路径; - (如果有) 填写 用户,密码; - 点击 `连接` 按钮; -3. 管理面板,动态管理GOST +3. 在管理面板,动态管理 GOST + +## 常见问题 + +1. 添加配置时必须有`name`字段,修改时`name`字段会被忽略; +2. `GOST`的API是支持跨域的,如碰到跨域问题,检查一下页面和API的协议是否一至