From e08c26bb109d117c717f8a55b1a3087a3612eb7c Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Mon, 10 May 2021 21:05:53 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A4=BA=E4=BE=8B=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E8=89=B2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mocks/index.ts | 6 +++--- src/store/state.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mocks/index.ts b/src/mocks/index.ts index d28f9b28..5f066a84 100644 --- a/src/mocks/index.ts +++ b/src/mocks/index.ts @@ -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, }, diff --git a/src/store/state.ts b/src/store/state.ts index 0caca5ea..4f1f6000 100644 --- a/src/store/state.ts +++ b/src/store/state.ts @@ -42,7 +42,7 @@ export const state: State = { availableFonts: [], toolbarState: 'slideStyle', theme: { - themeColor: '#d14424', + themeColor: '#5b9bd5', fontColor: '#333', fontName: '微软雅黑', backgroundColor: '#fff',