Update readme-generate.js
This commit is contained in:
parent
a3be8b7240
commit
2aee054d2f
8
.github/readme-generate.js
vendored
8
.github/readme-generate.js
vendored
|
@ -3,10 +3,14 @@ const { readdir, writeFile, stat } = require('fs/promises');
|
||||||
const ignorePaths = ['.git', 'README.md', 'node_modules', 'CONTRIBUTING.md', '.github'];
|
const ignorePaths = ['.git', 'README.md', 'node_modules', 'CONTRIBUTING.md', '.github'];
|
||||||
|
|
||||||
const categories = {
|
const categories = {
|
||||||
'home-cooking': {
|
'vegetable_dish': {
|
||||||
title: '家常菜',
|
title: '素菜',
|
||||||
template: '',
|
template: '',
|
||||||
},
|
},
|
||||||
|
'meat_dish': {
|
||||||
|
title: '荤菜',
|
||||||
|
temple: '',
|
||||||
|
},
|
||||||
breakfast: {
|
breakfast: {
|
||||||
title: '早餐',
|
title: '早餐',
|
||||||
template: '',
|
template: '',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user