diff --git a/README.md b/README.md index 588aeef..b487d4e 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ Here is a list of variables that you can use to customize your newly copied `.en |:---:|---| | `asus` | `rog strix`, `rog strix oc`, `strix`, `tuf`, `tuf oc` | | `evga` | `ftw3`, `ftw3 ultra`, `xc3 black`, `xc3`, `xc3 ultra` | -| `gigabyte` | `aorus master`, `eagle`, `eagle oc`, `gaming`, `gaming oc` | +| `gigabyte` | `aorus master`, `eagle`, `eagle oc`, `gaming`, `gaming oc`, `vision` | | `msi` | `gaming x trio`, `ventus 3x`, `ventus 3x oc` | | `nvidia` | `founders edition` | | `pny` | `dual fan`, `xlr8`, `xlr8 rgb` | diff --git a/src/store/model/bestbuy.ts b/src/store/model/bestbuy.ts index b3a39ee..4a57e1a 100644 --- a/src/store/model/bestbuy.ts +++ b/src/store/model/bestbuy.ts @@ -39,6 +39,13 @@ export const BestBuy: Store = { series: '3080', url: 'https://www.bestbuy.com/site/evga-geforce-rtx-3080-10gb-gddr6x-pci-express-4-0-graphics-card/6432399.p?skuId=6432399&intl=nosplash' }, + { + brand: 'evga', + cartUrl: 'https://api.bestbuy.com/click/-/6436194/cart', + model: 'xc3', + series: '3080', + url: 'https://www.bestbuy.com/site/evga-geforce-rtx-3080-10gb-gddr6x-pci-express-4-0-graphics-card/6436194.p?skuId=6436194&intl=nosplash' + }, { brand: 'evga', cartUrl: 'https://api.bestbuy.com/click/-/6432400/cart', @@ -46,6 +53,20 @@ export const BestBuy: Store = { series: '3080', url: 'https://www.bestbuy.com/site/evga-geforce-rtx-3080-10gb-gddr6x-pci-express-4-0-graphics-card/6432400.p?skuId=6432400&intl=nosplash' }, + { + brand: 'evga', + cartUrl: 'https://api.bestbuy.com/click/-/6436196/cart', + model: 'ftw3 ultra', + series: '3080', + url: 'https://www.bestbuy.com/site/evga-geforce-rtx-3080-10gb-gddr6x-pci-express-4-0-graphics-card/6436196.p?skuId=6436196&intl=nosplash' + }, + { + brand: 'evga', + cartUrl: 'https://api.bestbuy.com/click/-/6436191/cart', + model: 'ftw3', + series: '3080', + url: 'https://www.bestbuy.com/site/evga-geforce-rtx-3080-10gb-gddr6x-pci-express-4-0-graphics-card/6436191.p?skuId=6436191&intl=nosplash' + }, { brand: 'gigabyte', cartUrl: 'https://api.bestbuy.com/click/-/6430620/cart', @@ -60,6 +81,20 @@ export const BestBuy: Store = { series: '3080', url: 'https://www.bestbuy.com/site/gigabyte-geforce-rtx-3080-10g-gddr6x-pci-express-4-0-graphics-card-black/6430621.p?skuId=6430621&intl=nosplash' }, + { + brand: 'gigabyte', + cartUrl: 'https://api.bestbuy.com/click/-/6436219/cart', + model: 'vision', + series: '3080', + url: 'https://www.bestbuy.com/site/gigabyte-geforce-rtx-3080-10g-gddr6x-pci-express-4-0-graphics-card-white/6436219.p?skuId=6436219&intl=nosplash' + }, + { + brand: 'gigabyte', + cartUrl: 'https://api.bestbuy.com/click/-/6436223/cart', + model: 'aorus master', + series: '3080', + url: 'https://www.bestbuy.com/site/gigabyte-geforce-rtx-3080-10g-gddr6x-pci-express-4-0-graphics-card-black/6436223.p?skuId=6436223&intl=nosplash' + }, { brand: 'msi', cartUrl: 'https://api.bestbuy.com/click/-/6430175/cart', @@ -130,6 +165,20 @@ export const BestBuy: Store = { series: '3090', url: 'https://www.bestbuy.com/site/evga-geforce-rtx-3090-24gb-gddr6x-pci-express-4-0-graphics-card/6434363.p?skuId=6434363&intl=nosplash' }, + { + brand: 'evga', + cartUrl: 'https://api.bestbuy.com/click/-/6436193/cart', + model: 'ftw3', + series: '3090', + url: 'https://www.bestbuy.com/site/evga-geforce-rtx-3090-24gb-gddr6x-pci-express-4-0-graphics-card/6436193.p?skuId=6436193&intl=nosplash' + }, + { + brand: 'evga', + cartUrl: 'https://api.bestbuy.com/click/-/6436192/cart', + model: 'ftw3 ultra', + series: '3090', + url: 'https://www.bestbuy.com/site/evga-geforce-rtx-3090-24gb-gddr6x-pci-express-4-0-graphics-card/6436192.p?skuId=6436192&intl=nosplash' + }, { brand: 'pny', cartUrl: 'https://api.bestbuy.com/click/-/6432657/cart',