添加友情链接

This commit is contained in:
2019-06-30 12:46:50 +08:00
parent 06dfbf889d
commit a2539803c5
4 changed files with 11 additions and 2 deletions

View File

@ -21,7 +21,7 @@ export default function (ctx, inject) {
if (hotTmp >= 1) {
return 'full'
} else if (hotTmp >= 0.75 && hotTmp < 1) {
return 'threeQuarters'
return 'three-quarters'
} else if (hotTmp >= 0.5 && hotTmp < 0.75) {
return 'half'
} else if (hotTmp >= 0.25 && hotTmp < 0.5) {