chore(version): 1.0.5

This commit is contained in:
kangfenmao
2025-03-05 15:00:37 +08:00
parent 3ebe1751bf
commit 7ca313c262
3 changed files with 8 additions and 10 deletions
@@ -171,7 +171,7 @@ const SettingsTab: FC<Props> = (props) => {
<Col span={24}>
<Slider
min={0}
max={20}
max={10}
onChange={setContextCount}
onChangeComplete={onContextCountChange}
value={typeof contextCount === 'number' ? contextCount : 0}