From 9ef83fd1d27e4ec54ff8c672853b13622fc1f085 Mon Sep 17 00:00:00 2001 From: Reid Kornman <76536916+Reid-Kornman@users.noreply.github.com> Date: Sun, 3 Jan 2021 02:04:53 -0500 Subject: [PATCH] chore(bestbuy): add 3060ti cards (#1548) --- docs/reference/filter.md | 2 +- src/store/model/bestbuy.ts | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/reference/filter.md b/docs/reference/filter.md index c7afab0..6f860fe 100644 --- a/docs/reference/filter.md +++ b/docs/reference/filter.md @@ -170,7 +170,7 @@ Used with the `SHOW_ONLY_BRANDS` and `SHOW_ONLY_MODELS` variables. | `asus` | `crosshair viii`, `dual`, `dual oc`, `strix`, `strix oc`, `tuf`, `tuf oc` | | `corsair` | `750 platinum`, `600 platinum` | | `colorful` | `igame advanced oc`, `igame vulcan oc` | -| `evga` | `ftw3`, `ftw3 ultra`, `ftw3 ultra hydro copper`, `xc3`, `xc3 black`, `xc3 ultra` | +| `evga` | `ftw3`, `ftw3 ultra`, `ftw3 ultra hydro copper`, `xc3`, `xc gaming`, `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`, `turbo`, `vision`, `vision oc` | | `galax` | `sg`, `sg oc` | diff --git a/src/store/model/bestbuy.ts b/src/store/model/bestbuy.ts index 8f0e188..8a66ae3 100644 --- a/src/store/model/bestbuy.ts +++ b/src/store/model/bestbuy.ts @@ -484,36 +484,36 @@ export const BestBuy: Store = { 'https://www.bestbuy.com/site/corsair-sf-series-600w-atx12v-2-4-eps12v-2-92-sfx12v-80-plus-platinum-modular-power-supply-black/6351844.p?skuId=6351844' }, { - brand: 'nvidia', - cartUrl: 'https://api.bestbuy.com/click/-/6439402/cart', - model: 'founders edition', + brand: 'pny', + cartUrl: 'https://api.bestbuy.com/click/-/6446660/cart', + model: 'xlr8 uprising', series: '3060ti', url: - 'https://www.bestbuy.com/site/nvidia-geforce-rtx-3060-ti-8gb-gddr6-pci-express-4-0-graphics-card-steel-and-black/6439402.p?skuId=6439402&intl=nosplash' + 'https://www.bestbuy.com/site/pny-geforce-rtx-3060ti8gb-uprising-dual-fan-graphics-card/6446660.p?skuId=6446660=nosplash' }, { - brand: 'gigabyte', - cartUrl: 'https://api.bestbuy.com/click/-/6442484/cart', - model: 'gaming oc', + brand: 'evga', + cartUrl: 'https://api.bestbuy.com/click/-/6444445/cart', + model: 'xc gaming', series: '3060ti', url: - 'https://www.bestbuy.com/site/gigabyte-nvidia-geforce-rtx-3060-ti-gaming-oc-8g-gddr6-pci-express-4-0-graphics-card-black/6442484.p?skuId=6442484&intl=nosplash' + 'https://www.bestbuy.com/site/evga-geforce-rtx-3060-ti-xc-gaming-8gb-gddr6-pci-express-4-0-graphics-card/6444445.p?skuId=6444445&intl=nosplash' }, { - brand: 'gigabyte', - cartUrl: 'https://api.bestbuy.com/click/-/6442485/cart', - model: 'eagle oc', + brand: 'evga', + cartUrl: 'https://api.bestbuy.com/click/-/6444444/cart', + model: 'ftw3', series: '3060ti', url: - 'https://www.bestbuy.com/site/gigabyte-nvidia-geforce-rtx-3060-ti-eagle-oc-8g-gddr6-pci-express-4-0-graphics-card-black/6442485.p?skuId=6442485&intl=nosplash' + 'https://www.bestbuy.com/site/evga-geforce-rtx-3060-ti-ftw3-gaming-8gb-gddr6-pci-express-4-0-graphics-card/6444444.p?skuId=6444444&intl=nosplash' }, { - brand: 'msi', - cartUrl: 'https://api.bestbuy.com/click/-/6441172/cart', - model: 'ventus 2x oc', + brand: 'evga', + cartUrl: 'https://api.bestbuy.com/click/-/6444449/cart', + model: 'ftw3', series: '3060ti', url: - 'https://www.bestbuy.com/site/msi-geforce-rtx-3060-ti-ventus-2x-oc-bv-8gb-gddr6-pci-express-4-0-graphics-card-black-black/6441172.p?skuId=6441172&intl=nosplash' + 'https://www.bestbuy.com/site/evga-geforce-rtx-3060-ti-ftw3-gaming-8gb-gddr6-pci-express-4-0-graphics-card/6444449.p?skuId=6444449&intl=nosplash' } ], name: 'bestbuy'