Update docker compose & move the desktop to the root, as it is better if

I ever wanted to make the UI more basic and blander (for normal ppl)
This commit is contained in:
yuanhau 2025-05-18 23:16:22 +08:00
parent fc7b835d68
commit a5a3519111
5 changed files with 23 additions and 15 deletions

View file

@ -1,9 +1,11 @@
<script setup lang="ts">
import BlurPageBeforeLogin from "~/components/blurPageBeforeLogin.vue";
const { t } = useI18n();
const { data: favData, error, pending } = useFetch("/api/user/fav", {});
</script>
<template>
<BlurPageBeforeLogin>
<div></div>
<div>{{ favData }}</div>
<!--Testing only!!!-->
</BlurPageBeforeLogin>
</template>