mirror of https://gitee.com/answerdev/answer.git
feat(plugin): set plugin default status is disabled
This commit is contained in:
parent
210d26289a
commit
40fb10b4d9
|
@ -104,7 +104,7 @@ func (m *statusManager) IsEnabled(name string) bool {
|
|||
if status, ok := m.status[name]; ok {
|
||||
return status
|
||||
}
|
||||
return true
|
||||
return false
|
||||
}
|
||||
|
||||
// MarshalJSON implements the json.Marshaler interface.
|
||||
|
|
Loading…
Reference in New Issue