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