Add BTCPay integration

This commit is contained in:
2021-11-30 16:33:57 +01:00
parent d37bddb720
commit 8b466dc586
5 changed files with 134 additions and 22 deletions

View File

@@ -31,7 +31,7 @@ onMount(async () => {
return
}
switch (now % 3) {
switch (now % 4) {
case 0:
set_ad_type("ads.plus")
break
@@ -41,6 +41,9 @@ onMount(async () => {
case 2:
set_ad_type("flyingsquare")
break
case 3:
set_ad_type("aads")
break
}
})