mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
Update docs
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
8
docs/.vuepress/public/css/vp-card-no-boarder.css
Normal file
8
docs/.vuepress/public/css/vp-card-no-boarder.css
Normal file
@@ -0,0 +1,8 @@
|
||||
.theme-hope-content{
|
||||
.vp-tabs{
|
||||
border: None;
|
||||
}
|
||||
.vp-tabs-nav{
|
||||
background: None;
|
||||
}
|
||||
}
|
||||
@@ -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,
|
||||
},
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
---
|
||||
|
||||
# 支持我们
|
||||
|
||||
Reference in New Issue
Block a user