screeps-simple-api
Preparing search index...
IConfig
Interface IConfig
配置对象
interface
IConfig
{
email
?:
string
;
host
?:
string
;
password
?:
string
;
secure
?:
boolean
;
timeout
?:
number
;
token
?:
string
;
}
Index
Properties
email?
host?
password?
secure?
timeout?
token?
Properties
Optional
email
email
?:
string
邮箱
Optional
host
host
?:
string
域名+端口
Optional
password
password
?:
string
密码
Optional
secure
secure
?:
boolean
是否使用 https
Optional
timeout
timeout
?:
number
超时时间
Optional
token
token
?:
string
官服可以生成 token,私服不一定有 token 则可以填写用户名和密码
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
email
host
password
secure
timeout
token
screeps-simple-api
Loading...
配置对象