@radhost/server-service-config 3.5.3 → 3.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@radhost/server-service-config",
3
- "version": "3.5.3",
3
+ "version": "3.5.8",
4
4
  "main": "index.js",
5
5
  "scripts": {},
6
6
  "dependencies": {
@@ -10,5 +10,5 @@
10
10
  "access": "public",
11
11
  "registry": "https://registry.npmjs.org/"
12
12
  },
13
- "gitHead": "c3d483dc1eed0f76e8cbbeecdcfa0291e063e159"
13
+ "gitHead": "f4d984fb0a49f0d30da371a0a369ab702b9aef9b"
14
14
  }
@@ -219,5 +219,19 @@ exports.getConstConfig = () => {
219
219
  ],
220
220
  en: [],
221
221
  },
222
+ podcast: [
223
+ {
224
+ type: 1,
225
+ name: '小宇宙',
226
+ },
227
+ {
228
+ type: 2,
229
+ name: '喜马拉雅',
230
+ },
231
+ {
232
+ type: 3,
233
+ name: 'Apple Podcast',
234
+ },
235
+ ],
222
236
  };
223
237
  };