Skip to content

Commit 79cbd3b

Browse files
committed
UPDATE
2 parents 8681ea2 + 7fb7918 commit 79cbd3b

129 files changed

Lines changed: 71 additions & 66 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/readme-generate.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ const { readdir, writeFile, stat } = require('fs/promises');
33
const ignorePaths = ['.git', 'README.md', 'node_modules', 'CONTRIBUTING.md', '.github'];
44

55
const categories = {
6-
'home-cooking': {
7-
title: '家常菜',
6+
'vegetable_dish': {
7+
title: '素菜',
88
template: '',
99
},
10+
'meat_dish': {
11+
title: '荤菜',
12+
temple: '',
13+
},
1014
breakfast: {
1115
title: '早餐',
1216
template: '',
@@ -60,6 +64,7 @@ let README_TEMPLATE = `# 程序员做饭指南
6064
6165
{{before}}
6266
## 菜谱
67+
### 家常菜
6368
{{main}}
6469
## 进阶知识学习
6570

0 commit comments

Comments
 (0)