Feature: finish all-select && shift multi-select

ISSUES CLOSED: #342
This commit is contained in:
Molunerfinn
2020-04-26 21:15:12 +08:00
parent b7cbd50b17
commit 2aeca509a8
2 changed files with 83 additions and 17 deletions

View File

@@ -44,6 +44,7 @@ interface ImgInfo {
height?: number
extname?: string
imgUrl?: string
id?: string
[propName: string]: any
}