mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2026-07-29 19:09:30 +08:00
fix: wxQrcode路径
This commit is contained in:
@@ -41,7 +41,7 @@ const WxQrCode: FC<{ title?: string }> = ({
|
|||||||
<span className={style.wxQrCodeItemTitle}>¥ {num}</span>
|
<span className={style.wxQrCodeItemTitle}>¥ {num}</span>
|
||||||
<img
|
<img
|
||||||
alt={''}
|
alt={''}
|
||||||
src={`/wxQrCode${num}.jpg`}
|
src={`/wxQrcode${num}.jpg`}
|
||||||
className={style.wxQrCodeItemImage}
|
className={style.wxQrCodeItemImage}
|
||||||
onClick={() => onImageClick(idx)}
|
onClick={() => onImageClick(idx)}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user