fix marker for selector

This commit is contained in:
ginuerzh
2024-06-07 22:43:48 +08:00
parent 2148d10def
commit 8253c41de6
5 changed files with 46 additions and 74 deletions

View File

@ -22,7 +22,7 @@
- [x] [Prometheus监控指标](https://gost.run/tutorials/metrics/)
- [x] [动态配置](https://gost.run/tutorials/api/config/)
- [x] [Web API](https://gost.run/tutorials/api/overview/)
- [ ] Web UI
- [ ] GUI/WebUI
## 概览
@ -81,7 +81,11 @@ docker run --rm gogost/gost -V
## 工具
### WebUI(非官方)
### GUI
[go-gost/gostctl](https://github.com/go-gost/gostctl)
### WebUI
[cnwhy/gost-ui](https://github.com/cnwhy/gost-ui)