1.0.10 • Published 9 months ago

gitbook-plugin-theme-lowcode v1.0.10

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Gitbook 主题插件

效果

npm.io

npm.io

使用

添加下面配置到 book.jsonbook.js文件中:

// book.js
{
  "plugins": ["theme-lowcode"],
  "pluginsConfig": {
    "theme-lowcode": {
      "color": "#FF4848", // 主题色
      "favicon": "static/favicon.ico", // favicon图标
      "logo": "static/logo.png", // 顶部左侧图标
      "appleTouchIconPrecomposed152": "static/apple.png", // apple图标
      "copyrightLogo": "assets/copyright.png",  // 底部水印LOGO
      "forbidCopy": true, // 页面是否禁止复制
      "search-placeholder": "Input Keywords to Search", // 搜索框默认文本
      "book-summary-title": "Article Directory", // 目录标题
      "book-anchor-title": "Search In the Article", // 本章目录标题
      "hide-elements": [".summary .gitbook-link", ".summary .divider"], // 需要隐藏的标签
      "copyright": {
        "author": "lowcode"  // 底部版权展示的作者名
      }
    }
  },
  "variables": {
    "themelowcode": {
      // 顶部导航栏配置
      "nav": [
        {
          "target": "_blank", // 跳转方式: 打开新页面
          "url": "http://...",  // 跳转页面
          "name": "简易教程"  // 导航名称
        }
      ],
      // 底部打赏配置
      "footer": {
        "donate": {
          "button": "捐赠", // 打赏按钮
          "avatar": "头像地址", // 头像地址
          "nickname": "lowcode", // 昵称
          "message": "随意打赏,但不要超过一顿早餐钱!", // 打赏消息文本
          "text": "『 赠人玫瑰 🌹 手有余香 』", // 打赏话语
          "wxpay": "你的微信收款码地址", // 微信收款码
          "alipay": "你的支付宝收款码地址" // 支付宝收款码
        },
        "copyright": true // 是否显示版权
      }
    }
  }
}
1.0.2

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.10

9 months ago

1.0.1

10 months ago

1.0.0

10 months ago