@radhost/server-service-config 3.5.9 → 3.6.9
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.
|
|
3
|
+
"version": "3.6.9",
|
|
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": "
|
|
13
|
+
"gitHead": "e24bebee159fe3b2ade403e69d0c0e225754a5d2"
|
|
14
14
|
}
|
|
@@ -52,6 +52,7 @@ exports.getConstConfig = () => {
|
|
|
52
52
|
{ name: '乌干达', code: '+256' },
|
|
53
53
|
{ name: '荷兰', code: '+31' },
|
|
54
54
|
{ name: '法国', code: '+33' },
|
|
55
|
+
{ name: '葡萄牙', code: '+351' },
|
|
55
56
|
{ name: '芬兰', code: '+358' },
|
|
56
57
|
{ name: '塞尔维亚', code: '+381' },
|
|
57
58
|
{ name: '斯洛文尼亚', code: '+386' },
|
|
@@ -233,6 +234,14 @@ exports.getConstConfig = () => {
|
|
|
233
234
|
type: 3,
|
|
234
235
|
name: 'Apple Podcast',
|
|
235
236
|
},
|
|
237
|
+
{
|
|
238
|
+
type: 4,
|
|
239
|
+
name: 'Spotify',
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
type: 5,
|
|
243
|
+
name: 'Youtube',
|
|
244
|
+
},
|
|
236
245
|
],
|
|
237
246
|
};
|
|
238
247
|
};
|