book.json 398 B

12345678910111213141516171819
  1. {
  2. "plugins": [
  3. "-sharing",
  4. "sharing-plus@^0.0.2",
  5. "lightbox"
  6. ],
  7. "pluginsConfig": {
  8. "sharing": {
  9. "douban": true,
  10. "qq": true,
  11. "qzone": true,
  12. "weibo": true,
  13. "all": [
  14. "facebook", "google", "twitter",
  15. "instapaper", "linkedin","pocket"
  16. ]
  17. }
  18. }
  19. }