mdserver-web/plugins/webstats/info.json

31 lines
629 B
JSON
Raw Normal View History

2022-07-18 13:54:10 -04:00
{
"hook":[
{
"tag":"site_cb",
"site_cb": {
"title":"网站统计",
"name":"webstats",
2023-02-27 12:48:51 -05:00
"add":{"func":"reload"},
"update":{"func":"reload"},
"delete":{"func":"reload"}
}
}
],
2024-12-17 12:18:45 -05:00
"sort": "2",
2022-10-26 11:24:33 -04:00
"ps": "网站统计报表",
2022-07-18 13:54:10 -04:00
"name": "webstats",
2022-07-20 12:44:21 -04:00
"title": "网站统计",
2022-07-18 13:54:10 -04:00
"shell": "install.sh",
2024-12-11 05:56:37 -05:00
"versions":"0.2.5",
2022-07-18 13:54:10 -04:00
"tip": "soft",
2022-07-26 22:58:53 -04:00
"install_pre_inspection":true,
2024-12-11 05:56:37 -05:00
"uninstall_pre_inspection":true,
"checks": "server/webstats/version.pl",
2022-07-18 13:54:10 -04:00
"path": "server/webstats",
"display": 1,
"author": "midoks",
"date": "2022-07-18",
"home": "https://github.com/midoks/mdserver-web",
"type": 0,
"pid": "1"
}