fix(chat): 修复消息气泡组件头像加载及位置服务地图链接

- 实现头像加载失败处理机制,添加默认头像回退方案
- 使用 ref 状态追踪头像加载失败情况,避免 watchEffect 重置问题
- 更新位置服务地图链接,从腾讯地图切换到高德地图服务
- 配置 Vue 构建依赖转译,解决 element-plus 兼容性问题
- 移除多个无用的 SVG 图标文件,精简项目资源
This commit is contained in:
2026-04-10 14:43:08 +08:00
parent c1a56aefd9
commit 7106e99a7b
34 changed files with 152 additions and 204 deletions
@@ -0,0 +1,4 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.5 6.5H9.5M9.5 6.5V1.5M9.5 6.5L14.5 1.5" stroke="white" stroke-width="1.7"/>
<path d="M1.5 9.5H6.5M6.5 9.5V14.5M6.5 9.5L1.5 14.5" stroke="white" stroke-width="1.7"/>
</svg>

After

Width:  |  Height:  |  Size: 281 B