book.json 451 B

1234567891011121314151617181920212223
  1. {
  2. "root": "./list",
  3. "title": "xxx",
  4. "author": "kaya613",
  5. "description": "yyy",
  6. "plugins": [
  7. "folding-chapters-2",
  8. "theme-chaos",
  9. "-sharing",
  10. "fontsettings"
  11. ],
  12. "pluginsConfig": {
  13. "theme-default": {
  14. "showLevel": false
  15. },
  16. "fontsettings": {
  17. "theme": "night",
  18. "family": "sans",
  19. "size": 2
  20. }
  21. }
  22. }