From 2fc018bbb23c5d9179374966dadad2f50c63d22c Mon Sep 17 00:00:00 2001 From: GeorgSchessler Date: Wed, 2 Dec 2020 19:14:43 +0100 Subject: [PATCH] chore(mediamarkt): add 3060ti (#1089) --- src/store/model/mediamarkt.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/store/model/mediamarkt.ts b/src/store/model/mediamarkt.ts index 7634dbd..8ecf417 100644 --- a/src/store/model/mediamarkt.ts +++ b/src/store/model/mediamarkt.ts @@ -28,6 +28,18 @@ export const Mediamarkt: Store = { series: 'test:series', url: 'https://www.mediamarkt.de/de/product/-2592355.html' }, + { + brand: 'asus', + model: 'dual', + series: '3060ti', + url: 'https://www.mediamarkt.de/de/product/-2701239.html' + }, + { + brand: 'zotac', + model: 'twin edge', + series: '3060ti', + url: 'https://www.mediamarkt.de/de/product/-2704436.html' + }, { brand: 'asus', model: 'strix',