Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vv314 committed Jul 29, 2019
1 parent 53c5dbf commit 32f8d15
Show file tree
Hide file tree
Showing 9 changed files with 4,009 additions and 3,251 deletions.
13 changes: 8 additions & 5 deletions build.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"target": "web",
"version": "0.5.0",
"version": "0.6.0",
"env": "online",
"debug": false,
"marax": "2.5.0",
"publicPath": "./",
"manifest": {
"static/js/index.js": "./static/js/index.6fa9c6c4.js",
"static/js/vendors_index.js": "./static/js/vendors_index.521a3e4d.chunk.js",
"static/css/index.css": "./static/css/index.98216591.css",
"static/js/index.js": "./static/js/index.9f68a2d3.js",
"static/js/vendors_index.js": "./static/js/vendors_index.cd86757e.chunk.js",
"static/js/2.4441296e.chunk.js": "./static/js/2.4441296e.chunk.js",
"static/js/3.ddfa0d87.chunk.js": "./static/js/3.ddfa0d87.chunk.js",
"static/css/index.css": "./static/css/index.f663526a.css",
"dependencyGraph.json": "./dependencyGraph.json",
"index.html": "./index.html",
"manifest.json": "./manifest.json",
Expand Down Expand Up @@ -73,6 +75,7 @@
"static/media/piano/b86.mp3": "./static/media/piano/b86.mp3",
"static/media/piano/b87.mp3": "./static/media/piano/b87.mp3",
"static/media/piano/b89.mp3": "./static/media/piano/b89.mp3",
"static/media/piano/b90.mp3": "./static/media/piano/b90.mp3"
"static/media/piano/b90.mp3": "./static/media/piano/b90.mp3",
"static/midi/star.mid": "./static/midi/star.mid"
}
}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-touch-fullscreen" content="yes">
<title>sky·piano</title>
<link href="./static/css/index.98216591.css" rel="stylesheet"></head>
<link href="./static/css/index.f663526a.css" rel="stylesheet"></head>

<body>
<div id="app"></div>
<script>var _hmt=_hmt||[];!function(){var e=document.createElement("script");e.src="https://hm.baidu.com/hm.js?a0a029f60c1595a19fba2ac39f6f14bc";var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)}()</script>
<script src="./static/js/vendors_index.521a3e4d.chunk.js"></script><script src="./static/js/index.6fa9c6c4.js"></script></body>
<script src="./static/js/vendors_index.cd86757e.chunk.js"></script><script src="./static/js/index.9f68a2d3.js"></script></body>

</html>

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.5.0"
"version": "0.6.0"
}
39 changes: 24 additions & 15 deletions static/css/index.98216591.css → static/css/index.f663526a.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* @version 0.5.0
* @date 2019-07-26
* @version 0.6.0
* @date 2019-07-29
* @generated web
*/
body,
Expand All @@ -9,7 +9,6 @@ ul {
margin: 0;
}
body {
position: absolute;
top: 0;
right: 0;
left: 0;
Expand All @@ -19,11 +18,13 @@ body {
-webkit-perspective: 900px;
perspective: 900px;
}
#app,
body {
position: absolute;
}
#app {
float: left;
height: 100vmin;
width: 100vmax;
position: absolute;
left: 50%;
top: 50%;
-webkit-box-sizing: border-box;
Expand All @@ -33,7 +34,6 @@ body {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: relative;
text-align: center;
overflow: hidden;
-webkit-font-smoothing: antialiased;
Expand All @@ -51,18 +51,10 @@ body {
margin: 2% auto 0;
}
.set-bg {
position: absolute;
top: 6%;
right: 4%;
}
.set-bg,
.version {
position: absolute;
}
.version {
right: 15px;
bottom: 5px;
opacity: 0.8;
}
.fade-drop-enter-active,
.fade-drop-leave-active {
-webkit-transition: opacity 0.25s ease-out;
Expand Down Expand Up @@ -353,6 +345,23 @@ body {
outline: 2px dashed #fefcb2;
background-color: hsla(0, 0%, 100%, 0.1);
}
.waveform {
position: absolute;
bottom: 3vmin;
left: 0;
width: 100%;
}
.version {
position: absolute;
right: 15px;
bottom: 5px;
opacity: 0.8;
color: #fff;
}
.version--active {
color: #fefcb2;
text-shadow: 0 0 2px #fefcb2;
}
.bg-btn {
height: 32px;
width: 32px;
Expand Down
Loading

0 comments on commit 32f8d15

Please sign in to comment.