chore: adjust the case of Program names and HttpRequest UA
This commit is contained in:
parent
f96bf65557
commit
3b6fc1c496
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
UA = "Clash"
|
UA = "clash.meta"
|
||||||
)
|
)
|
||||||
|
|
||||||
func HttpRequest(ctx context.Context, url, method string, header map[string][]string, body io.Reader) (*http.Response, error) {
|
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
|
Meta = true
|
||||||
Version = "1.10.0"
|
Version = "1.10.0"
|
||||||
BuildTime = "unknown time"
|
BuildTime = "unknown time"
|
||||||
ClashName = "Clash.Meta"
|
ClashName = "clash.meta"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue