Skip to content

Commit ca59777

Browse files
authored
feat(azerty): add ryzen 5000 series (#878)
1 parent 8db16dd commit ca59777

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

src/store/model/azerty.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,34 @@ export const Azerty: Store = {
184184
series: '3070',
185185
url:
186186
'https://azerty.nl/product/evga/4377252/xc3-black-geforce-rtx-3070-videokaart-8-gb-gddr6'
187+
},
188+
{
189+
brand: 'amd',
190+
model: '5600x',
191+
series: 'ryzen5600',
192+
url:
193+
'https://azerty.nl/product/amd/4368019/ryzen-5-5600x-processor-3-7-ghz-4-6-ghz-'
194+
},
195+
{
196+
brand: 'amd',
197+
model: '5800x',
198+
series: 'ryzen5800',
199+
url:
200+
'https://azerty.nl/product/amd/4368018/ryzen-7-5800x-processor-3-8-ghz-4-7-ghz-'
201+
},
202+
{
203+
brand: 'amd',
204+
model: '5900x',
205+
series: 'ryzen5900',
206+
url:
207+
'https://azerty.nl/product/amd/4368017/ryzen-9-5900x-processor-3-7-ghz-4-8-ghz-'
208+
},
209+
{
210+
brand: 'amd',
211+
model: '5950x',
212+
series: 'ryzen5950',
213+
url:
214+
'https://azerty.nl/product/amd/4368016/ryzen-9-5950x-processor-3-4-ghz-4-9-ghz-'
187215
}
188216
],
189217
name: 'azerty'

0 commit comments

Comments
 (0)