chore: replace all cn comments of fe to en version by volc api (#320)

This commit is contained in:
tecvan
2025-07-31 10:32:15 +08:00
committed by GitHub
parent 716ec0cba8
commit 71f6245a01
2960 changed files with 15545 additions and 15545 deletions

View File

@@ -22,7 +22,7 @@ import {
} from '../typings';
/**
* 选中态边框及控制点样式
* Selected border and control point styles
*/
export const selectedBorderProps = {
borderColor: '#4D53E8',
@@ -60,7 +60,7 @@ export const defaultProps: Record<Mode, Partial<FabricObjectSchema>> = {
width: 200,
height: 200,
padding: defaultFontSize / 2,
// 必须拆分true否则中文不会换行。splitByGrapheme:true 约等于 wordBreak: break-all
// It must be split (true), otherwise Chinese will not wrap lines. splitByGrapheme: true is approximately equal to wordBreak: break-all
splitByGrapheme: true,
},
[Mode.RECT]: shapeProps,