feat: 完善颜色校准 GUI。
This commit is contained in:
@@ -19,6 +19,7 @@ const ColorItem: Component<{
|
||||
onClick={() => {
|
||||
props.onClick?.(props.color);
|
||||
}}
|
||||
title={props.color}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user