Files
6.S081-All-in-one/book.json
2021-08-18 22:07:04 +08:00

19 lines
417 B
JSON

{
"plugins": [
"chapter-fold",
"code",
"splitter",
"pageview-count",
"donate"
],
"pluginsConfig": {
"donate": {
"wechat": "https://github.com/duguosheng/XV6Book-Translate/blob/main/images/wechatpay.png",
"alipay": "https://github.com/duguosheng/XV6Book-Translate/blob/main/images/alipay.png",
"title": "",
"button": "打赏",
"alipayText": "支付宝",
"wechatText": "微信"
}
}
}