1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-21 19:37:28 +00:00

feat: view code (#6693)

Co-authored-by: 杨国璇 <ygx@Hello-word.local>
This commit is contained in:
杨国璇
2024-09-03 10:36:07 +08:00
committed by GitHub
parent 89b4e92fa6
commit 4a2b160c23
56 changed files with 200 additions and 174 deletions

View File

@@ -0,0 +1,4 @@
export const VIEW_TYPE = {
TABLE: 'table',
GALLERY: 'gallery'
};