new frps dashboard

This commit is contained in:
fatedier
2017-03-27 02:15:31 +08:00
parent 8b2cde3a30
commit d8683a0079
21 changed files with 1299 additions and 0 deletions

5
web/frps/.babelrc Normal file
View File

@@ -0,0 +1,5 @@
{
"presets": [
["es2015", { "modules": false }]
]
}