feature:支持使用配置文件,增加网络检查
1、从Config.json读取配置 2、网络正常时跳过登录
This commit is contained in:
6
Modles/config.go
Normal file
6
Modles/config.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package Modles
|
||||
|
||||
type Config struct {
|
||||
From LoginForm
|
||||
Meta LoginMeta
|
||||
}
|
||||
Reference in New Issue
Block a user