新增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
+25
View File
@@ -0,0 +1,25 @@
{
"name": "Tilgin-Router",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Tilgin router",
"website": "http://www.tilgin.com/Products/",
"matches": [
{
"text": "<H1 id=\"title\">Welcome to the Tilgin router</H1>"
},
{
"text": "<TITLE>VOOD</TITLE>",
"url": "/"
},
{
"text": "<A href=\"/wizard/\" class=\"\" title=\"Wizard\">Run wizard</A> for a quick and simple initial configuration."
},
{
"text": "<A href=\"/status/\" class=\"menuitem\" title=\"Status\">Status</A><SPAN class=\"separator\"> </SPAN><A href=\"/help/\" class=\"last menuitem\" title=\"Help\">Help</A>"
},
{
"text": "<LINK rel=\"stylesheet\" type=\"text/css\" href=\"/compressed-control.css\">"
}
]
}