fix: 完善定时报告分辨率提示
This commit is contained in:
parent
18ec8aae93
commit
4287a78ecb
@ -1720,7 +1720,7 @@ export default {
|
||||
once_a_week: 'Once a week',
|
||||
once_a_month: 'Once a month',
|
||||
complex_repeat: 'Complex repeat',
|
||||
pixel_tip: 'Please select'
|
||||
pixel_tip: 'Please code custom pixel(such as 2560 * 1600) or select'
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@ -1732,7 +1732,7 @@ export default {
|
||||
once_a_week: '每周一次',
|
||||
once_a_month: '每月一次',
|
||||
complex_repeat: '複雜重複',
|
||||
pixel_tip: '可直接輸入分辨率或者選擇'
|
||||
pixel_tip: '可直接輸入分辨率(例如:2560 * 1600)或者選擇'
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@ -1742,7 +1742,7 @@ export default {
|
||||
once_a_week: '每周一次',
|
||||
once_a_month: '每月一次',
|
||||
complex_repeat: '复杂重复',
|
||||
pixel_tip: '可直接输入自定义分辨率或选择'
|
||||
pixel_tip: '可直接输入自定义分辨率(例如:2560 * 1600)或选择'
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user