添加友情链接
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user