Merge pull request #575 from WakiJi/main

分类 顺便测试ci机器人能否运行
This commit is contained in:
Anduin Xue
2022-03-03 04:42:28 +00:00
committed by GitHub
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 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