tufu9441 / maupassant-hexo

A simple Hexo theme forked from icylogic.
https://www.haomwei.com
MIT License
2.63k stars 669 forks source link

修复没有正确的比较导致valine评论系统notify和verify不能得到正确的设置 #454

Closed xuxiaoyuspallow closed 5 years ago

xuxiaoyuspallow commented 5 years ago

原代码渲染之后的结果:

var notify = 'true' ? true : false;
var verify = 'true' ? true : false;

可以看出,这没有正确的比较