mirror of
https://github.com/handsomezhuzhu/handsomezhuzhu.github.io.git
synced 2026-02-20 20:00:14 +00:00
10 lines
165 B
TypeScript
10 lines
165 B
TypeScript
import BlogTheme from '@sugarat/theme'
|
|
|
|
// 自定义样式重载
|
|
import './style.scss'
|
|
|
|
// 自定义主题色
|
|
// import './user-theme.css'
|
|
|
|
export default BlogTheme
|