1234567891011121314151617181920212223 |
- {
- "root": "./list",
- "title": "xxx",
- "author": "kaya613",
- "description": "yyy",
- "plugins": [
- "folding-chapters-2",
- "theme-chaos",
- "-sharing",
- "fontsettings"
- ],
- "pluginsConfig": {
- "theme-default": {
- "showLevel": false
- },
- "fontsettings": {
- "theme": "night",
- "family": "sans",
- "size": 2
- }
- }
- }
|