chatgpt-web
chatgpt-web copied to clipboard
fix(avatar): Change the default avatar link to Introduced in Project
https://raw.githubusercontent.com/Chanzhaoyu/chatgpt-web/main/src/assets/avatar.jpg
这个头像链接改为
new URL('@/assets/avatar.jpg', import.meta.url).hre
引入项目中的静态图片资源。
原来的头像链接可能会出现访问不了的情况