主题 切换

This commit is contained in:
tangly1024
2022-12-26 21:44:53 +08:00
parent 18e52c6352
commit 39ce6b7e2e

View File

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