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
+2 -2
View File
@@ -250,13 +250,13 @@ Here is a list of variables that you can use to customize your newly copied `.en
|:---:|---| |:---:|---|
| `asus` | `rog strix`, `rog strix oc`, `tuf`, `tuf oc` | | `asus` | `rog strix`, `rog strix oc`, `tuf`, `tuf oc` |
| `evga` | `ftw3`, `ftw3 ultra`, `xc3`, `xc3 black`, `xc3 ultra` | | `evga` | `ftw3`, `ftw3 ultra`, `xc3`, `xc3 black`, `xc3 ultra` |
| `gainward` | `phoenix`, `phoenix gs`, `phoenix gs oc` | | `gainward` | `phantom gs`, `phoenix`, `phoenix gs`, `phoenix gs oc` |
| `gigabyte` | `aorus master`, `aorus xtreme`, `eagle`, `eagle oc`, `gaming`, `gaming oc`, `turbo`, `vision`, `vision oc` | | `gigabyte` | `aorus master`, `aorus xtreme`, `eagle`, `eagle oc`, `gaming`, `gaming oc`, `turbo`, `vision`, `vision oc` |
| `inno3d` | `gaming x3`, `ichill x3`, `ichill x4`, `twin x2 oc` | | `inno3d` | `gaming x3`, `ichill x3`, `ichill x4`, `twin x2 oc` |
| `kfa2` | `sg oc` | | `kfa2` | `sg oc` |
| `msi` | `gaming x trio`, `ventus 3x`, `ventus 3x oc` | | `msi` | `gaming x trio`, `ventus 3x`, `ventus 3x oc` |
| `nvidia` | `founders edition` | | `nvidia` | `founders edition` |
| `palit` | `gaming pro`, `gaming pro oc` | | `palit` | `gamerock oc`, `gaming pro`, `gaming pro oc` |
| `pny` | `dual fan`, `xlr8`, `xlr8 rgb` | | `pny` | `dual fan`, `xlr8`, `xlr8 rgb` |
| `zotac` | `amp holo`, `amp extreme holo`, `trinity`, `trinity oc` | | `zotac` | `amp holo`, `amp extreme holo`, `trinity`, `trinity oc` |
+30
View File
@@ -76,6 +76,12 @@ export const Alternate: Store = {
series: '3080', series: '3080',
url: 'https://www.alternate.de/product/1674164' url: 'https://www.alternate.de/product/1674164'
}, },
{
brand: 'gainward',
model: 'phantom gs',
series: '3080',
url: 'https://www.alternate.de/product/1688597'
},
{ {
brand: 'gainward', brand: 'gainward',
model: 'phoenix gs', model: 'phoenix gs',
@@ -88,6 +94,12 @@ export const Alternate: Store = {
series: '3080', series: '3080',
url: 'https://www.alternate.de/product/1680168' url: 'https://www.alternate.de/product/1680168'
}, },
{
brand: 'gigabyte',
model: 'aorus xtreme',
series: '3080',
url: 'https://www.alternate.de/product/1680168'
},
{ {
brand: 'gigabyte', brand: 'gigabyte',
model: 'eagle oc', model: 'eagle oc',
@@ -136,6 +148,12 @@ export const Alternate: Store = {
series: '3080', series: '3080',
url: 'https://www.alternate.de/product/1672345' url: 'https://www.alternate.de/product/1672345'
}, },
{
brand: 'palit',
model: 'gamerock oc',
series: '3080',
url: 'https://www.alternate.de/product/1688594'
},
{ {
brand: 'palit', brand: 'palit',
model: 'gaming pro oc', model: 'gaming pro oc',
@@ -232,6 +250,12 @@ export const Alternate: Store = {
series: '3090', series: '3090',
url: 'https://www.alternate.de/product/1680670' url: 'https://www.alternate.de/product/1680670'
}, },
{
brand: 'gigabyte',
model: 'aorus master',
series: '3090',
url: 'https://www.alternate.de/product/1687793'
},
{ {
brand: 'gigabyte', brand: 'gigabyte',
model: 'eagle oc', model: 'eagle oc',
@@ -244,6 +268,12 @@ export const Alternate: Store = {
series: '3090', series: '3090',
url: 'https://www.alternate.de/product/1672749' url: 'https://www.alternate.de/product/1672749'
}, },
{
brand: 'gigabyte',
model: 'turbo',
series: '3090',
url: 'https://www.alternate.de/product/1687703'
},
{ {
brand: 'inno3d', brand: 'inno3d',
model: 'gaming x3', model: 'gaming x3',
+6
View File
@@ -258,6 +258,12 @@ export const Computeruniverse: Store = {
series: '3090', series: '3090',
url: 'https://www.computeruniverse.net/de/gainward-geforce-rtx3090-phoenix-gs-24-gb-oc-enthusiast-grafikkarte' 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', brand: 'gigabyte',
model: 'eagle oc', model: 'eagle oc',
+6
View File
@@ -58,6 +58,12 @@ export const Cyberport: Store = {
series: '3080', series: '3080',
url: 'https://www.cyberport.de?DEEP=2E21-52Y' 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', brand: 'gigabyte',
model: 'gaming oc', model: 'gaming oc',
+12
View File
@@ -22,6 +22,18 @@ export const Mindfactory: Store = {
series: 'test:series', series: 'test:series',
url: 'https://www.mindfactory.de/product_info.php/8GB-MSI-GeForce-RTX2070Super-GAMING-X-DDR6--Retail-_1329683.html' 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', brand: 'gigabyte',
model: 'gaming oc', model: 'gaming oc',
+12 -12
View File
@@ -30,12 +30,6 @@ export const Notebooksbilliger: Store = {
series: 'test:series', series: 'test:series',
url: 'https://www.notebooksbilliger.de/gainward+geforce+rtx+2070+super+phoenix+v1+grafikkarte+656238' 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', brand: 'gainward',
model: 'phoenix gs', model: 'phoenix gs',
@@ -72,6 +66,12 @@ export const Notebooksbilliger: Store = {
series: '3080', series: '3080',
url: 'https://www.notebooksbilliger.de/msi+geforce+rtx+3080+gaming+x+trio+10g+grafikkarte+678527' 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', brand: 'palit',
model: 'gaming pro', model: 'gaming pro',
@@ -96,12 +96,6 @@ export const Notebooksbilliger: Store = {
series: '3080', series: '3080',
url: 'https://www.notebooksbilliger.de/pny+geforce+rtx+3080+10gb+xlr8+gaming+revel+epic+x+grafikkarte+677412' 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', brand: 'asus',
model: 'rog strix', model: 'rog strix',
@@ -120,6 +114,12 @@ export const Notebooksbilliger: Store = {
series: '3090', series: '3090',
url: 'https://www.notebooksbilliger.de/gigabyte+geforce+rtx+3090+master+24gb+gddr6x+grafikkarte+683868' 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', brand: 'palit',
model: 'gaming pro oc', model: 'gaming pro oc',
+6
View File
@@ -138,6 +138,12 @@ export const ProshopDE: Store = {
series: '3090', series: '3090',
url: 'https://www.proshop.de/2876839' url: 'https://www.proshop.de/2876839'
}, },
{
brand: 'gigabyte',
model: 'turbo',
series: '3090',
url: 'https://www.proshop.de/2878410'
},
{ {
brand: 'msi', brand: 'msi',
model: 'gaming x trio', model: 'gaming x trio',