mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 04:07:36 +00:00
feat(store): adds aorus master 3080 to newegg (#402)
This commit is contained in:
@@ -189,7 +189,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` | `eagle`, `eagle oc`, `gaming`, `gaming oc` |
|
||||
| `gigabyte` | `aorus master`, `eagle`, `eagle oc`, `gaming`, `gaming oc` |
|
||||
| `msi` | `gaming x trio`, `ventus 3x`, `ventus 3x oc` |
|
||||
| `nvidia` | `founders edition` |
|
||||
| `pny` | `dual fan`, `xlr8`, `xlr8 rgb` |
|
||||
|
||||
@@ -96,6 +96,13 @@ export const Newegg: Store = {
|
||||
series: '3080',
|
||||
url: 'https://www.newegg.com/gigabyte-geforce-rtx-3080-gv-n3080eagle-oc-10gd/p/N82E16814932330'
|
||||
},
|
||||
{
|
||||
brand: 'gigabyte',
|
||||
cartUrl: 'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16814137336',
|
||||
model: 'aorus master',
|
||||
series: '3080',
|
||||
url: 'https://www.newegg.com/p/N82E16814137336'
|
||||
},
|
||||
{
|
||||
brand: 'zotac',
|
||||
cartUrl: 'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16814500502',
|
||||
|
||||
Reference in New Issue
Block a user