Add onBoarding & funding.yml?

This commit is contained in:
yuanhau 2025-06-12 17:52:51 +08:00
parent a720bdd582
commit 10e1354f27
6 changed files with 13 additions and 8 deletions

View file

@ -374,7 +374,9 @@ onMounted(async () => {
if (openApp.value === "newsView") {
return;
}
openWindow(openApp.value);
setTimeout(() => {
openWindow(openApp.value);
}, 2000);
}
});