去掉box中原作者的GitHub信息
This commit is contained in:
parent
3f851bfe27
commit
f0904550e6
@ -23,7 +23,6 @@
|
|||||||
<div class="content">
|
<div class="content">
|
||||||
<!-- 可在此处自定义任意内容 -->
|
<!-- 可在此处自定义任意内容 -->
|
||||||
<TimeCapsule />
|
<TimeCapsule />
|
||||||
<GithubProject />
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -32,7 +31,6 @@
|
|||||||
import { CloseOne, SettingTwo } from "@icon-park/vue-next";
|
import { CloseOne, SettingTwo } from "@icon-park/vue-next";
|
||||||
import { mainStore } from "@/store";
|
import { mainStore } from "@/store";
|
||||||
import TimeCapsule from "@/components/TimeCapsule.vue";
|
import TimeCapsule from "@/components/TimeCapsule.vue";
|
||||||
import GithubProject from "@/components/GithubProject.vue";
|
|
||||||
|
|
||||||
const store = mainStore();
|
const store = mainStore();
|
||||||
const closeShow = ref(false);
|
const closeShow = ref(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user