Skip to content

Commit fa74eb9

Browse files
committed
update docs
1 parent 9a16897 commit fa74eb9

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

docs/.vuepress/components/PluginMarket.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,6 @@ const handleCardClick = (item: PluginItem) => {
514514
background: var(--vp-c-bg-soft);
515515
border: 1px solid var(--vp-c-border);
516516
border-radius: 8px;
517-
color: white;
518517
font-size: 0.875rem;
519518
cursor: pointer;
520519
transition: background-color 0.2s ease;

docs/.vuepress/data/plugin.ts renamed to docs/.vuepress/data/plugins.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,10 @@ export const pluginItems: PluginItem[] = [
135135
{
136136
icon: "logos:aws-s3",
137137
title: "S3",
138-
description: "提供兼容 S3 协议的对象存储能力",
138+
description: "提供基于 S3 协议的文件上传能力",
139139
label: '官方',
140140
tags: ["S3", "pgsql", "mysql", "后端"],
141141
link: "https://github.com/fastapi-practices/s3",
142142
logo: 'https://wu-clan.github.io/picx-images-hosting/logo/fba.png',
143-
wip: true,
144143
},
145144
]

docs/market.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ title: 插件市场
66
<PluginMarket :items="pluginItems" />
77

88
<script setup lang="ts">
9-
import { pluginItems } from '@source/.vuepress/data/plugin'
9+
import { pluginItems } from '@source/.vuepress/data/plugins'
1010
</script>

0 commit comments

Comments
 (0)