vuepress-plugin-notify
v1.0.8
Published
Notify plugin for vuepress theme.
Downloads
1
Maintainers
Readme
vuepress-plugin-notify
Introduce
Notify plugin for vuepress theme.
基于vuepress-theme-reco主题的插件基础上做了一些调整。
Usage
plugins: [
['vuepress-plugin-notify'), {
title: '扫一扫',
body: [
{
type: 'title',
content: '关注订阅号获取更多福利',
style: 'text-aligin: center;color: #2878ff;',
},
{
type: 'image',
src: 'https://cdn.jsdelivr.net/gh/qqlcx5/[email protected]/image/public.jpg',
},
],
footer: [
{
type: 'title',
content: '免费答疑解惑交流群',
style: 'text-aligin: center;color: #2878ff;',
},
{
type: 'image',
src: 'https://cdn.jsdelivr.net/gh/qqlcx5/[email protected]/image/wechat.jpeg',
},
]
}]
]
弹窗可以三部分
- 标题
- 内容
- 底部
其中标题是普通文本,内容和底部操作内容均为数组,支持 4 种 dom,需要通过 schema
配置来控制显示效果,可以根据需要自由组合:
标题
{
"type": "title",
"content": "这里显示 h5 标题"
}
文本
{
"type": "text",
"content": "这里显示普通文本"
}
图片
{
"type": "image",
"src": "/rvcode_qq.png"
}
按钮
{
"type": "button",
"text": "打赏",
"link": "/donate"
}
给 dom 添加样式
{
"type": "title",
"content": "这里显示 h5 标题",
"style": "text-aligin: center;"
}
contact
微信
前端有道公众号