From c5799fddc727ca1d3a5d82eca85fc4fc977b050f Mon Sep 17 00:00:00 2001 From: Foxlet Date: Wed, 2 Dec 2020 13:18:49 -0500 Subject: [PATCH] chore(zotac): add 3060ti, 3070 (#1094) --- src/store/model/zotac.ts | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/store/model/zotac.ts b/src/store/model/zotac.ts index 5c13c1c..060d665 100644 --- a/src/store/model/zotac.ts +++ b/src/store/model/zotac.ts @@ -20,6 +20,34 @@ export const Zotac: Store = { url: 'https://store.zotac.com/zotac-gaming-geforce-rtx-2060-twin-fan-zt-t20600f-10m' }, + { + brand: 'zotac', + model: 'twin edge', + series: '3060ti', + url: + 'https://store.zotac.com/zotac-gaming-geforce-rtx-3060-ti-twin-edge-zt-a30610e-10m' + }, + { + brand: 'zotac', + model: 'twin edge oc', + series: '3060ti', + url: + 'https://store.zotac.com/zotac-gaming-geforce-rtx-3060-ti-twin-edge-oc-zt-a30610h-10m' + }, + { + brand: 'zotac', + model: 'twin edge', + series: '3070', + url: + 'https://store.zotac.com/zotac-gaming-geforce-rtx-3070-twin-edge-zt-a30700e-10p' + }, + { + brand: 'zotac', + model: 'twin edge oc', + series: '3070', + url: + 'https://store.zotac.com/zotac-gaming-geforce-rtx-3070-twin-edge-oc-zt-a30700h-10p' + }, { brand: 'zotac', model: 'trinity',