去掉图标

This commit is contained in:
linpeilie 2023-03-05 13:05:15 +08:00
parent 3f80c9ef59
commit ae84891b77
11 changed files with 2 additions and 12 deletions

View File

@ -2,7 +2,7 @@ import { navbar } from "vuepress-theme-hope";
export const zhNavbar = navbar([
"/",
{ text: "指南", icon: "discover", link: "/guide/class-convert" },
{ text: "更新日志", icon: "discover", link: "/release/log" }
{ text: "指南", icon: "api", link: "/guide/class-convert" },
{ text: "更新日志", icon: "blog", link: "/release/log" }
]);

View File

@ -10,7 +10,6 @@ export const zhSidebar = sidebar({
},
{
text: "指南",
icon: "note",
prefix: "guide/",
children: "structure",
},

View File

@ -1,6 +1,5 @@
---
title: 两个类之间的转换
icon: creative
order: 1
category:
- 指南

View File

@ -1,6 +1,5 @@
---
title: 类转换 API
icon: creative
order: 4
category:
- 指南

View File

@ -1,6 +1,5 @@
---
title: 常见问题
icon: creative
order: 5
category:
- 指南

View File

@ -1,6 +1,5 @@
---
title: Map 转对象
icon: creative
order: 2
category:
- 指南

View File

@ -1,6 +1,5 @@
---
title: 一个类与多个类之间转换
icon: creative
order: 3
category:
- 指南

View File

@ -1,6 +1,5 @@
---
title: 简介
icon: creative
order: 1
category:
- 介绍

View File

@ -1,6 +1,5 @@
---
title: 安装
icon: creative
order: 2
category:
- 介绍

View File

@ -1,6 +1,5 @@
---
title: 快速开始
icon: creative
order: 3
category:
- 介绍

View File

@ -1,6 +1,5 @@
---
title: 更新日志
icon: creative
order: 1
category:
- 更新日志