mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
22 lines
338 B
TypeScript
22 lines
338 B
TypeScript
export const ELEMENT_TYPE_ZH = {
|
|
text: '文本',
|
|
image: '图片',
|
|
shape: '形状',
|
|
line: '线条',
|
|
chart: '图表',
|
|
table: '表格',
|
|
video: '视频',
|
|
audio: '音频',
|
|
frame: '网页',
|
|
}
|
|
|
|
export const MIN_SIZE = {
|
|
text: 20,
|
|
image: 20,
|
|
shape: 15,
|
|
chart: 200,
|
|
table: 20,
|
|
video: 250,
|
|
audio: 20,
|
|
frame: 200,
|
|
} |