Files
mchat/ai-chat-web/src/components/custom/GithubSite.vue
2026-04-06 11:38:45 +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>