mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
chore: 示例主题色修改
This commit is contained in:
parent
0af1c14b29
commit
e08c26bb10
@ -13,7 +13,7 @@ export const slides: Slide[] = [
|
|||||||
height: 362.5,
|
height: 362.5,
|
||||||
viewBox: 200,
|
viewBox: 200,
|
||||||
path: 'M 0 0 L 0 200 L 200 200 Z',
|
path: 'M 0 0 L 0 200 L 200 200 Z',
|
||||||
fill: '#d14424',
|
fill: '#5b9bd5',
|
||||||
fixedRatio: false,
|
fixedRatio: false,
|
||||||
opacity: 0.7,
|
opacity: 0.7,
|
||||||
rotate: 0
|
rotate: 0
|
||||||
@ -27,7 +27,7 @@ export const slides: Slide[] = [
|
|||||||
height: 320,
|
height: 320,
|
||||||
viewBox: 200,
|
viewBox: 200,
|
||||||
path: 'M 0 0 L 0 200 L 200 200 Z',
|
path: 'M 0 0 L 0 200 L 200 200 Z',
|
||||||
fill: '#d14424',
|
fill: '#5b9bd5',
|
||||||
fixedRatio: false,
|
fixedRatio: false,
|
||||||
flip: {
|
flip: {
|
||||||
x: 180,
|
x: 180,
|
||||||
@ -63,7 +63,7 @@ export const slides: Slide[] = [
|
|||||||
start: [0, 0],
|
start: [0, 0],
|
||||||
end: [549, 0],
|
end: [549, 0],
|
||||||
points: ['', ''],
|
points: ['', ''],
|
||||||
color: '#d14424',
|
color: '#5b9bd5',
|
||||||
style: 'solid',
|
style: 'solid',
|
||||||
width: 2,
|
width: 2,
|
||||||
},
|
},
|
||||||
|
@ -42,7 +42,7 @@ export const state: State = {
|
|||||||
availableFonts: [],
|
availableFonts: [],
|
||||||
toolbarState: 'slideStyle',
|
toolbarState: 'slideStyle',
|
||||||
theme: {
|
theme: {
|
||||||
themeColor: '#d14424',
|
themeColor: '#5b9bd5',
|
||||||
fontColor: '#333',
|
fontColor: '#333',
|
||||||
fontName: '微软雅黑',
|
fontName: '微软雅黑',
|
||||||
backgroundColor: '#fff',
|
backgroundColor: '#fff',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user