新增Webanalyzer模块

This commit is contained in:
JrD
2020-07-29 00:02:06 +08:00
parent 07f436929e
commit e9cffc9e7b
5009 changed files with 81504 additions and 3 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "Atvise-webMI",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Web-based HMI server - atvise webMI compliant web servers can be extremely slim and work on the smallest hardware.",
"website": "http://www.atvise.com/en/how-it-works",
"matches": [
{
"search": "headers[server]",
"regexp": "(?-mix:^atvise$)"
},
{
"text": "<td><noscript>N/A</noscript><script type=\"text/javascript\"><!--"
},
{
"url": "/visu.htm",
"text": "<li class=\"btn\"><a class=\"button\" style=\"left:93%;\" href=\"javascript:void(0)\" target=\"mainframe\" id=\"alarmlistbutton\"><img height=\"30\" width=\"47\" src=\"buttonc.gif\" alt=\"\" /></a></li>"
}
]
}