chore(pccomponentes): add ryzen cpus (#756)

This commit is contained in:
Cristian
2020-11-15 04:05:06 +01:00
committed by GitHub
parent 63d550ca63
commit b21b2440f7
+24
View File
@@ -161,6 +161,30 @@ export const PCComponentes: Store = {
series: '3080',
url:
'https://www.pccomponentes.com/pny-geforce-rtx-3080-epic-x-rgb-triple-fan-xlr8-gaming-edition-10gb-gddr6x'
},
{
brand: 'amd',
model: '5600x',
series: 'ryzen5600',
url: 'https://www.pccomponentes.com/amd-ryzen-5-5600x-37ghz'
},
{
brand: 'amd',
model: '5800x',
series: 'ryzen5800',
url: 'https://www.pccomponentes.com/amd-ryzen-7-5800x-38ghz'
},
{
brand: 'amd',
model: '5900x',
series: 'ryzen5900',
url: 'https://www.pccomponentes.com/amd-ryzen-9-5900x-37-ghz'
},
{
brand: 'amd',
model: '5950x',
series: 'ryzen5950',
url: 'https://www.pccomponentes.com/amd-ryzen-9-5950x-34-ghz'
}
],
name: 'pccomponentes'