Skip to content

Commit 8334f59

Browse files
committed
feat(#5): add cnblogs quick navigation
1 parent eda542a commit 8334f59

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@
204204
"id": "cnblogs-post-categories-list",
205205
"name": "分类列表",
206206
"when": "vscode-cnb.isAuthorized"
207+
},
208+
{
209+
"id": "cnblogs-navigation",
210+
"name": "博客园导航"
207211
}
208212
]
209213
},
@@ -469,6 +473,10 @@
469473
{
470474
"view": "cnblogs-authorize",
471475
"contents": "[Login](command:vscode-cnb.login)"
476+
},
477+
{
478+
"view": "cnblogs-navigation",
479+
"contents": "[博客园首页](https://www.cnblogs.com)\n[新闻](https://news.cnblogs.com/)\n[博问](https://q.cnblogs.com/)\n[闪存](https://ing.cnblogs.com/)\n[小组](https://group.cnblogs.com/)"
472480
}
473481
]
474482
},

0 commit comments

Comments
 (0)