优化代码格式

This commit is contained in:
user123456
2025-07-27 10:58:20 +08:00
parent 1881b5b1ba
commit 07a926902a
12 changed files with 94 additions and 111 deletions

View File

@@ -91,4 +91,4 @@ func transformURL(url, host string) string {
cleanHost = strings.TrimSuffix(cleanHost, "/")
return cleanHost + "/" + url
}
}