Update readme-generate.js
This commit is contained in:
parent
72baa90f73
commit
baadb29d2b
|
|
@ -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: '',
|
||||
|
|
|
|||
Loading…
Reference in New Issue