Skip to content

Commit b6d9918

Browse files
committed
ui: tweak navigation views welcome content
1 parent 4b917f2 commit b6d9918

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,13 +201,13 @@
201201
"when": "!vscode-cnb.isAuthorized"
202202
},
203203
{
204-
"id": "cnblogs-account",
205-
"name": "账户信息",
204+
"id": "cnblogs-post-categories-list",
205+
"name": "分类列表",
206206
"when": "vscode-cnb.isAuthorized"
207207
},
208208
{
209-
"id": "cnblogs-post-categories-list",
210-
"name": "分类列表",
209+
"id": "cnblogs-account",
210+
"name": "账户信息",
211211
"when": "vscode-cnb.isAuthorized"
212212
},
213213
{
@@ -494,7 +494,7 @@
494494
},
495495
{
496496
"view": "cnblogs-navigation",
497-
"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/)"
497+
"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/)"
498498
}
499499
]
500500
},

0 commit comments

Comments
 (0)