- 增加设置总流量功能,流量超出后自动禁用
 - 优化部分 ui 细节
 - 修复监听 ip 不为空导致无法启动 xray 的问题
 - 修复二维码链接没有包含 address 的问题
This commit is contained in:
sprov
2021-06-12 11:26:35 +08:00
parent f6eb413597
commit 214b217f12
14 changed files with 149 additions and 36 deletions

View File

@@ -13,8 +13,7 @@ type WebServer interface {
GetCtx() context.Context
}
//go:linkname setWebServer main.setWebServer
func setWebServer(s WebServer) {
func SetWebServer(s WebServer) {
webServer = s
}