mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 12:43:48 -04:00
(ads) change split
This commit is contained in:
parent
3735b253f7
commit
78c66f6033
@ -93,7 +93,7 @@ const confirmAge = async (): Promise<void> => {
|
|||||||
const provider = useStorage<string | null>('ads-provider', null);
|
const provider = useStorage<string | null>('ads-provider', null);
|
||||||
|
|
||||||
if (provider.value === null) {
|
if (provider.value === null) {
|
||||||
provider.value = Math.random() < 0.5 ? 'publift' : 'pushup';
|
provider.value = Math.random() < 0.8 ? 'publift' : 'pushup';
|
||||||
}
|
}
|
||||||
|
|
||||||
const adsEnabled = computed((): boolean => {
|
const adsEnabled = computed((): boolean => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user