1
0
mirror of https://github.com/fumiama/paper-manager.git synced 2026-06-16 23:30:25 +08:00

add filelist

This commit is contained in:
源文雨
2023-03-14 17:54:06 +08:00
parent 8d619e923b
commit aab733ab0b
12 changed files with 313 additions and 138 deletions

View File

@@ -0,0 +1,13 @@
export interface FileListGroupItem {
title: string
icon: string
color: string
desc: string
date: string
group: string
}
/**
* @description: Get filelist return value
*/
export type getFileListModel = FileListGroupItem[]