Settings page

This commit is contained in:
2024-04-04 22:36:04 +08:00
parent 054e349e6b
commit 7e01edffbe
2 changed files with 15 additions and 2 deletions

View File

@@ -1,5 +1,17 @@
<template>
<div>
<div class="flex flex-col gap-3">
<v-card prepend-icon="mdi-server" title="Host">
<template #text>
<p>You currently connected to</p>
<p class="text-lg"><b>Solar Networks</b></p>
<p>Didn't support editing now</p>
</template>
</v-card>
<Copyright />
</div>
</template>
</template>
<script setup lang="ts">
import Copyright from "@/components/common/Copyright.vue"
</script>