chore(evga): add 3080 hydro copper

Resolve #965
This commit is contained in:
Jef LeCompte
2020-12-08 17:58:08 -05:00
parent 5e1dfc3568
commit 578027a36b
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -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` |
+6
View File
@@ -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',
+2 -1
View File
@@ -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'