diff --git a/book.json b/book.json index 8b3d64c..d11aedc 100644 --- a/book.json +++ b/book.json @@ -24,7 +24,8 @@ "atoc", "edit-link", "copy-code-button", - "tbfed-pagefooter" + "tbfed-pagefooter", + "donate" ], "pluginsConfig": { "edit-link": { @@ -46,6 +47,14 @@ "copyright": "渝ICP备16001958号 | Copyright © 2020 apache-druid.cn", "modify_label": "最近一次修改时间:", "modify_format": "YYYY-MM-DD HH:mm:ss" + }, + "donate": { + "wechat": "./img/wechat.png", + "alipay": "./img/alipay.png", + "title": "默认空", + "button": "友情支持赞助", + "alipayText": "支付宝赞助", + "wechatText": "微信赞助" } } } diff --git a/img/alipay.png b/img/alipay.png new file mode 100644 index 0000000..9dbd6ab Binary files /dev/null and b/img/alipay.png differ diff --git a/img/wechat.png b/img/wechat.png new file mode 100644 index 0000000..dea9556 Binary files /dev/null and b/img/wechat.png differ