Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
feat(docs): Update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
MisaLiu committed Apr 27, 2024
1 parent 93ef5f6 commit 21942ef
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default navbar([
},
{
text: "配置文件",
icon: "lightbulb",
icon: "file",
prefix: "/config/",
link: "/config/",
},
Expand Down
6 changes: 6 additions & 0 deletions docs/.vuepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,34 @@ export default sidebar({
{
text: '开始使用',
prefix: 'start/',
icon: 'lightbulb',
children: [
{
text: '序言',
icon: 'face-smile',
link: 'index',
},
{
text: '准备工作',
icon: 'list',
link: 'preparation',
},
{
text: '安装 NapCatReforged',
icon: 'download',
link: 'installation',
},
{
text: '运行 NapCatReforged',
icon: 'floppy-disk',
link: 'usage',
},
]
},
{
text: '配置文件',
prefix: 'config/',
icon: 'file',
link: 'config/'
}
],
Expand Down
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ actions:
icon: lightbulb
link: ./start/
type: primary
- text: 配置文件
icon: file
link: ./config/

copyright: false
footer: false
3 changes: 3 additions & 0 deletions docs/config/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
icon: file
---
# 配置文件

NapCatReforged 使用 [YAML](https://yaml.org/) 作为配置文件格式。本章将给出完整的、带注释的配置文件供您参考。
Expand Down
3 changes: 3 additions & 0 deletions docs/start/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
icon: face-smile
---
# 开始使用

欢迎使用 NapCatReforged!本项目由 NapCatQQ 分出,旨在尽量以自己的口味重构 NapCatQQ。
Expand Down
3 changes: 3 additions & 0 deletions docs/start/installation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
icon: download
---
# 安装 NapCatReforged

目前 NapCatReforged 有两个版本:
Expand Down
3 changes: 3 additions & 0 deletions docs/start/preparation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
icon: list
---
# 准备工作

由于 NapCatQQ 依赖官方的 QQNT 运行,所以首先需要在系统上安装 QQNT。
Expand Down
3 changes: 3 additions & 0 deletions docs/start/usage.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
icon: floppy-disk
---
# 运行 NapCatReforged

## Windows 用户
Expand Down

0 comments on commit 21942ef

Please sign in to comment.