新增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
+17
View File
@@ -0,0 +1,17 @@
{
"name": "Minecraft-Server",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Minecraft server web UI. Minecraft is a deceptively simple yet addictive game with a clingy online community. MineOS is a Linux distribution designed for the sole purpose of hosting Minecraft worlds. It comes complete with web-admin interface, SSH interaction, and SCP capability for easy filesystem access.",
"website": "http://minecraft.codeemo.com/index.html",
"matches": [
{
"text": "<span>Map type:</span><select id=\"mode\" onchange=\"show(1,$('#mode').val())\">",
"os": "MineOS (Linux)"
},
{
"text": "<title>MineOS Admin Page</title>",
"os": "MineOS (Linux)"
}
]
}