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,
|
||||
viewBox: 200,
|
||||
path: 'M 0 0 L 0 200 L 200 200 Z',
|
||||
fill: '#d14424',
|
||||
fill: '#5b9bd5',
|
||||
fixedRatio: false,
|
||||
opacity: 0.7,
|
||||
rotate: 0
|
||||
@ -27,7 +27,7 @@ export const slides: Slide[] = [
|
||||
height: 320,
|
||||
viewBox: 200,
|
||||
path: 'M 0 0 L 0 200 L 200 200 Z',
|
||||
fill: '#d14424',
|
||||
fill: '#5b9bd5',
|
||||
fixedRatio: false,
|
||||
flip: {
|
||||
x: 180,
|
||||
@ -63,7 +63,7 @@ export const slides: Slide[] = [
|
||||
start: [0, 0],
|
||||
end: [549, 0],
|
||||
points: ['', ''],
|
||||
color: '#d14424',
|
||||
color: '#5b9bd5',
|
||||
style: 'solid',
|
||||
width: 2,
|
||||
},
|
||||
|
@ -42,7 +42,7 @@ export const state: State = {
|
||||
availableFonts: [],
|
||||
toolbarState: 'slideStyle',
|
||||
theme: {
|
||||
themeColor: '#d14424',
|
||||
themeColor: '#5b9bd5',
|
||||
fontColor: '#333',
|
||||
fontName: '微软雅黑',
|
||||
backgroundColor: '#fff',
|
||||
|
Loading…
x
Reference in New Issue
Block a user