mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-07-29 17:58:38 +00:00

* feat: 支持 markdown 格式和图片 * perf: 重载的时候滚动条保持 * chore: version 2.5.2 * feat: 添加文字换行 * chore: 添加新封面 * chore: 更新 cover * feat: 支持 web api 的形式 * feat: 支持新模型和调整超时 * feat: 添加反向代理 * chore: 更新 README.md * feat: 添加超时和反向代理显示 * chore: version 2.6.0 * chore: update README
8 lines
305 B
TypeScript
8 lines
305 B
TypeScript
import HoverButton from './HoverButton/index.vue'
|
|
import NaiveProvider from './NaiveProvider/index.vue'
|
|
import SvgIcon from './SvgIcon/index.vue'
|
|
import UserAvatar from './UserAvatar/index.vue'
|
|
import Setting from './Setting/index.vue'
|
|
|
|
export { HoverButton, NaiveProvider, SvgIcon, UserAvatar, Setting }
|