Skip to content

avatar setting for valine

Nine edited this page Oct 20, 2017 · 2 revisions

目前Valine中采用的是Gravatar 作为评论列表头像,从v1.1.7正式版开始支持(自定义配置avatar字段)6种头像表现形式:

参数 表现形式 备注
空字符串'' Gravatar官方图形 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/'')
}
Clone this wiki locally