Authored by 梁志锋

Merge remote-tracking branch 'remotes/origin/release/4.6'

... ... @@ -70,6 +70,8 @@ exports.index = (req, res, next) => {
exports.getIndexHtml = (req, res, next) => {
starModel.getIndexData().then((result) => {
if (md5Str !== result.md5) {
md5Str = result.md5;
res.render('star/index-html', _.assign({
layout: false,
content: {
... ...
This diff could not be displayed because it is too large.
... ... @@ -29,6 +29,7 @@
img {
width: 100%;
min-height: 310px;
}
.title {
... ...
... ... @@ -144,7 +144,7 @@
width: auto;
width: 110px;
height: 110px;
margin-top: 34px;
margin-top: 36px;
background: #000;
span {
... ...