Skip to content

Commit 5da1539

Browse files
committed
feat(ecosystem): add group analysis and smash or pass plugins
- Register new fun plugins in the ecosystem introduction - Update sidebar navigation for group analysis and smash or pass - Move knowledge plugin from other to extension category - Refactor knowledge plugin documentation with detailed RAG engines - Add comprehensive configuration and command docs for new plugins
1 parent 9244130 commit 5da1539

File tree

7 files changed

+994
-167
lines changed

7 files changed

+994
-167
lines changed

docs/.vitepress/config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -694,12 +694,12 @@ function sidebarEcosystem(): DefaultTheme.SidebarItem[] {
694694
text: "娱乐插件",
695695
items: [
696696
{
697-
text: "群分析 (A)",
698-
link: "/ecosystem/other/character",
697+
text: "群分析 (Group Analysis)",
698+
link: "/ecosystem/fun/group-analysis",
699699
},
700700
{
701-
text: "Smash Or Pass (Translator)",
702-
link: "/ecosystem/other/translator",
701+
text: "Smash Or Pass",
702+
link: "/ecosystem/fun/smash-or-pass",
703703
},
704704
],
705705
},

0 commit comments

Comments
 (0)