diff --git a/插件开发.md b/插件开发.md index 6cff1a3..c9ae71d 100644 --- a/插件开发.md +++ b/插件开发.md @@ -38,6 +38,8 @@ ico.png 图片比例24/20 "checks":"server/sys-opt", "path": "server/sys-opt", "author":"midoks", + "install_pre_inspection":false, + "uninstall_pre_inspection":false, "home":"", "date":"2018-12-20", "pid":"4" @@ -63,6 +65,12 @@ or "versions":"1.0", ... } + + +install_pre_inspection +安装接口检查 +uninstall_pre_inspection +卸载接口检查 ``` # 页面JS方法说明