1
0
mirror of synced 2025-12-07 14:14:27 +08:00
This commit is contained in:
Waki
2022-03-03 09:56:13 +08:00
129 changed files with 71 additions and 66 deletions

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: '',
@@ -60,6 +64,7 @@ let README_TEMPLATE = `# 程序员做饭指南
{{before}}
## 菜谱
### 家常菜
{{main}}
## 进阶知识学习

Some files were not shown because too many files have changed in this diff Show More