替换玩法icon

This commit is contained in:
李瑞
2026-02-09 22:01:36 +08:00
parent 0f8dd44f5a
commit 6b6a4c9480
3 changed files with 15 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ const GamePlayType = (props: IProps) => {
const { name, onChange, value, options } = props;
return (
<View className={styles.gamePlayWrapper}>
<TitleComponent title="玩法" icon={<Image src={img.ICON_SITE} />} />
<TitleComponent title="玩法" icon={<Image src={img.ICON_GAME_PLAY} />} />
<Bubble
options={options}
value={value}