修改导入样式及增加我也参与此球局

This commit is contained in:
筱野
2025-09-25 22:44:09 +08:00
parent 76d26831ca
commit e35e5068db
9 changed files with 42 additions and 21 deletions

View File

@@ -54,12 +54,14 @@ const NumberInterval: React.FC<NumberIntervalProps> = ({
</View>
</View>
<View className='participant-control'>
<View className='participant-control-checkbox-wrapper'>
<Checkbox
className=''
className='participant-control-checkbox'
checked={is_participate}
onChange={(checked) => handleChange({ min: minParticipants, max: maxParticipants, is_participate: checked })}
/>
</View>
</View>
</View>
)