贡献代码相关

This commit is contained in:
tangly1024
2022-03-29 10:55:16 +08:00
parent 78c802de0e
commit 56ffca1758
20 changed files with 19 additions and 795 deletions

View File

@@ -5,11 +5,7 @@ import * as next from './next'
import * as fukasawa from './fukasawa'
import * as hexo from './hexo'
import * as medium from './medium'
import * as empty from './empty'
export {
next,
fukasawa,
hexo,
medium,
empty
}
import * as example from './example'
export const ALL_THEME = ['hexo', 'next', 'medium', 'fukasawa', 'example']
export { hexo, next, medium, fukasawa, example }