mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 07:37:39 +00:00
feat(store): add 3090s to amazon-ca (#274)
This commit is contained in:
@@ -34,7 +34,7 @@ The purpose of this bot is to get an Nvidia card. It tries multiple things to do
|
|||||||
|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
|
|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
|
||||||
| **3070**| | | | | | | | | | | | | | |
|
| **3070**| | | | | | | | | | | | | | |
|
||||||
| **3080** | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` |
|
| **3080** | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` | `✔` |
|
||||||
| **3090** | | | | | | `✔` | `✔` | | | `✔` | `✔` | `✔` | | |
|
| **3090** | | | `✔` | | | `✔` | `✔` | | | `✔` | `✔` | `✔` | | |
|
||||||
|
|
||||||
## Installation and prerequisites
|
## Installation and prerequisites
|
||||||
|
|
||||||
|
|||||||
@@ -24,6 +24,12 @@ export const AmazonCa: Store = {
|
|||||||
series: '3080',
|
series: '3080',
|
||||||
url: 'https://www.amazon.ca/dp/B08HR7SV3M'
|
url: 'https://www.amazon.ca/dp/B08HR7SV3M'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
brand: 'msi',
|
||||||
|
model: 'ventus 3x oc',
|
||||||
|
series: '3080',
|
||||||
|
url: 'https://www.amazon.ca/dp/B08HR5SXPS'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
brand: 'evga',
|
brand: 'evga',
|
||||||
model: 'ftw3',
|
model: 'ftw3',
|
||||||
@@ -78,11 +84,47 @@ export const AmazonCa: Store = {
|
|||||||
series: '3080',
|
series: '3080',
|
||||||
url: 'https://www.amazon.ca/dp/B08HH5WF97'
|
url: 'https://www.amazon.ca/dp/B08HH5WF97'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
brand: 'zotac',
|
||||||
|
model: 'trinity',
|
||||||
|
series: '3080',
|
||||||
|
url: 'https://www.amazon.ca/dp/B08HJNKT3P'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
brand: 'zotac',
|
||||||
|
model: 'trinity',
|
||||||
|
series: '3090',
|
||||||
|
url: 'https://www.amazon.ca/dp/B08HJQ182D'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
brand: 'msi',
|
brand: 'msi',
|
||||||
model: 'ventus 3x oc',
|
model: 'ventus 3x oc',
|
||||||
series: '3080',
|
series: '3090',
|
||||||
url: 'https://www.amazon.ca/dp/B08HR5SXPS'
|
url: 'https://www.amazon.ca/dp/B08HR9D2JS'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
brand: 'gigabyte',
|
||||||
|
model: 'gaming oc',
|
||||||
|
series: '3090',
|
||||||
|
url: 'https://www.amazon.ca/dp/B08HJRF2CN'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
brand: 'gigabyte',
|
||||||
|
model: 'eagle oc',
|
||||||
|
series: '3090',
|
||||||
|
url: 'https://www.amazon.ca/dp/B08HJPDJTY'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
brand: 'asus',
|
||||||
|
model: 'tuf',
|
||||||
|
series: '3090',
|
||||||
|
url: 'https://www.amazon.ca/dp/B08HJGNJ81'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
brand: 'asus',
|
||||||
|
model: 'tuf oc',
|
||||||
|
series: '3090',
|
||||||
|
url: 'https://www.amazon.ca/dp/B08HJLLF7G'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
name: 'amazon-ca'
|
name: 'amazon-ca'
|
||||||
|
|||||||
Reference in New Issue
Block a user