mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 05:17:35 +00:00
fix(amazon): add 5800x and 5600x (#802)
This commit is contained in:
@@ -279,6 +279,22 @@ export const Amazon: Store = {
|
|||||||
series: '3090',
|
series: '3090',
|
||||||
url: 'https://www.amazon.com/dp/B08HJLLF7G'
|
url: 'https://www.amazon.com/dp/B08HJLLF7G'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
brand: 'amd',
|
||||||
|
cartUrl:
|
||||||
|
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08166SLDF&Quantity.1=1',
|
||||||
|
model: '5600x',
|
||||||
|
series: 'ryzen5600',
|
||||||
|
url: 'https://www.amazon.com/dp/B08166SLDF'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
brand: 'amd',
|
||||||
|
cartUrl:
|
||||||
|
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B0815XFSGK&Quantity.1=1',
|
||||||
|
model: '5800x',
|
||||||
|
series: 'ryzen5800',
|
||||||
|
url: 'https://www.amazon.com/dp/product/B0815XFSGK'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
brand: 'amd',
|
brand: 'amd',
|
||||||
cartUrl:
|
cartUrl:
|
||||||
|
|||||||
Reference in New Issue
Block a user