Skip to content

Commit

Permalink
update web
Browse files Browse the repository at this point in the history
  • Loading branch information
fatedier committed May 15, 2018
1 parent c4f873c commit 0b0d5c9
Show file tree
Hide file tree
Showing 16 changed files with 2,254 additions and 2,017 deletions.
Binary file not shown.
Binary file removed assets/static/b02bdc1b846fd65473922f5f62832108.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/static/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html> <html lang=en> <head> <meta charset=utf-8> <title>frps dashboard</title> <link rel="shortcut icon" href="favicon.ico"></head> <body> <div id=app></div> <script type="text/javascript" src="manifest.js?19fe692a133073fc0250"></script><script type="text/javascript" src="vendor.js?c2d294f9c0a40fd7073a"></script><script type="text/javascript" src="index.js?0165797ab12e44b1e1ed"></script></body> </html>
<!DOCTYPE html> <html lang=en> <head> <meta charset=utf-8> <title>frps dashboard</title> <link rel="shortcut icon" href="favicon.ico"></head> <body> <div id=app></div> <script type="text/javascript" src="manifest.js?37ffd0e25e77f6b4aed3"></script><script type="text/javascript" src="vendor.js?1e75f78be801c4ce6efe"></script><script type="text/javascript" src="index.js?715aa4b32f65f348fafa"></script></body> </html>
18 changes: 16 additions & 2 deletions assets/static/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/static/manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions assets/static/vendor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/statik/statik.go

Large diffs are not rendered by default.

11 changes: 10 additions & 1 deletion web/frps/.babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"presets": [
["es2015", { "modules": false }]
],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}
}
Loading

0 comments on commit 0b0d5c9

Please sign in to comment.