Skip to content

Commit

Permalink
Update readme-generate.js
Browse files Browse the repository at this point in the history
  • Loading branch information
WakiJi authored Mar 2, 2022
1 parent a3be8b7 commit 2aee054
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/readme-generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: '',
Expand Down

0 comments on commit 2aee054

Please sign in to comment.