mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-08-01 19:38:16 +00:00
feat: 优化文件结构、组件、布局
This commit is contained in:
10
src/components/custom/GithubSite.vue
Normal file
10
src/components/custom/GithubSite.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<div class="fixed bottom-0 left-0 right-0 p-4 text-sm text-center text-neutral-500">
|
||||
<span class="text-center">
|
||||
❤️ Made By ChenZhaoYu -
|
||||
<a href="https://github.com/Chanzhaoyu/chatgpt-bot" target="_blank" class="text-blue-500">
|
||||
Github
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
</template>
|
3
src/components/custom/index.ts
Normal file
3
src/components/custom/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import GithubSite from './GithubSite.vue'
|
||||
|
||||
export { GithubSite }
|
Reference in New Issue
Block a user