mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 07:37:39 +00:00
feat(store): add ps5 to german stores (#715)
This commit is contained in:
@@ -339,6 +339,18 @@ export const Alternate: Store = {
|
||||
model: '5950x',
|
||||
series: 'ryzen5950',
|
||||
url: 'https://www.alternate.de/product/1685584'
|
||||
},
|
||||
{
|
||||
brand: 'sony',
|
||||
model: 'ps5 console',
|
||||
series: 'sonyps5c',
|
||||
url: 'https://www.alternate.de/product/1651220'
|
||||
},
|
||||
{
|
||||
brand: 'sony',
|
||||
model: 'ps5 digital',
|
||||
series: 'sonyps5de',
|
||||
url: 'https://www.alternate.de/product/1651221'
|
||||
}
|
||||
],
|
||||
name: 'alternate'
|
||||
|
||||
@@ -376,6 +376,18 @@ export const AmazonDe: Store = {
|
||||
model: '5950x',
|
||||
series: 'ryzen5950',
|
||||
url: 'https://www.amazon.de/dp/B0815Y8J9N'
|
||||
},
|
||||
{
|
||||
brand: 'sony',
|
||||
model: 'ps5 console',
|
||||
series: 'sonyps5c',
|
||||
url: 'https://www.amazon.de/dp/B08H93ZRK9'
|
||||
},
|
||||
{
|
||||
brand: 'sony',
|
||||
model: 'ps5 digital',
|
||||
series: 'sonyps5de',
|
||||
url: 'https://www.amazon.de/dp/B08H98GVK8'
|
||||
}
|
||||
],
|
||||
name: 'amazon-de'
|
||||
|
||||
@@ -231,6 +231,18 @@ export const Mediamarkt: Store = {
|
||||
model: 'gaming x trio',
|
||||
series: '3090',
|
||||
url: 'https://www.mediamarkt.de/de/product/-2683226.html'
|
||||
},
|
||||
{
|
||||
brand: 'sony',
|
||||
model: 'ps5 console',
|
||||
series: 'sonyps5c',
|
||||
url: 'https://www.mediamarkt.de/de/product/-2661938.html'
|
||||
},
|
||||
{
|
||||
brand: 'sony',
|
||||
model: 'ps5 digital',
|
||||
series: 'sonyps5de',
|
||||
url: 'https://www.mediamarkt.de/de/product/-2661939.html'
|
||||
}
|
||||
],
|
||||
name: 'mediamarkt'
|
||||
|
||||
@@ -155,6 +155,18 @@ export const Saturn: Store = {
|
||||
model: 'gaming x trio',
|
||||
series: '3090',
|
||||
url: 'https://www.saturn.de/de/product/-2683226.html'
|
||||
},
|
||||
{
|
||||
brand: 'sony',
|
||||
model: 'ps5 console',
|
||||
series: 'sonyps5c',
|
||||
url: 'https://www.saturn.de/de/product/-2661938.html'
|
||||
},
|
||||
{
|
||||
brand: 'sony',
|
||||
model: 'ps5 digital',
|
||||
series: 'sonyps5de',
|
||||
url: 'https://www.saturn.de/de/product/-2661939.html'
|
||||
}
|
||||
],
|
||||
name: 'saturn'
|
||||
|
||||
Reference in New Issue
Block a user