mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
@@ -139,7 +139,7 @@ Used with the `SHOW_ONLY_BRANDS` and `SHOW_ONLY_MODELS` variables.
|
||||
| `amd` | `5600x`, `5800x`, `5900x`, `5950x`, `amd reference` |
|
||||
| `asus` | `dual`, `dual oc`, `strix`, `strix oc`, `tuf`, `tuf oc` |
|
||||
| `corsair` | `750 platinum`, `600 platinum` |
|
||||
| `evga` | `ftw3`, `ftw3 ultra`, `xc3`, `xc3 black`, `xc3 ultra` |
|
||||
| `evga` | `ftw3`, `ftw3 ultra`, `ftw3 ultra hydro copper`, `xc3`, `xc3 black`, `xc3 ultra` |
|
||||
| `gainward` | `phantom gs`, `phoenix`, `phoenix gs`, `phoenix gs oc` |
|
||||
| `gigabyte` | `aorus master`, `aorus xtreme`, `aorus xtreme waterforce`, `eagle`, `eagle oc`, `gaming`, `gaming oc`, `turbo`, `vision`, `vision oc` |
|
||||
| `inno3d` | `gaming x3`, `ichill x3`, `ichill x4`, `ichill frostbite`, `twin x2 oc` |
|
||||
|
||||
@@ -44,6 +44,12 @@ export const Evga: Store = {
|
||||
series: '3080',
|
||||
url: 'https://www.evga.com/products/product.aspx?pn=10G-P5-3897-KR'
|
||||
},
|
||||
{
|
||||
brand: 'evga',
|
||||
model: 'ftw3 ultra hydro copper',
|
||||
series: '3080',
|
||||
url: 'https://www.evga.com/products/product.aspx?pn=10G-P5-3897-KR'
|
||||
},
|
||||
{
|
||||
brand: 'evga',
|
||||
model: 'ftw3',
|
||||
|
||||
@@ -73,8 +73,9 @@ export type Model =
|
||||
| 'eagle oc'
|
||||
| 'eagle'
|
||||
| 'founders edition'
|
||||
| 'ftw3 ultra'
|
||||
| 'ftw3'
|
||||
| 'ftw3 ultra'
|
||||
| 'ftw3 ultra hydro copper'
|
||||
| 'gamerock oc'
|
||||
| 'gaming oc'
|
||||
| 'gaming oc pro'
|
||||
|
||||
Reference in New Issue
Block a user