Merge branch 'develop' into feature/orange

This commit is contained in:
zsw 2019-10-24 11:39:08 +08:00
commit 48b85e84ad
2 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<PageInfo :pageInfo="$page"></PageInfo> <PageInfo :pageInfo="$page"></PageInfo>
</div> </div>
<Content/> <Content class="theme-reco-content" />
<footer class="page-edit"> <footer class="page-edit">
<div <div

View File

@ -25,7 +25,9 @@ module.exports = (options, ctx) => ({
'@vuepress-reco/ga', '@vuepress-reco/ga',
'@vuepress-reco/comments', '@vuepress-reco/comments',
'@vuepress/active-header-links', '@vuepress/active-header-links',
'@vuepress/medium-zoom', ['@vuepress/medium-zoom', {
selector: '.theme-reco-content :not(a) > img'
}],
'@vuepress/plugin-nprogress', '@vuepress/plugin-nprogress',
'@vuepress/search', '@vuepress/search',
['@vuepress/plugin-blog', { ['@vuepress/plugin-blog', {