Update readme-generate.js

This commit is contained in:
Waki 2022-03-02 08:08:33 +08:00 committed by GitHub
parent a3be8b7240
commit 2aee054d2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,14 @@ const { readdir, writeFile, stat } = require('fs/promises');
const ignorePaths = ['.git', 'README.md', 'node_modules', 'CONTRIBUTING.md', '.github'];
const categories = {
'home-cooking': {
title: '家常菜',
'vegetable_dish': {
title: '菜',
template: '',
},
'meat_dish': {
title: '荤菜',
temple: '',
},
breakfast: {
title: '早餐',
template: '',