fix(wipoid): added 3090/3080/3070/3060ti/ryzen store items (#1683)

This commit is contained in:
wofnull
2021-01-14 14:22:21 +01:00
committed by GitHub
parent 84382def6f
commit be541713a8
3 changed files with 346 additions and 4 deletions
+3 -3
View File
@@ -170,12 +170,12 @@ Used with the `SHOW_ONLY_BRANDS` and `SHOW_ONLY_MODELS` variables.
| Brand | Model | | Brand | Model |
|:---:|---| |:---:|---|
| `amd` | `5600x`, `5800x`, `5900x`, `5950x`, `amd reference` | | `amd` | `5600x`, `5800x`, `5900x`, `5950x`, `amd reference` |
| `asus` | `crosshair viii`, `dual`, `dual oc`, `strix`, `strix oc`, `tuf`, `tuf oc` | | `asus` | `crosshair viii`, `dual`, `dual oc`, `ekwb`, `strix`, `strix oc`, `strix white`, `tuf`, `tuf oc` |
| `corsair` | `750 platinum`, `600 platinum` | | `corsair` | `750 platinum`, `600 platinum` |
| `colorful` | `igame advanced oc`, `igame vulcan oc` | | `colorful` | `igame advanced oc`, `igame vulcan oc` |
| `evga` | `ftw3`, `ftw3 ultra`, `ftw3 ultra hydro copper`, `xc3`, `xc gaming`, `xc3 black`, `xc3 ultra` | | `evga` | `ftw3`, `ftw3 ultra`, `ftw3 ultra hydro copper`, `xc3`, `xc gaming`, `xc3 black`, `xc3 ultra` |
| `gainward` | `phantom gs`, `phoenix`, `phoenix gs`, `phoenix gs oc` | | `gainward` | `phantom gs`, `phoenix`, `phoenix gs`, `phoenix gs oc` |
| `gigabyte` | `aorus master`, `aorus xtreme`, `aorus xtreme waterforce`, `aorus xtreme waterforce wb`, `eagle`, `eagle oc`, `gaming`, `gaming oc`, `turbo`, `vision`, `vision oc` | | `gigabyte` | `aorus master`, `aorus xtreme`, `aorus xtreme waterforce`, `aorus xtreme waterforce wb`, `eagle`, `eagle oc`, `gaming`, `gaming oc`, `gaming oc pro`, `turbo`, `vision`, `vision oc` |
| `galax` | `sg`, `sg oc` | | `galax` | `sg`, `sg oc` |
| `inno3d` | `gaming x3`, `ichill x3`, `ichill x4`, `ichill frostbite`, `twin x2 oc` | | `inno3d` | `gaming x3`, `ichill x3`, `ichill x4`, `ichill frostbite`, `twin x2 oc` |
| `kfa2` | `sg`, `sg oc` | | `kfa2` | `sg`, `sg oc` |
@@ -184,7 +184,7 @@ Used with the `SHOW_ONLY_BRANDS` and `SHOW_ONLY_MODELS` variables.
| `msi` | `gaming x trio`, `suprim x`, `ventus 2x oc`, `ventus 3x`, `ventus 3x oc` | | `msi` | `gaming x trio`, `suprim x`, `ventus 2x oc`, `ventus 3x`, `ventus 3x oc` |
| `nvidia` | `founders edition` | | `nvidia` | `founders edition` |
| `palit` | `gamerock oc`, `gaming pro`, `gaming pro oc` | | `palit` | `gamerock oc`, `gaming pro`, `gaming pro oc` |
| `pny` | `dual fan`, `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` | | `zotac` | `amp holo`, `amp extreme holo`, `trinity`, `trinity oc`, `twin edge`, `twin edge oc` |
+1
View File
@@ -125,6 +125,7 @@ export type Model =
| 'strix lc' | 'strix lc'
| 'strix oc' | 'strix oc'
| 'strix' | 'strix'
| 'strix white'
| 'taichi' | 'taichi'
| 'trinity oc' | 'trinity oc'
| 'trinity' | 'trinity'
+342 -1
View File
@@ -24,12 +24,222 @@ export const Wipoid: Store = {
url: url:
'https://www.wipoid.com/pny-geforce-rtx-1650-dual-fan-4gb-gddr6.html' 'https://www.wipoid.com/pny-geforce-rtx-1650-dual-fan-4gb-gddr6.html'
}, },
{
brand: 'asus',
model: 'tuf',
series: '3060ti',
url:
'https://www.wipoid.com/asus-tuf-gaming-geforce-rtx-3060-ti-8gb-gddr6.html'
},
{
brand: 'asus',
model: 'strix oc',
series: '3060ti',
url:
'https://www.wipoid.com/asus-rog-strix-geforce-rtx-3060-ti-oc-8gb-gddr6.html'
},
{
brand: 'gigabyte',
model: 'aorus master',
series: '3060ti',
url:
'https://www.wipoid.com/gigabyte-aorus-geforce-rtx-3060-ti-master-8gb-gddr6.html'
},
{
brand: 'asus',
model: 'tuf oc',
series: '3060ti',
url:
'https://www.wipoid.com/asus-tuf-gaming-geforce-rtx-3060-ti-oc-edition-8gb-gddr6.html'
},
{
brand: 'msi',
model: 'gaming x trio',
series: '3060ti',
url:
'https://www.wipoid.com/msi-geforce-rtx-3060-ti-gaming-x-trio-8gb-gddr6.html'
},
{
brand: 'asus',
model: 'dual oc',
series: '3060ti',
url:
'https://www.wipoid.com/asus-dual-geforce-rtx-3060-ti-oc-edition-8gb-gddr6.html'
},
{
brand: 'gigabyte',
model: 'gaming oc',
series: '3060ti',
url:
'https://www.wipoid.com/gigabyte-geforce-rtx-3060-ti-gaming-oc-8gb-gddr6.html'
},
{
brand: 'gigabyte',
model: 'gaming oc pro',
series: '3060ti',
url:
'https://www.wipoid.com/gigabyte-geforce-rtx-3060-ti-gaming-pro-oc-8gb-gddr6.html'
},
{
brand: 'zotac',
model: 'twin edge oc',
series: '3060ti',
url:
'https://www.wipoid.com/zotac-gaming-geforce-rtx-3060-ti-twin-edge-oc-8gb-gddr6.html'
},
{
brand: 'palit',
model: 'gaming pro',
series: '3060ti',
url:
'https://www.wipoid.com/palit-geforce-rtx-3060-ti-gaming-pro-8gb-gddr6.html'
},
{
brand: 'zotac',
model: 'twin edge',
series: '3060ti',
url:
'https://www.wipoid.com/zotac-gaming-geforce-rtx-3060-ti-twin-edge-8gb-gddr6.html'
},
{
brand: 'gigabyte',
model: 'eagle',
series: '3060ti',
url:
'https://www.wipoid.com/gigabyte-geforce-rtx-3060-ti-eagle-8gb-gddr6.html'
},
{
brand: 'msi',
model: 'ventus 2x oc',
series: '3060ti',
url:
'https://www.wipoid.com/msi-geforce-rtx-3060-ti-ventus-2x-oc-8gb-gddr6.html'
},
{
brand: 'palit',
model: 'dual',
series: '3060ti',
url:
'https://www.wipoid.com/palit-geforce-rtx-3060-ti-dual-8gb-gddr6.html'
},
{
brand: 'asus',
model: 'strix oc',
series: '3070',
url:
'https://www.wipoid.com/asus-rog-strix-geforce-rtx-3070-oc-8gb-gddr6.html'
},
{
brand: 'evga',
model: 'ftw3 ultra',
series: '3070',
url:
'https://www.wipoid.com/evga-geforce-rtx-3070-ftw3-ultra-gaming-8gb-gddr6.html'
},
{
brand: 'asus',
model: 'tuf oc',
series: '3070',
url:
'https://www.wipoid.com/asus-tuf-gaming-geforce-rtx-3070-oc-edition-8gb-gddr6.html'
},
{
brand: 'gigabyte',
model: 'aorus master',
series: '3070',
url:
'https://www.wipoid.com/gigabyte-aorus-geforce-rtx-3070-master-8gb-gddr6.html'
},
{
brand: 'gigabyte',
model: 'vision oc',
series: '3070',
url:
'https://www.wipoid.com/gigabyte-aorus-geforce-rtx-3070-master-8gb-gddr6.html'
},
{
brand: 'asus',
model: 'strix',
series: '3070',
url:
'https://www.wipoid.com/asus-rog-strix-geforce-rtx-3070-8gb-gddr6.html'
},
{
brand: 'gigabyte',
model: 'gaming oc',
series: '3070',
url:
'https://www.wipoid.com/gigabyte-geforce-rtx-3070-gaming-oc-8gb-gddr6.html'
},
{
brand: 'asus',
model: 'dual oc',
series: '3070',
url:
'https://www.wipoid.com/asus-dual-geforce-rtx-3070-oc-edition-8gb-gddr6.html'
},
{
brand: 'gigabyte',
model: 'eagle oc',
series: '3070',
url:
'https://www.wipoid.com/gigabyte-geforce-rtx-3070-eagle-oc-8gb-gddr6.html'
},
{
brand: 'zotac',
model: 'amp holo',
series: '3070',
url:
'https://www.wipoid.com/zotac-gaming-geforce-rtx-3070-amp-holo-8gb-gddr6.html'
},
{
brand: 'asus',
model: 'dual',
series: '3070',
url:
'https://www.wipoid.com/asus-dual-geforce-rtx-3070-8gb-gddr6.html'
},
{
brand: 'zotac',
model: 'twin edge oc',
series: '3070',
url:
'https://www.wipoid.com/zotac-gaming-geforce-rtx-3070-twin-edge-oc-white-gddr6.html'
},
{
brand: 'pny',
model: 'xlr8 epic x',
series: '3070',
url:
'https://www.wipoid.com/pny-geforce-rtx-3070-xlr8-gaming-epic-x-8gb-gddr6x.html'
},
{
brand: 'pny',
model: 'dual fan',
series: '3070',
url:
'https://www.wipoid.com/pny-geforce-rtx-3070-dual-fan-8gb-gddr6.html'
},
{
brand: 'zotac',
model: 'twin edge oc',
series: '3070',
url:
'https://www.wipoid.com/zotac-gaming-geforce-rtx-3070-twin-edge-oc-8gb-gddr6.html'
},
{
brand: 'zotac',
model: 'twin edge',
series: '3070',
url:
'https://www.wipoid.com/zotac-gaming-geforce-rtx-3070-twin-edge-8gb-gddr6.html'
},
{ {
brand: 'gigabyte', brand: 'gigabyte',
model: 'eagle oc', model: 'eagle oc',
series: '3080', series: '3080',
url: url:
'https://www.wipoid.com/gigabyte-geforce-rtx-3080-eagle-oc-10gb-gddr6x.html' 'https://www.wipoid.com/gigabyte-geforce-rtx-3070-vision-oc-8gb-gddr6.html'
}, },
{ {
brand: 'msi', brand: 'msi',
@@ -157,6 +367,125 @@ export const Wipoid: Store = {
url: url:
'https://www.wipoid.com/pny-geforce-rtx-3080-10gb-xlr8-gaming-epic-x-rgb-10gb-gddr6x.html' 'https://www.wipoid.com/pny-geforce-rtx-3080-10gb-xlr8-gaming-epic-x-rgb-10gb-gddr6x.html'
}, },
{
brand: 'msi',
model: 'suprim x',
series: '3080',
url:
'https://www.wipoid.com/msi-geforce-rtx-3080-suprim-x-10gb-gddr6x.html'
},
{
brand: 'zotac',
model: 'amp holo',
series: '3080',
url:
'https://www.wipoid.com/zotac-gaming-geforce-rtx-3080-amp-holo-10gb-gddr6x.html'
},
{
brand: 'evga',
model: 'ftw3',
series: '3080',
url:
'https://www.wipoid.com/evga-geforce-rtx-3080-ftw3-gaming-10gb-gddr6x.html'
},
{
brand: 'evga',
model: 'xc3',
series: '3080',
url:
'https://www.wipoid.com/evga-geforce-rtx-3080-xc3-gaming-10gb-gddr6x.html'
},
{
brand: 'evga',
model: 'ftw3 ultra',
series: '3090',
url:
'https://www.wipoid.com/evga-geforce-rtx-3090-ftw3-ultra-gaming-24gb-gddr6x.html'
},
{
brand: 'asus',
model: 'ekwb',
series: '3090',
url:
'https://www.wipoid.com/asus-ekwb-geforce-rtx-3090-24gb-gddr6x.html'
},
{
brand: 'asus',
model: 'strix white',
series: '3090',
url:
'https://www.wipoid.com/asus-rog-strix-geforce-rtx-3090-oc-edition-white-24gb-gddr6x.html'
},
{
brand: 'asus',
model: 'tuf oc',
series: '3090',
url:
'https://www.wipoid.com/asus-tuf-gaming-geforce-rtx-3090-oc-edition-24gb-gddr6x.html'
},
{
brand: 'asus',
model: 'strix oc',
series: '3090',
url:
'https://www.wipoid.com/asus-rog-strix-geforce-rtx-3090-oc-edition-24gb-gddr6x.html'
},
{
brand: 'asus',
model: 'strix',
series: '3090',
url:
'https://www.wipoid.com/asus-rog-strix-geforce-rtx-3090-24gb-gddr6x.html'
},
{
brand: 'gigabyte',
model: 'gaming oc',
series: '3090',
url:
'https://www.wipoid.com/gigabyte-geforce-rtx-3090-oc-24gb-gddr6x.html'
},
{
brand: 'msi',
model: 'gaming x trio',
series: '3090',
url:
'https://www.wipoid.com/msi-geforce-rtx-3090-gaming-x-trio-24gb-gddr6x.html'
},
{
brand: 'gigabyte',
model: 'eagle oc',
series: '3090',
url:
'https://www.wipoid.com/gigabyte-geforce-rtx-3090-eagle-oc-24gb-gddr6x.html'
},
{
brand: 'asus',
model: 'tuf',
series: '3090',
url:
'https://www.wipoid.com/asus-tuf-gaming-geforce-rtx-3090-24gb-gddr6x.html'
},
{
brand: 'zotac',
model: 'trinity',
series: '3090',
url:
'https://www.wipoid.com/zotac-gaming-geforce-rtx-3090-trinity-24gb-gddr6x.html'
},
{
brand: 'msi',
model: 'ventus 3x',
series: '3090',
url:
'https://www.wipoid.com/msi-geforce-rtx-3090-ventus-3x-24gb-gddr6x.html'
},
{
brand: 'evga',
model: 'xc3 ultra',
series: '3090',
url:
'https://www.wipoid.com/evga-geforce-rtx-3090-xc3-ultra-gaming-24gb-gddr6x.html'
},
{ {
brand: 'amd', brand: 'amd',
model: '5600x', model: '5600x',
@@ -168,6 +497,18 @@ export const Wipoid: Store = {
model: '5800x', model: '5800x',
series: 'ryzen5800', series: 'ryzen5800',
url: 'https://www.wipoid.com/amd-ryzen-7-5800x-3-8ghz.html' url: 'https://www.wipoid.com/amd-ryzen-7-5800x-3-8ghz.html'
},
{
brand: 'amd',
model: '5900x',
series: 'ryzen5900',
url: 'https://www.wipoid.com/amd-ryzen-9-5900x-3-7ghz.html'
},
{
brand: 'amd',
model: '5950x',
series: 'ryzen5950',
url: 'https://www.wipoid.com/amd-ryzen-9-5950x-3-4ghz.html'
} }
], ],
name: 'wipoid' name: 'wipoid'