diff --git a/plugins/mysql/index.html b/plugins/mysql/index.html index a0e4c13a3..851bb1fcd 100755 --- a/plugins/mysql/index.html +++ b/plugins/mysql/index.html @@ -1,44 +1,16 @@
在每一个插件中,都必须包含一个info.json文件,格式如下:
{ -"title": "插件开发说明", -"tip": "soft", -"name": "readme", -"type": "扩展", -"ps": "(mdserver-web)插件产开发说明,每个版本可能有所变化!", -"versions": "0.1", -"shell": "install.sh", -"checks": "server/readme", -"path": "server/readme", -"author": "mdserver-web", -"home": "github.com/midoks/mdserver-web", -"date": "2018-11-30", -"pid": "5" -}
在每一个插件中,都必须包含一个index.py文件