⚗️ Experimenting ad

This commit is contained in:
Liyas Thomas
2020-05-28 07:35:19 +05:30
parent d6e06098d0
commit f1ddf4de56
2 changed files with 45 additions and 1 deletions

View File

@@ -342,6 +342,28 @@ export default {
})
}
setTimeout(() => {
this.$toast.clear()
this.$toast.show(
"<span>Get <u><a href='https://gum.co/keky' target='_blank'>De-Coding The Passion Project</a></u> book, expertly crafted by the creator of Postwoman</span>",
{
icon: "",
duration: 0,
theme: "toasted-ad",
action: [
{
text: "Get",
icon: "chevron_right",
onClick: (e, toastObject) => {
toastObject.goAway(0)
window.open("https://gum.co/keky")
},
},
],
}
)
}, 11000)
let showExtensionsToast = localStorage.getItem("showExtensionsToast") === "yes"
// Just return if showExtensionsToast is "no"
@@ -376,7 +398,7 @@ export default {
],
})
}
}, 15000)
}, 5000)
this._keyListener = function (e) {
if (e.key === "Escape") {