chore: fix remarks shadowrocket subscription (#4247)

This commit is contained in:
Harry NG
2026-05-11 13:24:22 +07:00
committed by GitHub
parent e20d73ba7e
commit 9f06bffbea
3 changed files with 54 additions and 41 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ func (a *SUBController) subs(c *gin.Context) {
basePath = "/"
}
basePathStr := basePath.(string)
page := a.subService.BuildPageData(subId, hostHeader, traffic, lastOnline, subs, subURL, subJsonURL, subClashURL, basePathStr)
page := a.subService.BuildPageData(subId, hostHeader, traffic, lastOnline, subs, subURL, subJsonURL, subClashURL, basePathStr, a.subTitle, a.subSupportUrl)
a.serveSubPage(c, basePathStr, page)
return
}