Made a fav system.
Some checks are pending
Build and Push Beta Image / build-and-push (push) Waiting to run

This commit is contained in:
yuanhau 2025-06-22 20:12:12 +08:00
parent 9e921980ed
commit 846c27293d
4 changed files with 16 additions and 5 deletions

View file

@ -8,8 +8,16 @@ const openApp = (link: string) => {
</script>
<template>
<BlurPageBeforeLogin>
<div v-if="!favData.items">
<div
class="absolute inset-0 flex flex-col justify-center align-center text-center"
>
<h2>{{t("fav.haventaddedyet")}}</h2>
</div>
</div>
<div
class="justify-center text-center align-center flex flex-row flex-wrap"
v-else
>
<div v-for="items in favData.items">
<div