fix: default precision error

This commit is contained in:
allen
2026-04-13 21:08:03 +08:00
parent a096073a8e
commit 991408b451
3 changed files with 17 additions and 7 deletions

View File

@@ -52,6 +52,8 @@ const paramsSchema: CollapsibleParamSchema[] = [
option: {
step: 1e-4,
type: 'exponential',
min: 0,
max: 1,
},
},
{