mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2025-12-17 18:54:26 +08:00
Update readme-generate.js
This commit is contained in:
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: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user