chore(newegg): add powercolor red devil, red dragon (#1219)

This commit is contained in:
dtsulik
2020-12-09 00:41:17 +04:00
committed by GitHub
parent 58f0a9c774
commit b806e1bb9c
2 changed files with 28 additions and 0 deletions
+27
View File
@@ -939,6 +939,33 @@ export const Newegg: Store = {
series: '3060ti', series: '3060ti',
url: url:
'https://www.newegg.com/asus-geforce-rtx-3060-ti-ko-rtx3060ti-o8g-gaming/p/N82E16814126474' 'https://www.newegg.com/asus-geforce-rtx-3060-ti-ko-rtx3060ti-o8g-gaming/p/N82E16814126474'
},
{
brand: 'powercolor',
cartUrl:
'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16814131767',
model: 'red devil',
series: 'rx6800xt',
url:
'https://www.newegg.com/powercolor-radeon-rx-6800-xt-axrx-6800xt-16gbd6-2dhce-oc/p/N82E16814131767'
},
{
brand: 'powercolor',
cartUrl:
'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16814131770',
model: 'red devil',
series: 'rx6800',
url:
'https://www.newegg.com/powercolor-radeon-rx-6800-axrx-6800-16gbd6-2dhce-oc/p/N82E16814131770'
},
{
brand: 'powercolor',
cartUrl:
'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16814131773',
model: 'red dragon',
series: 'rx6800',
url:
'https://www.newegg.com/powercolor-radeon-rx-6800-axrx-6800-16gbd6-3dhr-oc/p/N82E16814131773'
} }
], ],
name: 'newegg', name: 'newegg',
+1
View File
@@ -101,6 +101,7 @@ export type Model =
| 'ps5 digital' | 'ps5 digital'
| 'pulse' | 'pulse'
| 'red devil' | 'red devil'
| 'red dragon'
| 'sg oc' | 'sg oc'
| 'sg' | 'sg'
| 'merc' | 'merc'