Skip to content

Commit

Permalink
chore(store): add 3060ti to link builders (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkgran1 authored Dec 4, 2020
1 parent 80e166c commit 3c727f1
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/store/model/aria.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ export const Aria: Store = {
titleSelector: 'strong > a[href]'
}),
urls: [
{
series: '3060ti',
url:
'https://www.aria.co.uk/Products/Components/Graphics+Cards/NVIDIA+GeForce/GeForce+RTX+3060+Ti'
},
{
series: '3080',
url:
Expand Down
4 changes: 4 additions & 0 deletions src/store/model/box.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ export const Box: Store = {
titleSelector: '.p-list-section > h3 > a[href]'
}),
urls: [
{
series: '3060ti',
url: 'https://www.box.co.uk/rtx-3060-ti-graphics-cards'
},
{
series: '3070',
url: 'https://www.box.co.uk/rtx-3070-graphics-cards'
Expand Down
5 changes: 5 additions & 0 deletions src/store/model/currys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ export const Currys: Store = {
urlSelector: 'a[href]'
}),
urls: [
{
series: '3060ti',
url:
'https://www.currys.co.uk/gbuk/rtx-3060-ti/components-upgrades/graphics-cards/324_3091_30343_xx_ba00013562-bv00313952/xx-criteria.html'
},
{
series: '3070',
url:
Expand Down
5 changes: 5 additions & 0 deletions src/store/model/ebuyer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ export const Ebuyer: Store = {
url:
'https://www.ebuyer.com/store/Components/cat/Graphics-Cards-AMD/subcat/AMD-RX-6800-XT'
},
{
series: '3060ti',
url:
'https://www.ebuyer.com/store/Components/cat/Graphics-Cards-Nvidia/subcat/GeForce-RTX-3060-Ti'
},
{
series: '3070',
url:
Expand Down
5 changes: 5 additions & 0 deletions src/store/model/novatech.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ export const Novatech: Store = {
urlSelector: 'a[href]'
}),
urls: [
{
series: '3060ti',
url:
'https://www.novatech.co.uk/products/components/nvidiageforcegraphicscards/nvidiartxseries/nvidiartx3060ti/?i=200'
},
{
series: '3080',
url:
Expand Down
5 changes: 5 additions & 0 deletions src/store/model/overclockers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ export const Overclockers: Store = {
url:
'https://www.overclockers.co.uk/pc-components/graphics-cards/amd/radeon-rx-6800-xt-series'
},
{
series: '3060ti',
url:
'https://www.overclockers.co.uk/pc-components/graphics-cards/nvidia/geforce-rtx-3060-ti'
},
{
series: '3070',
url:
Expand Down
5 changes: 5 additions & 0 deletions src/store/model/scan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ export const Scan: Store = {
}),
ttl: 300000,
urls: [
{
series: '3060ti',
url:
'https://www.scan.co.uk/shop/computer-hardware/gpu-nvidia/geforce-rtx-3060-ti-graphics-cards'
},
{
series: '3070',
url:
Expand Down
5 changes: 5 additions & 0 deletions src/store/model/very.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ export const Very: Store = {
},
ttl: 300000,
urls: [
{
series: '3060ti',
url:
'https://www.very.co.uk/electricals/pc-components/graphics-cards/e/b/118786.end?sort=newin,0&numProducts=100'
},
{
series: '3070',
url:
Expand Down

0 comments on commit 3c727f1

Please sign in to comment.