1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 07:44:50 +00:00

feat: set cover

This commit is contained in:
liuhongbo
2024-07-04 09:21:42 +08:00
parent 416f26437f
commit c661fee439
19 changed files with 110 additions and 65 deletions

View File

@@ -0,0 +1,15 @@
const FOLDER = 'folder';
const PAGE = 'page';
const WIKI_COVER_LIST = [
'wiki-cover-1.jpeg',
'wiki-cover-2.jpeg',
'wiki-cover-3.jpeg',
'wiki-cover-4.jpeg',
'wiki-cover-5.jpeg',
'wiki-cover-6.jpeg',
'wiki-cover-7.jpeg',
'wiki-cover-8.jpeg',
];
export { FOLDER, PAGE, WIKI_COVER_LIST };