Skip to content

Commit

Permalink
Feat: link to github
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyCreeper committed Oct 9, 2023
1 parent d896bd5 commit 05ec0ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/views/HomeView.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<script setup lang="ts">
import { roomStore } from "@/stores/room";
import RoomList from "@/components/RoomList.vue";
import { isDev } from "@/utils/utils";
const room = roomStore();
</script>

<template>
Expand All @@ -12,6 +9,9 @@ const room = roomStore();
<RoomList />
<br />
<p class="text-zinc-400">*开发中页面,可能是最终品质</p>
<p>&copy; Copyright 2023 SyncTV all right reserved</p>
<p>
&copy; Copyright 2023 <a href="https://github.com/synctv-org" target="_blank">SyncTV</a> all
right reserved
</p>
</div>
</template>

0 comments on commit 05ec0ec

Please sign in to comment.