mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2025-12-18 03:04:23 +08:00
UPDATE
This commit is contained in:
9
.github/readme-generate.js
vendored
9
.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: '',
|
||||||
@@ -60,6 +64,7 @@ let README_TEMPLATE = `# 程序员做饭指南
|
|||||||
|
|
||||||
{{before}}
|
{{before}}
|
||||||
## 菜谱
|
## 菜谱
|
||||||
|
### 家常菜
|
||||||
{{main}}
|
{{main}}
|
||||||
## 进阶知识学习
|
## 进阶知识学习
|
||||||
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user