Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Tech-13 committed Oct 12, 2022
1 parent 0961e4d commit e849b80
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 1 deletion.
12 changes: 12 additions & 0 deletions src/store/model/bandh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,18 @@ export const BAndH: Store = {
series: '4090',
url: 'https://www.bhphotovideo.com/c/product/1729348-REG/msi_g4090slx24_geforce_rtx_4090_suprim.html',
},
{
brand: 'pny',
model: 'xlr8 verto epic x',
series: '4080-12g',
url: 'https://www.bhphotovideo.com/c/product/1729445-REG/pny_vcg408012tfxxpb1_nvidia_geforce_rtx_4080.html',
},
{
brand: 'pny',
model: 'xlr8 verto epic x',
series: '4080-16g',
url: 'https://www.bhphotovideo.com/c/product/1729444-REG/pny_vcg408016tfxxpb1_nvidia_geforce_rtx_4080.html',
},
],
name: 'bandh',
};
40 changes: 40 additions & 0 deletions src/store/model/newegg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1312,6 +1312,46 @@ export const Newegg: Store = {
series: '4090',
url: 'https://www.newegg.com/asus-rog-crosshair-viii-dark-hero/p/N82E16814137761',
},
{
brand: 'gigabyte',
cartUrl:
'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16814932554',
model: 'windforce',
series: '4090',
url: 'https://www.newegg.com/asus-rog-crosshair-viii-dark-hero/p/N82E16814932554',
},
{
brand: 'gigabyte',
cartUrl:
'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16814932556',
model: 'aorus w',
series: '4090',
url: 'https://www.newegg.com/asus-rog-crosshair-viii-dark-hero/p/N82E16814932556',
},
{
brand: 'gigabyte',
cartUrl:
'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16814932555',
model: 'aorus',
series: '4090',
url: 'https://www.newegg.com/asus-rog-crosshair-viii-dark-hero/p/N82E16814932555',
},
{
brand: 'asus',
cartUrl:
'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16814126596',
model: 'tuf',
series: '4090',
url: 'https://www.newegg.com/asus-rog-crosshair-viii-dark-hero/p/N82E16814126596',
},
{
brand: 'msi',
cartUrl:
'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16814137762',
model: 'gaming trio',
series: '4090',
url: 'https://www.newegg.com/asus-rog-crosshair-viii-dark-hero/p/N82E16814137762',
},
],
name: 'newegg',
realTimeInventoryLookup: async (itemNumber: string) => {
Expand Down
2 changes: 1 addition & 1 deletion src/store/model/nvidia-en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const NvidiaEN: Store = {
brand: 'nvidia',
model: 'founders edition',
series: '4090',
url: 'https://store.nvidia.com/en-us/geforce/store/?page=1&limit=9&locale=en-us&category=GPU,DESKTOP&gpu=RTX%204090%20/',
url: 'https://store.nvidia.com/en-us/geforce/store/?page=1&limit=9&locale=en-us&gpu=RTX%204090&category=GPU,DESKTOP&manufacturer=NVIDIA&manufacturer_filter=NVIDIA~1,ACER~0,ALIENWARE~0,AORUS~0,ASUS~2,BUILD%20REDUX~0,CLX~0,CORSAIR~0,CYBERPOWER%20PC~0,DELL~0,DIGITAL%20STORM~0,EVGA~0,FALCON%20NW~0,GIGABYTE~2,HP~0,IBUYPOWER~0,LENOVO~0,LG~0,MAINGEAR~0,MSI~4,NZXT~0,ORIGIN%20PC~0,PNY~1,RAZER~0,VIEWSONIC~0,XIDAX~0,ZOTAC~2',
},
],
name: 'nvidia-en',
Expand Down
1 change: 1 addition & 0 deletions src/store/model/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export type Model =
| 'aorus xtreme waterforce'
| 'aorus xtreme waterforce wb'
| 'aorus'
| 'aorus w'
| 'aorus box'
| 'articstorm'
| 'battle-ax'
Expand Down

0 comments on commit e849b80

Please sign in to comment.