book.json 639 B

12345678910111213141516171819202122232425262728
  1. {
  2. "plugins": [
  3. "-sharing",
  4. "sharing-plus@^0.0.2",
  5. "versions-select@^0.1.1",
  6. "lightbox"
  7. ],
  8. "pluginsConfig": {
  9. "versions": {
  10. "options": [
  11. {
  12. "value": "http://sysdoc.rltest.cn/zhapp-user/v1.0.0",
  13. "text": "v1.0.0"
  14. }
  15. ]
  16. },
  17. "sharing": {
  18. "douban": true,
  19. "qq": true,
  20. "qzone": true,
  21. "weibo": true,
  22. "all": [
  23. "facebook", "google", "twitter",
  24. "instapaper", "linkedin","pocket"
  25. ]
  26. }
  27. }
  28. }