chore: adjust the case of Program names and HttpRequest UA

This commit is contained in:
gVisor bot 2023-01-14 02:27:44 +08:00
parent ace55047ab
commit 0340ab8ffa
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -4,5 +4,5 @@ var (
Meta = true
Version = "1.10.0"
BuildTime = "unknown time"
ClashName = "Clash.Meta"
ClashName = "clash.meta"
)