chore(store): add xbox/ps5 to eu stores (#1047)

This commit is contained in:
fnk93
2020-11-30 22:58:27 +01:00
committed by GitHub
parent fb696bf85a
commit 0b60d3cf9a
9 changed files with 203 additions and 17 deletions
+18
View File
@@ -13,6 +13,10 @@ export const Computeruniverse: Store = {
maxPrice: {
container: '.product-price',
euroFormat: true
},
outOfStock: {
container: '.availability',
text: ['nicht verfügbar']
}
},
links: [
@@ -552,6 +556,20 @@ export const Computeruniverse: Store = {
series: 'ryzen5950',
url:
'https://www.computeruniverse.net/de/amd-ryzen-9-5950x-box-ohne-kuehler'
},
{
brand: 'sony',
model: 'ps5 console',
series: 'sonyps5c',
url:
'https://www.computeruniverse.net/de/sony-playstation-5-weiss-schwarz-825gb-ssd'
},
{
brand: 'sony',
model: 'ps5 digital',
series: 'sonyps5de',
url:
'https://www.computeruniverse.net/de/sony-playstation-5-digital-edition-weiss-schwarz-825gb-ssd'
}
],
name: 'computeruniverse'