跳到主要内容

🎛️ Props:UI 控件与样式

Prop类型默认值描述
showToolbarbooleantrue顶部工具栏("清除缓存并重新分割")
showColorBarbooleantrue底部画笔颜色条
showStatusRowbooleantrue分割/加载状态文字
showOverlayButtonsbooleantrue左下撤销、右下对比按钮
showDebugPickersbooleantrue相册调试选择器(生产环境设为 false
disabledbooleanfalse禁用上色交互
styleViewStyle外层容器样式
canvasStyleViewStyle画布区域样式
undoButtonStyle / compareButtonStyleViewStyle覆盖按钮样式
undoButtonTextStyle / compareButtonTextStyleTextStyle覆盖按钮文字样式
undoButtonTextstringUndo撤销按钮标签
compareButtonTextstringCompare进入对比模式标签
compareExitButtonTextstringExit Compare退出对比模式标签
renderUndoButton(props) => ReactNode自定义撤销按钮渲染器
renderCompareButton(props) => ReactNode自定义对比按钮渲染器