Update docs

This commit is contained in:
Masterain
2024-02-05 18:22:29 -08:00
parent 25281a5bf7
commit db43c8c789
4 changed files with 20 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
import { googleAnalyticsPlugin } from "@vuepress/plugin-google-analytics";
import { defineUserConfig } from "vuepress";
// https://ecosystem.vuejs.press/zh/plugins/redirect.html
import { redirectPlugin } from "vuepress-plugin-redirect";
import { addCustomElement, addViteConfig } from "vuepress-shared/node";

View File

@@ -0,0 +1,8 @@
.theme-hope-content{
.vp-tabs{
border: None;
}
.vp-tabs-nav{
background: None;
}
}

View File

@@ -289,6 +289,8 @@ export default hopeTheme({
},
},
// https://ecosystem.vuejs.press/zh/plugins/feed/
// https://theme-hope.vuejs.press/zh/config/plugins/feed.html
feed: {
rss: true,
},

View File

@@ -6,13 +6,16 @@ icon: iconfont icon-like
index: false
head:
- style:
type: text/css
content: |
.theme-hope-content{
vp-tabs{
border: None;
type: text/css
content: |
.theme-hope-content{
.vp-tabs{
border: None;
}
.vp-tabs-nav{
background: None;
}
}
}
---
# 支持我们