merge: better favicon handling

This commit is contained in:
yusing
2025-04-24 15:34:47 +08:00
parent 31812430f1
commit 5df2553774
11 changed files with 722 additions and 330 deletions

View File

@@ -24,4 +24,5 @@ var (
Get = httpClient.Get
Post = httpClient.Post
Head = httpClient.Head
Do = httpClient.Do
)