Skip to content

Commit af0ba23

Browse files
committed
update docs
1 parent 63fd048 commit af0ba23

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

docs/.vuepress/components/PluginMarket.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const handleCardClick = (item: PluginItem) => {
121121
.plugin-card-container {
122122
display: grid;
123123
margin: 0 auto;
124-
max-width: 1200px;
124+
max-width: 1500px;
125125
padding: 1rem;
126126
}
127127

docs/.vuepress/sidebar.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export const mySidebar: ThemeSidebarMulti = {
7070
collapsed: false,
7171
items: [
7272
{ text: '前言', link: 'before' },
73+
{ text: '插件市场', badge: { text: 'HOT', type: 'danger' }, link: '/market' },
7374
]
7475
},
7576
{
@@ -86,13 +87,6 @@ export const mySidebar: ThemeSidebarMulti = {
8687
items: [
8788
{ text: '插件安装', link: 'install' }
8889
]
89-
},
90-
{
91-
text: '市场',
92-
collapsed: false,
93-
items: [
94-
{ text: '插件市场', badge: { text: 'HOT', type: 'danger' }, link: '/market' },
95-
]
9690
}
9791
],
9892
'/frontend/': [

docs/market.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pageLayout: page
33
title: '插件市场'
44
---
55

6-
<PluginMarket :items="pluginItems" :columns="3"/>
6+
<PluginMarket :items="pluginItems" />
77

88
<script setup lang="ts">
99
import { pluginItems } from '@source/.vuepress/data/plugin'

0 commit comments

Comments
 (0)