Files
wehub-resource-sync c48612c494
CI / E2E Tests (push) Has been cancelled
CI / Lint, Typecheck & Unit Tests (push) Has been cancelled
Docs Build / Build docs site (push) Has been cancelled
Publish @openmaic packages / Build, validate & publish (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:03:23 +08:00

23 lines
388 B
TypeScript

export const ELEMENT_TYPE_ZH: Record<string, string> = {
text: '文本',
image: '图片',
shape: '形状',
line: '线条',
chart: '图表',
table: '表格',
video: '视频',
audio: '音频',
latex: '公式',
};
export const MIN_SIZE: Record<string, number> = {
text: 40,
image: 20,
shape: 20,
chart: 200,
table: 30,
video: 250,
audio: 20,
latex: 20,
};