Skip to content

Commit

Permalink
feat(画布): 增加kindle尺寸
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaojob committed Nov 19, 2023
1 parent 94687d3 commit f41f6c8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/components/setSize.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: 秦少卫
* @Date: 2022-09-03 19:16:55
* @LastEditors: 秦少卫
* @LastEditTime: 2023-11-19 14:00:40
* @LastEditTime: 2023-11-19 14:10:41
* @Description: 尺寸设置
-->

Expand Down Expand Up @@ -86,6 +86,16 @@ let presetSize = reactive([
width: 1080,
height: 1920,
},
{
label: 'kindle',
width: 2560,
height: 1600,
},
{
label: 'kindle-resize',
width: 1600,
height: 2560,
},
]);

onMounted(() => {
Expand Down

0 comments on commit f41f6c8

Please sign in to comment.