Merge pull request #185 from hongxinzz/dev

fix: 修正types提示错误
This commit is contained in:
Archer 2022-10-10 09:53:47 +08:00 committed by GitHub
commit 535755b754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ interface AppState {
title: string title: string
userInfo: string userInfo: string
isDark: boolean isDark: boolean
currentSize: ElememtPlusSize currentSize: ElementPlusSize
sizeMap: ElememtPlusSize[] sizeMap: ElementPlusSize[]
mobile: boolean mobile: boolean
footer: boolean footer: boolean
theme: ThemeTypes theme: ThemeTypes