Skip to content

Commit 88d9605

Browse files
committed
fix
1 parent d87568e commit 88d9605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/RepoDocCards.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ const componentCards = [
2121
], [
2222
{name: "V3 KDoc", href: "main", type: "primary"},
2323
{name: "V3 KDoc(快照)", href: "snapshots/main", type: "primary"},
24-
]
25-
[{name: "🍀官网", href: "https://simbot.forte.love", type: "default"}],
24+
],
25+
[{name: "🍀官网", href: "https://simbot.forte.love", type: "default"}],
2626
]
2727
},
2828

0 commit comments

Comments
 (0)