feat: support users to customize download ua

This commit is contained in:
xishang0128
2023-09-07 18:44:58 +08:00
parent a1eab125ee
commit 7286391883
3 changed files with 12 additions and 4 deletions

5
constant/http.go Normal file
View File

@ -0,0 +1,5 @@
package constant
var (
UA string
)