From 3ab0de6e8620a566881f1d1d1cbdadbe19de4dac Mon Sep 17 00:00:00 2001 From: wofnull Date: Thu, 14 Jan 2021 14:39:09 +0100 Subject: [PATCH] chore(computeruniverse): add 3060ti cards (#1665) --- docs/reference/filter.md | 8 +- src/store/model/computeruniverse.ts | 203 ++++++++++++++++++++++++++++ src/store/model/store.ts | 4 + 3 files changed, 211 insertions(+), 4 deletions(-) diff --git a/docs/reference/filter.md b/docs/reference/filter.md index 9872b29..804b2db 100644 --- a/docs/reference/filter.md +++ b/docs/reference/filter.md @@ -173,18 +173,18 @@ Used with the `SHOW_ONLY_BRANDS` and `SHOW_ONLY_MODELS` variables. | `asus` | `crosshair viii`, `dual`, `dual oc`, `ekwb`, `strix`, `strix oc`, `strix white`, `tuf`, `tuf oc` | | `corsair` | `750 platinum`, `600 platinum` | | `colorful` | `igame advanced oc`, `igame vulcan oc` | -| `evga` | `ftw3`, `ftw3 ultra`, `ftw3 ultra hydro copper`, `xc3`, `xc gaming`, `xc3 black`, `xc3 ultra` | +| `evga` | `ftw3`, `ftw3 black`, `ftw3 ultra`, `ftw3 ultra hydro copper`, `xc3`, `xc gaming`, `xc black`, `xc3 black`, `xc3 ultra` | | `gainward` | `phantom gs`, `phoenix`, `phoenix gs`, `phoenix gs oc` | | `gigabyte` | `aorus master`, `aorus xtreme`, `aorus xtreme waterforce`, `aorus xtreme waterforce wb`, `eagle`, `eagle oc`, `gaming`, `gaming oc`, `gaming oc pro`, `turbo`, `vision`, `vision oc` | | `galax` | `sg`, `sg oc` | -| `inno3d` | `gaming x3`, `ichill x3`, `ichill x4`, `ichill frostbite`, `twin x2 oc` | +| `inno3d` | `gaming x3`, `ghost oc`, `ichill x3`, `ichill x4`, `ichill frostbite`, `twin x2`, `twin x2 oc` | | `kfa2` | `sg`, `sg oc` | | `leadtek` | `hurricane` | | `microsoft` | `xbox series x`, `xbox series s` | | `msi` | `gaming x trio`, `suprim x`, `ventus 2x oc`, `ventus 3x`, `ventus 3x oc` | | `nvidia` | `founders edition` | -| `palit` | `gamerock oc`, `gaming pro`, `gaming pro oc` | -| `pny` | `dual fan`, `xlr8 epic x`, `xlr8 revel`, `xlr8 uprising` | +| `palit` | `dual oc`, `gamerock oc`, `gaming pro`, `gaming pro oc` | +| `pny` | `dual fan`, `uprising`, `xlr8 gaming`, `xlr8 revel`, `xlr8 uprising` | | `sony` | `ps5 console`, `ps5 digital` | | `xfx` | `merc`, `amd reference` | | `zotac` | `amp holo`, `amp extreme holo`, `trinity`, `trinity oc`, `twin edge`, `twin edge oc` | diff --git a/src/store/model/computeruniverse.ts b/src/store/model/computeruniverse.ts index 6f1bfe6..a852aaf 100644 --- a/src/store/model/computeruniverse.ts +++ b/src/store/model/computeruniverse.ts @@ -28,6 +28,209 @@ export const Computeruniverse: Store = { url: 'https://www.computeruniverse.net/de/gainward-geforce-gtx-1660-super-ghost-6-gb-high-end-grafikkarte' }, + { + brand: 'asus', + model: 'dual', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/asus-geforce-rtx3060-ti-dual-8-gb' + }, + { + brand: 'palit', + model: 'dual', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/palit-geforce-rtx3060-ti-dual-8-gb' + }, + { + brand: 'inno3d', + model: 'ichill x3', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/inno3d-geforce-rtx-3060-ti-ichill-x3-8-gb-oc' + }, + { + brand: 'msi', + model: 'ventus 2x oc', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/msi-geforce-rtx3060-ti-ventus-2x-oc-8-gb-oc' + }, + { + brand: 'msi', + model: 'gaming x trio', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/msi-geforce-rtx3060-ti-gaming-x-trio-8-gb-oc' + }, + { + brand: 'gigabyte', + model: 'gaming oc', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/gigabyte-geforce-rtx-3060-ti-gaming-oc-8-gb-oc' + }, + { + brand: 'gigabyte', + model: 'eagle oc', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/gigabyte-geforce-rtx3060-ti-eagle-oc-8-gb-oc' + }, + { + brand: 'evga', + model: 'xc gaming', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/evga-geforce-rtx3060-ti-xc-gaming-8-gb' + }, + { + brand: 'gainward', + model: 'phoenix', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/gainward-geforce-rtx3060-ti-phoenix-8-gb' + }, + { + brand: 'inno3d', + model: 'twin x2 oc', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/inno3d-geforce-rtx-3060-ti-twin-x2-oc-8-gb-oc' + }, + { + brand: 'gainward', + model: 'ghost oc', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/gainward-geforce-rtx-3060-ti-ghost-oc-8-gb-oc' + }, + { + brand: 'palit', + model: 'dual oc', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/palit-geforce-rtx-3060-ti-dual-oc-8-gb-oc' + }, + { + brand: 'zotac', + model: 'twin edge oc', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/zotac-gaming-geforce-rtx-3060-ti-twin-edge-oc-8-gb-oc' + }, + { + brand: 'zotac', + model: 'twin edge', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/zotac-gaming-geforce-rtx3060-ti-twin-edge-8-gb' + }, + { + brand: 'evga', + model: 'ftw3 ultra', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/evga-geforce-rtx3060-ti-ftw3-ultra-gaming-8-gb-oc' + }, + { + brand: 'gainward', + model: 'phantom gs', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/gainward-geforce-rtx3060-ti-phoenix-gs-8-gb-oc' + }, + { + brand: 'pny', + model: 'uprising', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/pny-geforce-rtx3060-ti-uprising-x8g-8-gb' + }, + { + brand: 'asus', + model: 'strix oc', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/asus-rog-strix-geforce-rtx3060-ti-gaming-oc-8-gb-oc' + }, + { + brand: 'gigabyte', + model: 'eagle', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/gigabyte-geforce-rtx3060-ti-eagle-8-gb' + }, + { + brand: 'gigabyte', + model: 'gaming oc pro', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/gigabyte-geforce-rtx3060-ti-gaming-oc-pro-8-gb-oc' + }, + { + brand: 'inno3d', + model: 'twin x2', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/inno3d-geforce-rtx-3060-ti-twin-x2-8-gb' + }, + { + brand: 'asus', + model: 'tuf oc', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/asus-tuf-geforce-rtx3060-ti-gaming-oc-tuf-o8g-gaming-8-gb' + }, + { + brand: 'asus', + model: 'dual oc', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/asus-geforce-rtx3060-ti-dual-oc-o8g-dual-o8g-8-gb' + }, + { + brand: 'msi', + model: 'ventus 3x oc', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/msi-geforce-rtx3060-ti-ventus-3x-oc-8-gb-oc' + }, + { + brand: 'gigabyte', + model: 'aorus master', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/gigabyte-aorus-geforce-rtx3060-ti-master-8-gb' + }, + { + brand: 'pny', + model: 'xlr8 gaming', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/pny-geforce-rtx3060-ti-xlr8-gaming-8-gb' + }, + { + brand: 'evga', + model: 'xc black', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/evga-geforce-rtx3060-ti-xc-black-gaming-8-gb' + }, + { + brand: 'evga', + model: 'ftw3', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/evga-geforce-rtx3060-ti-ftw3-gaming-8-gb' + }, + { + brand: 'evga', + model: 'ftw3 black', + series: '3060ti', + url: + 'https://www.computeruniverse.net/de/evga-geforce-rtx3060-ti-ftw3-black-gaming-8-gb' + }, { brand: 'asus', model: 'dual', diff --git a/src/store/model/store.ts b/src/store/model/store.ts index 9f87e27..ade33aa 100644 --- a/src/store/model/store.ts +++ b/src/store/model/store.ts @@ -83,6 +83,7 @@ export type Model = | 'ekwb' | 'founders edition' | 'ftw3' + | 'ftw3 black' | 'ftw3 ultra' | 'ftw3 ultra hydro copper' | 'gamerock oc' @@ -93,6 +94,7 @@ export type Model = | 'gaming trio' | 'gaming x trio' | 'gaming x3' + | 'ghost oc' | 'suprim x' | 'suprim' | 'gaming' @@ -145,11 +147,13 @@ export type Model = | 'vision' | 'xbox series s' | 'xbox series x' + | 'xc black' | 'xc gaming' | 'xc3 black' | 'xc3 ultra' | 'xc3' | 'xlr8 epic x' + | 'xlr8 gaming' | 'xlr8 revel' | 'xlr8 uprising';