feat(store): add zen 3 to german stores (#702)

Co-authored-by: Florian Dahlmann <florian.dahlmann@gmx.de>
This commit is contained in:
hiivin
2020-11-06 15:39:37 +01:00
committed by GitHub
parent deb17d109f
commit 71d5cb4261
8 changed files with 180 additions and 0 deletions
+24
View File
@@ -352,6 +352,30 @@ export const AmazonDe: Store = {
model: 'xlr8 rgb',
series: '3070',
url: 'https://www.amazon.de/dp/B08HBJB7YD'
},
{
brand: 'amd',
model: '5600x',
series: 'ryzen5600',
url: 'https://www.amazon.de/dp/B08166SLDF'
},
{
brand: 'amd',
model: '5800x',
series: 'ryzen5800',
url: 'https://www.amazon.de/dp/B0815XFSGK'
},
{
brand: 'amd',
model: '5900x',
series: 'ryzen5900',
url: 'https://www.amazon.de/dp/B08164VTWH'
},
{
brand: 'amd',
model: '5950x',
series: 'ryzen5950',
url: 'https://www.amazon.de/dp/B0815Y8J9N'
}
],
name: 'amazon-de'