mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 14:37:41 +00:00
feat(store): add darkhero motherboard to asus and microcenter (#1336)
This commit is contained in:
@@ -51,6 +51,13 @@ export const Asus: Store = {
|
||||
model: 'strix oc',
|
||||
series: '3080',
|
||||
url: 'https://store.asus.com/us/item/202009AM290000002'
|
||||
},
|
||||
{
|
||||
brand: 'asus',
|
||||
itemNumber: '202011AM200000003',
|
||||
model: 'crosshair viii',
|
||||
series: 'darkhero',
|
||||
url: 'https://store.asus.com/us/item/202011AM200000003'
|
||||
}
|
||||
],
|
||||
name: 'asus',
|
||||
|
||||
@@ -197,6 +197,12 @@ for (const microCenterLocation of microCenterLocations) {
|
||||
model: 'amd reference',
|
||||
series: 'rx6900xt',
|
||||
url: `https://www.microcenter.com/product/632048/asrock-amd-radeon-rx-6900-xt-triple-fan-16gb-gddr6-pcie-40-graphics-card/?storeid=${storeId}`
|
||||
},
|
||||
{
|
||||
brand: 'asus',
|
||||
model: 'crosshair viii',
|
||||
series: 'darkhero',
|
||||
url: `https://www.microcenter.com/product/631349/asus-x570-rog-crosshair-viii-dark-hero-amd-am4-atx-motherboard/?storeid=${storeId}`
|
||||
}
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -1011,6 +1011,15 @@ export const Newegg: Store = {
|
||||
series: 'rx6800',
|
||||
url:
|
||||
'https://www.newegg.com/powercolor-radeon-rx-6800-axrx-6800-16gbd6-3dhr-oc/p/N82E16814131773'
|
||||
},
|
||||
{
|
||||
brand: 'asus',
|
||||
cartUrl:
|
||||
'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16813119362',
|
||||
model: 'crosshair viii',
|
||||
series: 'darkhero',
|
||||
url:
|
||||
'https://www.newegg.com/asus-rog-crosshair-viii-dark-hero/p/N82E16813119362'
|
||||
}
|
||||
],
|
||||
name: 'newegg',
|
||||
|
||||
@@ -38,6 +38,7 @@ export type Series =
|
||||
| '3070'
|
||||
| '3080'
|
||||
| '3090'
|
||||
| 'darkhero'
|
||||
| 'rx6800'
|
||||
| 'rx6800xt'
|
||||
| 'rx6900xt'
|
||||
@@ -67,6 +68,7 @@ export type Model =
|
||||
| 'aorus xtreme waterforce'
|
||||
| 'aorus'
|
||||
| 'challenger'
|
||||
| 'crosshair viii'
|
||||
| 'dual fan'
|
||||
| 'dual oc'
|
||||
| 'dual'
|
||||
|
||||
Reference in New Issue
Block a user