From 578027a36b25f1d1da2fd305ce1454561a33e091 Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Tue, 8 Dec 2020 17:58:08 -0500 Subject: [PATCH] chore(evga): add 3080 hydro copper Resolve #965 --- docs/reference/filter.md | 2 +- src/store/model/evga.ts | 6 ++++++ src/store/model/store.ts | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/reference/filter.md b/docs/reference/filter.md index 11f37c5..8e519c3 100644 --- a/docs/reference/filter.md +++ b/docs/reference/filter.md @@ -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` | diff --git a/src/store/model/evga.ts b/src/store/model/evga.ts index 60d7c62..87c3b3f 100644 --- a/src/store/model/evga.ts +++ b/src/store/model/evga.ts @@ -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', diff --git a/src/store/model/store.ts b/src/store/model/store.ts index 414edae..a32f940 100644 --- a/src/store/model/store.ts +++ b/src/store/model/store.ts @@ -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'