mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 09:57:38 +00:00
chore(store): add xbox/ps5 to eu stores (#1047)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user