fix(store): update UK stores (#1372)

This commit is contained in:
sohaiiil
2020-12-13 01:07:10 +00:00
committed by GitHub
parent 0d75025cbb
commit 02825d009b
14 changed files with 273 additions and 125 deletions
+7 -2
View File
@@ -63,6 +63,11 @@ export const Ccl: Store = {
titleSelector: '.productList_Detail a[title]'
}),
urls: [
{
series: '3060ti',
url:
'https://www.cclonline.com/category/430/PC-Components/Graphics-Cards/GeForce-RTX-3060-Ti-Graphics-Cards/'
},
{
series: '3070',
url:
@@ -89,9 +94,9 @@ export const Ccl: Store = {
'https://www.cclonline.com/category/430/PC-Components/Graphics-Cards/AMD-Radeon-RX-6800-XT-Graphics-Cards/'
},
{
series: '3060ti',
series: 'rx6900xt',
url:
'https://www.cclonline.com/category/430/PC-Components/Graphics-Cards/GeForce-RTX-3060-Ti-Graphics-Cards/'
'https://www.cclonline.com/category/430/PC-Components/Graphics-Cards/attributeslist/1268064/'
}
]
},