mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 03:32:33 +08:00
chore: adjust the case of Program names and HttpRequest UA
This commit is contained in:
parent
ace55047ab
commit
0340ab8ffa
|
@ -13,7 +13,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
UA = "Clash"
|
||||
UA = "clash.meta"
|
||||
)
|
||||
|
||||
func HttpRequest(ctx context.Context, url, method string, header map[string][]string, body io.Reader) (*http.Response, error) {
|
||||
|
|
|
@ -4,5 +4,5 @@ var (
|
|||
Meta = true
|
||||
Version = "1.10.0"
|
||||
BuildTime = "unknown time"
|
||||
ClashName = "Clash.Meta"
|
||||
ClashName = "clash.meta"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user