* fix: 用户输入也被渲染的问题 (#117) * fix: 用户输入不转换 * feat: 基础深色模式适配 * feat: 主题模式跟随系统 * feat: 深色适配补漏 * chore: version 2.7.3
9 lines
207 B
Vue
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>
|