mdserver-web/plugins/webstats/info.json

18 lines
378 B
JSON
Raw Normal View History

2022-07-18 13:54:10 -04:00
{
"sort": 7,
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",
2022-10-16 12:44:04 -04:00
"versions":["0.2.2"],
2022-07-18 13:54:10 -04:00
"tip": "soft",
2022-07-26 22:58:53 -04:00
"install_pre_inspection":true,
2022-07-18 13:54:10 -04:00
"checks": "server/webstats",
"path": "server/webstats",
"display": 1,
"author": "midoks",
"date": "2022-07-18",
"home": "https://github.com/midoks/mdserver-web",
"type": 0,
"pid": "1"
}