# vuepress-plugin-dline **Repository Path**: wstee/vuepress-plugin-dline ## Basic Information - **Project Name**: vuepress-plugin-dline - **Description**: vuepress 主题背景插件 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-26 - **Last Updated**: 2022-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: vuepress ## README # vuepress-plugin-dline ## 安装 ``npm i vuepress-plugin-dline -D`` ## 使用 ```js // docs/.vuepres/config.js module.exports = { plugins: [ [ 'dline', { zIndex: -1, // 背景层级 opacity: .9, // 背景透明度 color: '#666', // 线条颜色 16进制 count: 166 // 线条密度 } ] ] } ```