Skip to content

Commit 7b46b09

Browse files
committed
fix: 修复配置
1 parent bc790b9 commit 7b46b09

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Diff for: .eslintrc.js

-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,4 @@ module.exports = {
77
extends: [
88
"eslint-config-2o3t"
99
],
10-
parserOptions: {
11-
parser: "babel-eslint"
12-
},
1310
}

Diff for: microapp/vuepress.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module.exports = {
44
shortLinks: true,
5-
type: 'blog',
5+
// type: 'blog',
66
// logo: '/logo.png',
77
// smoothScroll: true,
88
author: 'Zyao89',

Diff for: theme/components/HeaderBoxInfo.vue

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export default {
4848
border-top: 1px solid $borderColor;
4949
border-bottom: 1px solid $borderColor;
5050
transition: all 0.3s;
51+
overflow: hidden;
5152
5253
.info {
5354
position: absolute;

0 commit comments

Comments
 (0)