12345678910111213141516171819 |
- {
- "plugins": [
- "-sharing",
- "sharing-plus@^0.0.2",
- "lightbox"
- ],
- "pluginsConfig": {
- "sharing": {
- "douban": true,
- "qq": true,
- "qzone": true,
- "weibo": true,
- "all": [
- "facebook", "google", "twitter",
- "instapaper", "linkedin","pocket"
- ]
- }
- }
- }
|