From f0f33607527f2083b0dc62b8ad47f26eb80b727b Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Thu, 10 Feb 2022 17:54:51 +0800 Subject: [PATCH] =?UTF-8?q?readme=E5=AE=8C=E5=96=84=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b4c705a..8ff5424c 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,18 @@ - 更多特性、欢迎移步[我的博客](https://tangly1024.com/article/notion-next)查看 ## 主题样式 +目前提供了4种主题 ,只需修改`/themes/index.js`文件即可实现切换。 +```javascript +// export * from './Empty' // 空模板 +// export * from './NEXT' +// export * from './Fukasawa' +// export * from './Hexo' +export * from './Medium' + +``` + + + | 主题截图 | 预览地址 | |--|--| | | [notion-next.tangly1024.com](https://notion-next.tangly1024.com) | @@ -75,11 +87,8 @@ ```bash yarn # 安装依赖 - yarn run dev # 本地开发 - yarn run build # 本地打包编译 - yarn run start # 本地启动NextJS服务 ```