Skip to content

Commit 3270292

Browse files
authored
feat(coolmod): add zen 3 (jef#754)
1 parent b4de369 commit 3270292

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

src/store/model/coolmod.ts

+28
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,34 @@ export const Coolmod: Store = {
186186
series: '3080',
187187
url:
188188
'https://www.coolmod.com/inno3d-geforce-rtx-3080-twin-x2-oc-10gb-gddr6x-tarjeta-grafica-precio'
189+
},
190+
{
191+
brand: 'amd',
192+
model: '5600x',
193+
series: 'ryzen5600',
194+
url:
195+
'https://www.coolmod.com/amd-ryzen-5-5600x-46ghz-socket-am4-boxed-procesador-precio'
196+
},
197+
{
198+
brand: 'amd',
199+
model: '5800x',
200+
series: 'ryzen5800',
201+
url:
202+
'https://www.coolmod.com/amd-ryzen-7-5800x-47ghz-socket-am4-boxed-procesador-precio'
203+
},
204+
{
205+
brand: 'amd',
206+
model: '5900x',
207+
series: 'ryzen5900',
208+
url:
209+
'https://www.coolmod.com/amd-ryzen-9-5900x-48ghz-socket-am4-boxed-procesador-precio'
210+
},
211+
{
212+
brand: 'amd',
213+
model: '5950x',
214+
series: 'ryzen5950',
215+
url:
216+
'https://www.coolmod.com/amd-ryzen-9-5950x-49ghz-socket-am4-boxed-procesador-precio'
189217
}
190218
],
191219
name: 'coolmod'

0 commit comments

Comments
 (0)