12345678910111213141516171819202122232425262728 |
- {
- "plugins": [
- "-sharing",
- "sharing-plus@^0.0.2",
- "versions-select@^0.1.1",
- "lightbox"
- ],
- "pluginsConfig": {
- "versions": {
- "options": [
- {
- "value": "http://sysdoc.rltest.cn/zhapp-user/v1.0.0",
- "text": "v1.0.0"
- }
- ]
- },
- "sharing": {
- "douban": true,
- "qq": true,
- "qzone": true,
- "weibo": true,
- "all": [
- "facebook", "google", "twitter",
- "instapaper", "linkedin","pocket"
- ]
- }
- }
- }
|