mdserver-web/plugins/webstats/info.json

17 lines
422 B
JSON
Raw Normal View History

2022-07-18 13:54:10 -04:00
{
"sort": 7,
2022-07-20 12:44:21 -04:00
"ps": "[DEV]网站统计报表[此插件开发完成后,需要反馈问题,不当小白鼠,慎用!]",
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-07-26 10:27:26 -04:00
"versions":["0.2.0"],
2022-07-18 13:54:10 -04:00
"tip": "soft",
"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"
}