some changes

This commit is contained in:
2026-03-02 00:58:43 +03:00
parent b394c0be68
commit 3e0d3db47e
13 changed files with 486 additions and 292 deletions

View File

@@ -16,7 +16,7 @@ func RegisterProxy() *laniakea.Plugin[database.Context] {
func getH2Link(ctx *laniakea.MsgContext, db *database.Context) {
api := utils.NewHysteria2API()
url, err := api.GetConnectLink(1, "K1321xt90RUS")
url, err := api.GetConnectLink(1, "")
if err != nil {
ctx.Error(err)
return