Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wstee/vuepress-plugin-dline
vuepress theme plugin
https://github.com/wstee/vuepress-plugin-dline
Last synced: 10 days ago
JSON representation
vuepress theme plugin
- Host: GitHub
- URL: https://github.com/wstee/vuepress-plugin-dline
- Owner: wstee
- License: apache-2.0
- Created: 2021-02-26T07:11:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-02T08:06:34.000Z (over 3 years ago)
- Last Synced: 2023-05-21T05:11:08.872Z (over 1 year ago)
- Language: Vue
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vuepress-plugin-dline
## 预览
[我的博客](https://www.wstee.com)
## 安装
``npm i vuepress-plugin-dline -D``
## 使用
```js
// docs/.vuepres/config.js
module.exports = {
plugins: [
[
'dline',
{
zIndex: -1, // 背景层级
opacity: .9, // 背景透明度
color: '#666', // 线条颜色 16进制
count: 166 // 线条密度
}
]
]
}```