feat(store): add new cards to german web shops (#597)

Co-authored-by: fubu2k <48277447+fubu2k@users.noreply.github.com>
This commit is contained in:
PaddseL
2020-10-25 04:53:14 +01:00
committed by GitHub
parent a2af30b703
commit 699de573f6
7 changed files with 74 additions and 14 deletions
+30
View File
@@ -76,6 +76,12 @@ export const Alternate: Store = {
series: '3080',
url: 'https://www.alternate.de/product/1674164'
},
{
brand: 'gainward',
model: 'phantom gs',
series: '3080',
url: 'https://www.alternate.de/product/1688597'
},
{
brand: 'gainward',
model: 'phoenix gs',
@@ -88,6 +94,12 @@ export const Alternate: Store = {
series: '3080',
url: 'https://www.alternate.de/product/1680168'
},
{
brand: 'gigabyte',
model: 'aorus xtreme',
series: '3080',
url: 'https://www.alternate.de/product/1680168'
},
{
brand: 'gigabyte',
model: 'eagle oc',
@@ -136,6 +148,12 @@ export const Alternate: Store = {
series: '3080',
url: 'https://www.alternate.de/product/1672345'
},
{
brand: 'palit',
model: 'gamerock oc',
series: '3080',
url: 'https://www.alternate.de/product/1688594'
},
{
brand: 'palit',
model: 'gaming pro oc',
@@ -232,6 +250,12 @@ export const Alternate: Store = {
series: '3090',
url: 'https://www.alternate.de/product/1680670'
},
{
brand: 'gigabyte',
model: 'aorus master',
series: '3090',
url: 'https://www.alternate.de/product/1687793'
},
{
brand: 'gigabyte',
model: 'eagle oc',
@@ -244,6 +268,12 @@ export const Alternate: Store = {
series: '3090',
url: 'https://www.alternate.de/product/1672749'
},
{
brand: 'gigabyte',
model: 'turbo',
series: '3090',
url: 'https://www.alternate.de/product/1687703'
},
{
brand: 'inno3d',
model: 'gaming x3',
+6
View File
@@ -258,6 +258,12 @@ export const Computeruniverse: Store = {
series: '3090',
url: 'https://www.computeruniverse.net/de/gainward-geforce-rtx3090-phoenix-gs-24-gb-oc-enthusiast-grafikkarte'
},
{
brand: 'gigabyte',
model: 'aorus master',
series: '3090',
url: 'https://www.computeruniverse.net/de/gigabyte-aorus-geforce-rtx3090-master-24gb'
},
{
brand: 'gigabyte',
model: 'eagle oc',
+6
View File
@@ -58,6 +58,12 @@ export const Cyberport: Store = {
series: '3080',
url: 'https://www.cyberport.de?DEEP=2E21-52Y'
},
{
brand: 'gigabyte',
model: 'aorus master',
series: '3090',
url: 'https://www.cyberport.de?DEEP=2e21-532'
},
{
brand: 'gigabyte',
model: 'gaming oc',
+12
View File
@@ -22,6 +22,18 @@ export const Mindfactory: Store = {
series: 'test:series',
url: 'https://www.mindfactory.de/product_info.php/8GB-MSI-GeForce-RTX2070Super-GAMING-X-DDR6--Retail-_1329683.html'
},
{
brand: 'gigabyte',
model: 'aorus master',
series: '3080',
url: 'https://www.mindfactory.de/product_info.php/10GB-Gigabyte-RTX3080-AORUS-MASTER-GDDR6X-3xHDMI-3xDP--Retail-_1378681.html'
},
{
brand: 'gigabyte',
model: 'aorus xtreme',
series: '3080',
url: 'https://www.mindfactory.de/product_info.php/10GB-Gigabyte-RTX3080-AORUS-XTREME-GDDR6X-3xHDMI-3xDP--Retail-_1380484.html'
},
{
brand: 'gigabyte',
model: 'gaming oc',
+12 -12
View File
@@ -30,12 +30,6 @@ export const Notebooksbilliger: Store = {
series: 'test:series',
url: 'https://www.notebooksbilliger.de/gainward+geforce+rtx+2070+super+phoenix+v1+grafikkarte+656238'
},
{
brand: 'nvidia',
model: 'founders edition',
series: '3080',
url: 'https://www.notebooksbilliger.de/nvidia+geforce+rtx+3080+founders+edition+683301'
},
{
brand: 'gainward',
model: 'phoenix gs',
@@ -72,6 +66,12 @@ export const Notebooksbilliger: Store = {
series: '3080',
url: 'https://www.notebooksbilliger.de/msi+geforce+rtx+3080+gaming+x+trio+10g+grafikkarte+678527'
},
{
brand: 'nvidia',
model: 'founders edition',
series: '3080',
url: 'https://www.notebooksbilliger.de/nvidia+geforce+rtx+3080+founders+edition+683301'
},
{
brand: 'palit',
model: 'gaming pro',
@@ -96,12 +96,6 @@ export const Notebooksbilliger: Store = {
series: '3080',
url: 'https://www.notebooksbilliger.de/pny+geforce+rtx+3080+10gb+xlr8+gaming+revel+epic+x+grafikkarte+677412'
},
{
brand: 'nvidia',
model: 'founders edition',
series: '3090',
url: 'https://www.notebooksbilliger.de/nvidia+geforce+rtx+3090+founders+edition+683300'
},
{
brand: 'asus',
model: 'rog strix',
@@ -120,6 +114,12 @@ export const Notebooksbilliger: Store = {
series: '3090',
url: 'https://www.notebooksbilliger.de/gigabyte+geforce+rtx+3090+master+24gb+gddr6x+grafikkarte+683868'
},
{
brand: 'nvidia',
model: 'founders edition',
series: '3090',
url: 'https://www.notebooksbilliger.de/nvidia+geforce+rtx+3090+founders+edition+683300'
},
{
brand: 'palit',
model: 'gaming pro oc',
+6
View File
@@ -138,6 +138,12 @@ export const ProshopDE: Store = {
series: '3090',
url: 'https://www.proshop.de/2876839'
},
{
brand: 'gigabyte',
model: 'turbo',
series: '3090',
url: 'https://www.proshop.de/2878410'
},
{
brand: 'msi',
model: 'gaming x trio',