mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
feat(store): add evga model (#220)
This commit is contained in:
@@ -16,10 +16,16 @@ export const Evga: Store = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
brand: 'evga',
|
brand: 'evga',
|
||||||
model: 'ftw3',
|
model: 'ftw3 ultra',
|
||||||
series: '3080',
|
series: '3080',
|
||||||
url: 'https://www.evga.com/products/product.aspx?pn=10G-P5-3897-KR'
|
url: 'https://www.evga.com/products/product.aspx?pn=10G-P5-3897-KR'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
brand: 'evga',
|
||||||
|
model: 'ftw3',
|
||||||
|
series: '3080',
|
||||||
|
url: 'https://www.evga.com/products/product.aspx?pn=10G-P5-3895-KR'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
brand: 'evga',
|
brand: 'evga',
|
||||||
model: 'xc3',
|
model: 'xc3',
|
||||||
|
|||||||
Reference in New Issue
Block a user