Authored by 梁志锋

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

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