Files
streetmerchant/src/store/model/pccomponentes.ts
T
2020-12-12 09:01:54 -05:00

320 lines
7.0 KiB
TypeScript

import {Store} from './store';
export const PCComponentes: Store = {
currency: '€',
labels: {
inStock: {
container: '#btnsWishAddBuy',
text: ['Comprar']
},
maxPrice: {
container: '#precio-main',
euroFormat: true
},
outOfStock: {
container: '#btnsWishAddBuy',
text: ['Avísame']
}
},
links: [
{
brand: 'test:brand',
model: 'test:model',
series: 'test:series',
url:
'https://www.pccomponentes.com/gigabyte-geforce-gtx-1660-super-oc-6gb-gddr6'
},
{
brand: 'gigabyte',
model: 'eagle oc',
series: '3080',
url:
'https://www.pccomponentes.com/gigabyte-geforce-rtx-3080-eagle-oc-10g-10gb-gddr6x'
},
{
brand: 'msi',
model: 'ventus 3x oc',
series: '3080',
url:
'https://www.pccomponentes.com/msi-geforce-rtx-3080-ventus-3x-oc-10gb-gddr6x'
},
{
brand: 'asus',
model: 'tuf',
series: '3080',
url:
'https://www.pccomponentes.com/asus-tuf-geforce-rtx-3080-10gb-gddr6x'
},
{
brand: 'gigabyte',
model: 'gaming oc',
series: '3080',
url:
'https://www.pccomponentes.com/gigabyte-geforce-rtx-3080-gaming-oc-10g-10gb-gddr6x'
},
{
brand: 'msi',
model: 'gaming x trio',
series: '3080',
url:
'https://www.pccomponentes.com/msi-geforce-rtx-3080-gaming-x-trio-10gb-gddr6x'
},
{
brand: 'asus',
model: 'tuf oc',
series: '3080',
url:
'https://www.pccomponentes.com/asus-tuf-geforce-rtx-3080-oc-10gb-gddr6x'
},
{
brand: 'asus',
model: 'strix oc',
series: '3080',
url:
'https://www.pccomponentes.com/asus-rog-strix-geforce-rtx-3080-10g-gaming-oc-10gb-gddr6x'
},
{
brand: 'evga',
model: 'xc3 black',
series: '3080',
url:
'https://www.pccomponentes.com/evga-geforce-rtx-3080-xc3-black-gaming-10gb-gddr6x'
},
{
brand: 'zotac',
model: 'trinity',
series: '3080',
url:
'https://www.pccomponentes.com/zotac-gaming-geforce-rtx-3080-trinity-10gb-gddr6x'
},
{
brand: 'evga',
model: 'xc3 ultra',
series: '3080',
url:
'https://www.pccomponentes.com/evga-geforce-rtx-3080-xc3-ultra-gaming-10gb-gddr6x'
},
{
brand: 'asus',
model: 'strix',
series: '3080',
url:
'https://www.pccomponentes.com/asus-rog-strix-geforce-rtx-3080-gaming-10gb-gddr6x'
},
{
brand: 'zotac',
model: 'trinity oc',
series: '3080',
url:
'https://www.pccomponentes.com/zotac-gaming-geforce-rtx-3080-trinity-oc-10gb-gddr6x'
},
{
brand: 'gigabyte',
model: 'vision oc',
series: '3080',
url:
'https://www.pccomponentes.com/gigabyte-geforce-rtx-3080-vision-oc-10gb-gddr6x'
},
{
brand: 'evga',
model: 'xc3',
series: '3080',
url:
'https://www.pccomponentes.com/evga-geforce-rtx-3080-xc3-gaming-10gb-gddr6x'
},
{
brand: 'evga',
model: 'ftw3 ultra',
series: '3080',
url:
'https://www.pccomponentes.com/evga-geforce-rtx-3080-ftw3-ultra-gaming-10gb-gddr6x'
},
{
brand: 'gigabyte',
model: 'aorus master',
series: '3080',
url:
'https://www.pccomponentes.com/gigabyte-aorus-geforce-rtx-3080-master-10gb-gddr6x'
},
{
brand: 'gigabyte',
model: 'aorus xtreme',
series: '3080',
url:
'https://www.pccomponentes.com/gigabyte-aorus-geforce-rtx-3080-xtreme-10gb-gddr6x'
},
{
brand: 'evga',
model: 'ftw3',
series: '3080',
url:
'https://www.pccomponentes.com/evga-geforce-rtx-3080-ftw3-gaming-10gb-gddr6x'
},
{
brand: 'pny',
model: 'xlr8 revel',
series: '3080',
url:
'https://www.pccomponentes.com/pny-geforce-rtx-3080-xlr8-gaming-epic-x-rgb-10gb-gddr6x'
},
{
brand: 'pny',
model: 'xlr8 revel',
series: '3080',
url:
'https://www.pccomponentes.com/pny-geforce-rtx-3080-epic-x-rgb-triple-fan-xlr8-gaming-edition-10gb-gddr6x'
},
{
brand: 'amd',
model: '5600x',
series: 'ryzen5600',
url: 'https://www.pccomponentes.com/amd-ryzen-5-5600x-37ghz'
},
{
brand: 'amd',
model: '5800x',
series: 'ryzen5800',
url: 'https://www.pccomponentes.com/amd-ryzen-7-5800x-38ghz'
},
{
brand: 'amd',
model: '5900x',
series: 'ryzen5900',
url: 'https://www.pccomponentes.com/amd-ryzen-9-5900x-37-ghz'
},
{
brand: 'amd',
model: '5950x',
series: 'ryzen5950',
url: 'https://www.pccomponentes.com/amd-ryzen-9-5950x-34-ghz'
},
{
brand: 'zotac',
model: 'twin edge',
series: '3070',
url:
'https://www.pccomponentes.com/zotac-gaming-geforce-rtx-3070-twin-edge-oc-8gb-gddr6'
},
{
brand: 'msi',
model: 'gaming x trio',
series: '3070',
url:
'https://www.pccomponentes.com/msi-geforce-rtx-3070-gaming-x-trio-8gb-gddr6'
},
{
brand: 'gigabyte',
model: 'gaming oc',
series: '3070',
url:
'https://www.pccomponentes.com/gigabyte-geforce-rtx-3070-gaming-oc-8gb-gddr6'
},
{
brand: 'msi',
model: 'ventus 2x',
series: '3070',
url:
'https://www.pccomponentes.com/msi-geforce-rtx-3070-ventus-2x-oc-8gb-gddr6'
},
{
brand: 'asus',
model: 'gaming oc',
series: '3070',
url:
'https://www.pccomponentes.com/asus-tuf-gaming-geforce-rtx-3070-oc-8gb-gddr6'
},
{
brand: 'evga',
model: 'xc3',
series: '3070',
url:
'https://www.pccomponentes.com/evga-geforce-rtx-3070-xc3-black-gaming-8gb-gddr6'
},
{
brand: 'gigabyte',
model: 'eagle oc',
series: '3070',
url:
'https://www.pccomponentes.com/gigabyte-geforce-rtx-3070-eagle-oc-8gb-gddr6'
},
{
brand: 'asus',
model: 'dual oc',
series: '3070',
url:
'https://www.pccomponentes.com/asus-geforce-rtx-3070-dual-oc-edition-8gb-gddr6'
},
{
brand: 'asus',
model: 'dual',
series: '3070',
url:
'https://www.pccomponentes.com/asus-geforce-rtx-3070-dual-8gb-gddr6'
},
{
brand: 'asus',
model: 'strix oc',
series: '3070',
url:
'https://www.pccomponentes.com/asus-rog-strix-gaming-geforce-rtx-3070-oc-8gb-gddr6'
},
{
brand: 'gigabyte',
model: 'vision oc',
series: '3070',
url:
'https://www.pccomponentes.com/gigabyte-geforce-rtx-3070-vision-oc-8gb-gddr6'
},
{
brand: 'pny',
model: 'dual fan',
series: '3070',
url:
'https://www.pccomponentes.com/pny-geforce-rtx-3070-dual-fan-8gb-gddr6'
},
{
brand: 'gigabyte',
model: 'aorus master',
series: '3070',
url:
'https://www.pccomponentes.com/gigabyte-aorus-geforce-rtx-3070-master-8gb-gddr6'
},
{
brand: 'pny',
model: 'xlr8 revel',
series: '3070',
url:
'https://www.pccomponentes.com/pny-geforce-rtx-3070-xlr8-gaming-epic-x-rgb-8gb'
},
{
brand: 'evga',
model: 'ftw3 ultra',
series: '3070',
url:
'https://www.pccomponentes.com/evga-geforce-rtx-3070-ftw3-ultra-gaming-8gb-gddr6'
},
{
brand: 'gigabyte',
model: 'eagle',
series: '3070',
url:
'https://www.pccomponentes.com/gigabyte-geforce-rtx-3070-eagle-8gb-gddr6'
},
{
brand: 'msi',
model: 'ventus 3x oc',
series: '3070',
url:
'https://www.pccomponentes.com/msi-geforce-rtx-3070-ventus-3x-oc-8gb-gddr6'
},
{
brand: 'asus',
model: 'strix',
series: '3070',
url:
'https://www.pccomponentes.com/asus-rog-strix-gaming-geforce-rtx-3070-8gb-gddr6'
}
],
name: 'pccomponentes'
};