feat:设置亮度默认值

This commit is contained in:
wxs 2026-03-08 16:06:21 +08:00
parent be4bf038c1
commit f4bbb14ab0

View File

@ -375,7 +375,7 @@ export default {
lightPercent: 0, lightPercent: 0,
contrastPercent: 10, contrastPercent: 10,
imageInfos: { imageInfos: {
brightness: 1 brightness: 5
}, },
} }
}, },