Skip to content

Commit 094b2ba

Browse files
committed
update docs
1 parent c90ef2e commit 094b2ba

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

docs/plugin/market.md

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
22
aside: false
3-
title: market
3+
title: 插件市场
44
---
55

6-
<h1 class="custom-title">插件市场</h1>
7-
86
::: info 标签说明
97

108
- <Badge text="MySQL" color="#006484" bg-color="rgba(0, 100, 132, 0.1)" border-color="rgba(0, 100, 132, 0.2)" /> - 支持 MySQL 数据库
@@ -18,23 +16,4 @@ title: market
1816

1917
<script setup lang="ts">
2018
import { pluginItems } from '@source/.vuepress/data/plugin'
21-
</script>
22-
23-
<style setup>
24-
.custom-title {
25-
text-align: center;
26-
margin-bottom: 2.5rem;
27-
}
28-
29-
.vp-breadcrumb {
30-
display: none !important;
31-
}
32-
33-
.vp-doc-title {
34-
display: none !important;
35-
}
36-
37-
.vp-doc-meta {
38-
display: none !important;
39-
}
40-
</style>
19+
</script>

0 commit comments

Comments
 (0)