安装插件后的基础文件
This commit is contained in:
24
plugin/demo/config.json
Normal file
24
plugin/demo/config.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "demo",
|
||||
"title": "测试插件",
|
||||
"intro": "这是一个测试插件!",
|
||||
"author": "官方",
|
||||
"home": "https:\/\/www.swiftadmin.net",
|
||||
"version": "1.0.1",
|
||||
"status": 1,
|
||||
"extends": {
|
||||
"title": "这里是扩展配置信"
|
||||
},
|
||||
"rewrite": {
|
||||
"\/demo1": "demo\/demo",
|
||||
"\/demo2": "index\/list",
|
||||
"\/demo3": "index\/query"
|
||||
},
|
||||
"area": [
|
||||
"600px",
|
||||
"650px"
|
||||
],
|
||||
"auto": true,
|
||||
"config": 1,
|
||||
"path": "\/home\/bt_www\/www\/wwwroot\/pdm.sa.webadmain.com\/plugin\/demo\/"
|
||||
}
|
||||
Reference in New Issue
Block a user