We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda542a commit 8334f59Copy full SHA for 8334f59
package.json
@@ -204,6 +204,10 @@
204
"id": "cnblogs-post-categories-list",
205
"name": "分类列表",
206
"when": "vscode-cnb.isAuthorized"
207
+ },
208
+ {
209
+ "id": "cnblogs-navigation",
210
+ "name": "博客园导航"
211
}
212
]
213
},
@@ -469,6 +473,10 @@
469
473
{
470
474
"view": "cnblogs-authorize",
471
475
"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/)"
472
480
481
482
0 commit comments