From f82338dc6236e8a16359537b5d1aa3a8f288857a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=9F=E8=B4=A4?= Date: Wed, 29 Jun 2022 15:11:19 +0800 Subject: [PATCH] chore: update code style --- src/app.tsx | 20 ++++++++++++++++++++ src/components/index.md | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/src/app.tsx b/src/app.tsx index 9d49faf6..72028844 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -61,6 +61,26 @@ export const layout: RunTimeLayoutConfig = ({ initialState, setInitialState }) = history.push(loginPath); } }, + layoutBgImgList: [ + { + src: 'https://mdn.alipayobjects.com/yuyan_qk0oxh/afts/img/D2LWSqNny4sAAAAAAAAAAAAAFl94AQBr', + left: 85, + bottom: 100, + height: '303px', + }, + { + src: 'https://mdn.alipayobjects.com/yuyan_qk0oxh/afts/img/C2TWRpJpiC0AAAAAAAAAAAAAFl94AQBr', + bottom: -68, + right: -45, + height: '303px', + }, + { + src: 'https://mdn.alipayobjects.com/yuyan_qk0oxh/afts/img/F6vSTbj8KpYAAAAAAAAAAAAAFl94AQBr', + bottom: 0, + left: 0, + width: '331px', + }, + ], links: isDev ? [ diff --git a/src/components/index.md b/src/components/index.md index eca94508..8b645090 100644 --- a/src/components/index.md +++ b/src/components/index.md @@ -206,7 +206,7 @@ export default () => { ### NoticeIconData ```tsx | pure -export interface NoticeIconData { +export type NoticeIconData { id: string; key: string; avatar: string;