Skip to content

Commit

Permalink
temp: build
Browse files Browse the repository at this point in the history
  • Loading branch information
chvin committed Apr 2, 2018
1 parent fd3c56c commit 05261da
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/app-1.0.0.js → build/app-1.0.1.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/app-1.0.0.js.map → build/app-1.0.1.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css-1.0.0.css → build/css-1.0.1.css

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

2 changes: 1 addition & 1 deletion build/css-1.0.0.css.map → build/css-1.0.1.css.map

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

4 changes: 2 additions & 2 deletions build/index.html
Expand Up @@ -9,12 +9,12 @@
<meta charset="UTF-8">
<title>俄罗斯方块</title>
<link href="./loader.css" rel="stylesheet" />
<link href="css-1.0.0.css" rel="stylesheet"></head>
<link href="css-1.0.1.css" rel="stylesheet"></head>
<body>
<div id="root">
<div class="load">
<div class="loader">加载中...</div>
</div>
</div>
<script type="text/javascript" src="app-1.0.0.js"></script></body>
<script type="text/javascript" src="app-1.0.1.js"></script></body>
</html>

0 comments on commit 05261da

Please sign in to comment.