chore(store): add 3060 for mediamarkt, saturn and notebooksbilliger (#2041)

This commit is contained in:
Patrick Huy
2021-02-27 22:34:20 +01:00
committed by GitHub
parent a3c726b45c
commit cfe292eb3e
5 changed files with 96 additions and 1 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ Used with the `SHOW_ONLY_BRANDS` and `SHOW_ONLY_MODELS` variables.
| `pny` | `dual fan`, `xlr8 epic x`, `xlr8 revel`, `xlr8 uprising` | | `pny` | `dual fan`, `xlr8 epic x`, `xlr8 revel`, `xlr8 uprising` |
| `sony` | `ps5 console`, `ps5 digital` | | `sony` | `ps5 console`, `ps5 digital` |
| `xfx` | `merc`, `amd reference` | | `xfx` | `merc`, `amd reference` |
| `zotac` | `amp holo`, `amp extreme holo`, `trinity`, `trinity oc`, `twin edge`, `twin edge oc`, `twin edge oc white` | | `zotac` | `amp holo`, `amp extreme holo`, `amp white`, `trinity`, `trinity oc`, `twin edge`, `twin edge oc`, `twin edge oc white` |
## Supported series ## Supported series
+12
View File
@@ -42,6 +42,18 @@ export const Mediamarkt: Store = {
series: 'test:series', series: 'test:series',
url: 'https://www.mediamarkt.de/de/product/-2641856.html', url: 'https://www.mediamarkt.de/de/product/-2641856.html',
}, },
{
brand: 'inno3d',
model: 'ichill x3',
series: '3060',
url: 'https://www.mediamarkt.de/de/product/-2718593.html',
},
{
brand: 'inno3d',
model: 'twin x2 oc',
series: '3060',
url: 'https://www.mediamarkt.de/de/product/-2718594.html',
},
{ {
brand: 'asus', brand: 'asus',
model: 'dual', model: 'dual',
+70
View File
@@ -45,6 +45,76 @@ export const Notebooksbilliger: Store = {
url: url:
'https://www.notebooksbilliger.de/gainward+geforce+rtx+2070+super+phoenix+v1+grafikkarte+656238', 'https://www.notebooksbilliger.de/gainward+geforce+rtx+2070+super+phoenix+v1+grafikkarte+656238',
}, },
{
brand: 'asus',
model: 'strix',
series: '3060',
url:
'https://www.notebooksbilliger.de/asus+rog+strix+geforce+rtx+3060+oc+12g+grafikkarte+702541',
},
{
brand: 'gigabyte',
model: 'gaming oc',
series: '3060',
url:
'https://www.notebooksbilliger.de/gigabyte+geforce+rtx+3060+gaming+oc+12gb+gddr6+grafikkarte+700421',
},
{
brand: 'gigabyte',
model: 'eagle oc',
series: '3060',
url:
'https://www.notebooksbilliger.de/gigabyte+geforce+rtx+3060+eagle+oc+12gb+gddr6+grafikkarte+700422',
},
{
brand: 'inno3d',
model: 'twin x2 oc',
series: '3060',
url:
'https://www.notebooksbilliger.de/inno3d+geforce+rtx+3060+12gb+twin+x2+oc+701384',
},
{
brand: 'inno3d',
model: 'ichill x3',
series: '3060',
url:
'https://www.notebooksbilliger.de/inno3d+geforce+rtx+3060+12gb+ichill+x3+red+701383?',
},
{
brand: 'palit',
model: 'dual',
series: '3060',
url:
'https://www.notebooksbilliger.de/palit+geforce+rtx+3060+12gb+dual+702252',
},
{
brand: 'palit',
model: 'dual oc',
series: '3060',
url:
'https://www.notebooksbilliger.de/palit+geforce+rtx+3060+12gb+dual+oc+gddr6+702251',
},
{
brand: 'pny',
model: 'xlr8 gaming',
series: '3060',
url:
'https://www.notebooksbilliger.de/pny+geforce+rtx+3060+12gb+xlr8+gaming+revel+epic+x+rgb+single+701885',
},
{
brand: 'zotac',
model: 'amp white',
series: '3060',
url:
'https://www.notebooksbilliger.de/zotac+geforce+rtx+3060+amp+white+12gb+gddr6+grafikkarte+701867',
},
{
brand: 'zotac',
model: 'twin edge oc',
series: '3060',
url:
'https://www.notebooksbilliger.de/zotac+gaming+geforce+rtx+3060+twin+edge+oc+12gb+grafikkarte+700378',
},
{ {
brand: 'inno3d', brand: 'inno3d',
model: 'ichill x3', model: 'ichill x3',
+12
View File
@@ -42,6 +42,18 @@ export const Saturn: Store = {
series: 'test:series', series: 'test:series',
url: 'https://www.saturn.de/de/product/-2641856.html', url: 'https://www.saturn.de/de/product/-2641856.html',
}, },
{
brand: 'inno3d',
model: 'ichill x3',
series: '3060',
url: 'https://www.saturn.de/de/product/-2718593.html',
},
{
brand: 'inno3d',
model: 'twin x2 oc',
series: '3060',
url: 'https://www.saturn.de/de/product/-2718594.html',
},
{ {
brand: 'asus', brand: 'asus',
model: 'dual', model: 'dual',
+1
View File
@@ -71,6 +71,7 @@ export type Model =
| 'amd reference' | 'amd reference'
| 'amp extreme holo' | 'amp extreme holo'
| 'amp holo' | 'amp holo'
| 'amp white'
| 'aorus master' | 'aorus master'
| 'aorus master type-c' | 'aorus master type-c'
| 'aorus xtreme' | 'aorus xtreme'