Skip to content

Commit 4531156

Browse files
committed
修复数组闭合错误
1 parent 4b64395 commit 4531156

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineConfig({
1414
nav: [
1515
{ text: '首页', link: '/' },
1616
{ text: 'API 文档', link: '/sdk/index' },
17-
{ text: '参与文档编写', link: 'https://github.com/SurveyController/SurveyDoc'}
17+
{ text: '参与文档编写', link: 'https://github.com/SurveyController/SurveyDoc' },
1818
{ text: '状态监测', link: 'https://status.hungrym0.com/status/surveycontroller' }
1919
],
2020

0 commit comments

Comments
 (0)