-
Notifications
You must be signed in to change notification settings - Fork 252
avatar setting for valine
Nine edited this page Oct 20, 2017
·
2 revisions
目前Valine中采用的是Gravatar 作为评论列表头像,从v1.1.7正式版
开始支持(自定义配置avatar字段
)6种头像表现形式:
参数 | 表现形式 | 备注 |
---|---|---|
空字符串''
|
Gravatar官方图形 | |
mm |
神秘人(一个灰白头像) | |
identicon |
抽象几何图形(根据邮箱或昵称生成) | |
monsterid |
小怪物 | |
wavatar |
用不同面孔和背景组合生成的头像(根据邮箱或昵称生成) | |
retro |
八位像素复古头像(根据邮箱或昵称生成) |
若
avatar
的值不等于6种参数中的一种,则默认为mm
{
// notify: true,
// verify: true,
el: '.comment',
app_id: '-',
app_key: '-',
placeholder: 'ヾノ≧∀≦)o来啊,快活啊!',
path: window.location.pathname, // v1.1.5新增,非必填,默认window.location.pathname,可选填window.location.href
avatar:'' // 1.1.7新增(mm/identicon/monsterid/wavatar/retro/'')
}