mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 11:10:14 +08:00
更新程序为单二进制文件
支持远程桌面连接 添加后台显示版本号 支持邮箱设置加密类型
This commit is contained in:
@@ -33,12 +33,12 @@ func SettingGet(data interface{}) error {
|
||||
}
|
||||
|
||||
type SettingSmtp struct {
|
||||
Host string `json:"host"`
|
||||
Port int `json:"port"`
|
||||
Username string `json:"username"`
|
||||
Password string `json:"password"`
|
||||
From string `json:"from"`
|
||||
UseSSl bool `json:"use_ssl"`
|
||||
Host string `json:"host"`
|
||||
Port int `json:"port"`
|
||||
Username string `json:"username"`
|
||||
Password string `json:"password"`
|
||||
From string `json:"from"`
|
||||
Encryption string `json:"encryption"`
|
||||
}
|
||||
|
||||
type SettingOther struct {
|
||||
|
Reference in New Issue
Block a user