Skip to content

Commit f0ec23d

Browse files
committed
feat:AI 能力分类
1 parent 70c3379 commit f0ec23d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/.vuepress/config.js

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -705,17 +705,25 @@ function genBarGuide() {
705705
]
706706
},
707707
{
708-
title: "常用类库(7)",
708+
title: "常用类库(5)",
709709
collapsable: true,
710710
sidebarDepth: 0,
711711
children: [
712712
"fastjson.md",
713713
"guava.md",
714714
"http.md",
715715
"ratelimiter.md",
716+
"disruptor.md",
717+
]
718+
},
719+
{
720+
title: "AI能力(3)",
721+
collapsable: true,
722+
sidebarDepth: 0,
723+
children: [
716724
"spring-ai.md",
717725
"google-adk.md",
718-
"disruptor.md",
726+
"draw.io.md",
719727
]
720728
},
721729
{

0 commit comments

Comments
 (0)