home | heroText | tagline | heroTextStyle | isShowTitleInHome | ||
---|---|---|---|---|---|---|
true |
Peng Blog |
一个被程序员生涯耽误的段子手 |
|
false |
项目地址:[https://njlizhi.github.io/]
vue vuepress vuepress-theme-reco
npm install vuepress-plugin-sakura -D
or
cnpm install vuepress-plugin-sakura -D
1.1.0 修复打包报错
// 只要把这个放进 config的plugins中就可以了 有木有很简单
["sakura", {
num: 20, // 默认数量
show: true, // 是否显示
zIndex: -1, // 层级
img: {
replace: false, // false 默认图 true 换图 需要填写httpUrl地址
httpUrl: '...' // 绝对路径
}
}]