Skip to content

Commit

Permalink
konsol-vergisi-hesaplayici: add Steam Deck as preset
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurg committed Jul 27, 2023
1 parent 54aa5ac commit 914c9df
Show file tree
Hide file tree
Showing 9 changed files with 55 additions and 0 deletions.
Binary file not shown.
Binary file added .assets/raw-preset-thumbnails/steam-deck.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/icon/steam-deck.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions calculators/konsol-vergisi-hesaplayici/data/brands.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,11 @@ export default [
title: "Nintendo",
icon: mdiNintendoSwitch,
color: "#e60012"
},
{
id: 6,
title: "Steam",
icon: "steam-deck.svg",
color: "#5c96d6"
}
];
27 changes: 27 additions & 0 deletions calculators/konsol-vergisi-hesaplayici/data/preset-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,32 @@ export default [
lastUpdatedDate: new Date("Sun Jul 16 2023 16:31:44 GMT+0300 (GMT+03:00)"),
sourceUrl: "https://www.overgameweb.com/nintendo-switch-konsol-oled-edition-neon"
}
},


// Steam Deck (https://store.steampowered.com/steamdeck)
{
presetId: 21,
title: "64GBB",
form: {
price: 399,
currency: "USD"
}
},
{
presetId: 21,
title: "256GBB",
form: {
price: 529,
currency: "USD"
}
},
{
presetId: 21,
title: "512GBB",
form: {
price: 649,
currency: "USD"
}
}
];
12 changes: 12 additions & 0 deletions calculators/konsol-vergisi-hesaplayici/data/presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,17 @@ export default [
ogImageName: "konsol-vergisi-hesaplayici-nintendo-switch-oled.jpg",
pageTitle: "Nintendo Switch OLED'in vergisi ne kadar?",
pageDescription: "Satın aldığınız bir Nintendo Switch OLED'in yurt içi ve yurt dışı fiyatlarına ne kadar vergi uygulandığını hesaplayın."
},
{
id: 21,
brandId: 6,
title: "Deck",
slug: "steam-deck",
releaseDate: new Date("2022-02-25"),
thumbnail: "konsol-vergisi-hesaplayici/img/steam-deck.webp",
url: buildUrl("steam-deck"),
ogImageName: "konsol-vergisi-hesaplayici-steam-deck.jpg",
pageTitle: "Steam Deck'in vergisi ne kadar?",
pageDescription: "Satın aldığınız bir Steam Deck'in yurt içi ve yurt dışı fiyatlarına ne kadar vergi uygulandığını hesaplayın."
}
];
Binary file not shown.
9 changes: 9 additions & 0 deletions pages/konsol-vergisi-hesaplayici/_slug.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
</Heading1>

<CalculatorInnerContainer>
<template v-if="slug === 'steam-deck'">
<v-alert
class="mb-10"
type="info">
Bu ürünün hangi ürün kategorisinden vergilendirildiğini henüz bilmiyoruz. Bu sayfa sadece bilgi
vermek amacıyla hazırlanmıştır.
</v-alert>
</template>

<FormRow
class="mb-10"
label="Model">
Expand Down

0 comments on commit 914c9df

Please sign in to comment.