chore: key 改为 path
This commit is contained in:
parent
82c001732b
commit
5141505df0
|
|
@ -2,7 +2,7 @@
|
|||
pageComponent:
|
||||
name: Catalogue
|
||||
data:
|
||||
key: 01.前端
|
||||
path: 01.前端
|
||||
imgUrl: /img/web.png
|
||||
description: JavaScript、ES6、Vue框架等前端技术
|
||||
title: 前端
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
pageComponent:
|
||||
name: Catalogue
|
||||
data:
|
||||
key: 02.页面
|
||||
path: 02.页面
|
||||
imgUrl: /img/ui.png
|
||||
description: html(5)/css(3),前端页面相关技术
|
||||
title: 页面
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
pageComponent:
|
||||
name: Catalogue
|
||||
data:
|
||||
key: 03.技术
|
||||
path: 03.技术
|
||||
imgUrl: /img/other.png
|
||||
description: 技术文档、教程、技巧、总结等文章
|
||||
title: 技术
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
pageComponent:
|
||||
name: Catalogue
|
||||
data:
|
||||
key: 04.更多
|
||||
path: 04.更多
|
||||
imgUrl: /img/more.png
|
||||
description: 学习、面试、在线工具等更多文章和页面
|
||||
title: 更多
|
||||
|
|
|
|||
Loading…
Reference in New Issue