feat!: unity iframe preview
This commit is contained in:
@ -38,12 +38,12 @@ var SettingItemHooks = map[string]SettingItemHook{
|
||||
return nil
|
||||
},
|
||||
},
|
||||
conf.OfficeTypes: {
|
||||
Hook: func(item *model.SettingItem) error {
|
||||
conf.TypesMap[conf.OfficeTypes] = strings.Split(item.Value, ",")
|
||||
return nil
|
||||
},
|
||||
},
|
||||
//conf.OfficeTypes: {
|
||||
// Hook: func(item *model.SettingItem) error {
|
||||
// conf.TypesMap[conf.OfficeTypes] = strings.Split(item.Value, ",")
|
||||
// return nil
|
||||
// },
|
||||
//},
|
||||
conf.ProxyTypes: {
|
||||
func(item *model.SettingItem) error {
|
||||
conf.TypesMap[conf.ProxyTypes] = strings.Split(item.Value, ",")
|
||||
|
Reference in New Issue
Block a user