feat(core): add module shelljs support

This commit is contained in:
OldHawk
2018-01-25 17:20:08 +08:00
parent 2a7b0daa06
commit eec468e030
2 changed files with 2 additions and 4 deletions

View File

@@ -48,7 +48,6 @@
}
.home_vip_info {
background-color: #f7f7f7;
background-color: #f7f7f7;
background-image: url("http://image.tmdb.org/t/p/w1280/wwPWKRteE3vxTMta2IxdRgEhYsq.jpg");
background-position: center;
@@ -57,7 +56,6 @@
background-size: cover;
position: relative;
overflow: hidden;
min-height: 300px;
.vip-half-background {
width: 100%;
min-height: 300px;
@@ -72,7 +70,7 @@
right: 0;
border-right: 5000px solid #2a2a2a;
border-right: 5000px solid rgba(128, 128, 128, 0.4);
border-top: 30000px solid transparent;
border-top: 10000px solid transparent;
}
}
}
@@ -145,7 +143,6 @@
}
.home_global_search {
min-height: 120px;
background-color: #f7f7f7;
.search-panel {
min-height: 120px;

View File

@@ -107,6 +107,7 @@
"run-sequence": "~2.1.0",
"serve-favicon": "^2.4.5",
"sharp": "^0.19.0",
"shelljs": "^0.8.1",
"snyk": "^1.34.3",
"socket.io": "~2.0.2",
"sprintf-js": "^1.1.1",