mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
commit
2279547c20
@ -63,6 +63,7 @@ export default () => {
|
|||||||
left: (VIEWPORT_SIZE - width) / 2,
|
left: (VIEWPORT_SIZE - width) / 2,
|
||||||
top: (VIEWPORT_SIZE * viewportRatio.value - height) / 2,
|
top: (VIEWPORT_SIZE * viewportRatio.value - height) / 2,
|
||||||
fixedRatio: true,
|
fixedRatio: true,
|
||||||
|
rotate: 0
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@ -147,6 +148,7 @@ export default () => {
|
|||||||
width,
|
width,
|
||||||
height,
|
height,
|
||||||
content,
|
content,
|
||||||
|
rotate: 0
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -168,6 +170,7 @@ export default () => {
|
|||||||
path: data.path,
|
path: data.path,
|
||||||
fill: themeColor.value,
|
fill: themeColor.value,
|
||||||
fixedRatio: false,
|
fixedRatio: false,
|
||||||
|
rotate: 0
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@ export const slides: Slide[] = [
|
|||||||
fill: '#d14424',
|
fill: '#d14424',
|
||||||
fixedRatio: false,
|
fixedRatio: false,
|
||||||
opacity: 0.7,
|
opacity: 0.7,
|
||||||
|
rotate: 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'shape',
|
type: 'shape',
|
||||||
@ -32,6 +33,7 @@ export const slides: Slide[] = [
|
|||||||
x: 180,
|
x: 180,
|
||||||
y: 0,
|
y: 0,
|
||||||
},
|
},
|
||||||
|
rotate: 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'text',
|
type: 'text',
|
||||||
@ -41,6 +43,7 @@ export const slides: Slide[] = [
|
|||||||
width: 585,
|
width: 585,
|
||||||
height: 188,
|
height: 188,
|
||||||
content: '<p style=\'\'><strong><span style=\'font-size: 112px\'>PPTIST</span></strong></p>',
|
content: '<p style=\'\'><strong><span style=\'font-size: 112px\'>PPTIST</span></strong></p>',
|
||||||
|
rotate: 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'text',
|
type: 'text',
|
||||||
@ -50,6 +53,7 @@ export const slides: Slide[] = [
|
|||||||
width: 585,
|
width: 585,
|
||||||
height: 56,
|
height: 56,
|
||||||
content: '<p style=\'\'><span style=\'font-size: 24px\'>基于 Vue 3.x + TypeScript 的在线演示文稿应用</span></p>',
|
content: '<p style=\'\'><span style=\'font-size: 24px\'>基于 Vue 3.x + TypeScript 的在线演示文稿应用</span></p>',
|
||||||
|
rotate: 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'line',
|
type: 'line',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user