Files
daohangye/src/components/custom/GithubSite.vue
T
2023-11-08 21:53:07 +08:00

9 lines
207 B
Vue

<template>
<div class="text-neutral-400">
<span>Star on</span>
<a href="https://github.com/Chanzhaoyu/chatgpt-bot" target="_blank" class="text-blue-500">
GitHub
</a>
</div>
</template>