更新圆圆客服二维码和太平 VIP 认证二维码

This commit is contained in:
xianyi
2025-12-15 14:31:28 +08:00
parent 5e412d4c54
commit 2a62fecfb1
4 changed files with 2 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
import { Card, CardContent, CardHeader } from '../ui';
import supportQr from '../../assets/image/kefu.png';
export const SupportSection = () => (
<Card>
@@ -22,7 +21,7 @@ export const SupportSection = () => (
<div className='text-sm font-medium'> · </div>
<div className='w-28 h-28 bg-none flex items-center justify-center'>
<div className='w-30 h-30 rounded-md overflow-hidden'>
<img src={supportQr} alt='圆圆客服二维码' className='w-full h-full object-cover' />
<img src="https://datacenter-open.oss-cn-hangzhou.aliyuncs.com/his/kefu-zixun.png" alt='圆圆客服二维码' className='w-full h-full object-cover' />
</div>
</div>
<div className='text-sm font-semibold'></div>