Skip to content

Commit

Permalink
Update config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
HBcao233 authored Jan 8, 2024
1 parent a683bb1 commit e6152b2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default defineConfig({
{
text: '基础内容',
items: [
{ text: '了解参数', link: '/基础内容//了解参数' },
{ text: '了解参数', link: '/基础内容/了解参数' },
{ text: '多物品', link: '/基础内容/多物品' },
{ text: '自定义弹幕', link: '/基础内容/自定义弹幕' },
{ text: '异常处理', link: '/基础内容/异常处理' },
Expand All @@ -49,7 +49,11 @@ export default defineConfig({
{
text: '小工具',
items: [
{ text: 'JSON快速制作器', items: [{text: 'CM', link: '/小工具/JSON快速制作器/CM'}] },
{ text: 'JSON快速制作器', items: [
{ text: 'CM', link: '/小工具/JSON快速制作器/CM' },
{ text: 'WSITEM', link: '/小工具/JSON快速制作器/WSITEM'},
{ text: 'WSAMMO', link: '/小工具/JSON快速制作器/WSAMMO'},
] },
{ text: '物品大分类ID', link: '/小工具/物品大分类ID' },
{ text: '武器小分类ID', link: '/小工具/武器小分类ID' },
{ text: '建筑小分类ID', link: '/小工具/建筑小分类ID' },
Expand Down

0 comments on commit e6152b2

Please sign in to comment.