mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Add onBoarding & funding.yml?
This commit is contained in:
parent
a720bdd582
commit
10e1354f27
6 changed files with 13 additions and 8 deletions
|
@ -374,7 +374,9 @@ onMounted(async () => {
|
|||
if (openApp.value === "newsView") {
|
||||
return;
|
||||
}
|
||||
openWindow(openApp.value);
|
||||
setTimeout(() => {
|
||||
openWindow(openApp.value);
|
||||
}, 2000);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
@ -132,7 +132,7 @@ useSeoMeta({
|
|||
<TooltipProvider>
|
||||
<Tooltip>
|
||||
<TooltipTrigger>
|
||||
<NuxtLink :to="localePath('/desktop')">
|
||||
<NuxtLink :to="localePath('/desktop?openapp=onboard')">
|
||||
<button
|
||||
class="m-4 mr-1 ml-1 bg-[#8C9393] text-white p-3 rounded-[10px] bg-gradient-to-l from-sky-500 to-purple-600 transition-all duration-150 hover:transform hover:scale-105 hover:shadow-lg"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue