Skip to content

Commit 44c68ce

Browse files
committed
update docs
1 parent 01af42c commit 44c68ce

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

docs/.vuepress/components/PluginMarket.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ const handleCardClick = (item: PluginItem) => {
432432
433433
.filter-card {
434434
position: sticky;
435-
top: 9rem;
435+
top: 6rem;
436436
background-color: var(--vp-c-bg);
437437
border: 1px solid var(--vp-c-border);
438438
border-radius: 8px;

docs/.vuepress/data/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const pluginItems: PluginItem[] = [
5858
title: "MCP 服务器管理",
5959
description: "提供了 MCP 服务器管理功能,并添加了可调用 MCP 的 AI 聊天接口",
6060
label: '官方',
61-
tags: ["AI", "mcp", "pgsql", "mysql", "后端"],
61+
tags: ["MCP", "pgsql", "mysql", "后端"],
6262
link: "https://github.com/fastapi-practices/mcp",
6363
logo: 'https://wu-clan.github.io/picx-images-hosting/logo/fba.png',
6464
},

docs/.vuepress/navbar.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
import { defineNavbarConfig, ThemeNavItem } from "vuepress-theme-plume";
22

33
export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
4+
{
5+
text: '神秘事件',
6+
icon: 'noto-v1:face-screaming-in-fear',
7+
link: '/events',
8+
},
49
{
510
text: 'v1.11.2',
611
items: [
@@ -188,8 +193,8 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
188193
items: [
189194
{
190195
text: '插件市场',
191-
icon: 'lsicon:marketing-outline',
192-
badge: { text: 'HOT', type: 'danger' },
196+
icon: 'noto-v1:shopping-cart',
197+
// badge: { text: 'HOT', type: 'danger' },
193198
link: '/market'
194199
},
195200
]
951 KB
Loading

docs/events.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: 事件
3+
---
4+
5+
## 惊人流量
6+
7+
2025.12.03,不知何方神秘大佬为 fba 带来了破天荒的流量
8+
9+
以下数据来自 GitHub
10+
11+
![fba github](/images/fba_github.png)

0 commit comments

Comments
 (0)