9 lines
226 B
Vue
9 lines
226 B
Vue
<template>
|
||
<div class="text-center text-neutral-500">
|
||
<span>❤️ Star on</span>
|
||
<a href="https://github.com/Chanzhaoyu/chatgpt-bot" target="_blank" class="text-blue-500">
|
||
GitHub
|
||
</a>
|
||
</div>
|
||
</template>
|