mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-08-01 19:38:16 +00:00
feat: 前后端统一接口类型
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script setup lang='ts'>
|
||||
|
||||
import { GithubSite } from '@/components/custom'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@@ -8,11 +8,11 @@
|
||||
<img class="object-cover" src="@/assets/avatar.jpg" alt="avatar">
|
||||
</div>
|
||||
<div class="ml-2">
|
||||
<h2 class="text-sm font-bold">
|
||||
Redon
|
||||
<h2 class="font-bold text-md">
|
||||
ChenZhaoYu
|
||||
</h2>
|
||||
<p class="text-xs text-gray-500">
|
||||
#0827
|
||||
<GithubSite />
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user