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