1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 10:58:33 +00:00

feat: metadata view icon

This commit is contained in:
杨国璇
2024-09-03 11:01:25 +08:00
parent 5672cf51b6
commit 0f8ffba337
3 changed files with 9 additions and 1 deletions

View File

@@ -2,3 +2,9 @@ export const VIEW_TYPE = {
TABLE: 'table',
GALLERY: 'gallery'
};
export const VIEW_TYPE_ICON = {
[VIEW_TYPE.TABLE]: 'table',
[VIEW_TYPE.GALLERY]: 'image',
'image': 'image'
};