Commit ef9458f2 authored by Leopoldthecoder's avatar Leopoldthecoder Committed by 杨奕

Chore: update 'make new' script

parent aa09c465
......@@ -119,7 +119,7 @@ Files.forEach(file => {
const navConfigFile = require('../../examples/nav.config.json');
Object.keys(navConfigFile).forEach(lang => {
let groups = navConfigFile[lang][3].groups;
let groups = navConfigFile[lang][4].groups;
groups[groups.length - 1].list.push({
path: `/${componentname}`,
title: lang === 'zh-CN' && componentname !== chineseName
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment