mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 13:27:38 +00:00
feat(store): add amd rx 6000 series model (#832)
This commit is contained in:
+40
-30
@@ -13,6 +13,7 @@ export type Pricing = {
|
||||
export type Brand =
|
||||
| 'test:brand'
|
||||
| 'amd'
|
||||
| 'asrock'
|
||||
| 'asus'
|
||||
| 'evga'
|
||||
| 'gainward'
|
||||
@@ -24,7 +25,9 @@ export type Brand =
|
||||
| 'nvidia'
|
||||
| 'palit'
|
||||
| 'pny'
|
||||
| 'sapphire'
|
||||
| 'sony'
|
||||
| 'xfx'
|
||||
| 'zotac';
|
||||
|
||||
export type Series =
|
||||
@@ -32,10 +35,13 @@ export type Series =
|
||||
| '3070'
|
||||
| '3080'
|
||||
| '3090'
|
||||
| 'ryzen5950'
|
||||
| 'ryzen5900'
|
||||
| 'ryzen5800'
|
||||
| 'rx6800'
|
||||
| 'rx6800xt'
|
||||
| 'rx6900xt'
|
||||
| 'ryzen5600'
|
||||
| 'ryzen5800'
|
||||
| 'ryzen5900'
|
||||
| 'ryzen5950'
|
||||
| 'sonyps5c'
|
||||
| 'sonyps5de'
|
||||
| 'xboxsx'
|
||||
@@ -47,60 +53,64 @@ export type Model =
|
||||
| '5800x'
|
||||
| '5900x'
|
||||
| '5950x'
|
||||
| 'amd reference'
|
||||
| 'amp extreme holo'
|
||||
| 'amp holo'
|
||||
| 'aorus'
|
||||
| 'aorus master'
|
||||
| 'aorus xtreme'
|
||||
| 'dual'
|
||||
| 'aorus'
|
||||
| 'dual fan'
|
||||
| 'dual oc'
|
||||
| 'founders edition'
|
||||
| 'ftw3'
|
||||
| 'ftw3 ultra'
|
||||
| 'eagle'
|
||||
| 'dual'
|
||||
| 'eagle oc'
|
||||
| 'gaming'
|
||||
| 'eagle'
|
||||
| 'founders edition'
|
||||
| 'ftw3 ultra'
|
||||
| 'ftw3'
|
||||
| 'gamerock oc'
|
||||
| 'gaming oc'
|
||||
| 'gaming pro oc'
|
||||
| 'gaming pro'
|
||||
| 'gaming x trio'
|
||||
| 'gaming x3'
|
||||
| 'gaming'
|
||||
| 'ichill x2'
|
||||
| 'ichill x3'
|
||||
| 'ichill x4'
|
||||
| 'gamerock oc'
|
||||
| 'gaming x trio'
|
||||
| 'gaming pro'
|
||||
| 'gaming pro oc'
|
||||
| 'nitro oc se'
|
||||
| 'nitro oc'
|
||||
| 'phantom gs'
|
||||
| 'phoenix gs oc'
|
||||
| 'phoenix gs'
|
||||
| 'phoenix'
|
||||
| 'ps5 console'
|
||||
| 'ps5 digital'
|
||||
| 'phantom gs'
|
||||
| 'phoenix'
|
||||
| 'phoenix gs'
|
||||
| 'phoenix gs oc'
|
||||
| 'sg'
|
||||
| 'sg oc'
|
||||
| 'strix'
|
||||
| 'sg'
|
||||
| 'strix lc'
|
||||
| 'strix oc'
|
||||
| 'trinity'
|
||||
| 'strix'
|
||||
| 'trinity oc'
|
||||
| 'tuf'
|
||||
| 'trinity'
|
||||
| 'tuf oc'
|
||||
| 'tuf'
|
||||
| 'turbo'
|
||||
| 'twin edge'
|
||||
| 'twin edge oc'
|
||||
| 'twin x2'
|
||||
| 'twin edge'
|
||||
| 'twin x2 oc'
|
||||
| 'twin x2'
|
||||
| 'uprising'
|
||||
| 'ventus 2x'
|
||||
| 'ventus 2x oc'
|
||||
| 'ventus 3x'
|
||||
| 'ventus 2x'
|
||||
| 'ventus 3x oc'
|
||||
| 'vision'
|
||||
| 'ventus 3x'
|
||||
| 'vision oc'
|
||||
| 'xc3'
|
||||
| 'xc3 black'
|
||||
| 'xc3 ultra'
|
||||
| 'vision'
|
||||
| 'xbox series s'
|
||||
| 'xbox series x'
|
||||
| 'xc3 black'
|
||||
| 'xc3 ultra'
|
||||
| 'xc3'
|
||||
| 'xlr8 revel'
|
||||
| 'xlr8 uprising';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user