🎨 change NeedSetLink to NoNeedSetLink

This commit is contained in:
微凉
2021-12-29 19:47:47 +08:00
parent 88a9edb90a
commit 6a54ed87f3
12 changed files with 33 additions and 34 deletions

View File

@ -10,12 +10,12 @@ import (
)
type DriverConfig struct {
Name string
OnlyProxy bool
NoLink bool // 必须本机返回的
ApiProxy bool // 使用API中转的
NeedSetLink bool // 需要设置链接的
NoCors bool // 不可以跨域
Name string
OnlyProxy bool
NoLink bool // 必须本机返回的
ApiProxy bool // 使用API中转的
NoNeedSetLink bool // 需要设置链接的
NoCors bool // 不可以跨域
}
type Args struct {