gitbook 插件 版权保护

gitbook 插件 版权保护


1. copyright 插件

gitbook-plugin-copyright 是基于Gitbook实现的版权保护插件,用于复制内容时追加版权信息以及文章末尾添加版权小尾巴.

1.1 安装

npm i gitbook-plugin-copyright

or

gitbook install

1.2 配置

{
    
    
    "plugins": ["copyright"],
    "pluginsConfig": {
    
    
       "copyright": {
    
    
         "site": "https://smoothies.com.cn/gitbook-demo/",
         "author": "ghostwritten",
         "website": "ghostwritten",
         "image": "https://pic4.zhimg.com/80/v2-94401c2c3fa20c1d5525cf6c16742909_xl.jpg",
         "copyProtect": false
        }
    }
}

1.3 效果

(略)

1.4 评价

此设置致使文章界面增加无用、复杂,污染简约。
综合指数:综合指数:⭐️⭐️

猜你喜欢

转载自blog.csdn.net/xixihahalelehehe/article/details/125364923
今日推荐