Skip to content

Commit

Permalink
fix: posts layout & code style & header status
Browse files Browse the repository at this point in the history
  • Loading branch information
cnguu committed May 8, 2020
1 parent 9466fd2 commit b5647a1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
5 changes: 0 additions & 5 deletions docs/.vuepress/config/themeConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ module.exports = {
subtitle: 'VuePress 主题',
link: 'https://github.com/cnguu/vuepress-theme-yur',
},
{
title: 'Yur Tool',
subtitle: '主题快速搭建工具',
link: 'https://github.com/ioim/vuepress-theme-yur-cli',
},
],
two: [
{
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "vuepress-theme-yur",
"version": "2.2.3",
"version": "2.2.4",
"description": "VuePress Theme - Yur",
"keywords": [
"theme",
"vuepress",
"theme",
"yur"
],
"homepage": "https://github.com/cnguu/vuepress-theme-yur/",
Expand All @@ -28,7 +28,7 @@
"serve": "vuepress serve docs"
},
"dependencies": {
"ant-design-vue": "^1.4.11",
"ant-design-vue": "~1.4.11",
"core-js": "^2.6.11",
"crypto-js": "^3.2.1",
"ityped": "^1.0.3",
Expand Down
1 change: 1 addition & 0 deletions yur/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ export default {
if (search) {
this.search = Object.assign({}, this.search, search)
}
this.currentPage = [this.$routePage]
},
changeVisible () {
this.visible = false
Expand Down
1 change: 1 addition & 0 deletions yur/styles/components/Markdown.less
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@

code {
position: relative;
margin-left: 0;
padding: 0;
background-color: transparent;
color: #ffffff;
Expand Down

0 comments on commit b5647a1

Please sign in to comment.