fix(plugin): remove default plugins

This commit is contained in:
LinkinStars 2023-10-17 15:57:42 +08:00
parent 1d46a54444
commit cd08586264
1 changed files with 0 additions and 9 deletions

View File

@ -39,15 +39,6 @@ func (pc *PluginController) GetAllPluginStatus(ctx *gin.Context) {
})
return nil
})
resp = append(resp, &schema.GetAllPluginStatusResp{
SlugName: "chart_editor",
Enabled: true,
})
resp = append(resp, &schema.GetAllPluginStatusResp{
SlugName: "formula_editor",
Enabled: true,
})
handler.HandleResponse(ctx, nil, resp)
}