去掉box中原作者的GitHub信息

This commit is contained in:
huangge1199 2024-04-29 10:34:38 +08:00
parent 3f851bfe27
commit f0904550e6

View File

@ -23,7 +23,6 @@
<div class="content">
<!-- 可在此处自定义任意内容 -->
<TimeCapsule />
<GithubProject />
</div>
</div>
</template>
@ -32,7 +31,6 @@
import { CloseOne, SettingTwo } from "@icon-park/vue-next";
import { mainStore } from "@/store";
import TimeCapsule from "@/components/TimeCapsule.vue";
import GithubProject from "@/components/GithubProject.vue";
const store = mainStore();
const closeShow = ref(false);