2561 Commits

Author SHA1 Message Date
Anduin Xue a0b14bd388 delete: remove properdocs.yml and update .gitignore to exclude additional files 2026-05-11 14:09:04 +00:00
Anduin Xue b7c4dabf47 delete: remove 1 to 5 star difficulty category files and associated dish links 2026-05-11 14:06:56 +00:00
Anduin Xue e1a7e60517 Merge branch 'master' of github.com:Anduin2017/HowToCook 2026-05-11 14:06:07 +00:00
Anduin Xue 16c9dcafc0 refactor: streamline README generation by removing star index section and unused mkdocs references 2026-05-11 14:05:59 +00:00
github-actions[bot] 2dd6246034 [ci skip] Automatic file changes/fix 2026-05-11 12:49:49 +00:00
Anduin Xue ba1295076a Merge branch 'master' of github.com:Anduin2017/HowToCook 2026-05-11 12:48:52 +00:00
Anduin Xue 83f6d8f825 Remove difficulty category files for 4, 5, 7, and 8 star dishes, including all associated dish links. 2026-05-11 12:48:42 +00:00
github-actions[bot] 5382658fbc [ci skip] Automatic file changes/fix 2026-05-11 12:42:02 +00:00
Anduin Xue c2662846f5 fix: update oil selection guidelines to emphasize proper usage of flaxseed and perilla oils 2026-05-11 12:41:00 +00:00
Anduin Xue 795708d5c4 refactor: simplify Dockerfile by removing unnecessary build stages 2026-05-11 12:39:13 +00:00
Anduin Xue 9e12990647 fix: update oil selection guidelines and cooking recommendations for better health choices 2026-05-06 18:06:00 +00:00
Anduin Xue c8da0528ae Update 乡村啤酒鸭.md 2026-05-06 04:13:50 +00:00
Anduin Xue 3bc87e94df Update 乡村啤酒鸭.md 2026-05-06 04:13:28 +00:00
github-actions[bot] 44711e6a13 [ci skip] Automatic file changes/fix 2026-05-05 13:24:58 +00:00
Anduin Xue 52bd8d6434 fix: remove minify plugin to resolve build issues
The mkdocs-minify-plugin with htmlmin was causing segfaults during the
properdocs build when processing the large i18n file set.

Changes:
- Removed mkdocs-minify-plugin from requirements.txt
- Removed htmlmin2 dependency
- Removed minify plugin from mkdocs_template.yml
- Regenerated properdocs.yml

Verification:
- Docker build: SUCCESS ✓
- Image loading: HTTP 200 ✓
- i18n functionality: Working ✓

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-05 09:26:20 +00:00
Anduin Xue 3c89c583ab fix: copy images to en/ and fix markdown image references
Architecture explanation:
=========================

Previous incorrect approach (rejected):
- Duplicate image files in both directories
- Wasted ~300MB of storage
- Hard to maintain (update in both places)

Correct approach implemented:
- Copy all image files from dishes/ and tips/ to en/dishes/ and en/tips/
- Image files now accessible to both Chinese and English markdown
- Each language version references images in its own folder
- Simpler than complex relative paths across language boundaries

Why this works:
- mkdocs-static-i18n with docs_structure:folder pattern requires
  resources (images) to be available in each language's folder
- mkdocs serves the correct version based on URL path

Trade-offs:
- Storage cost: +327MB (acceptable for maintainability)
- Simplicity: Local references are clearer than relative paths
- Future updates: Only affects markdown content, not image management

Fixes applied:
- 301 image reference updates in English markdown
- All references now use local Chinese filenames
- Images copied with original names (not translated)

Verification:
- Docker build succeeds
- Site builds with mkdocs + properdocs + i18n
- Image loading tested (HTTP 200)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-05 09:22:18 +00:00
Anduin Xue 6f83b5e49d feat: add image reference validation to lint system
Add new image reference validation rule in manual_lint.js:
- Validates that referenced images exist in the file system
- Supports relative paths (./, ../) and skips external URLs
- Reports missing images as lint errors

Fixes found issue:
- dishes/soup/排骨山药玉米汤/排骨山药玉米汤.md: removed missing image
  reference './排骨山药玉米汤.jpg'

All lint checks now pass 

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-05 09:09:16 +00:00
github-actions[bot] 31e0396f9f [ci skip] Automatic file changes/fix 2026-05-04 16:42:22 +00:00
Anduin Xue e84bd91182 Fix: exclude en/ and site/ from readme/mkdocs auto-generation
The i18n migration introduced en/ and site/ directories, which were being
scanned by getAllMarkdown() and incorrectly mixed into the nav generation.

Changes:
- Add 'en' to ignorePaths: prevents 379 English files from polluting nav
- Add 'site' to ignorePaths: prevents built site artifacts from being scanned

The star difficulty system and README/properdocs.yml generation now only
processes Chinese source files (dishes/, tips/) while respecting the i18n
structure:
- README.md: 385 entries (all Chinese), with star difficulty index
- properdocs.yml: 375 nav entries (dishes + tips), Chinese only
- starsystem/: 358 recipes organized by difficulty (1-5 stars)
- i18n plugin: separate /en/ site built by properdocs, not generated by script

Docker build verified: npm run build → node readme-generate.js ✓
properdocs build with i18n: both zh and en locales ✓

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-04 16:35:11 +00:00
Anduin Xue a21c68aea3 Upgrade Docker base image from python:3.11 to python:3.13
python:3.11 causes a segfault when building with properdocs + mkdocs-static-i18n
processing both zh and en locales (379 translated files). python:3.13 matches
the local development environment and resolves the crash.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-04 15:16:27 +00:00
Anduin Xue ac0dfaab6d Add English translations for all 379 recipe and tip files
Use dotlang AI translation (aiursoft-instruct:latest via Ollama) to
translate all Chinese content to English under en/ subfolder:
- en/dishes/: all recipe categories (aquatic, breakfast, condiment,
  dessert, drink, meat_dish, semi-finished, soup, staple, vegetable_dish)
- en/tips/: learn/ and advanced/ cooking guides
- en/README.md, en/CONTRIBUTING.md, en/CODE_OF_CONDUCT.md

The mkdocs-static-i18n plugin (docs_structure: folder) serves Chinese
at the root and English at /en/, with a language switcher in the UI.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-04 15:11:01 +00:00
Anduin Xue 3bb7159bf8 Add English i18n support with mkdocs-static-i18n
- Add mkdocs-static-i18n to requirements.txt
- Configure i18n plugin: zh (default) at root, en/ subfolder
- Add language switcher (alternate) in extra config
- Disable navigation.instant (incompatible with i18n switcher)
- Add nav_translations for all category labels in English
- Update readme-generate.js: dish/tip nav entries use path-only
  (mkdocs auto-uses page heading = English title for /en/ pages)
- en/ folder to be populated by dotlang translation

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-04 13:42:42 +00:00
Anduin Xue d541fd425d Rename mkdocs.yml to properdocs.yml, remove --strict flag
- Update readme-generate.js to output properdocs.yml instead of mkdocs.yml
- Remove --strict from build command (pre-existing broken links in content)
- Remove legacy mkdocs.yml

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-04 13:25:23 +00:00
Anduin Xue a7d81fa681 Migrate from mkdocs to properdocs
- Replace mkdocs-with-pdf + weasyprint with properdocs>=1.6.7
- Add pymdown-extensions for richer markdown support
- Remove heavy apt dependencies (weasyprint, fonts-noto-cjk, wget, unzip)
- Switch build command from 'mkdocs build' to 'properdocs build --strict'
- Update template: add offline plugin, fix palette, add content.code.select/copy
- Add md_in_html, pymdownx.tilde, emoji, mermaid, annotation icon support
- Fix broken icon path material//weather-sunny

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-04 13:20:03 +00:00
github-actions[bot] 1857c9e313 [ci skip] Automatic file changes/fix 2026-04-12 05:52:36 +00:00
chenfy840 2d8bb2a7b5 Add recipe for 排骨山药玉米汤 (#1780)
* Add recipe for 排骨山药玉米汤

Added a detailed recipe for 排骨山药玉米汤, including ingredients, preparation steps, and cooking tips.

* Refine ingredient details and cooking instructions

Updated ingredient descriptions for clarity and consistency. Improved cooking instructions for better understanding.
2026-04-12 05:51:56 +00:00
Anduin Xue 74314ed468 compress 老式锅包肉.jpg to under 1MB
Reduced from 2.78MB to 1012KB (quality=55) to pass the lint size check.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-08 06:35:00 +00:00
github-actions[bot] 65453fbd2c [ci skip] Automatic file changes/fix 2026-04-06 05:29:47 +00:00
Anduin Xue fb200c2ec8 Update readme_template.md 2026-04-06 05:29:12 +00:00
SamYin Kim 48fc47aa86 Add link to open-source Chinese recipe API in README (#1778) 2026-04-06 05:28:51 +00:00
Anduin Xue 64ed9b7156 Update 土豆炖排骨.md (#1774)
* Update 土豆炖排骨.md

* Update 土豆炖排骨.md

* Update 土豆炖排骨.md

* Update 土豆炖排骨.md
2026-03-21 04:45:29 +00:00
Logic 618d1a3dd4 锅包肉做法调整 (#1773)
* 添加图片

* 根据实际做菜经验,调整菜谱使得其变得更加简单易成功。

* 修复步骤序号与用量表

* 修复格式
2026-03-21 04:36:48 +00:00
Anduin Xue c9368aed1c Add storage tip for cooked noodles
Add note about storing cooked noodles in the fridge to prevent residual heat.
2026-03-19 17:36:22 +00:00
Anduin Xue a9d3979771 Update 炒方便面.md 2026-03-19 17:34:43 +00:00
Anduin Xue 3d4c7689b7 Update 地三鲜.md 2026-03-19 12:34:24 +00:00
github-actions[bot] d0c7cc96c3 [ci skip] Automatic file changes/fix 2026-03-19 11:43:58 +00:00
Anduin Xue c8e959817c Revise ingredient amounts and cooking instructions (#1772)
* Revise ingredient amounts and cooking instructions

Updated ingredient quantities and cooking steps for better clarity and accuracy.

* Update 地三鲜.md
2026-03-19 11:43:24 +00:00
github-actions[bot] 8f6c494839 [ci skip] Automatic file changes/fix 2026-03-18 06:33:52 +00:00
Little stone 7cf56ebc52 Update 食品安全.md (#1771)
* Update 食品安全.md

* Remove fictional note about flying pasta monster

Removed a humorous note about a fictional 'flying pasta monster' from the document.
2026-03-18 06:33:22 +00:00
Logic f90d193bc4 糖醋排骨:2g五香粉味道过重,下调至0.5g (#1770) 2026-03-16 11:58:15 +00:00
Anduin Xue 65c894f609 Update readme_template.md (#1685) 2026-03-15 09:05:52 +00:00
Logic 7044a61342 修复酸辣土豆丝菜谱 (#1769) 2026-03-15 09:05:00 +00:00
github-actions[bot] d242e53f93 [ci skip] Automatic file changes/fix 2026-03-07 17:03:22 +00:00
长久者 efcf388ca9 Include garlic in炒青菜 recipe (#1766)
添加蒜瓣,使得青菜更加美味
2026-03-07 17:02:49 +00:00
YanMengKun 1f9d8652bb Update cooking temperature and reference links (#1767) 2026-03-07 17:02:24 +00:00
github-actions[bot] 3448ab46f8 [ci skip] Automatic file changes/fix 2026-03-03 17:40:27 +00:00
010101:) 5c6f820254 添加意式香肠北非蛋、澳门湿版免治牛肉饭、韩国麻药鸡蛋、牛油果拉西的做法 (#1764)
* 添加意式香肠北非蛋、澳门湿版免治牛肉饭、韩国麻药鸡蛋、牛油果拉西的做法

* fix: 修复菜谱中的格式及非精准描述问题
2026-03-03 17:39:52 +00:00
github-actions[bot] ea34840a8d [ci skip] Automatic file changes/fix 2026-02-21 16:42:32 +00:00
Shivanshu Mishra fd9b3c0405 feat: Add 10 popular Indian dish recipes (印度菜谱) (#1761)
* feat: Add 10 popular Indian dish recipes (印度菜谱)

Add the following Indian recipes in Simplified Chinese:
- 印度葫芦丸子 (Lauki Ke Kofte) - Bottle Gourd Kofta
- 利提巧卡 (Litti Chokha) - Bihar specialty
- 鹰嘴豆炸饼 (Chole Bhature) - Chickpea Curry with Fried Bread
- 胡萝卜甜糕 (Gajar Ka Halwa) - Carrot Halwa
- 印度焖饭 (Dum Biryani) - Layered Spiced Rice
- 红芸豆拌饭 (Rajma Chawal) - Kidney Bean Curry with Rice
- 黄油鸡 (Butter Chicken / Murgh Makhani)
- 印度烤饼 (Naan) - Indian Flatbread
- 印度土豆花菜 (Aloo Gobi) - Potato Cauliflower
- 印度奶茶 (Masala Chai) - Spiced Milk Tea

All recipes follow the repository template format with proper
ingredients, calculations, steps, and cultural notes.

* fix: Resolve all markdown lint errors in Indian recipes
2026-02-21 16:41:56 +00:00
github-actions[bot] 7c1b870dbd [ci skip] Automatic file changes/fix 2026-02-12 15:31:16 +00:00
Anduin Xue d83cd4d933 Update readme_template.md 2026-02-12 15:30:38 +00:00
github-actions[bot] 891146e6e8 [ci skip] Automatic file changes/fix 2026-01-19 18:54:16 +00:00
Yihan Lin 404f976a36 红烧鸡翅教程 (#1745)
* feat: 添加红烧鸡翅的做法

* fix: update additional content for red-braised wings recipe
2026-01-19 18:53:34 +00:00
Pádraic Slattery 3b86671dbb chore: Update outdated GitHub Actions versions (#1746) 2026-01-19 18:51:43 +00:00
sunblack110 0e5d0b6ea8 fix: 将挂勺加入勺子用法白名单,修复 issue #1689 (#1725)
挂勺是中餐烹饪术语,表示酱汁浓稠到可以挂在勺子上的状态。
这是一个描述烹饪状态的词,而非计量单位,应该被允许使用。

Fixes Anduin2017/HowToCook#1689
2026-01-05 17:01:47 +00:00
Anduin Xue d8ea52dfee Update 如何选择现在吃什么.md 2025-12-09 16:17:55 +00:00
github-actions[bot] fedaf6181b [ci skip] Automatic file changes/fix 2025-12-09 16:12:01 +00:00
Anduin Xue d2bc7eb3f7 chore: remove unused file 2025-12-09 16:09:54 +00:00
github-actions[bot] 5f2ffc8805 [ci skip] Automatic file changes/fix 2025-12-05 10:04:16 +00:00
lmath 9b361e1e79 添加响油鳝丝的做法 (#1718) 2025-12-05 10:03:47 +00:00
lmath b1f0a1aaba 添加咸肉菜饭的做法 (#1717) 2025-12-05 10:03:35 +00:00
github-actions[bot] 7e8fe3efad [ci skip] Automatic file changes/fix 2025-12-04 17:05:12 +00:00
Anduin Xue e4b270735e Update readme_template.md 2025-12-04 17:04:38 +00:00
github-actions[bot] 11d089e934 [ci skip] Automatic file changes/fix 2025-11-24 02:30:32 +00:00
lmath 2fe2d743c4 添加黄瓜皮蛋汤的做法 (#1711) 2025-11-24 02:30:02 +00:00
lmath de6c2d1943 添加腐乳肉的做法 (#1710) 2025-11-24 02:29:42 +00:00
lmath 4f670a07c1 添加猪油拌饭的做法 (#1709) 2025-11-24 02:29:24 +00:00
Anduin Xue e167ad266e 回滚4星 2025-11-18 06:52:12 +00:00
Anduin Xue 7292fab742 测试为什么这个菜难度成了8星 2025-11-18 06:51:15 +00:00
github-actions[bot] ebb52f6289 [ci skip] Automatic file changes/fix 2025-11-18 06:49:54 +00:00
lmath c486adc2f5 新增家常日本豆腐的做法 (#1707) 2025-11-18 06:49:21 +00:00
github-actions[bot] b4ab641ffa [ci skip] Automatic file changes/fix 2025-11-17 08:53:03 +00:00
lmath 83e4ef459c 新增豉汁排骨的做法 (#1704) 2025-11-17 08:52:28 +00:00
github-actions[bot] 0e076d0946 [ci skip] Automatic file changes/fix 2025-11-17 08:52:18 +00:00
lmath 59b2ae9e25 新增照烧鸡腿饭的做法 (#1705) 2025-11-17 08:51:46 +00:00
github-actions[bot] 73ded9f182 [ci skip] Automatic file changes/fix 2025-11-17 08:51:27 +00:00
lmath 0202593936 添加酱炖蟹的做法 (#1706) 2025-11-17 08:50:55 +00:00
M$ 0f20ace416 Fix formatting (#1701)
Fix formatting by adding a new line.
2025-11-16 06:49:16 +00:00
github-actions[bot] 38e3e6f309 [ci skip] Automatic file changes/fix 2025-11-12 07:44:35 +00:00
nosugarplz 921ca02fb4 Feature/microwave steamed egg (#1698)
* feat(breakfast): add 1-star recipe 微波炉蒸蛋

* chore(lint): fix title and wording per repo rules

* chore: remove 微波炉蒸蛋.md

* Rename 微波炉蒸蛋的做法.md to 微波炉蒸蛋.md

---------

Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2025-11-12 07:43:56 +00:00
github-actions[bot] e5a3cc9dbd [ci skip] Automatic file changes/fix 2025-11-04 15:41:28 +00:00
lmath 85059c93d8 新增皮蛋豆腐的做法 (#1692) 2025-11-04 15:40:53 +00:00
lmath 0a7a08a4a8 修正油醋爆蛋的食材用量 (#1693) 2025-11-04 15:40:30 +00:00
lmath de600292ce 新增肉蟹煲的做法 (#1691) 2025-11-04 15:40:06 +00:00
github-actions[bot] 8d95379646 [ci skip] Automatic file changes/fix 2025-11-02 17:37:31 +00:00
lmath c62c57719d 新增可乐炒饭的做法 (#1688)
Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2025-11-02 17:37:01 +00:00
github-actions[bot] 0d2a3c35ed [ci skip] Automatic file changes/fix 2025-11-02 17:32:38 +00:00
lmath 419f442a80 新增鲜肉烧卖的做法 (#1690) 2025-11-02 17:31:58 +00:00
github-actions[bot] 00f2a85b52 [ci skip] Automatic file changes/fix 2025-10-29 03:20:00 +00:00
lmath 22c5fadf14 新增金钱蛋的做法 (#1686) 2025-10-29 03:19:24 +00:00
Anduin Xue c799daa932 Patch domain 2025-10-28 11:30:11 +00:00
github-actions[bot] ea493c9bab [ci skip] Automatic file changes/fix 2025-10-28 11:29:39 +00:00
Anduin Xue ce75f64a07 Fix PDF download link in readme template
Updated the PDF download link from cook.aiursoft.cn to cook.aiursoft.com.
2025-10-28 11:28:57 +00:00
lmath bb553fa2ea 炒茄子可选增加肉末和糖醋,并提供油温不足的应对方法。 (#1683) 2025-10-23 12:40:46 +00:00
github-actions[bot] 9d71dc43a4 [ci skip] Automatic file changes/fix 2025-10-17 08:08:31 +00:00
Anduin Xue 930fdef567 Update readme_template.md 2025-10-17 08:07:55 +00:00
github-actions[bot] f5b54fa777 [ci skip] Automatic file changes/fix 2025-10-09 05:17:00 +00:00
YPBaoGithub 414a44555e 新加了鸡蛋花菜谱 (#1675)
* Add files via upload

* Update README.md

* Update 1Star.md

* Update 1Star.md

* Update 鸡蛋花.md
2025-10-09 05:16:28 +00:00
LyInfi c1d1a13e01 Update 煎饺.md (#1670) 2025-09-28 03:16:46 +00:00
github-actions[bot] 9412622b36 [ci skip] Automatic file changes/fix 2025-09-20 16:01:51 +00:00
Anduin Xue 10ac8acc5b fix: update file paths in manual_lint.js and correct recipe details in various markdown files 2025-09-20 16:01:08 +00:00
Anduin Xue 6fb7bcad87 Fix glob paths in manual_lint.js 2025-09-20 15:55:39 +00:00
Anduin Xue 547b2dc922 Revise 煎烤羊排 recipe with detailed instructions
Updated the recipe for 煎烤羊排 to include detailed ingredients, cooking steps, and tips.
2025-09-20 15:30:47 +00:00
github-actions[bot] 3ae809b4f1 [ci skip] Automatic file changes/fix 2025-09-20 15:28:52 +00:00
Anduin Xue 1b7b8a8e09 Update 煎烤羊排.md 2025-09-20 15:28:19 +00:00
github-actions[bot] 4903ae7d18 [ci skip] Automatic file changes/fix 2025-09-20 10:51:23 +00:00
LouisLsh 1cff815885 fix: 修复了提交ab1d116 (#1668)
删除了0star,重新将煎烤羊排列入4Star
不知道为什么会多出来一个0Star,翻了一下是ab1d116提交出问题了,决定把它修复一下。
2025-09-20 10:50:43 +00:00
nene ac6c66fa5b 修复语病 (#1667) 2025-09-17 08:07:04 +00:00
Golden_Hoe 9ae7344001 add:添加了炒制糖色需要注意的一点内容 (#1665) 2025-09-14 05:07:25 +00:00
github-actions[bot] ab1d116042 [ci skip] Automatic file changes/fix 2025-09-12 04:07:39 +00:00
ceyang-201502223 f4dc8a95b3 Add new recipe: 煎烤羊排 (#1663)
* Add 煎烤羊排 recipe with preparation steps

Added a detailed recipe for 煎烤羊排 including ingredients, tools, and steps.

* Update 4Star.md

* Modify images in 煎烤羊排 recipe

Updated images in the cooking steps and removed the finished dish image.

* Update 煎烤羊排.md

* Refine 煎烤羊排 recipe details

* Enhance 煎烤羊排.md with dish introduction

Added a brief introduction to the dish and its characteristics.

* Fix formatting in 煎烤羊排.md

Removed an empty line in the 煎烤羊排.md file.
2025-09-12 04:07:01 +00:00
github-actions[bot] 2098005f35 [ci skip] Automatic file changes/fix 2025-08-01 16:17:15 +00:00
SevenShalo 64826abe7f 改进酱牛肉做法 (#1653)
* 改进酱牛肉做法

* 修正酱牛肉材料错误
2025-08-01 16:16:46 +00:00
chenfy840 92025e3598 Update 龟苓膏.md (#1646)
修复显示问题
2025-07-12 03:51:11 +00:00
github-actions[bot] e3d6f5e9d9 [ci skip] Automatic file changes/fix 2025-07-08 04:58:21 +00:00
Ruizi Wang a21c4ef6e7 修正蜂蜜小面包中的文本错误,添加烤箱版巴斯克芝士蛋糕的做法 (#1643)
Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2025-07-08 04:57:49 +00:00
github-actions[bot] 88fa4ccc9b [ci skip] Automatic file changes/fix 2025-07-08 04:56:51 +00:00
Frank ac31f0c7be feat(油泼面): 添加陕西油泼面 (#1642) 2025-07-08 04:56:24 +00:00
github-actions[bot] bff559f98b [ci skip] Automatic file changes/fix 2025-07-04 05:27:52 +00:00
Anduin Xue 11bbcff264 Update 无厨师机蜂蜜面包.md Fix #1640 2025-07-04 05:27:17 +00:00
github-actions[bot] 7df43e8c76 [ci skip] Automatic file changes/fix 2025-07-01 15:48:06 +00:00
Huai-bytes 7d713cb6b1 Create 食材相克与禁忌 (#1619)
* create 食材相克与禁忌

* update 食材相克与禁忌

* update 食材相克与禁忌

* update 食材相克与禁忌

---------

Co-authored-by: 0714Star <3132710967@qq.com>
Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2025-07-01 15:47:30 +00:00
joel d88887e3e8 蒸水蛋=鸡蛋糕 (#1606)
Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2025-07-01 15:45:16 +00:00
github-actions[bot] 7d54fae7ab [ci skip] Automatic file changes/fix 2025-06-30 14:01:11 +00:00
yzymc acc6032662 Update 炸酱面.md (#1636) 2025-06-30 14:00:41 +00:00
github-actions[bot] dac8c162a3 [ci skip] Automatic file changes/fix 2025-06-30 04:31:00 +00:00
Anduin Xue ff1b604ac8 Move a dish. 2025-06-30 04:30:31 +00:00
github-actions[bot] 6b3b47b399 [ci skip] Automatic file changes/fix 2025-06-30 04:28:14 +00:00
Ruizi Wang 77b12746b6 添加无厨师机蜂蜜小面包 (#1635)
* 添加蜂蜜小面包

* 添加蜂蜜小面包

* 添加蜂蜜小面包

* 修改格式
2025-06-30 04:27:44 +00:00
github-actions[bot] c6472bf02c [ci skip] Automatic file changes/fix 2025-06-28 15:22:10 +00:00
Fiona Hu 5cd5c98940 Add recipe: 酒酿的做法 (#1634)
* Add recipe: 酒酿的做法

* 添加一道传统甜品:酒酿(醪糟)
2025-06-28 15:21:42 +00:00
github-actions[bot] 6824af71e3 [ci skip] Automatic file changes/fix 2025-06-25 13:27:34 +00:00
Sywyar b5f18001d4 Update 咕噜肉.md (#1629)
缺少青椒处理步骤
2025-06-25 13:26:50 +00:00
xiaoyu_777 e0de99bc09 Update 农家一碗香.md (#1628) 2025-06-23 03:45:17 +00:00
github-actions[bot] 5bc26c1e5b [ci skip] Automatic file changes/fix 2025-06-20 04:37:33 +00:00
Jason J .Wu a65185330a 新增油醋爆蛋 (#1626)
* Create 油醋爆蛋.md

* Update 油醋爆蛋 按示例菜格式修改
2025-06-20 04:37:02 +00:00
Anduin Xue 0c9bf2b682 Implement code changes to enhance functionality and improve performance 2025-06-15 11:29:03 +00:00
Anduin Xue 267eee040b Bump version to 1.5.0 in package.json 2025-06-15 11:28:22 +00:00
github-actions[bot] 2780b6d188 [ci skip] Automatic file changes/fix 2025-06-15 09:54:02 +00:00
Sintsun 816546cc11 Add豉汁蒸白鱔 recipe with detailed ingredients, instructions, and tips (#1623)
* Add豉汁蒸白鱔 recipe with detailed ingredients, instructions, and tips

* Update 豉汁蒸白鱔食谱.markdown

* Rename 豉汁蒸白鱔食谱.markdown to 豉汁蒸白鱔食谱.md
2025-06-15 09:53:28 +00:00
github-actions[bot] dcc6f784a9 [ci skip] Automatic file changes/fix 2025-06-14 05:25:30 +00:00
Anduin Xue a737675a0f Update readme_template.md 2025-06-14 05:24:56 +00:00
github-actions[bot] 7329b150cd [ci skip] Automatic file changes/fix 2025-06-13 19:19:31 +00:00
singleswill 73f4eaf025 update docker run port (#1622) 2025-06-13 19:19:02 +00:00
Googol Lee 7977224616 Fix Dockerfile warning. Use nginx image for arm64 (macOS). (#1621) 2025-06-11 04:59:38 +00:00
github-actions[bot] 4f1d430923 [ci skip] Automatic file changes/fix 2025-06-07 05:10:59 +00:00
TN-mo 50e6e3b1a0 Update 鸡蛋羹.md (#1614)
增加了蛋羹的蒸煮步骤,补充判断熟了的办法
2025-06-07 05:10:26 +00:00
github-actions[bot] 038278f207 [ci skip] Automatic file changes/fix 2025-06-06 04:44:09 +00:00
Ken~ bfd705d18e updated 电饭煲三文鱼炊饭 (#1611)
* updated 电饭煲三文鱼炊饭

* updated

* updated

* Update 电饭煲三文鱼炊饭.md
2025-06-06 04:43:29 +00:00
Alex3236 1cb2fd4360 fix: 修改反式脂肪酸相关描述 (#1609)
* fix: 修改反式脂肪酸相关描述

* fix: padding

* fix: padding

* fix: wording

* feat: add more ref
2025-06-05 03:48:15 +00:00
fishshi e2e8cd10db fix typo (#1595) 2025-05-19 07:09:38 +00:00
phyang ea963d131e Update manual_lint.js:重构校验脚本为模块化结构,提升可读性与可维护性;使用 path.resolve 统一管理 glob 路径,路径处理更安全。 (#1587)
* Update manual_lint.js

* Update manual_lint.js

---------

Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2025-05-13 13:49:14 +00:00
github-actions[bot] 01299778d7 [ci skip] Automatic file changes/fix 2025-05-13 13:48:24 +00:00
phyang cf70399e54 Create 3 vegetable_dishes (#1588)
* Create 清蒸南瓜.md

* Create 凉拌金针菇.md

* Create 清炒花菜.md
2025-05-13 13:47:53 +00:00
github-actions[bot] 7bd91953f9 [ci skip] Automatic file changes/fix 2025-05-12 06:31:42 +00:00
phyang 3b22478b1d Create 凉拌豆腐.md (#1586) 2025-05-12 06:31:13 +00:00
github-actions[bot] 379325b333 [ci skip] Automatic file changes/fix 2025-05-10 03:47:35 +00:00
phyang dd185b8313 Create 葱油拌面.md (#1585) 2025-05-10 03:47:00 +00:00
github-actions[bot] 906c1c16e5 [ci skip] Automatic file changes/fix 2025-05-09 07:47:02 +00:00
phyang 61696d7a83 Create 蒜蓉西兰花.md (#1584) 2025-05-09 07:46:28 +00:00
github-actions[bot] 8355aeb755 [ci skip] Automatic file changes/fix 2025-05-06 14:15:59 +00:00
Anduin Xue f82d21b893 将糖色彻底拆分为两版。 2025-05-06 14:15:28 +00:00
Ivone Y 1d7eee9cdc 完成PR1581中提到的合并两篇糖色的相关事项以及修复虎皮肘子 (#1583)
* fix 虎皮肘子

* finish pr1581 todo
2025-05-06 14:11:44 +00:00
github-actions[bot] ef73a66674 [ci skip] Automatic file changes/fix 2025-05-06 09:59:28 +00:00
Anduin Xue d3f21a15fb Update readme_template.md 2025-05-06 09:58:59 +00:00
github-actions[bot] f680ffaddb [ci skip] Automatic file changes/fix 2025-05-06 09:58:18 +00:00
Anduin Xue 98e00a9ae5 Update readme_template.md 2025-05-06 09:57:48 +00:00
github-actions[bot] 186ebeff22 [ci skip] Automatic file changes/fix 2025-05-06 06:16:25 +00:00
Ivone Y 5104a26537 添加虎皮肘子和炒糖色(shai,三声)的方法 (#1581)
* add 糖色的炒制

* add 虎皮肘子

* fix md title

* fix calculate & adjective
2025-05-06 06:15:55 +00:00
github-actions[bot] 36b9b82791 [ci skip] Automatic file changes/fix 2025-05-03 17:51:51 +00:00
HydrogenSulfate 60daf6e906 add 蒜蓉空心菜 (#1574)
* add 蒜蓉空心菜

* Update 蒜蓉空心菜.md

* Update 蒜蓉空心菜.md

* Update 蒜蓉空心菜.md

* Update 蒜蓉空心菜.md

* Update 蒜蓉空心菜.md

---------

Co-authored-by: Anduin Xue <anduin.xue@microsoft.com>
Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2025-05-03 17:51:21 +00:00
github-actions[bot] a8b8571663 [ci skip] Automatic file changes/fix 2025-05-03 04:59:38 +00:00
Samuel-233 1b87305ccb 添加意面 (#1576) 2025-05-03 04:59:07 +00:00
github-actions[bot] a1a4bd8696 [ci skip] Automatic file changes/fix 2025-04-30 08:07:40 +00:00
Foryond 00d239ab73 修改图片 (#1572)
* 修改格式

* 按模板更新

* Delete dishes/soup/朱雀汤/朱雀汤01.jpg

删除多余图片
2025-04-30 08:07:07 +00:00
Anduin Xue b386807956 Update readme_template.md 2025-04-28 06:14:12 +00:00
Hugo Chiang d80ed70456 Update README.md (#1566) 2025-04-28 06:13:52 +00:00
Little stone 56e705847f Update 食品安全.md (Fix #1260) (#1564)
* Update 食品安全.md

* Update 食品安全.md

* Update 食品安全.md

---------

Co-authored-by: Anduin Xue <anduin.xue@microsoft.com>
Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2025-04-26 05:46:18 +00:00
洛狐 8e815e0c59 Update 懒人蛋挞.md (#1563) 2025-04-26 05:42:56 +00:00
github-actions[bot] 4f10ed40cf [ci skip] Automatic file changes/fix 2025-04-25 14:54:48 +00:00
QN_Qi b860a6e7ce create 螺蛳粉.md (#1560) 2025-04-25 14:54:18 +00:00
Anduin Xue 1e75b6508a Update 黄焖鸡.md 2025-04-24 14:43:36 +00:00
CookMaker 50595eb417 更新黄焖鸡食谱, nobody knows huangmen chicken better than me (#1555)
* update huangmen chicken

* update huangmen chicken
2025-04-24 14:42:54 +00:00
Anduin Xue 656b420a06 Add cooking difficulty validation to manual linting script 2025-04-24 06:29:54 +00:00
github-actions[bot] 1ec2a5a398 [ci skip] Automatic file changes/fix 2025-04-24 05:48:50 +00:00
Anduin Xue 9b774c4f16 Update readme_template.md 2025-04-24 05:48:21 +00:00
github-actions[bot] cddd3962e2 [ci skip] Automatic file changes/fix 2025-04-23 13:28:54 +00:00
chaoli.lcl 7abf43cee6 补充空气炸锅常用食物参数建议 (#1549)
* fill空气炸锅参数

* fix br

* fix br

* fix br

* fix br

---------

Co-authored-by: 玥枫 <chaoli.lcl@alibaba-inc.com>
Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2025-04-23 13:28:22 +00:00
Anduin Xue d29df6b3aa Update build.yml 2025-04-23 11:36:51 +00:00
Anduin Xue 584bc5b6bc Update build.yml to checkout with lfs 2025-04-23 11:35:51 +00:00
github-actions[bot] 814ea08510 [ci skip] Automatic file changes/fix 2025-04-23 10:33:23 +00:00
Anduin Xue 358cf98993 测试 LFS 迁移。 2025-04-23 10:32:32 +00:00
github-actions[bot] eae28060ad [ci skip] Automatic file changes/fix 2025-04-21 16:28:24 +00:00
Anduin Xue 9c0a35a13c Update 清蒸鳜鱼.md 为三星难度。 2025-04-21 16:27:48 +00:00
github-actions[bot] bb66d068d7 [ci skip] Automatic file changes/fix 2025-04-21 16:26:48 +00:00
Smalllemon 5e677df68a Update 台式卤肉饭.md 更新台式滷肉飯食譜,修正製作時間,調整原料列表,刪除不必要的圖片 (#1544)
* Update 台式卤肉饭.md 更新台式滷肉飯食譜,修正製作時間,調整原料列表,刪除不必要的圖片

* Update 台式卤肉饭.md Remove the trailing space
2025-04-21 16:26:15 +00:00
github-actions[bot] f5e02e6c75 [ci skip] Automatic file changes/fix 2025-04-21 16:25:10 +00:00
jhonroxton 5e8f4ca447 增加清蒸鳜鱼 (#1543)
* add 芥末罗氏虾

Signed-off-by: jhonroxton <2505814930@qq.com>

* add 芥末罗氏虾

Signed-off-by: jhonroxton <2505814930@qq.com>

* add provide the specific weight

Signed-off-by: jhonroxton <2505814930@qq.com>

* 去除适量

Signed-off-by: jhonroxton <2505814930@qq.com>

* add dish 豆豉鲮鱼油麦菜

Signed-off-by: jhonroxton <2505814930@qq.com>

* add 清蒸鳜鱼

Signed-off-by: jhonroxton <2505814930@qq.com>

* add 清蒸鳜鱼

Signed-off-by: jhonroxton <2505814930@qq.com>

---------

Signed-off-by: jhonroxton <2505814930@qq.com>
2025-04-21 16:24:33 +00:00
github-actions[bot] f7d6511429 [ci skip] Automatic file changes/fix 2025-04-21 05:41:35 +00:00
Ruikang Tao b93e4bd0cb Create 巴基斯坦牛肉咖喱.md (#1538)
* Create 巴基斯坦牛肉咖喱.md

* 调整格式

* 调整格式
2025-04-21 05:40:57 +00:00
Anduin Xue 8b6e1915a3 压缩图片 2025-04-20 14:36:41 +00:00
Anduin Xue 91aa93623b Compress photos 2025-04-20 14:02:13 +00:00
Anduin Xue aeb7dbfe47 Fix links to油温判断技巧 in beef steak recipe 2025-04-20 12:57:56 +00:00
Anduin Xue 676675f968 Merge branch 'master' of github.com:Anduin2017/HowToCook 2025-04-20 12:47:39 +00:00
Anduin Xue 4250125741 Add check for files without extensions in manual linting script 2025-04-20 12:47:35 +00:00
github-actions[bot] 93bb24fbbf [ci skip] Automatic file changes/fix 2025-04-20 12:46:36 +00:00
Anduin Xue 221331cc94 Replace 松仁玉米 recipe with an updated version 2025-04-20 12:45:53 +00:00
uname f962f8841a Create 松仁玉米 (#1536)
Updated new dish 松仁玉米

Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2025-04-20 12:40:01 +00:00
Anduin Xue 2e9937c9b5 添加文件大小检查,确保文件不超过1MB限制,并提示用户压缩或分割文件。 2025-04-20 12:39:16 +00:00
Anduin Xue f10a815d84 压缩菜谱中超过1MB的图片。 2025-04-20 12:32:09 +00:00
Anduin Xue 4c51800bfd 压缩一些过大的图片。 2025-04-20 12:23:15 +00:00
github-actions[bot] 6e295acfd8 [ci skip] Automatic file changes/fix 2025-04-20 12:11:37 +00:00
Anduin Xue c79e497850 删除鸣谢。不知道为什么它会影响pdf的生成。 2025-04-20 12:10:51 +00:00
Little stone 8e882a705b Update 食品安全.md 委托 Fix #1448,错误更新了 干煎阿根廷红虾 食谱 (#1535)
* Update 食品安全.md

* Update 干煎阿根廷红虾.md
2025-04-20 10:53:52 +00:00
github-actions[bot] 3611f8f697 [ci skip] Automatic file changes/fix 2025-04-20 06:58:55 +00:00
jhonroxton 619b15188e add dish 豆豉鲮鱼油麦菜 (#1533)
* add 芥末罗氏虾

Signed-off-by: jhonroxton <2505814930@qq.com>

* add 芥末罗氏虾

Signed-off-by: jhonroxton <2505814930@qq.com>

* add provide the specific weight

Signed-off-by: jhonroxton <2505814930@qq.com>

* 去除适量

Signed-off-by: jhonroxton <2505814930@qq.com>

* add dish 豆豉鲮鱼油麦菜

Signed-off-by: jhonroxton <2505814930@qq.com>

---------

Signed-off-by: jhonroxton <2505814930@qq.com>
2025-04-20 06:58:24 +00:00
github-actions[bot] b6dd1c9101 [ci skip] Automatic file changes/fix 2025-04-20 06:33:55 +00:00
Little stone 19a4c3df70 修正了《完美水煮蛋》中未使用中文简体的问题 (#1532)
* Update 完美水煮蛋.md

* Update 完美水煮蛋.md

* Update 完美水煮蛋.md
2025-04-20 06:33:19 +00:00
github-actions[bot] 075dc4d018 [ci skip] Automatic file changes/fix 2025-04-19 17:00:04 +00:00
jhonroxton c845e7f7bf add meat dish 芥末罗氏虾 (#1527)
* add 芥末罗氏虾

Signed-off-by: jhonroxton <2505814930@qq.com>

* add 芥末罗氏虾

Signed-off-by: jhonroxton <2505814930@qq.com>

* add provide the specific weight

Signed-off-by: jhonroxton <2505814930@qq.com>

* 去除适量

Signed-off-by: jhonroxton <2505814930@qq.com>

---------

Signed-off-by: jhonroxton <2505814930@qq.com>
2025-04-19 16:59:33 +00:00
github-actions[bot] 8f73a7e948 [ci skip] Automatic file changes/fix 2025-04-19 14:47:36 +00:00
OrcaMin b0e2406d80 Update 微波炉蛋糕.md (#1523)
添加初学者所需时间和一项附加内容(根据自身实操经验)
2025-04-19 14:47:06 +00:00
yusancky 5158b54d3d Update 厨房准备.md (#1516) 2025-04-19 14:12:33 +00:00
github-actions[bot] 07b890bd59 [ci skip] Automatic file changes/fix 2025-04-19 14:12:30 +00:00
骑着老王闯天下 47a8a9ecd0 Create 柠檬水 (#1515)
* Create 柠檬水

* update

* update
2025-04-19 14:11:59 +00:00
Anduin Xue 9f3eb9bafc Update 如何选择现在吃什么.md 2025-04-19 07:34:53 +00:00
cardze 6747b50490 Update 如何选择现在吃什么.md (#1513) 2025-04-19 07:33:24 +00:00
github-actions[bot] d0d6d88d7d [ci skip] Automatic file changes/fix 2025-04-19 07:04:06 +00:00
Anduin Xue ff51d9fae6 Update readme_template.md 2025-04-19 07:03:36 +00:00
github-actions[bot] 4a4c23876f [ci skip] Automatic file changes/fix 2025-04-19 05:28:06 +00:00
chenfy840 7128c8c09b Create 龟苓膏.md (#1509)
* Create 龟苓膏.md

* Update 龟苓膏.md

* Add files via upload
2025-04-19 05:27:36 +00:00
github-actions[bot] 05cc2ad75d [ci skip] Automatic file changes/fix 2025-04-19 05:10:05 +00:00
azzliang6 2ebc4b0896 新增 农家一碗香 (#1501)
* Create 农家一碗香.md

* Add files via upload

* Update 农家一碗香.md

* Update 农家一碗香.md

* Update 农家一碗香.md

* Update 农家一碗香.md

* Update 农家一碗香.md

* Update 农家一碗香.md
2025-04-19 05:09:29 +00:00
github-actions[bot] 4a59f98379 [ci skip] Automatic file changes/fix 2025-04-19 05:04:57 +00:00
Anduin Xue 6e6c16f1a6 标准化目录结构 - 卤菜 2025-04-19 05:04:26 +00:00
github-actions[bot] 6f9796e565 [ci skip] Automatic file changes/fix 2025-04-19 05:03:06 +00:00
XinyuanTong aed9a9902e 添加卤菜的教程,可做一切卤菜(卤牛肉、鸡胗、猪耳朵 etc) (#1504)
* 添加卤水的教程,可做一切卤菜(卤牛肉、鸡胗、猪耳朵 etc)

* fix

* fix

* fix
2025-04-19 05:02:32 +00:00
github-actions[bot] b8fd93a6e1 [ci skip] Automatic file changes/fix 2025-04-19 05:01:54 +00:00
chenfy840 66bad0a8db Create 奶油蘑菇汤.md (#1503) 2025-04-19 05:01:27 +00:00
github-actions[bot] 3296c220a7 [ci skip] Automatic file changes/fix 2025-04-19 05:00:54 +00:00
星空凌 5b17669d65 Update 回锅肉.md (#1437)
* Update 回锅肉.md

* Update 回锅肉.md

勺换为10ml

---------

Co-authored-by: Anduin Xue <anduin.xue@microsoft.com>
2025-04-19 05:00:26 +00:00
github-actions[bot] 0ca3d4d4e4 [ci skip] Automatic file changes/fix 2025-04-18 16:14:26 +00:00
chenfy840 c68c74fac9 Create 手抓饼.md (#1497)
添加手抓饼
2025-04-18 16:14:00 +00:00
github-actions[bot] 5f4a78a4d2 [ci skip] Automatic file changes/fix 2025-04-18 13:55:56 +00:00
Moitr 444205c57f feat: 新增蒜香黄油虾菜谱 (#1498)
* Create 蒜香黄油虾.md

* Add files via upload

* feat: 新增蒜香黄油虾菜谱

* feat: 新增蒜香黄油虾菜谱

* Update 蒜香黄油虾.md

* Update 2Star.md
2025-04-18 13:55:23 +00:00
github-actions[bot] 122fc75ad8 [ci skip] Automatic file changes/fix 2025-04-18 09:30:04 +00:00
Anduin Xue 614dda3588 Move 蛋包饭 2025-04-18 09:29:34 +00:00
github-actions[bot] 84a512aa27 [ci skip] Automatic file changes/fix 2025-04-18 09:27:34 +00:00
phyang e53802ef0a Create 蛋包饭.md (#1478)
* Create 蛋包饭.md

* Update 蛋包饭.md
2025-04-18 09:27:02 +00:00
github-actions[bot] 062135c811 [ci skip] Automatic file changes/fix 2025-04-18 09:26:19 +00:00
Anduin Xue bb59239e73 Update 糖醋排骨.md Fix #1439 (#1454)
* Update 糖醋排骨.md Fix #1439

* Update 糖醋排骨.md

* Remove comments and adjust formatting in recipe
2025-04-18 09:25:45 +00:00
github-actions[bot] 3e56406ebd [ci skip] Automatic file changes/fix 2025-04-17 10:38:06 +00:00
Anduin Xue c423721541 Update 老式锅包肉.md Fix #1457 (#1458) 2025-04-17 10:37:37 +00:00
github-actions[bot] 122c89836d [ci skip] Automatic file changes/fix 2025-04-17 09:45:10 +00:00
Anduin Xue 0a2439f823 “搭建环境”更适合描述做菜前的准备。 2025-04-17 09:44:43 +00:00
github-actions[bot] 5f9d2ebb3b [ci skip] Automatic file changes/fix 2025-04-17 09:39:34 +00:00
Hailin Xie 0569de0a15 Create 牛排.md (#1444)
* Added 牛排.md

* Update 牛排.md, formatted document

* formatted tabs in document

* formatted lists in document

* formatted spaces after list markers

* updated quantifiers in document
2025-04-17 09:39:05 +00:00
Anduin Xue 9366954cdd Update Dockerfile to use node 22 2025-04-16 05:44:04 +00:00
github-actions[bot] 97c213c235 [ci skip] Automatic file changes/fix 2025-04-16 05:43:16 +00:00
Anduin Xue bf5928ddbc Update build.yml use setup-node@v4 2025-04-16 05:42:50 +00:00
Anduin Xue 3618b4a91b Update build.yml use setup-node@v4 2025-04-16 05:42:40 +00:00
Anduin Xue a035c61241 Update ci.yml use node 22 2025-04-16 05:40:40 +00:00
Anduin Xue ef00aa551b Update ci.yml use node 22 2025-04-16 05:40:29 +00:00
phyang d5e6448680 Create 粉蒸肉.md (#1446)
* Create 粉蒸肉.md

* Update 粉蒸肉.md
2025-04-16 05:27:35 +00:00
github-actions[bot] 67cc935275 [ci skip] Automatic file changes/fix 2025-04-15 12:38:56 +00:00
phyang 54437f4df4 Create 蚂蚁上树.md (#1443)
* Create 蚂蚁上树.md

* Rename dishes/meat_dish/蚂蚁上树/蚂蚁上树.md to dishes/meat_dish/蚂蚁上树.md

* Update 蚂蚁上树.md

* Update 蚂蚁上树.md
2025-04-15 12:38:21 +00:00
github-actions[bot] 78451f33f4 [ci skip] Automatic file changes/fix 2025-04-15 06:28:54 +00:00
Iamxiaogang 9b1c8ae92e 增加贵州辣子鸡 (#1440)
* 增加贵州辣子鸡

* fix markdownlint

* fix markdownlint

* fix markdownlint

* fix markdownlint again again

* fix markdownlint again again again
2025-04-15 06:28:24 +00:00
Hailin Xie 00c04bc5a6 Update 海边落日.md (#1441)
fixed typo: 习惯 -> 吸管
2025-04-15 06:27:52 +00:00
SCHeng 76100a117f Update 麻婆豆腐.md, fix a typo (#1436)
主要观察 -> 注意观察
2025-04-14 16:51:58 +00:00
Little stone 3de62fa9d7 Update 食品安全.md (#1432) 2025-04-13 05:41:27 +00:00
Anduin Xue 1589014b74 Update 鸡蛋火腿炒黄瓜.md 2025-04-04 05:58:19 +00:00
github-actions[bot] 898b771cee [ci skip] Automatic file changes/fix 2025-03-26 13:39:30 +00:00
GreshAnt 5fbe2ad3d1 重构了指尖量水法的表述不清的句子 (#1426)
重构了指尖量水法的表述不清的句子,什么叫做食指的第一个指节的**一半的一半**,令人完全无法理解到底是第一个指节的1/4还是3/4还是1又1/4。并且,根据江南米应该软糯微微湿润的特点,判断应该是1又1/4的水。
2025-03-26 13:39:00 +00:00
7sDream 2862e93138 fix(炒青菜): 操作中盐量和准备工作中不匹配 (#1425) 2025-03-26 04:46:17 +00:00
Anduin Xue 16e6b447b0 Update Dockerfile 2025-03-26 02:44:56 +00:00
github-actions[bot] bbf27f7741 [ci skip] Automatic file changes/fix 2025-03-20 17:02:56 +00:00
Anduin Xue 9354cf31cc 更新 Readme,毕竟这年头不隔离了。。 2025-03-20 17:02:19 +00:00
github-actions[bot] 5d6a88f617 [ci skip] Automatic file changes/fix 2025-03-15 07:17:14 +00:00
Anduin Xue 055916954f Delete dishes/aquatic/芥末黄油罗氏虾.md Fix #1418 2025-03-15 07:16:44 +00:00
github-actions[bot] c800f2c57d [ci skip] Automatic file changes/fix 2025-02-22 10:36:01 +00:00
Anduin Xue 9ec196ade8 Unify file path. 2025-02-22 10:35:31 +00:00
github-actions[bot] 1404a85a68 [ci skip] Automatic file changes/fix 2025-02-22 10:34:54 +00:00
CY 5fcd833196 feat: 海边落日酒品提交 (#1419) 2025-02-22 10:34:24 +00:00
github-actions[bot] 387bdf9f52 [ci skip] Automatic file changes/fix 2025-02-14 04:43:22 +00:00
DevenTW f6c47aef67 feat: 完美水煮蛋 (#1417)
* feat: 完美水煮蛋

* fix: lint
2025-02-14 04:42:51 +00:00
Sywyar 065d402b2b Update 糖拌西红柿.md (#1412)
删除重复白砂糖数量声明
2025-02-03 07:52:25 +00:00
github-actions[bot] 945b8a7262 [ci skip] Automatic file changes/fix 2025-01-21 12:39:36 +00:00
zhangfangbiao ed247927bf Create 羊肉汤.md (#1409) 2025-01-21 12:39:00 +00:00
Anduin Xue b6d5054570 Merge branch 'master' of github.com:Anduin2017/HowToCook 2025-01-18 12:19:37 +00:00
Anduin Xue 8078b546ba Add validation to manual_lint.js to check for spaces in filenames 2025-01-18 12:19:33 +00:00
github-actions[bot] 336b028986 [ci skip] Automatic file changes/fix 2025-01-18 12:19:03 +00:00
Anduin Xue a128e48340 Rename 肉蛋盖饭 recipe file and remove extra space in title 2025-01-18 12:18:21 +00:00
github-actions[bot] 033fd7edef [ci skip] Automatic file changes/fix 2025-01-18 12:10:08 +00:00
Anduin Xue 10c55fb0b5 Remove 红柚蛋糕 recipe and restructure file organization 2025-01-18 12:09:21 +00:00
little106 9c329dd45b Create 肉蛋盖饭 (#1404)
* Create 肉蛋盖饭

放到了正确的位置

* Convert recipe to Markdown file

* Fix lint.

* Fix lint.

* Rename 肉蛋盖饭.md to 肉蛋盖饭 .md

* Update 肉蛋盖饭 .md

---------

Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2025-01-18 12:05:45 +00:00
little106 ba044aac24 Create 红柚蛋糕 .md (#1405)
* Create 红柚蛋糕 .md

* Rename and update 红柚蛋糕.md file

---------

Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2025-01-18 12:05:28 +00:00
little106 4482c99e14 Create 甜辣烤全翅 .md (#1406)
* Create 甜辣烤全翅 .md

* Rename and reformat recipe file.

---------

Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2025-01-18 12:05:15 +00:00
github-actions[bot] 86a231277c [ci skip] Automatic file changes/fix 2025-01-18 12:04:59 +00:00
Muika fa592d1234 Create 腊八粥.md (#1407)
* Create 腊八粥.md

* Fix formatting issues

* Fix formatting issues
2025-01-18 12:04:28 +00:00
github-actions[bot] ecd0d78a75 [ci skip] Automatic file changes/fix 2025-01-17 16:39:57 +00:00
Anduin Xue 88238422e0 Fix 广式萝卜牛腩 难度为0的bug。 2025-01-17 16:39:14 +00:00
Yufei Li b668d47a0f Update 糖色.md (#1401) 2024-12-19 12:26:49 +00:00
Anduin Xue 9b329686de Update 广式萝卜牛腩.md Fix #1400 2024-12-16 07:31:15 +00:00
Hao Feiyu 1a1709626e Update 高压力锅.md (#1399)
【盒盖】改为【合盖】

Co-authored-by: haofeiyu <haofeiyu@huice.com>
2024-12-15 05:11:42 +00:00
Anduin Xue b6a8bec38d Update 手工水饺.md 不建议盖盖子 (#1394)
* Update 手工水饺.md 不建议盖盖子

* Update 手工水饺.md
2024-12-04 06:34:59 +00:00
Anduin Xue 154b4d1eba 简化老式锅包肉的文法 (#1392)
* 简化老式锅包肉的文法

* Update 老式锅包肉.md

* Update 老式锅包肉.md
2024-11-25 09:25:42 +00:00
AsenHu 4cd57e6a61 提高 炒青菜 和 手工水饺 (#1391)
* 提高 炒青菜
减少了添加的盐
修改食用人数
改善操作
移除关于盐的附加内容

* 提高 手工水饺
锅盖问题
2024-11-13 05:38:45 +00:00
github-actions[bot] 23a9f13419 [ci skip] Automatic file changes/fix 2024-11-08 11:21:23 +00:00
Dihambo 5778a11a80 更好的锅包肉教程 (#1390)
* 更好的锅包肉教程

* 修正格式

* 继续调整个事

* 继续调整内容
2024-11-08 11:20:48 +00:00
github-actions[bot] d455463282 [ci skip] Automatic file changes/fix 2024-11-08 08:57:10 +00:00
yuanhang-zhou fcd54b347e Create 空气炸锅.md (#1389) 2024-11-08 08:56:30 +00:00
Anduin Xue f28399d5f0 Update 炒年糕.md Fix #1382 2024-10-24 08:27:35 +00:00
Anduin Xue d5fc924ffb Update 牛奶燕麦.md Fix #1143 2024-10-24 08:25:36 +00:00
github-actions[bot] 159b4911b2 [ci skip] Automatic file changes/fix 2024-10-06 11:19:59 +00:00
ANDYzytnb 7983c0ce36 添加韭菜盒子 (#1384)
* Add files via upload

* Update 韭菜盒子.md

* 添加韭菜盒子
2024-10-06 11:19:28 +00:00
Anduin Xue 9f73398e91 Update 广式萝卜牛腩.md 2024-09-17 07:28:53 +00:00
github-actions[bot] e12ff253c9 [ci skip] Automatic file changes/fix 2024-09-17 05:35:20 +00:00
AsenHu b2a8e88495 add 广式萝卜牛腩 以及 fix and improve (#1380)
* 广式萝卜牛腩

美味广式萝卜牛腩做法

* Update 广式萝卜牛腩.md

format change

* Update 广式萝卜牛腩.md

增加说明

* Update 广式萝卜牛腩.md

格式修改

* Update 广式萝卜牛腩.md

* Update 广式萝卜牛腩.md

* Update 广式萝卜牛腩.md

一勺改为15g

* 修复和改善

修改笔误
增加微波炉注意事项细节
改善太阳蛋的“计算”部分

* 压缩图片体积
使用 cwbp -q 75 -noalpha -m 6 降低图片体积

---------

Co-authored-by: HenryChou007 <31716798+HenryChou007@users.noreply.github.com>
Co-authored-by: xbdeng <56679342+xbdeng@users.noreply.github.com>
2024-09-17 05:34:47 +00:00
ZHJ_explorer a864097fd1 Update 炒方便面.md (#1375)
改正了"浓稠"的错别写法
2024-08-13 13:03:54 +00:00
github-actions[bot] bded7422ab [ci skip] Automatic file changes/fix 2024-08-07 08:08:20 +00:00
IsEddy 2fe3540cf1 新增温泉蛋,日式肥牛丼饭 (#1374)
* 新增温泉蛋,日式牛丼

* 新增温泉蛋,日式牛丼

* 新增温泉蛋,日式牛丼

* 新增温泉蛋,日式牛丼

* 新增温泉蛋,日式牛丼

* 新增温泉蛋,日式牛丼

* 新增温泉蛋,日式牛丼

* 新增温泉蛋,日式牛丼

* 新增温泉蛋,日式牛丼

* 格式修订

* 格式修订

* 格式修订

* 格式修订

* 量词规范

* 量词规范
2024-08-07 08:07:50 +00:00
Anduin Xue 40cf9b17a8 Show verbose log for npm install for easier debugging. 2024-08-01 12:33:08 +00:00
Anduin Xue 611256987c Update Dockerfile 2024-07-22 06:03:29 +00:00
Anduin Xue 09fdd9c377 Update 食品安全.md to fix #1355 2024-07-06 05:03:40 +00:00
dqfamily 53578d4278 Update 厨房准备.md (#1354)
删除重复项“植物黄油”
2024-06-29 22:27:33 +08:00
github-actions[bot] 6cd89228a2 [ci skip] Automatic file changes/fix 2024-06-27 08:19:26 +00:00
CanonNi deb368cfb4 炸鲜奶 (#1350)
* Create 炸鲜奶.md

* Update 炸鲜奶.md

* Update 炸鲜奶.md

* Update 炸鲜奶.md

* Update 炸鲜奶.md

* Add files via upload

* Update 炸鲜奶.md
2024-06-27 08:18:57 +00:00
github-actions[bot] b87c88793a [ci skip] Automatic file changes/fix 2024-06-24 16:38:58 +00:00
tomato 013d4d32b4 小米辣炒肉 (#1348)
* 小米辣炒肉

* 小米辣炒肉

* 加入计算数量

* 更改文件名

* 更改建议和文件名

* 修改详细配料

* 去除人称
2024-06-24 16:38:24 +00:00
Anduin Xue 1fc1e7d5fc Update 炒方便面.md 2024-06-24 16:37:54 +00:00
Keyfi 238d03a9dd 炒方便面 (#1349)
* Update 炒方便面.md

* Update 炒方便面.md
2024-06-24 16:36:41 +00:00
Anduin Xue 38fbf7c8c5 Update 煮泡面加蛋.md 确保泡面可以完整的浸入水中。 (#1343) 2024-06-24 09:25:17 +00:00
Anduin Xue 1b8ad896e4 Update 炒方便面.md 2024-06-24 09:24:32 +00:00
github-actions[bot] 4de229bef9 [ci skip] Automatic file changes/fix 2024-06-24 09:23:51 +00:00
ling.xiao 611127acb3 feat: 湘祁米夫鸭 (#1347) 2024-06-24 09:23:18 +00:00
Anduin Xue 5df5f14f0d Update 炒方便面.md 2024-06-23 15:12:46 +00:00
cuikeyao 1b37dd85ab Fix:煮泡面水量修改 (#1340) 2024-06-20 07:28:00 +00:00
Anduin dfdc967343 Regenerate package-lock.json. 2024-06-17 14:06:14 +00:00
Anduin 818157f285 Update package version to 1.4.0 and update error-ex dependency to version 1.4.0 2024-06-17 14:03:33 +00:00
github-actions[bot] 348de16ce5 [ci skip] Automatic file changes/fix 2024-06-17 12:23:17 +00:00
aytchhh 559e381b67 add recipe for winter melon punch (#1336)
* add recipe for winter melon punch

* Update 冬瓜茶.md

* 删除勺的字眼

---------

Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2024-06-17 12:22:45 +00:00
xiaohei 9c14765ffb Update 西红柿牛腩.md (#1334) 2024-06-17 12:22:22 +00:00
Anduin Xue 410fd4d0b5 修正小酥肉的语文语法 (#1333) 2024-06-14 08:31:25 +00:00
github-actions[bot] be96f98bc3 [ci skip] Automatic file changes/fix 2024-06-14 08:25:11 +00:00
coder-lib 5e995d6036 feat:添加关于炸小酥肉的做法 (#1332)
* feat:添加关于炸小酥肉的做法

* feat:添加关于炸小酥肉的做法

* feat:添加关于炸小酥肉的做法

* feat:添加关于炸小酥肉的做法

* feat:添加关于炸小酥肉的做法

* feat:添加关于炸小酥肉的做法

---------

Co-authored-by: libo <lee42cn@outlook.com>
2024-06-14 08:24:06 +00:00
github-actions[bot] 24d5849a28 [ci skip] Automatic file changes/fix 2024-06-06 17:14:28 +00:00
Anduin 035cf7c177 Update dish difficulty titles to use Chinese characters 2024-06-06 17:12:40 +00:00
github-actions[bot] 2068cade6e [ci skip] Automatic file changes/fix 2024-06-06 17:02:57 +00:00
Yufei Jiao e6c84a641d Update readme-generate.js (#1329)
* Update readme-generate.js

* Update readme-generate.js

* Update readme-generate.js
2024-06-06 17:02:26 +00:00
Anduin 60e5d0eb8d chore: Update build workflow to include Docker image build and push to GitHub Container Registry 2024-06-03 13:43:33 +00:00
Anduin d798ed1eeb chore: Update build workflow to include Docker image build and push to GitHub Container Registry 2024-06-03 13:02:05 +00:00
Anduin 76012b3b1d chore: Update build workflow to include Docker image build and push to GitHub Container Registry 2024-06-03 12:55:50 +00:00
Anduin 0e2749a441 Update Dockerfile to remove sudo from fc-cache command 2024-06-03 12:52:07 +00:00
Anduin d07b6e063a chore: Remove build.sh script and update build workflow to use Continuous Deployment 2024-06-03 12:48:39 +00:00
Anduin bc8b5e0e33 chore: Update build workflow name to Continuous Deployment 2024-06-03 12:45:00 +00:00
Anduin 95c0d2a384 chore: Update lint script to include a completion message 2024-06-03 12:39:44 +00:00
Anduin 4ae3f1beeb chore: Update homepage URL in package.json 2024-06-03 12:38:26 +00:00
Anduin fa38fd120b chore: Update Dockerfile to use GitHub Container Registry for image build and push 2024-06-03 12:37:05 +00:00
Anduin f36778f5da chore: Update Dockerfile to use GitHub Container Registry for image build and push 2024-06-03 12:22:06 +00:00
Anduin 4698eea6e3 chore: Update Dockerfile to use GitHub Container Registry for image build and push 2024-06-03 12:21:36 +00:00
Anduin 1b36e5330f chore: Update Dockerfile to use GitHub Container Registry for image build and push 2024-06-03 12:04:07 +00:00
Anduin 0f1b3ab520 chore: Update Dockerfile to use GitHub Container Registry for image build and push 2024-06-03 12:02:53 +00:00
xuef 8fcd327af9 chore: Update Dockerfile to remove sudo from fc-cache command 2024-06-03 07:33:03 +00:00
xuef 1cb1f71984 Fix conflict 2024-06-03 07:32:29 +00:00
xuef d833e1a7f5 chore: Update PDF plugin configuration and fix formatting in dishes/semi-finished/豆鼓.md 2024-06-03 07:32:04 +00:00
github-actions[bot] 6964fd3e3c [ci skip] Automatic file changes/fix 2024-06-03 07:30:12 +00:00
xuef f497818f21 chore: Update PDF plugin configuration and fix formatting in dishes/semi-finished/豆鼓.md 2024-06-03 07:26:59 +00:00
xuef dcebed6c02 chore: Update stale.yml configuration for issue and pull request management 2024-06-03 06:39:31 +00:00
xuef cf046f27b8 Merge branch 'master' of github.com:Anduin2017/HowToCook 2024-06-03 06:30:59 +00:00
xuef 5fb80654aa chore: Remove unnecessary image file and update dish recipe formatting 2024-06-03 06:30:52 +00:00
github-actions[bot] 81e0480005 [ci skip] Automatic file changes/fix 2024-06-03 05:50:55 +00:00
xuef 9522152755 chore: Update mkdocs build command to remove strict flag 2024-06-03 05:47:35 +00:00
xuef e2e5316efd chore: Update dish recipe formatting in semi-finished dishes 2024-06-03 05:46:38 +00:00
xuef 6d5e9a3e40 chore: Update PDF plugin output path in mkdocs_template.yml and fix formatting in dishes/semi-finished/豆鼓.md 2024-06-03 05:30:44 +00:00
xuef 1df6f40731 chore: Add PDF plugin configuration to mkdocs.yml 2024-06-03 03:30:34 +00:00
github-actions[bot] 9ef5cbbee9 [ci skip] Automatic file changes/fix 2024-06-03 03:18:47 +00:00
xuef fbfe5ab0bc Merge branch 'master' of github.com:Anduin2017/HowToCook 2024-06-03 03:17:20 +00:00
xuef cfe0101662 chore: Update mkdocs.yml with PDF plugin configuration 2024-06-03 03:16:39 +00:00
github-actions[bot] e485c04839 [ci skip] Automatic file changes/fix 2024-06-03 03:07:16 +00:00
xuef c10956782c Try to build with pdf. 2024-06-03 03:05:48 +00:00
github-actions[bot] 2e8a5f4818 [ci skip] Automatic file changes/fix 2024-06-02 06:19:18 +00:00
Anduin cce0085a68 chore: Update Dockerfile to remove node_modules during build 2024-06-02 06:18:00 +00:00
Anduin cdc5feb795 chore: Update Dockerfile to remove node_modules during build 2024-06-02 06:15:16 +00:00
Anduin 5e63f1ca2b 1.3.1 2024-06-02 05:56:34 +00:00
Anduin Xue 9889f4bf5a Update CODE_OF_CONDUCT.md for AI friendly 2024-06-02 05:53:45 +00:00
github-actions[bot] 10d6ecf09f [ci skip] Automatic file changes/fix 2024-06-02 05:52:24 +00:00
Anduin 70f34799a8 删除素菜里的麻婆豆腐,考虑到它相比荤菜版本问题更多。 Fix #1298 2024-06-02 05:50:52 +00:00
Anduin 9716544cdf Update dish template comments 2024-06-02 05:46:58 +00:00
Anduin 98712f1996 Fix lint. 2024-06-02 05:45:45 +00:00
Anduin 7daa9be72e Fix #1244 为每道菜添加星级 (基于GPT-4) 2024-06-02 05:40:47 +00:00
github-actions[bot] 40a86d7d7e [ci skip] Automatic file changes/fix 2024-05-19 16:34:26 +00:00
JStone2934 670d111078 简便快速好喝的饮品 (#1321)
* Add files via upload

简便快速好喝的饮品

* Update 砂糖椰子冰沙.md

---------

Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2024-05-19 16:33:02 +00:00
github-actions[bot] 625a774045 [ci skip] Automatic file changes/fix 2024-05-10 03:44:59 +00:00
Hilbert 837c2007e4 香辣鸡爪煲的实现 (#1323)
* feat:老妈蹄花

* feat:计量单位:勺-> 适量配比 修正

* fix:猪蹄原汤 配比修正

* feat:香辣鸡爪煲

* fix:删除人称代词
2024-05-10 03:43:31 +00:00
github-actions[bot] 9d825e788a [ci skip] Automatic file changes/fix 2024-05-07 08:03:58 +00:00
Hilbert 8ad982a47b feat:老妈蹄花 (#1322)
* feat:老妈蹄花

* feat:计量单位:勺-> 适量配比 修正

* fix:猪蹄原汤 配比修正
2024-05-07 08:02:37 +00:00
github-actions[bot] 5d56cd9209 [ci skip] Automatic file changes/fix 2024-04-28 06:35:28 +00:00
NocoldBob 6f335bf952 尖叫牛蛙的做法更新 (#1320)
* 尖叫牛蛙的做法更新

* Update 尖叫牛蛙.md

* Update 尖叫牛蛙.md

* Update 尖叫牛蛙.md

* Update 尖叫牛蛙.md
2024-04-28 06:34:08 +00:00
AnduinXue e50a023916 Avoid google font file. 2024-03-12 18:59:03 +00:00
github-actions[bot] c78b98e3d4 [ci skip] Automatic file changes/fix 2024-03-12 18:35:15 +00:00
AnduinXue 1eb5477997 Merge branch 'master' of github.com:Anduin2017/HowToCook 2024-03-12 18:33:23 +00:00
AnduinXue 6b7ad6b9c2 Add docker support. 2024-03-12 18:33:19 +00:00
github-actions[bot] fb7ca5366c [ci skip] Automatic file changes/fix 2024-03-12 18:23:33 +00:00
Fksad cd50e935af Feat/add pineapple coffee cocktail (#1313)
* feat(drink): add pineapple coffee cocktail

* feat(drink): typo fix

---------

Co-authored-by: Qian Yixin <qianyixin@datagrand.com>
2024-03-12 18:22:12 +00:00
github-actions[bot] 1560f76a5f [ci skip] Automatic file changes/fix 2024-03-06 16:55:01 +00:00
Fksad cfe06542f5 feat(dessert): add panacotta (#1311)
Co-authored-by: Qian Yixin <qianyixin@datagrand.com>
2024-03-06 16:53:29 +00:00
Fksad fda156ee73 Feat/add scallion oil (#1312)
* feat(condiment): add scallion oil

* feat(condiment): typo fix

---------

Co-authored-by: Qian Yixin <qianyixin@datagrand.com>
2024-03-06 16:53:09 +00:00
github-actions[bot] b14535da6d [ci skip] Automatic file changes/fix 2024-03-06 06:21:35 +00:00
xuef c90444c33e Rename a folder. 2024-03-06 06:19:45 +00:00
github-actions[bot] 12fd85e43a [ci skip] Automatic file changes/fix 2024-03-06 06:07:01 +00:00
Fksad 4a78d6945e feat(dessert): add scone (#1310)
* feat(dessert): add scone

* feat(dessert): add new line in the EOF

* feat(dessert): typo fix

---------

Co-authored-by: Qian Yixin <qianyixin@datagrand.com>
2024-03-06 06:05:47 +00:00
github-actions[bot] 2db4e03fe4 [ci skip] Automatic file changes/fix 2024-02-23 07:37:03 +00:00
HHHHXZ bf54dbb549 陈皮排骨汤 (#1305)
* 陈皮排骨汤

* Update README.md

---------

Co-authored-by: huangxuezhi <huangxuezhi@wakedata.com>
2024-02-23 07:35:38 +00:00
HHHHXZ 703cf188b3 芥末黄油罗氏虾 (#1302)
* 芥末黄油罗氏虾

* 删除多个连续空格

* 修改格式不规范描述

* 修改格式不规范描述

* 修改格式不规范描述

* 陈皮排骨汤

* Revert "陈皮排骨汤"

This reverts commit 0479692571.

* 调整数量

---------

Co-authored-by: huangxuezhi <huangxuezhi@wakedata.com>
2024-02-23 07:35:20 +00:00
github-actions[bot] 1fe99c5d1c [ci skip] Automatic file changes/fix 2024-01-18 06:08:48 +00:00
ReadyToStrike b2aecb5455 Added new dish (#1297)
* Added 2 new dishes

* Fixed error in previous upload, and added 1 more dish

* Fixed Errors

* Fix Error -3

* Added 奶酪培根通心粉

* Update README.md

* Fix error

* Update README.md

* Update README.md

* Update 奶酪培根通心粉.md

* Update 奶酪培根通心粉.md

* Update 奶酪培根通心粉.md

* Update 奶酪培根通心粉.md

* Update 奶酪培根通心粉.md

* Update 奶酪培根通心粉.md

* Update 奶酪培根通心粉.md

* Update 奶酪培根通心粉.md

---------

Co-authored-by: evan <112056032+Music-Derivative@users.noreply.github.com>
Co-authored-by: evan <31880587+rt23456p@users.noreply.github.com>
2024-01-18 06:07:13 +00:00
github-actions[bot] 0b4bde7a74 [ci skip] Automatic file changes/fix 2023-12-28 13:43:01 +00:00
xuef 8fbfe30fec How to buy oil. 2023-12-28 13:41:34 +00:00
zyimm 3f931f1ed5 葱花需要最后熄火前放入,而不是炒西红柿汁时候放入,不然葱花会老 (#1294) 2023-12-07 04:52:10 +00:00
github-actions[bot] 57f98736c4 [ci skip] Automatic file changes/fix 2023-12-05 09:09:53 +00:00
ZhenyeLi 281f99356f Add 微波炉荷包蛋 (#1293)
* Add 微波炉荷包蛋

* Fix markdown check issue

* Better formatting

* Add to README.md and linked.
2023-12-05 09:08:17 +00:00
github-actions[bot] 184f89b5a6 [ci skip] Automatic file changes/fix 2023-11-27 08:09:31 +00:00
Anduin Xue 869705e466 Rollback 2023-11-27 08:08:08 +00:00
Anduin Xue 4c836f76e5 Use a new native way to commid and push. 2023-11-27 08:00:03 +00:00
Anduin Xue afcd2a232e Update README.md to test CD auto fix. 2023-11-27 07:56:40 +00:00
Anduin Xue 4d523db3b9 Update build.yml to avoid using token. 2023-11-27 07:53:56 +00:00
github-actions[bot] 55266e5638 [ci skip] Automatic file changes/fix 2023-11-25 05:48:16 +00:00
Anduin Xue a40626ebfb Update readme_template.md 2023-11-25 05:47:03 +00:00
PikuZheng 31d8c815ac Update 微波炉鸡蛋羹.md (#1290)
* Update 微波炉鸡蛋羹.md

本次修改基于 https://www.youtube.com/watch?v=kRjWXXFaor8 ,经实践可以获得近似市售蒸蛋羹的效果。其中:  
- 部分微波炉最大功率只有 800w  
- 减小微波功率并延长烹饪时间,还可避免溢出  
- 鸡蛋应与水同时打散。若先打发鸡蛋再加水搅拌,则鸡蛋液呈悬浊状,不能充分混合  
- 必须放盐,否则鸡蛋不凝结

* Update 微波炉鸡蛋羹.md
2023-11-21 07:23:14 +00:00
github-actions[bot] 68e0c3d6d6 [ci skip] Automatic file changes/fix 2023-11-03 09:12:22 +00:00
mushroom0322 a90965683d 增加玛格丽特饼干菜谱 (#1286)
* 添加了甜品——玛格丽特饼干的食谱

* Update README.md

* Rename 玛格丽特饼干的做法.md to 玛格丽特饼干.md

* Update 玛格丽特饼干.md

* Update 玛格丽特饼干.md

* Update 玛格丽特饼干.md

* Update 玛格丽特饼干.md

* Update 玛格丽特饼干.md

---------

Co-authored-by: Anduin Xue <anduin.xue@microsoft.com>
2023-11-03 09:10:46 +00:00
github-actions[bot] da388472c9 [ci skip] Automatic file changes/fix 2023-10-30 15:04:18 +00:00
Nora Tang ed477dbef1 [枝竹羊腩煲] 添加了枝竹羊腩煲的菜谱 (#1283)
* add lamb stew recipe

* refine format

* refine wording
2023-10-30 15:02:45 +00:00
github-actions[bot] 9533d86b5c [ci skip] Automatic file changes/fix 2023-10-21 11:07:53 +00:00
DennisYu 820d1977df Yuxiaoyuan0406 food safety (#1282)
* Update 食品安全.md

添加3-硝基丙酸毒素,提醒各位小心变质甘蔗和椰子。

* 添加一些腐坏判断建议
2023-10-21 11:06:25 +00:00
github-actions[bot] 6ada9d0817 [ci skip] Automatic file changes/fix 2023-10-15 10:55:54 +00:00
Anduin Xue 58f24617b4 移动荷兰豆炒腊肠到荤菜。 Fix #1279 2023-10-15 10:54:14 +00:00
YMM 704a807a3e Create 黔式腊肠娃娃菜.md (#1281)
* Create 黔式腊肠娃娃菜.md

* Update 黔式腊肠娃娃菜.md LF

* Update 黔式腊肠娃娃菜.md 格式化

---------

Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2023-10-15 10:53:06 +00:00
Anduin Xue 4cf0a5d5b6 Fix lints. 2023-10-15 10:51:05 +00:00
github-actions[bot] 55c1b5c9de [ci skip] Automatic file changes/fix 2023-08-31 02:43:20 +00:00
Sydney 64d1d4a868 蒸箱鸡蛋羹 (#1274) 2023-08-31 02:41:55 +00:00
Anduin Xue ec1be83fd3 Update mkdocs_template.yml 2023-08-19 17:44:50 +00:00
Anduin Xue 4ee76bbab0 Update mkdocs.yml 2023-08-19 17:40:59 +00:00
Anduin Xue 5e74428cad Delete overrides directory 2023-08-18 04:57:18 +00:00
krong f3079f1e1c 酸梅汤计算未列出红豆蔻量 (#1265) 2023-08-17 10:32:42 +00:00
B23oprt 4bb7e5aae2 [微波炉 | 注意事项] 的修改 (#1259) 2023-07-24 08:42:49 +00:00
github-actions[bot] 33154c78fc [ci skip] Automatic file changes/fix 2023-07-13 08:33:25 +00:00
ahua 92a42fc82b 添加了排骨苦瓜汤 (#1245)
* 添加了排骨苦瓜汤

* 修改格式

* Update dishes/soup/排骨苦瓜汤/排骨苦瓜汤.md

Co-authored-by: XiaoBaiYun <71159641+littlewhitecloud@users.noreply.github.com>

* Update dishes/soup/排骨苦瓜汤/排骨苦瓜汤.md

Co-authored-by: XiaoBaiYun <71159641+littlewhitecloud@users.noreply.github.com>

* Update dishes/soup/排骨苦瓜汤/排骨苦瓜汤.md

Co-authored-by: XiaoBaiYun <71159641+littlewhitecloud@users.noreply.github.com>

* Update dishes/soup/排骨苦瓜汤/排骨苦瓜汤.md

Co-authored-by: XiaoBaiYun <71159641+littlewhitecloud@users.noreply.github.com>

* Update dishes/soup/排骨苦瓜汤/排骨苦瓜汤.md

Co-authored-by: XiaoBaiYun <71159641+littlewhitecloud@users.noreply.github.com>

* Update dishes/soup/排骨苦瓜汤/排骨苦瓜汤.md

Co-authored-by: XiaoBaiYun <71159641+littlewhitecloud@users.noreply.github.com>

* Add files via upload

* 修改格式

* 修改格式

* 修改格式

---------

Co-authored-by: XiaoBaiYun <71159641+littlewhitecloud@users.noreply.github.com>
2023-07-13 08:32:02 +00:00
XiaoBaiYun 6afa3d03e3 增加一小条做菜安全 (#1255)
* Update README.md

* Update README.md
2023-07-13 08:31:39 +00:00
Anduin Xue 6536618ab7 Update 食品安全.md (#1254) 2023-07-09 16:22:08 +00:00
肖记超 39e4b20520 Update 食品安全.md (#1253)
新增蘑菇风险
2023-07-09 16:21:15 +00:00
github-actions[bot] 98f1cde51b [ci skip] Automatic file changes/fix 2023-07-06 10:55:12 +00:00
Molyuu 86749428eb 椒盐排条: Initial commit (#1252)
Signed-off-by: Molyuu <mi@molyuu.cyou>
2023-07-06 10:53:49 +00:00
NanamiNakano df76de7af9 Update 啤酒鸭's recipe (#1249) 2023-06-30 13:23:24 +00:00
Anduin Xue ec0293d0ed Update build.sh to install mdl with sudo. 2023-05-12 17:42:19 +00:00
Anduin Xue 246243c9c5 Update 酸梅汤.md 2023-05-07 08:01:43 +00:00
github-actions[bot] 59f35c75cc [ci skip] Automatic file changes/fix 2023-04-21 07:40:46 +00:00
WitnessJ 49b6bac9ce 添加肉饼炖蛋的做法 (#1240)
* 添加肉饼炖蛋的做法

* 添加肉饼炖蛋的做法

* Update 肉饼炖蛋.md

* Update 肉饼炖蛋.md
2023-04-21 07:39:15 +00:00
github-actions[bot] db685b269b [ci skip] Automatic file changes/fix 2023-04-09 16:13:39 +00:00
Anduin Xue 15c40507de Merge branch 'Anduin2017-patch-1' into master 2023-04-09 16:11:37 +00:00
github-actions[bot] 406205ecf3 [ci skip] Automatic file changes/fix 2023-04-05 15:23:51 +00:00
rt23456p 2419934c24 新增加了两个菜式 (#1234)
* Added 2 new dishes

* Fixed error in previous upload, and added 1 more dish

* Fixed Errors

* Fix Error -3

---------

Co-authored-by: evan <112056032+Music-Derivative@users.noreply.github.com>
2023-04-05 15:22:03 +00:00
github-actions[bot] 3a516261c0 [ci skip] Automatic file changes/fix 2023-03-09 07:33:31 +00:00
Anduin Xue 86ec5bccc7 增加一些补充 ,基于 #1210 2023-03-09 07:32:03 +00:00
Anduin Xue 659ca5617f Fix #1221 2023-03-09 07:30:26 +00:00
sunranlb 1abbb53d8b 删除前后矛盾的文案 (#1220)
Co-authored-by: sr <sunranlb@qq.com>
2023-03-09 07:29:28 +00:00
github-actions[bot] 84665de2e5 [ci skip] Automatic file changes/fix 2023-02-17 11:29:09 +00:00
Anduin Xue 3007335747 Merge branch 'master' of github.com:Anduin2017/HowToCook 2023-02-17 11:27:47 +00:00
Anduin Xue 1a6e1a3333 Move two meat dishes. 2023-02-17 11:27:42 +00:00
github-actions[bot] 4b9ae6868f [ci skip] Automatic file changes/fix 2023-02-17 11:27:29 +00:00
约格伊特·莱德莫夫 9453d8d4b3 本人计划分区整理一些中国地方特色菜谱,因无法另区分种类,所以约调整了一下RE的种类名文本大小。之后我的内容单独分区,不影响其他。 (#1207)
* 添加中国名菜和陕西名菜目录,添加带把肘子菜谱

* 修改主界面文本和符号大小

* 修改了带把肘子菜谱不合适的文本大小

* 添加商芝肉菜谱

* Update 商芝肉.md

* Update 商芝肉.md

* Update 带把肘子.md

* Update 商芝肉.md

* Update 带把肘子.md

* Update 商芝肉.md

* Update 商芝肉.md

* Update 商芝肉.md
2023-02-17 11:25:37 +00:00
github-actions[bot] 886661f3b6 [ci skip] Automatic file changes/fix 2023-02-12 09:53:53 +00:00
iotah 7419188f76 小炒藕丁 (#1206)
* 小炒藕丁

Signed-off-by: IotaHydrae <writeforever@foxmail.com>

* 小炒藕丁 格式化

Signed-off-by: IotaHydrae <writeforever@foxmail.com>

* 根目录添加小炒藕丁

Signed-off-by: IotaHydrae <writeforever@foxmail.com>

* 小炒藕丁 移除了原料中的盐

Signed-off-by: IotaHydrae <writeforever@foxmail.com>

---------

Signed-off-by: IotaHydrae <writeforever@foxmail.com>
2023-02-12 09:52:27 +00:00
sunranlb cb9defd701 优化标点 (#1203)
Co-authored-by: sr <sunranlb@qq.com>
2023-02-06 09:16:26 +00:00
Ding Junyao 02eb3f2e50 fix typo in 豆角焖面.md (#1202) 2023-02-02 18:01:56 +08:00
sunranlb 52d002de34 优化文案 (#1200)
Co-authored-by: sr <sunranlb@qq.com>
2023-02-01 09:17:18 +00:00
sunranlb 50e9815bb5 优化标点 (#1199)
Co-authored-by: sr <sunranlb@qq.com>
2023-01-28 07:13:23 +00:00
sunranlb f1c9c93bb9 优化文案 (#1198)
Co-authored-by: sr <sunranlb@qq.com>
2023-01-27 01:34:57 +08:00
sunranlb 65e44ec76f 优化标点格式 (#1197)
Co-authored-by: sr <sunranlb@qq.com>
2023-01-26 22:06:51 +08:00
Anduin Xue 29638e6c49 Update 拔丝土豆.md 2023-01-14 23:32:31 -08:00
30266 3c70e9d90b 将烧饼更名至芝麻烧饼 (#1196)
* 将烧饼更名至芝麻烧饼

* bugfix
2023-01-14 23:08:15 -08:00
sunranlb 4aebad7d5d 删除微波炉危害相关文字 (#1195)
Co-authored-by: sr <sunranlb@qq.com>
2023-01-12 13:09:35 +00:00
github-actions[bot] 9ced6f0fd4 [ci skip] Automatic file changes/fix 2023-01-10 10:28:29 +00:00
Anduin Xue 3fedd76486 Add footer for page. 2023-01-10 10:26:42 +00:00
Anduin Xue 7b75145306 Update mkdocs_template.yml 2023-01-10 09:27:15 +00:00
ArtieLiu cd3938744c Feature: add template of comment system (#1192)
* Feature add comment system template

* Update main.html

Co-authored-by: Anduin Xue <anduin.xue@microsoft.com>
2023-01-10 09:26:00 +00:00
sunranlb ebc8aab288 修复标点和格式错误 (#1193)
Co-authored-by: sr <sunranlb@qq.com>
2023-01-10 09:18:58 +00:00
NotFlyLoongQaQ 0117872620 Update 厨房准备.md (#1189) 2023-01-08 11:05:37 +00:00
Foxbaaaaat 0b044483ba 添加注意事项:微波炉不能加热含水量较高视频,可能造成事故 (#1187)
* 添加注意事项:微波炉不能加热含水量较高视频,可能造成事故

* Update 微波炉.md

Co-authored-by: Anduin Xue <anduin.xue@microsoft.com>
2023-01-04 16:37:14 +00:00
sunranlb d9cbf022b0 修复错别字 (#1185)
Co-authored-by: sr <sunranlb@qq.com>
Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2022-12-30 12:52:27 +00:00
github-actions[bot] 831410c0b4 [ci skip] Automatic file changes/fix 2022-12-29 06:40:05 +00:00
qpwmio faa05f0fe8 青椒土豆炒肉 (#1182)
* 青椒土豆炒肉

* 删除48、49行空格

删除48、49行空格
2022-12-29 06:38:22 +00:00
Ashley Gao 9e386b9797 Update 咖啡椰奶冻 (#1184)
* 添加火腿饭团的做法

* Update 火腿饭团.md

* Update 火腿饭团.md

* Update 火腿饭团.md

* Update README.md

* update coffee coconut brûlée

* Update 咖啡椰奶冻.md

* Update 咖啡椰奶冻.md

* Update 咖啡椰奶冻.md

* Update 咖啡椰奶冻.md
2022-12-29 06:37:33 +00:00
sunranlb 616c006ddf 修复英文标点 (#1183) 2022-12-25 21:13:39 +08:00
github-actions[bot] 3e050df662 [ci skip] Automatic file changes/fix 2022-12-22 19:54:03 +00:00
nopespace 56fe0bc360 添加火腿饭团的做法 (#1180)
* 添加火腿饭团的做法

* Update 火腿饭团.md

* Update 火腿饭团.md

* Update 火腿饭团.md
2022-12-22 19:52:12 +00:00
github-actions[bot] e9d127d456 [ci skip] Automatic file changes/fix 2022-12-17 16:11:30 +00:00
kk007kangkai 6f29368d69 Create 山西过油肉.md (#1166)
* Create 山西过油肉.md

山西传统菜过油肉

* Update 山西过油肉.md

* Update 山西过油肉.md

* Update 山西过油肉.md

* Update 山西过油肉.md

Co-authored-by: Anduin Xue <anduin.xue@microsoft.com>
Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2022-12-17 16:09:59 +00:00
github-actions[bot] e73baca918 [ci skip] Automatic file changes/fix 2022-12-17 16:07:36 +00:00
AiKang f50d48ce97 玉米排骨汤 (#1165)
* 玉米排骨汤

* Update 玉米排骨汤.md

Co-authored-by: Anduin Xue <anduin.xue@microsoft.com>
2022-12-17 16:04:11 +00:00
github-actions[bot] 90344df8eb [ci skip] Automatic file changes/fix 2022-12-17 15:51:11 +00:00
Anduin Xue 479d77db1b 杀猪菜挪到荤菜。 2022-12-17 15:49:41 +00:00
zhaolinyang 89e80f2381 Create 杀猪菜.md (#1161)
* Create 杀猪菜.md

* Update 杀猪菜.md

* Update 杀猪菜.md

Co-authored-by: Anduin Xue <anduin.xue@microsoft.com>
2022-12-17 15:48:54 +00:00
1v7w 98b102ffa5 补充白菜猪肉炖粉条缺失操作 (#1177) 2022-12-09 09:59:28 +00:00
github-actions[bot] 045b5e91da [ci skip] Automatic file changes/fix 2022-12-04 10:11:59 +00:00
Learn to smile crazy 1dc62ddafc 添加蛋煎糍粑菜谱 (#1175)
* 添加蛋煎糍粑菜谱

* 矫正格式

* Update 蛋煎糍粑.md

* Update 蛋煎糍粑.md

Co-authored-by: Anduin Xue <anduin.xue@microsoft.com>
2022-12-04 10:10:33 +00:00
Firok 3da0b9111f fix typo (#1174) 2022-12-03 12:09:33 +08:00
ArtieLiu d7c5f7d673 Fix typo (#1173) 2022-12-02 04:49:44 +00:00
github-actions[bot] 614b655a95 [ci skip] Automatic file changes/fix 2022-11-22 13:13:19 +00:00
hoooou 6d746b2cb3 Update 油焖大虾.md (#1169)
修正油焖大虾做法(视频中有)
2022-11-22 21:11:56 +08:00
Alex Huang 9c622756b2 烤茄子:补上没有提到被使用的蒜蓉 (#1168) 2022-11-20 21:04:15 +08:00
Justin Li 5819696f07 remove redundant sauce in recipe (#1160) 2022-11-12 09:46:56 +08:00
github-actions[bot] e5c03b40ae [ci skip] Automatic file changes/fix 2022-11-08 08:46:41 +00:00
Mtouyao 39d786ca94 顾银垚的家常菜——小炒鸡肝,推荐给喜欢吃肝的人。 (#1158)
* 顾银垚的家常菜——小炒鸡肝,推荐给喜欢吃肝的人。

* 添加菜品——小炒鸡肝,推荐给喜欢吃肝的人。

* 添加菜品——小炒鸡肝,推荐给喜欢吃肝的人。
2022-11-08 08:45:13 +00:00
Anduin Xue 2fe15862eb Update 厨房准备.md 2022-11-03 14:50:57 +00:00
github-actions[bot] 12474fba45 [ci skip] Automatic file changes/fix 2022-11-03 12:28:45 +00:00
黄学智 680058089a Create 反沙芋头.md (#1156)
* Create 反沙芋头.md

* Create 反沙芋头.md

* Create 反沙芋头.md

* Create 反沙芋头.md

* 修正一个 反沙芋头 的错误

Co-authored-by: huangxuezhi <huangxuezhi@wakedata.com>
Co-authored-by: Anduin Xue <anduin@aiursoft.com>
Co-authored-by: Anduin Xue <anduin.xue@microsoft.com>
2022-11-03 12:27:14 +00:00
Anduin Xue 78031210eb 统一 markdown lint时不采用的规则为 ~MD036,~MD024,~MD004,~MD029,~MD013,~MD007 2022-11-03 12:22:26 +00:00
Anduin Xue fd3d43d4c8 Fix CI. 2022-11-03 12:18:45 +00:00
Anduin Xue d04c2554c4 Fix lint issues. 2022-11-03 12:16:51 +00:00
Anduin Xue c49edb53aa 修正新版本 mdlint 引入的lint不过的问题。 2022-11-03 11:57:58 +00:00
Anduin Xue 89542ce2e7 Fix #1153 2022-11-01 15:10:23 +00:00
github-actions[bot] b3e6992738 [ci skip] Automatic file changes/fix 2022-10-06 07:55:49 +00:00
Anduin Xue 8aaec7ea63 Fix #1144 干木耳只泡4个小时 2022-10-06 07:54:10 +00:00
Anduin Xue fa51f30d41 Merge branch 'master' into Anduin2017-patch-1 2022-09-12 10:52:51 -07:00
github-actions[bot] f02656c4a4 [ci skip] Automatic file changes/fix 2022-09-12 17:51:55 +00:00
Anduin Xue 2ca01f50e4 测试CI的自动化检查。 2022-09-13 01:51:02 +08:00
Anduin Xue 4eac346d80 重命名冰粉。 2022-09-13 01:49:27 +08:00
github-actions[bot] b2cec2e49d [ci skip] Automatic file changes/fix 2022-09-12 17:35:18 +00:00
Anduin Xue 114c43cb82 Update and rename 石凉粉(冰粉).md to 冰粉.md 2022-09-12 10:33:55 -07:00
github-actions[bot] 50f5fc823b [ci skip] Automatic file changes/fix 2022-09-12 17:32:46 +00:00
一叶知秋 76e97508b1 feat: 冬瓜酿肉的做法 (#1136)
* feat: 冬瓜酿肉的做法

* Update 冬瓜酿肉.md

* Update 冬瓜酿肉.md

* Update 冬瓜酿肉.md

Co-authored-by: Anduin Xue <anduin.xue@microsoft.com>
2022-09-12 10:31:25 -07:00
github-actions[bot] 7f6907165a [ci skip] Automatic file changes/fix 2022-09-01 06:09:23 +00:00
DennisYu 99187c22aa 添加去腥的方法和解释 (#1130)
* 添加关于去腥手段的解释说明

* 添加蘸料去腥的方法

* 修复了一个markdown-lint提示的错误(wtf?)
2022-09-01 14:07:59 +08:00
Rui Z 3de05c7b1f 发现一个更好用的菜包 (#1129)
* Delete pams.png

* Add files via upload

* Image update

* 大标题格式错误
2022-09-01 14:07:32 +08:00
Anduin Xue 5ceb4adedc fix #1043 2022-08-30 08:54:13 +08:00
github-actions[bot] 5f1b25f80a [ci skip] Automatic file changes/fix 2022-08-28 16:30:33 +00:00
Yidong Guo 9c68b28eb8 增加成品照片,并恰当了一些用词 (#1120)
* 增加成品照片,并改动了一些细节

按照原版操作发现,原版作者未声明其微波炉功率,导致微波炉 (1000W) 加热2分钟后,蛋水混合液仍未凝固。实际操作需要4分钟才能凝固。
加盐是为了增加每日盐及微量元素的摄入。

* Add 微波炉鸡蛋羹.jpg

* Update 微波炉鸡蛋羹.md
2022-08-29 00:29:12 +08:00
徐一杰 fbdf9626ff 石凉粉(冰粉)制作方法 (#1124)
* Create 石凉粉(冰粉).md

* Update 石凉粉(冰粉).md

* Add files via upload

* Delete 石凉粉(冰粉).md

* Delete dishes/drink/石凉粉(冰粉) directory

* 石凉粉(冰粉)制作方法

* Update 石凉粉(冰粉).md
2022-08-29 00:28:56 +08:00
ibin7777 abaee9d2cf Update 草莓冰淇淋.md (#1119)
换用更恰当的说法。
2022-08-21 16:06:35 +08:00
github-actions[bot] d9b5ea7503 [ci skip] Automatic file changes/fix 2022-08-19 08:52:27 +00:00
hL 3843e28f0c Update 蒸水蛋.md (#1118)
Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2022-08-19 16:51:07 +08:00
BuShe e38f964647 统一名称(糖拌西红柿) (#1117) 2022-08-18 23:40:10 +08:00
github-actions[bot] 64d8620fc3 [ci skip] Automatic file changes/fix 2022-08-13 05:23:30 +00:00
caotingv 1bfe3dfd0d 添加荷兰豆炒腊肠 (#1114)
Co-authored-by: caotingwei <caotingwei@troila.com>
2022-08-13 13:21:35 +08:00
流光溢彩Last bb2ada2ac2 《扬州炒饭》笔误修正 (#1110) 2022-08-02 16:41:42 +08:00
github-actions[bot] 349d661679 [ci skip] Automatic file changes/fix 2022-07-31 08:25:00 +00:00
Anduin Xue a54f8d8903 Rename 河南蒸面条。 2022-07-31 16:23:05 +08:00
github-actions[bot] 93ff92f84f [ci skip] Automatic file changes/fix 2022-07-31 08:19:24 +00:00
taiziye 1be3cb4456 新增“葱油桂鱼做法” (#1108)
* 葱油鲈鱼的做法(0失败推荐)

* 葱油桂鱼的做法(0失败推荐)

* 修复markdown-lint error

* 修改人数的描述

* 修改人数描述

* Update 葱油桂鱼.md

修改“左右”的描述

* Add files via upload

新增详细步骤照片

* Delete 1.jpg

* Delete 11.jpg

* Delete 9.jpg

* Delete 8.jpg

* Delete 7.jpg

* Delete 6.jpg

* Delete 5.jpg

* Delete 4.jpg

* Delete 3.jpg

* Delete 12.jpg

* Delete 2.jpg

Co-authored-by: sbsheng <sbsheng@sse.com.cn>
Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2022-07-31 16:17:39 +08:00
github-actions[bot] d141a5e11c [ci skip] Automatic file changes/fix 2022-07-28 02:42:15 +00:00
Rui Z 097056e8df 错别字改正 (#1100)
* 错别字改正

* 错别字改正和步骤调整

* Rename 河南蒸面条(挂面).md to 河南蒸面条(挂面).md

* title与文件名字内的框号输入法不同
2022-07-28 10:40:36 +08:00
github-actions[bot] f1ceebc7c7 [ci skip] Automatic file changes/fix 2022-07-27 06:52:20 +00:00
Rui Z 701cb95237 扬州炒饭 (#1097)
* Create 雷椒皮蛋.md

* Update 雷椒皮蛋.md

* Update 雷椒皮蛋.md

* Update 雷椒皮蛋.md

* Update 雷椒皮蛋.md

* Update 雷椒皮蛋.md

* Update 河南蒸面条(挂面).md

* Update README.md

* Create 扬州炒饭.md

* Update 扬州炒饭.md

* Create 扬州炒饭.md

* Delete 扬州炒饭.md

* Add files via upload

* Update 扬州炒饭.md

扬州炒饭

* Update 扬州炒饭.md

* Update 扬州炒饭.md

* Update 扬州炒饭.md

* Update 扬州炒饭.md

* Update 扬州炒饭.md

* Update 扬州炒饭.md

* Update README.md
2022-07-27 14:50:48 +08:00
github-actions[bot] e75941809a [ci skip] Automatic file changes/fix 2022-07-26 04:56:46 +00:00
Rui Z e93f823a3a Create 雷椒皮蛋.md (#1095)
* Create 雷椒皮蛋.md

* Update 雷椒皮蛋.md

* Update 雷椒皮蛋.md

* Update 雷椒皮蛋.md

* Update 雷椒皮蛋.md

* Update 雷椒皮蛋.md

* Update 河南蒸面条(挂面).md

* Update README.md
2022-07-26 12:54:52 +08:00
github-actions[bot] 7e206f2547 [ci skip] Automatic file changes/fix 2022-07-25 17:34:16 +00:00
bloger 64dcc306b7 Feature/河南蒸面条(挂面) (#1094)
* feat(stape):He'nan steamed noodles

* fix(readme):path

* fix(style):markdown format

* fix(style):md format

* fix(context):some error

Co-authored-by: liangshuo276 <liangshuo276@hellobike.com>
2022-07-26 01:32:32 +08:00
Anduin Xue 59ed9efac1 Update 拔丝土豆.md 2022-07-22 18:17:02 +08:00
github-actions[bot] a669e94302 [ci skip] Automatic file changes/fix 2022-07-22 04:05:41 +00:00
Shawn C ae17cd92fc 草莓冰淇淋 (#1093)
* Create 草莓冰淇淋.md

* Update 草莓冰淇淋.md

* 草莓冰淇淋

* Update 草莓冰淇淋.md

* Update 草莓冰淇淋.md

* Update 草莓冰淇淋.md

* Update 草莓冰淇淋.md

* Update 草莓冰淇淋.md

* Update 草莓冰淇淋.md
2022-07-22 12:04:11 +08:00
github-actions[bot] 36773d2d0d [ci skip] Automatic file changes/fix 2022-07-20 14:53:48 +00:00
HEXDude 08e1342549 做便当还是在家吃皆宜的小菜,咖喱肥牛~ (#1082)
* 女朋友经常做给我吃的咖喱肥牛!大三实习再到如今工作两年~愿大家归来仍是少年!

* Changes due to merge into pr

* Markdown-lint
2022-07-20 22:52:23 +08:00
tian cf1b7a5ff4 麻婆豆腐补充,添加可选用料牛肉与花椒油/藤椒油 (#1084)
* 添加牛肉,可替代猪肉

* 添加藤椒油/花椒油提升麻味和香味
2022-07-20 22:49:41 +08:00
Anduin Xue 0f7008bde8 Delete 3.8cm_spoon.jpg 2022-07-19 01:05:35 +08:00
Anduin Xue cd1bd0da8d Update 厨房准备.md 2022-07-18 21:52:04 +08:00
luhua 484483524f Update 厨房准备.md (#1080)
增加常备材料,以及一些材料描述
2022-07-18 21:51:37 +08:00
14n2 4837cdff29 fix: 修正柱候牛腩配比过量 (#1079)
* fix: update over-mesured proportions

* fix: adjust proportion
2022-07-18 01:55:09 +08:00
github-actions[bot] bb4a755fbf [ci skip] Automatic file changes/fix 2022-07-16 07:37:40 +00:00
Anduin Xue 43b57ebabe Update 简易红烧肉.md 2022-07-16 15:36:20 +08:00
Anduin Xue b03d513b79 修正 #1072
根据引用:https://www.xiachufang.com/recipe/1072625/https://iba-world.com/long-island-ice-tea/  要想装满图中大约300ml的杯子的上四分之一,确实需要约 75ml 的可乐。
2022-07-16 15:33:14 +08:00
Anduin Xue a298f53e21 将拔丝土豆的油量降低到300ml。 #1039
实际做了一次,感觉确实不需要500ml。但是搜索了大量网上的资料,往往只提及需要“大量”食用油。没人知道到底需要多少量。这里暂时标注300ml。如果有更清晰的标准再补充。
2022-07-16 15:30:34 +08:00
Anduin Xue 7df9ff8032 Upgrade version number to 1.3.0. 2022-07-14 18:36:10 +08:00
github-actions[bot] af4aa7fb92 [ci skip] Automatic file changes/fix 2022-07-12 17:14:59 +00:00
海带丝干杯 29ddb4c8fe 泰国手标红茶 (#1077)
* 泰国手标红茶

* 泰国手标红茶

* fix:水煮鱼

* fix lint

* fix lint

* fix lint

* fix lint

* fix lint

Co-authored-by: lin yijie <yijie_lin@fzzixun.com>
2022-07-13 01:13:46 +08:00
Anduin Xue dc239c196b Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-07-12 13:15:46 +08:00
Anduin Xue 46d8075467 修正水煮鱼的一些问题。 2022-07-12 13:15:40 +08:00
github-actions[bot] 5aa2d64363 [ci skip] Automatic file changes/fix 2022-07-12 05:14:10 +00:00
tian c47c909857 添加水煮鱼的做法 (#1076)
* 添加水煮鱼的做法

* 删除'勺'(量勺)和'左右'
2022-07-12 13:12:46 +08:00
github-actions[bot] e83892faa0 [ci skip] Automatic file changes/fix 2022-07-06 07:21:18 +00:00
Anduin Xue 8dbf0c771f Delete 上海买菜指南.md 2022-07-06 15:19:49 +08:00
github-actions[bot] 89f58d4f17 [ci skip] Automatic file changes/fix 2022-06-29 13:16:07 +00:00
bojun1995 acd3f5543d [add]空气炸锅鸡翅中、空气炸锅羊排、鲣鱼海苔玉米饭 (#1070)
* [add]空气炸锅鸡翅中、空气炸锅羊排、鲣鱼海苔玉米饭

* [add]空气炸锅鸡翅中、空气炸锅羊排、鲣鱼海苔玉米饭
2022-06-29 21:14:14 +08:00
github-actions[bot] 410594c456 [ci skip] Automatic file changes/fix 2022-06-28 10:30:09 +00:00
Shawn C d3f709ba2b 空气炸锅照烧鸡饭 (#1061)
* 空气炸锅照烧鸡饭

* Update 空气炸锅照烧鸡饭.md

Co-authored-by: Anduin Xue <anduin@aiursoft.com>
Co-authored-by: Anduin Xue <anduin.xue@microsoft.com>
2022-06-28 18:27:59 +08:00
zhongxianhong 7869461c46 新增芹菜拌茶树菇的做法 (#1068)
* 新增芹菜拌茶树菇的做法

* 修改芹菜拌茶树菇的做法
2022-06-28 18:27:07 +08:00
jiayuKAM1 88fa3cb776 Update 黄焖鸡.md (#1062)
修改错误标点
2022-06-27 17:18:15 +08:00
Eric Zhao 354f83c614 Update 凉拌黄瓜.md (#1054)
增加黄瓜去皮建议,口感更好
2022-06-26 00:43:01 +08:00
myth a3cc9d6a24 Update 炒方便面.md (#1053)
根据实际情况煮面30秒无法将面条打散
2022-06-23 13:01:56 +08:00
github-actions[bot] ebd9ab35f1 [ci skip] Automatic file changes/fix 2022-06-21 10:08:07 +00:00
rt23456p 48bb068014 Update 蛋炒饭.md (#1052)
* Update 蛋炒饭.md

蛋黄蛋清分离做法,对比一起的炒法,会更香

* Update 蛋炒饭.md

Co-authored-by: Anduin Xue <anduin.xue@microsoft.com>
2022-06-21 18:04:57 +08:00
github-actions[bot] 157a8f0be5 [ci skip] Automatic file changes/fix 2022-06-20 05:11:43 +00:00
rt23456p 04b9debbc2 Update 鸡蛋羹.md (#1048)
通过增加温水会是的鸡蛋更嫩
2022-06-20 13:08:43 +08:00
rt23456p 71fc821b92 Update 香菇滑鸡.md (#1047)
因为碗的大小不一,很难衡量1/2碗水的多少。
2022-06-20 13:06:18 +08:00
github-actions[bot] b70a453e1f [ci skip] Automatic file changes/fix 2022-06-17 12:12:45 +00:00
MarSxT 34367dae81 Create 台式卤肉饭的做法 (#1045)
* fix luroufan format

* fix luroufan header format

* remove min

* fix word misuse

* create rurohon

* finished lurohon
2022-06-17 20:11:17 +08:00
github-actions[bot] ebec8c3ffe [ci skip] Automatic file changes/fix 2022-06-14 16:06:28 +00:00
14n2 00a0ef3a3b 添加姜葱捞鸡的做法 (#1041)
* feat: add meat dish chicken with ginger and spring onion

* fix: add operation
2022-06-15 00:04:56 +08:00
github-actions[bot] 00a3261634 [ci skip] Automatic file changes/fix 2022-06-09 09:26:16 +00:00
HuWenjin 2b76f1885f Update 糖拌西红柿.md (#1032)
西红柿需要先去皮.
2022-06-09 17:24:26 +08:00
github-actions[bot] 2310e6eaac [ci skip] Automatic file changes/fix 2022-06-03 18:42:01 +00:00
huamobbs 5f24976b30 新增油焖大虾做法 (#672)
* 新增油焖大虾做法

* 新增油焖大虾做法

* 新增油焖大虾做法

* 新增油焖大虾做法

* Update 油焖大虾.md

* Update 油焖大虾.md

Co-authored-by: Anduin Xue <anduin@aiursoft.com>
Co-authored-by: Anduin Xue <anduin.xue@microsoft.com>
2022-06-04 02:40:34 +08:00
github-actions[bot] 9e18026c1f [ci skip] Automatic file changes/fix 2022-06-01 06:57:47 +00:00
jingzhouzhao e7a3605313 Yiqiongerbai (#720)
* 添加“一穷二白”做法

* 删除多余注释

* fix mdlint

* fix mdlint

* rename

* fix mkdocs

* fix dup

* fix doc path

* Update 麻婆豆腐.md

Co-authored-by: jingzhouzhao <jingzhouzhao001@gmail.com>
Co-authored-by: Anduin Xue <anduin@aiursoft.com>
Co-authored-by: Anduin Xue <anduin.xue@microsoft.com>
2022-06-01 14:56:33 +08:00
github-actions[bot] 4f20177466 [ci skip] Automatic file changes/fix 2022-06-01 06:47:56 +00:00
kajian 4cd8b66df8 脆皮豆腐 (#748)
* feat: 脆皮豆腐

* feat:脆皮豆腐

* feat:脆皮豆腐的做法

* feat:脆皮豆腐

* Update 脆皮豆腐.md

* Update 脆皮豆腐.md

Co-authored-by: Anduin Xue <anduin.xue@microsoft.com>
2022-06-01 14:46:45 +08:00
github-actions[bot] c4a418a31d [ci skip] Automatic file changes/fix 2022-05-30 18:05:37 +00:00
Marcus 9e97478d96 西红柿鸡蛋挂面的做法 (#1018)
* 白灼菜心

* modify  Unordered list style

* modify by lint

* 增加附加内容

* 放到素材里面

* 放到素菜里面

* 附加内容修改

* 附加内容修改加个句...

* 西红柿鸡蛋面

* 西红柿鸡蛋面

* 按照规范进行修订

* 面条增加公制重量
2022-05-31 02:04:02 +08:00
github-actions[bot] 9c384842ee [ci skip] Automatic file changes/fix 2022-05-30 09:49:16 +00:00
Chengyuan Zhou a0d0c1235c 香煎五花肉 (#1022)
* Create 香煎五花肉.md

* 香煎五花肉update

* Update 香煎五花肉.md

* Create 香煎五花肉.jpg

* Update 香煎五花肉.md

* Update 香煎五花肉.md

Co-authored-by: Anduin Xue <anduin.xue@microsoft.com>
Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2022-05-30 17:47:59 +08:00
14n2 b269e8dfc7 添加柱候牛腩的做法 (#1020)
* feat[meat_dish]: add 柱候牛腩

* docs: use readme/mkdocs auto-generator

* fix: replace 人称代词
2022-05-30 17:31:52 +08:00
Smallfly 2d32a876cb Update 白灼虾.md (#1019) 2022-05-29 22:47:34 +08:00
Anduin Xue f327e9558d 移动两道菜。 2022-05-29 15:08:21 +08:00
Anduin Xue f8f727c977 Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-05-29 14:54:12 +08:00
Anduin Xue a53fce1a5c Fix #952 2022-05-29 14:47:31 +08:00
Jade-beads 3157f15253 feat: 豆角焖面的全部制作过程 (#753)
* feat: 豆角焖面的全部制作过程

* Update and rename 炒方便面.md to 豆角焖面.md

* Update 豆角焖面.md

* Update 豆角焖面.md

* 修正豆角焖面的问题。

Co-authored-by: laihao <laihaom@comisys.net>
Co-authored-by: Anduin Xue <anduin@aiursoft.com>
Co-authored-by: Anduin Xue <anduin.xue@microsoft.com>
2022-05-28 21:15:40 +08:00
github-actions[bot] 9bd10ed48e [ci skip] Automatic file changes/fix 2022-05-28 13:09:10 +00:00
WangDebiao 1f6a80fc38 素炒豆角 (#764)
* 素炒豆角

* Update 素炒豆角.md

* Update 素炒豆角.md

Co-authored-by: DeBiao·Wang <wdb@lezun.com>
Co-authored-by: Anduin Xue <anduin@aiursoft.com>
Co-authored-by: Anduin Xue <anduin.xue@microsoft.com>
2022-05-28 21:07:59 +08:00
Anduin Xue a958510688 Rebuild 2022-05-28 21:06:11 +08:00
github-actions[bot] 4066106932 [ci skip] Automatic file changes/fix 2022-05-28 13:05:32 +00:00
jiangping b21d1fdbf6 新增菜单-乡村啤酒鸭的做法 (#940)
* 乡村啤酒鸭的做法

* 乡村啤酒鸭

* Update 乡村啤酒鸭.md

* Update 乡村啤酒鸭.md

* Update 乡村啤酒鸭.md

* Update 乡村啤酒鸭.md

* Update 乡村啤酒鸭.md

* Update README.md

* Update 乡村啤酒鸭.md

Co-authored-by: Anduin Xue <anduin@aiursoft.com>
Co-authored-by: Anduin Xue <anduin.xue@microsoft.com>
2022-05-28 21:04:03 +08:00
rt23456p bed601adad Update 炒滑蛋.md (#798)
* Update 炒滑蛋.md

* Update 炒滑蛋.md

修改MD错误

* Update 炒滑蛋.md

Co-authored-by: Anduin Xue <anduin@aiursoft.com>
Co-authored-by: Anduin Xue <anduin.xue@microsoft.com>
2022-05-28 20:55:30 +08:00
github-actions[bot] 046fd80763 [ci skip] Automatic file changes/fix 2022-05-28 12:51:15 +00:00
KunweiZhu 9458135545 金针菇豆腐煲 (#813)
* update

* Update 金针菇日本豆腐煲.md

Co-authored-by: Anduin Xue <anduin@aiursoft.com>
Co-authored-by: Anduin Xue <anduin.xue@microsoft.com>
2022-05-28 20:50:08 +08:00
alexdongxin 4db2d0d996 Submit cuisine (#826)
* Submit cuisine

* Update 干煎阿根廷红虾.md

* Update 干煎阿根廷红虾.md

Co-authored-by: Anduin Xue <anduin@aiursoft.com>
Co-authored-by: Anduin Xue <anduin.xue@microsoft.com>
2022-05-28 20:49:58 +08:00
github-actions[bot] 10d0806483 [ci skip] Automatic file changes/fix 2022-05-28 12:47:49 +00:00
yhlhhhhh 22de30bd74 Create 金枪鱼酱三明治.md (#981)
* Create 金枪鱼酱三明治.md

* Update 金枪鱼酱三明治.md

* Update 金枪鱼酱三明治.md

* Update 金枪鱼酱三明治.md

Co-authored-by: Anduin Xue <anduin@aiursoft.com>
Co-authored-by: Anduin Xue <anduin.xue@microsoft.com>
2022-05-28 20:46:44 +08:00
Anduin Xue b3713448ba Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-05-28 20:35:56 +08:00
Anduin Xue d1ea7868e7 修正一下lint的提示信息。 2022-05-28 20:35:51 +08:00
github-actions[bot] 1ac3baa5b5 [ci skip] Automatic file changes/fix 2022-05-28 12:35:32 +00:00
Marcus 29c4b3a00b 白灼菜心 (#1017)
* 白灼菜心

* modify  Unordered list style

* modify by lint

* 增加附加内容

* 放到素材里面

* 放到素菜里面

* 附加内容修改

* 附加内容修改加个句...
2022-05-28 20:33:58 +08:00
乐心湖 fc76dc8e17 Update 蚝油生菜.md (#1015)
经常做这道菜,个人认为生抽与耗油的比例应该接近2:1,这样能充分发挥耗油的香甜。
2022-05-25 14:31:24 +08:00
github-actions[bot] 690815e1b2 [ci skip] Automatic file changes/fix 2022-05-24 14:58:45 +00:00
mr-zhao 1ad87e2428 鲤鱼炖白菜 (#942)
* 测试

* 鲤鱼炖白菜

* 鲤鱼炖白菜

* 复原

* 鲤鱼炖白菜

* fix:lint 错误检查修改

* fix:修改lint 提示错误

Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2022-05-24 22:57:04 +08:00
github-actions[bot] dc1409c0ab [ci skip] Automatic file changes/fix 2022-05-24 14:02:16 +00:00
Jerry 2806ea3079 猪肉烩酸菜 (#1013)
* Create 猪肉烩酸菜

* Update 猪肉烩酸菜

* Rename 猪肉烩酸菜 to 猪肉烩酸菜.md
2022-05-24 22:00:19 +08:00
upane 7593147a49 fix:可乐桶错别字 (#1014) 2022-05-24 16:55:54 +08:00
maxiaobai 73b8b60bbb 修改炒凉粉图片不展示问题 (#1010) 2022-05-24 14:52:16 +08:00
Shuangchi He c62dcfe19c Fix typos. (#1012) 2022-05-24 14:51:49 +08:00
github-actions[bot] 6dec63211d [ci skip] Automatic file changes/fix 2022-05-22 11:56:09 +00:00
maxiaobai 6b4236fdc6 添加炒凉粉的做法 (#1008)
* 炒凉粉的做法

* 修改多个顶级标题
2022-05-22 19:54:53 +08:00
github-actions[bot] f13ce15bc5 [ci skip] Automatic file changes/fix 2022-05-17 00:11:07 +00:00
xgf 86d6fcc5bc update: 瘦肉土豆片 (#998)
Co-authored-by: xgf <xgf_aon@163.com>
2022-05-17 08:09:58 +08:00
github-actions[bot] 34e2e054e5 [ci skip] Automatic file changes/fix 2022-05-16 12:00:20 +00:00
Jdes 01f81f1a48 添加红烧鱼做法 (#997)
* feat: 添加红烧鱼做法

* fix: 修复语法错误

* fix: 添加md

* fix: md

Co-authored-by: maqiyang <maqiyang@dxy.cn>
2022-05-16 19:58:39 +08:00
Anduin Xue ec7d7b62a8 Update build.yml 2022-05-13 01:09:13 +08:00
花猫 964d73eddb 添加软炸、滑炒脚注 (#988)
* Update 油温判断技巧.md

添加软炸、滑炒脚注

* Update 油温判断技巧.md

* Update 油温判断技巧.md

* Update 油温判断技巧.md

* Update 油温判断技巧.md

* Update 油温判断技巧.md

* Update 油温判断技巧.md

* Update 油温判断技巧.md

* Update 油温判断技巧.md

Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2022-05-11 12:35:00 +08:00
Anduin Xue 742736e18f Suppress MD013. Fix #989 2022-05-11 12:33:20 +08:00
Anduin Xue bef7484ba4 Fix #990 2022-05-11 12:31:03 +08:00
Anduin Xue ee7a06d3e3 Update CODE_OF_CONDUCT.md 2022-05-09 16:29:44 +08:00
shinleylee 1115b43be4 Update 黄焖鸡.md (#984)
增加“原料”中缺少的“操作”最后一部使用到的味精。
2022-05-09 16:24:00 +08:00
Anduin Xue 5e2b9751e1 不再允许使用杯子作为单位,因为 杯 不精准。 2022-05-08 14:15:26 +08:00
Chris-W112 93ce6530d8 Update 高级专业术语.md (#977) 2022-05-07 16:46:11 +08:00
DennisYu 50207a775b 添加了一个去腥的方法 (#972)
料酒在去腥方面与醋有类似的功效,但没有醋的酸味,可以作为另一项选择
2022-05-05 14:35:01 +08:00
Anduin Xue 15aa8512bc Update 上海买菜指南.md 2022-05-04 06:09:29 +08:00
Misaka10548 1670fa0fb8 Update 南派红烧肉.md (#969)
更改操作第8步(第41行)用词错误。
2022-05-02 14:23:57 +08:00
github-actions[bot] b57c31cc7b [ci skip] Automatic file changes/fix 2022-05-01 10:10:15 +00:00
wanglz111 a6a801d419 增加凉拌木耳 (#967)
* 增加凉拌木耳

* 增加凉拌木耳

* 增加凉拌木耳

* 增加凉拌木耳并修改相关格式

* 增加凉拌木耳并修改格式

* 修改格式

* 更改格式
2022-05-01 18:08:27 +08:00
hankzhangcn 4bcae63ec7 ✏️修订-移除了较主观的推荐描述 (#961) 2022-05-01 02:34:13 +08:00
pk285iru4gef 9f685fa67b fix: Cannot resolve symbol '红烧肉' (#958)
Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2022-04-30 20:22:01 +08:00
Yemao Luo 5caf58703c Update 空气炸锅面包片.md (#960) 2022-04-30 20:20:00 +08:00
Anduin Xue fe87241e12 修正一个 B 站 UP 主在视频中的吐槽。
https://www.bilibili.com/video/BV1w44y1u7PV
2022-04-30 20:12:32 +08:00
Allen Lee 15748dbf62 调料用量错误 (#956)
计算调料用量与实际操作中不符
2022-04-30 13:18:56 +08:00
github-actions[bot] 64aca28037 [ci skip] Automatic file changes/fix 2022-04-28 05:56:55 +00:00
liuwx 91cb1e911d Lettuce leaf pancakes (#953)
* 西红柿豆腐汤羹

* 莴笋叶煎饼

Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2022-04-28 13:55:46 +08:00
Anduin Xue 5a9470e039 Fix #945 2022-04-26 02:07:39 +08:00
github-actions[bot] af0d483a81 [ci skip] Automatic file changes/fix 2022-04-25 16:24:48 +00:00
liuwx 1a89b591c9 西红柿豆腐汤羹 (#947) 2022-04-26 00:23:15 +08:00
Crosu 02623f380d tip句号补全 (#948)
看着好难受
2022-04-25 21:34:24 +08:00
github-actions[bot] bf773319a9 [ci skip] Automatic file changes/fix 2022-04-23 06:35:32 +00:00
GaoBobo 6756b85747 基础牛奶面包 (#913)
* [Add] 基础牛奶面包

* Rename 基础牛奶面包 to 基础牛奶面包.md

* Move 基础牛奶面包.md to

* Add Pictures to 基础牛奶面包.md

* Fix Some Format Problems of 基础牛奶面包.md

* Fix Some Format Problems of 基础牛奶面包.md

* Fix Format of 基础牛奶面包.md

* Fix Format

* Fix Name cann't Fit Title

* Revert "Fix Name cann't Fit Title"

* Amend to fit rules

* Amend to Fit Rules

* Amend To Fit Rules

* Update 基础牛奶面包.md

Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2022-04-23 14:34:18 +08:00
oclather 8538b252b9 Update 手撕包菜.md (#937)
修改错别字
2022-04-23 14:31:58 +08:00
Angelic47 e530140e0f 新增食品安全: 黄花菜 (#938)
处理不当(未烹饪熟透、新鲜的花蕊等)的黄花菜可致秋水仙素中毒
2022-04-23 14:31:29 +08:00
github-actions[bot] 99823c08f8 [ci skip] Automatic file changes/fix 2022-04-21 16:59:33 +00:00
liuwx ddac6a057a 酱拌荞麦面 (#929)
* 酱拌荞麦面

* fix 单位勺改成ml
2022-04-22 00:58:20 +08:00
Yulv-git 3d267bd1aa Fix some typos. (#931)
* Fix 耗油 to 蚝油.

* Fix 曰(yue)本 to 日(ri)本.

* Fix 土司 to 吐司, etc.
2022-04-22 00:57:33 +08:00
github-actions[bot] 4ef3e062c9 [ci skip] Automatic file changes/fix 2022-04-21 02:15:31 +00:00
liuwx 0388fc9676 手撕包菜 (#927) 2022-04-21 10:14:13 +08:00
github-actions[bot] 0d2c2d2628 [ci skip] Automatic file changes/fix 2022-04-18 09:32:13 +00:00
liuwx 0b63d85dff 凉拌莴笋 (#921)
Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2022-04-18 10:31:09 +01:00
github-actions[bot] ef12efdb00 [ci skip] Automatic file changes/fix 2022-04-18 08:20:15 +00:00
liuwx a131fa5864 徽派五花肉 (#920)
* 徽派五花肉

* 徽派五花肉
2022-04-18 16:18:38 +08:00
Anduin Xue 1ac4bc9893 Update 厨房准备.md 2022-04-18 03:14:37 +08:00
Anduin Xue 8a5e3e7dbe Rebuild links. 2022-04-17 21:10:18 +08:00
Anduin Xue 2e1a798ab7 修正牛油火锅底料的问题。 2022-04-17 21:09:39 +08:00
Anduin Xue 23b83adeab Fix 茄子肉煎饼。 2022-04-17 21:08:47 +08:00
acjzdpbb e44dde8d2b 茄子肉煎饼 (#916)
* 茄子肉煎饼

* update 茄子肉煎饼

* update 茄子肉煎饼

Co-authored-by: Pbb <XX@1.com>
Co-authored-by: Anduin Xue <anduin@aiursoft.com>
2022-04-17 21:07:23 +08:00
liuwx 2df3e705b4 茭白炒肉 (#918)
* 茭白炒肉

* fix md format

* fix md format
2022-04-17 21:06:24 +08:00
github-actions[bot] e02d4ca343 [ci skip] Automatic file changes/fix 2022-04-16 06:40:06 +00:00
liuwx ac4ad13e6c 拔丝土豆 (#915)
* 拔丝土豆

* fix 牛油火锅底料(重庆) 标题和做法不一致的问题
2022-04-16 14:38:22 +08:00
github-actions[bot] 695e027665 [ci skip] Automatic file changes/fix 2022-04-15 16:21:26 +00:00
Anduin Xue 4248636856 Merge pull request #911 from qhy040404/master
Rewrite #891
2022-04-16 00:19:55 +08:00
qhy040404 bea62c40c6 Fix Bug 2022-04-15 23:06:39 +08:00
qhy040404 2d414d1a32 Fix Bug 2022-04-15 23:01:18 +08:00
qhy040404 f61d5e5b4c Fix bug 2022-04-15 22:59:54 +08:00
qhy040404 8d3169189c Update mkdocs.yml 2022-04-15 22:57:34 +08:00
qhy040404 5fae2e23db Switch to UTF-8 2022-04-15 22:52:56 +08:00
qhy040404 cd28f89bf2 Rewrite #891 2022-04-15 22:48:24 +08:00
github-actions[bot] 1e1f854c64 [ci skip] Automatic file changes/fix 2022-04-14 12:33:09 +00:00
Anduin Xue a5688eccee Merge pull request #904 from draem0507/spare-ribs-with-sauce
酱排骨
2022-04-14 20:31:57 +08:00
Anduin Xue 287d0bac49 Merge pull request #905 from ljk5403/master
Update 凉拌黄瓜.md: fix a typo
2022-04-14 20:31:35 +08:00
ljk5403 3582bd5d46 Update 凉拌黄瓜.md: fix a typo 2022-04-14 19:36:09 +08:00
draem0507 d4ecc5365a fix 2022-04-14 18:46:07 +08:00
draem0507 7a8243d523 酱排骨 2022-04-14 18:37:56 +08:00
Anduin Xue 27c7deaf64 Update 煮锅蒸米饭.md 2022-04-14 13:32:49 +08:00
Anduin Xue 5433e16e6d Update 电饭煲蒸米饭.md 2022-04-14 13:32:31 +08:00
Anduin Xue 322966b732 禁止出现 '我' 这类人称代词和偏主观的特定人的认知 2022-04-13 17:18:31 +08:00
Anduin Xue 9b6d565a73 Fix #899 2022-04-13 16:12:54 +08:00
github-actions[bot] e6786c25fe [ci skip] Automatic file changes/fix 2022-04-12 13:02:30 +00:00
Anduin Xue 5a44fabc9d 删除 红烧可乐鸡翅,因为已经有了可乐鸡翅。 2022-04-12 21:00:45 +08:00
Anduin Xue feca1174a6 Generate doc. 2022-04-12 20:59:55 +08:00
Anduin Xue a929286a26 Fix 可乐鸡翅 2022-04-12 20:59:16 +08:00
Anduin Xue 89dc7077a8 Merge pull request #294 from goo1016/master
增加红烧可乐鸡翅做法
2022-04-12 20:56:41 +08:00
Anduin Xue d6025fe526 Merge branch 'master' into master 2022-04-12 20:56:27 +08:00
Anduin Xue b607119cc4 Merge pull request #896 from DigGe/patch-1
修复:电饭煲蒸米饭 米饭使用克为度量单位
2022-04-12 01:49:20 +08:00
Dig Ge 83aa805aed Update 煮锅蒸米饭.md 2022-04-11 18:29:56 +08:00
Dig Ge 7a16c4e667 修复:电饭煲蒸米饭 米饭使用克为度量单位
fix issue 895
2022-04-11 18:23:47 +08:00
github-actions[bot] 702018def8 [ci skip] Automatic file changes/fix 2022-04-11 09:43:33 +00:00
Anduin Xue 73c10e3c09 Merge pull request #894 from JinLucy/master
老式锅包肉
2022-04-11 17:41:49 +08:00
JinLucy b461c2f6b7 烧饼
烧饼
2022-04-10 23:55:17 -04:00
JinLucy 2c1d61c485 烧饼
烧饼
2022-04-10 23:52:20 -04:00
JinLucy 9eb9989755 Update 烧饼的做法.md
烧饼的做法
2022-04-10 23:47:38 -04:00
JinLucy 957259946a Update 烧饼的做法.md
烧饼的做法
2022-04-10 23:43:51 -04:00
JinLucy ba8953f1d1 Update 烧饼的做法.md
烧饼的做法
2022-04-10 23:39:12 -04:00
JinLucy 9acfb38014 Update 烧饼的做法.md
烧饼的做法,修改格式
2022-04-10 23:21:34 -04:00
JinLucy ed52a9f3db Update 烧饼的做法.md
更新烧饼的做法格式
2022-04-10 23:13:50 -04:00
JinLucy ee9ebdf2b6 烧饼的做法
烧饼的做法
2022-04-10 23:03:22 -04:00
Anduin Xue 49f89d7632 Merge pull request #885 from ljk5403/master
Update 学习腌.md: fix a typo
2022-04-11 03:28:28 +08:00
Anduin Xue f82f5c334f Merge pull request #893 from DerekYRC/master
修复readme语法错误,“我计划自己搜寻菜谱和并结合实际做菜的经验”去掉“和”字
2022-04-11 03:28:10 +08:00
Anduin Xue 92cc356eb4 Update readme_template.md 2022-04-11 03:27:56 +08:00
github-actions[bot] a8d0928390 [ci skip] Automatic file changes/fix 2022-04-10 19:27:06 +00:00
Anduin Xue 9d6d432b0d Merge pull request #886 from JuneBlueberry/master
鸡蛋火腿炒黄瓜
2022-04-11 03:25:47 +08:00
JuneBlueberry 793d2fd692 Update README.md 2022-04-10 19:07:07 +08:00
JuneBlueberry d7a6d495f7 鸡蛋火腿炒黄瓜 2022-04-10 19:02:03 +08:00
ljk5403 cfe3f898d9 Update 学习腌.md: fix a typo 2022-04-10 18:58:40 +08:00
DerekYRC 859d7b7ce3 Update README.md 修复语法错误 2022-04-10 16:17:48 +08:00
Anduin Xue 774653b9a4 Merge pull request #883 from lich14/patch-1
Update 奥利奥冰淇淋.md
2022-04-10 13:28:19 +08:00
李承昊 06b80f0748 Update 奥利奥冰淇淋.md 2022-04-10 12:29:02 +08:00
Anduin Xue 1763569571 Update 上海买菜指南.md 2022-04-09 17:57:18 +08:00
Anduin Xue 5d5627e081 Fix #853 2022-04-09 17:29:57 +08:00
github-actions[bot] 98446a6b63 [ci skip] Automatic file changes/fix 2022-04-09 09:29:32 +00:00
Anduin Xue 627866c09b Fix #872 2022-04-09 17:28:28 +08:00
github-actions[bot] 24e2726fc2 [ci skip] Automatic file changes/fix 2022-04-09 09:27:30 +00:00
Anduin Xue 03664b2897 Merge pull request #880 from YingHuaLiu/cabbage-egg-fan
包菜炒鸡蛋粉丝的做法
2022-04-09 17:26:07 +08:00
mihawkeye 532431fd3e fix: 还原package-lock.json变更 2022-04-09 15:12:29 +08:00
Anduin Xue e0364c0e6e Merge branch 'master' into cabbage-egg-fan 2022-04-09 15:06:48 +08:00
Anduin Xue c9290ed5b8 Merge pull request #881 from ImCa0/patch-1
Update 上海买菜指南.md
2022-04-09 15:05:41 +08:00
mihawkeye 01e718f3fe feat: add cabbage-egg-fan 2022-04-09 14:31:32 +08:00
mihawkeye 0dce7dad04 feat: add cabbage-egg-fan 2022-04-09 14:10:50 +08:00
mihawkeye bad369f0d1 feat: add cabbage-egg-fan 2022-04-09 14:08:46 +08:00
ImCaO 00c7cd06e5 Update 上海买菜指南.md 2022-04-09 14:05:00 +08:00
mihawkeye 7f6a3016cb feat: add cabbage-egg-fan 2022-04-09 13:59:41 +08:00
github-actions[bot] acbd19873b [ci skip] Automatic file changes/fix 2022-04-09 05:31:05 +00:00
Anduin Xue 5ca9cd56d4 Create 上海买菜指南.md 2022-04-09 13:29:39 +08:00
github-actions[bot] 654757f5fd [ci skip] Automatic file changes/fix 2022-04-08 17:15:53 +00:00
Anduin Xue 0313667788 Merge pull request #876 from ImCa0/patch-1
干锅花菜
2022-04-09 01:14:42 +08:00
ImCaO 307b106f1a 干锅花菜 2022-04-09 00:28:24 +08:00
ImCaO a59bb6f58b 干锅花菜 2022-04-09 00:19:31 +08:00
Anduin Xue e23f7c54b8 Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-04-08 15:23:03 +08:00
Anduin Xue e3747c4d5b Delete obsolete. 2022-04-08 15:22:58 +08:00
github-actions[bot] 45991d96db [ci skip] Automatic file changes/fix 2022-04-08 07:21:29 +00:00
Anduin Xue 910a0ad95c 苏格兰蛋 2022-04-08 15:19:56 +08:00
Anduin Xue 484e68e177 披萨饼皮 2022-04-08 15:18:58 +08:00
Anduin Xue e54afac872 重命名苏格兰蛋 2022-04-08 15:17:41 +08:00
Anduin Xue ddbd8d8352 Update doc. 2022-04-08 15:08:26 +08:00
Anduin Xue b55d386789 番茄红酱的扩展名错误 2022-04-08 15:07:01 +08:00
Anduin Xue 7f8f35cc42 Merge pull request #871 from namolite/patch-1
Create 番茄红酱
2022-04-08 15:06:00 +08:00
Anduin Xue d2fdae3157 Merge pull request #873 from Chilly712/master
新增提拉米苏-朗姆酒用量
2022-04-08 15:05:38 +08:00
CubeSAT_GS b92904d47b 新增提拉米苏-朗姆酒用量 2022-04-07 20:54:42 -07:00
CubeSAT_GS 07d81709ce 新增提拉米苏-朗姆酒用量 2022-04-07 20:42:01 -07:00
Namo 817f967df8 Create 番茄红酱
2022-04-07 23:32:10 +08:00
github-actions[bot] da701f84c1 [ci skip] Automatic file changes/fix 2022-04-07 05:10:01 +00:00
Anduin Xue 7576147782 Merge pull request #861 from draem0507/double-cooked-meat
回锅肉补充下简易版本和配图
2022-04-07 13:08:52 +08:00
JinLucy 53857da28e Create 烧饼.md
增加烧饼做法
2022-04-06 23:13:22 -04:00
JinLucy 1e337d8537 Update 老式锅包肉.md
如何挂浆是锅包肉成败的关键
2022-04-06 22:43:32 -04:00
draem0507 3b7c8b93ac Twice-cooked pork supplements the simple version 2022-04-07 03:03:11 +08:00
draem0507 dec454c7d8 Twice-cooked pork supplements the simple version 2022-04-07 02:57:10 +08:00
github-actions[bot] 73b98b492f [ci skip] Automatic file changes/fix 2022-04-06 13:47:43 +00:00
Anduin Xue f68547bac4 Merge pull request #859 from draem0507/drunken-ribs
醉排骨
2022-04-06 21:46:31 +08:00
draem0507 6672b476b7 Merge branch 'master' of github.com:draem0507/HowToCook into drunken-ribs 2022-04-06 20:50:28 +08:00
draem0507 7e60975ffa 醉排骨 2022-04-06 20:47:37 +08:00
github-actions[bot] 34df0dbe61 [ci skip] Automatic file changes/fix 2022-04-06 12:28:31 +00:00
Anduin Xue 1f0754f88d Merge branches 'master' and 'master' of github.com:Anduin2017/HowToCook 2022-04-06 20:27:10 +08:00
Anduin Xue 6c828e0b2e Fix egg. 2022-04-06 20:27:04 +08:00
Anduin Xue c3380bb2ca Merge pull request #856 from PatternDraft/master
添加新菜干煸仔鸡
2022-04-06 20:26:09 +08:00
github-actions[bot] 3128212cb2 [ci skip] Automatic file changes/fix 2022-04-06 11:56:06 +00:00
Anduin Xue db0f42bfef Merge pull request #857 from YXYCZXY/master
简易版苏格兰蛋
2022-04-06 19:55:05 +08:00
Yuanxy 679bfe6e0e 简易版苏格兰蛋 2022-04-06 19:51:47 +08:00
PatternDraft 4a22360c78 Update 干煸仔鸡.md 2022-04-06 19:37:08 +08:00
PatternDraft db2ed180ab Update 干煸仔鸡.md 2022-04-06 19:34:20 +08:00
Yuanxy 0ead557767 简易版苏格兰蛋 2022-04-06 19:33:26 +08:00
PatternDraft c8a460b1bf Update README.md 2022-04-06 19:21:18 +08:00
PatternDraft 681ff4f34c Add files via upload 2022-04-06 19:18:22 +08:00
PatternDraft 5ad42ebeff Delete 干煸仔鸡成品.jpg 2022-04-06 19:18:02 +08:00
PatternDraft 6e861e7fb4 Update 干煸仔鸡.md 2022-04-06 19:14:52 +08:00
PatternDraft be7e8ab5a7 Rename dishes/meat_dish/干煸仔鸡.md to dishes/meat_dish/干煸仔鸡/干煸仔鸡.md 2022-04-06 19:13:48 +08:00
PatternDraft c6a2a8283d Add files via upload 2022-04-06 19:12:05 +08:00
PatternDraft 5348e5229f Delete 干煸仔鸡 2022-04-06 19:09:51 +08:00
PatternDraft 8e5b0c6e57 Create 干煸仔鸡 2022-04-06 19:08:42 +08:00
PatternDraft b79884cf32 Create 干煸仔鸡.md 2022-04-06 19:08:05 +08:00
Anduin Xue 9c54d9031f 如果引用了份数,必须标注总量。 2022-04-06 14:27:05 +08:00
Anduin Xue f35d03a71d Fix lint message. 2022-04-06 13:53:40 +08:00
Anduin Xue b394f60226 与人数解耦。 2022-04-06 13:52:29 +08:00
Anduin Xue af2044e796 Update CONTRIBUTING.md 2022-04-06 13:32:17 +08:00
Anduin Xue 8ee098c5ff Merge pull request #852 from MarcusPierce/patch-1
Update CONTRIBUTING.md
2022-04-06 13:30:38 +08:00
MarcusPierce 200c44e617 Update CONTRIBUTING.md
按照中英文混排规范以及考虑上下文一致性做出部分修订
2022-04-05 22:03:08 -07:00
Anduin Xue a4cc04e66b Fix #848 2022-04-06 01:01:21 +08:00
Anduin Xue c9cdf77b38 Update 红烧冬瓜.md 2022-04-05 12:27:06 +08:00
Anduin Xue 6d532b3da8 Merge pull request #844 from Blackjack200/master
食品安全: 增加铝制容器提醒
2022-04-05 12:18:53 +08:00
AZ1IDJC 9ef28848fb 修正代码格式 2022-04-05 11:14:22 +08:00
AZ1IDJC 20f3682441 不推荐使用铝制容器 2022-04-05 11:08:25 +08:00
AZ1IDJC 182f8d3dcb 补充铝制容器的食品安全问题 2022-04-05 11:06:25 +08:00
github-actions[bot] a3400be18a [ci skip] Automatic file changes/fix 2022-04-04 19:00:42 +00:00
Anduin Xue 33bb990140 挪到洋葱鸡蛋 2022-04-05 02:59:05 +08:00
github-actions[bot] 44563cff89 [ci skip] Automatic file changes/fix 2022-04-04 18:56:05 +00:00
Anduin Xue 4d7fa0a9d2 Merge pull request #840 from draem0507/scrambled-eggs-with-onions
洋葱炒鸡蛋
2022-04-05 02:54:56 +08:00
Anduin Xue a18e43504c Merge branch 'master' into scrambled-eggs-with-onions 2022-04-05 02:52:48 +08:00
Anduin Xue ad0fa8a959 Merge pull request #843 from fisker/patch-1
Add step number to "操作" section for 红烧茄子
2022-04-05 02:51:48 +08:00
fisker Cheung 9b6a95cc38 Add step index to "操作"section for 红烧茄子 2022-04-05 00:25:01 +08:00
draem0507 17a1b4e120 洋葱炒鸡蛋 2022-04-04 18:50:20 +08:00
github-actions[bot] f173429e46 [ci skip] Automatic file changes/fix 2022-04-04 04:23:38 +00:00
Anduin Xue a4a7bc5f78 Update CODE_OF_CONDUCT.md 2022-04-04 12:22:24 +08:00
Anduin Xue 98e1edf265 Update 学习腌.md 2022-04-04 12:17:16 +08:00
Anduin Xue 7239efda5f Merge pull request #838 from junzhengca/master
将 半成品意面 页面中的 mg 修改为 ml
2022-04-04 12:07:40 +08:00
Jun Zheng 6d2e2183e3 Create 半成品意面.md 2022-04-03 19:09:34 -04:00
github-actions[bot] 638e301241 [ci skip] Automatic file changes/fix 2022-04-03 17:59:31 +00:00
Anduin Xue 29a57d0172 Merge pull request #837 from shilapi/master
Create 酸辣蕨根粉.md
2022-04-04 01:58:09 +08:00
shilapi 64df7f0dc8 Update 酸辣蕨根粉.md 2022-04-03 16:22:07 +08:00
shilapi 82fbe44355 Update 酸辣蕨根粉.md 2022-04-03 16:18:52 +08:00
shilapi d08723af5d Merge branch 'master' into master 2022-04-03 16:16:38 +08:00
shilapi b6faacea11 Update 酸辣蕨根粉.md 2022-04-03 16:16:00 +08:00
shilapi 45b2cedb45 Create 酸辣蕨根粉.md 2022-04-03 16:08:57 +08:00
Anduin Xue 75a2a6311e Merge pull request #834 from Evermoreeee/master
优化操作
2022-04-02 15:23:21 +08:00
acczhuang fb8ba44579 优化操作 2022-04-02 09:25:23 +08:00
github-actions[bot] 501afc6b5c [ci skip] Automatic file changes/fix 2022-04-01 11:56:33 +00:00
Anduin Xue 99081997eb Merge pull request #830 from difey/master
改进拍黄瓜做法
2022-04-01 19:55:03 +08:00
Anduin Xue f69538916c Merge pull request #831 from txfs19260817/master
魔芋蛋糕
2022-04-01 19:54:50 +08:00
Anduin Xue 7997ad5e0c Merge pull request #832 from draem0507/sweet-and-sour-pork-ribs
糖醋排骨
2022-04-01 19:54:30 +08:00
draem0507 b5931980c6 md format 2022-04-01 19:04:17 +08:00
draem0507 c7b491c6eb md format 2022-04-01 19:00:40 +08:00
draem0507 0caaafb6c8 md format 2022-04-01 18:58:02 +08:00
draem0507 e766092c55 md format 2022-04-01 18:51:59 +08:00
draem0507 e4de548d07 糖醋排骨 2022-04-01 18:50:01 +08:00
txfs19260817 bec62f6a73 fix: slash 2022-03-31 12:31:17 -07:00
txfs19260817 f24a4ce5d6 fix: lint 2022-03-31 12:29:09 -07:00
txfs19260817 62ac05af3b 魔芋蛋糕 2022-03-31 12:26:18 -07:00
blacknail 0f0a11a0b5 改进拍黄瓜做法 2022-03-31 20:03:35 +08:00
Anduin Xue 3de68a7edf 黄焖鸡把这个文件给改坏了 2022-03-31 19:32:40 +08:00
github-actions[bot] 9acb785b9f [ci skip] Automatic file changes/fix 2022-03-31 11:30:01 +00:00
Anduin Xue 3d05aa5c25 Merge pull request #827 from draem0507/pork-with-plum-vegetables
梅菜扣肉
2022-03-31 19:28:35 +08:00
Anduin Xue 5df8f88caf Merge branch 'master' into pork-with-plum-vegetables 2022-03-31 19:27:18 +08:00
draem0507 730f3d56b4 md format 2022-03-31 14:55:16 +08:00
draem0507 fcd91edf4a 梅菜扣肉 2022-03-31 14:52:06 +08:00
Anduin Xue 82d84b6327 Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-31 14:39:02 +08:00
Anduin Xue 2365c67008 Fix 凉拌菜多处出现将食材处理成“40cm*40cm”字样,操作起来有难度。 #823 2022-03-31 14:38:56 +08:00
Anduin Xue 0fa41eb56b Merge pull request #822 from Riven872/master
素菜 炒茄子 修改错别字
2022-03-30 18:46:54 +08:00
riven 7a638d6420 素菜 炒茄子 修改错别字 2022-03-30 18:42:26 +08:00
Anduin Xue 385f0a8347 Fix #814. 2022-03-30 18:18:24 +08:00
Anduin Xue 19178d6234 Rebuild readme. 2022-03-30 18:15:48 +08:00
Anduin Xue bacb43b923 Move two dishes. 2022-03-30 18:15:03 +08:00
Anduin Xue 88a3a45296 Merge pull request #818 from draem0507/garlic-shrimp
蒜蓉虾
2022-03-30 18:11:52 +08:00
Anduin Xue 4330e17a18 Merge pull request #820 from draem0507/clam-egg
蛏抱蛋
2022-03-30 18:11:42 +08:00
Anduin Xue 1419ab9165 Merge pull request #821 from Riven872/master
添加素菜 炒茄子
2022-03-30 18:10:35 +08:00
riven f6b859bb03 添加素菜 炒茄子 2022-03-30 18:01:43 +08:00
draem0507 ced95c2ecc 蛏抱蛋 2022-03-30 17:27:37 +08:00
github-actions[bot] 7e3628f26e [ci skip] Automatic file changes/fix 2022-03-30 07:06:18 +00:00
Anduin Xue ff38e0d2bd Merge pull request #804 from brave-fox/patch-1
添加用于标准化的 `电子秤`
2022-03-30 15:04:48 +08:00
Anduin Xue 929c021611 Update 厨房准备.md 2022-03-30 15:04:40 +08:00
Anduin Xue 83ff18e901 Merge pull request #816 from Evermoreeee/master
细化操作
2022-03-30 15:04:07 +08:00
Anduin Xue c6df03200e Merge pull request #819 from draem0507/boiled-soybeans-with-plum
话梅煮毛豆
2022-03-30 15:03:35 +08:00
draem0507 e25fdb7632 话梅煮毛豆 2022-03-30 14:16:30 +08:00
draem0507 939e4b6371 fix md format 2022-03-30 13:17:30 +08:00
draem0507 10be3d6d83 fix md format 2022-03-30 13:15:45 +08:00
draem0507 25995ab9dc fix md format 2022-03-30 13:14:36 +08:00
draem0507 8a33725ec1 fix md format 2022-03-30 12:43:50 +08:00
draem0507 e263ae5d78 蒜蓉虾 2022-03-30 12:42:04 +08:00
draem0507 94cb79993d 蒜蓉虾 2022-03-30 12:41:34 +08:00
draem0507 d74bf16235 蒜蓉虾 2022-03-30 12:40:52 +08:00
Evermoreeee 21b8a73991 Merge branch 'Anduin2017:master' into master 2022-03-30 09:30:50 +08:00
zx 64118a9c2a 细化操作 2022-03-30 09:29:28 +08:00
github-actions[bot] e3067412fe [ci skip] Automatic file changes/fix 2022-03-29 13:55:19 +00:00
Anduin Xue b551ce89e3 Merge pull request #808 from AuroraTea/master
feat: add semi-finished\半成品意面
2022-03-29 21:53:52 +08:00
Anduin Xue ee1d66dd4e Merge pull request #805 from draem0507/litchi-meat
荔枝肉
2022-03-29 21:53:11 +08:00
Anduin Xue b1546897d0 Merge pull request #806 from Angelic47/patch-1
删除“炒河粉”中的性别代词
2022-03-29 21:52:38 +08:00
Anduin Xue 08bc23c3ae Merge pull request #807 from XiaoLiz/featur/meat_dish
feat: 湖南家常红烧肉
2022-03-29 21:51:27 +08:00
Anduin Xue eb045ba786 Merge pull request #809 from TerminatorSd/master
feat: add 桂圆红枣粥
2022-03-29 21:51:02 +08:00
Anduin Xue 74ab71dee5 Merge pull request #812 from Evermoreeee/master
黄焖鸡
2022-03-29 21:50:40 +08:00
zx 6a9284597f 精确单位 2022-03-29 20:50:43 +08:00
zx 1ac5739675 黄焖鸡 2022-03-29 20:42:05 +08:00
sdMac 1fd99fbb70 feat: add 桂圆红枣粥 2022-03-29 20:13:32 +08:00
xiaolizi 58f8bfa1db style:markdown style 2022-03-29 19:54:40 +08:00
xiaolizi 94f95fa07d style:markdown style 2022-03-29 19:52:32 +08:00
AuroraTea e86555d854 Merge branch 'master' of https://github.com/AuroraTea/HowToCook 2022-03-29 19:51:43 +08:00
AuroraTea 4e536d695d fix(add semi-finished\半成品意面): c title to c lint 2022-03-29 19:51:06 +08:00
xiaolizi dcaae0eafb style:markdown style 2022-03-29 19:50:08 +08:00
AuroraTea 5f651c5eaa fix(semi-finished\半成品意面): change "min" to "分钟" 2022-03-29 19:46:34 +08:00
xiaolizi 28c900c548 feat:菜谱优化 2022-03-29 19:44:24 +08:00
xiaolizi 78fc8e9c74 feat:菜谱优化 2022-03-29 19:40:42 +08:00
AuroraTea 687eba17b1 Merge branch 'Anduin2017:master' into master 2022-03-29 19:40:10 +08:00
AuroraTea c541c24522 style(vegetable_dish\酸辣土豆丝): Keep each sentence consistent, with or without a full stop
xs怎么有的有句号有的没,不能忍不能忍
2022-03-29 19:39:38 +08:00
AuroraTea 961095fd2b feat: add semi-finished\半成品意面 2022-03-29 19:37:50 +08:00
xiaolizi 2efb7b3841 fix:md files 2022-03-29 19:34:04 +08:00
xiaolizi 0aed6e5cd0 fix:md files 2022-03-29 19:32:04 +08:00
xiaolizi f019071ff9 fix:markdown style 2022-03-29 19:27:55 +08:00
xiaolizi 5ccf2d7ac8 fix:markdown style 2022-03-29 19:25:18 +08:00
xiaolizi 4460f83505 feat: markdown 格式 2022-03-29 19:14:44 +08:00
draem0507 f2d79bcf39 fix md format 2022-03-29 19:08:58 +08:00
xiaolizi d1934bd39f feat: 图片格式 2022-03-29 18:47:03 +08:00
xiaolizi a756b7241f feat: 湖南家常红烧肉 2022-03-29 18:42:16 +08:00
Angelic47 b400697eab 删除“炒河粉”中的性别代词
没有特别的意思,这样取消了平台限制,能够跨平台运行在更多的情况下
2022-03-29 18:36:09 +08:00
draem0507 90ec7438f4 fix md format 2022-03-29 18:32:31 +08:00
draem0507 aff78cdb3c fix md format 2022-03-29 17:59:38 +08:00
draem0507 226fa060ff fix md format 2022-03-29 17:53:28 +08:00
draem0507 8af3456193 荔枝肉 2022-03-29 17:51:34 +08:00
draem0507 a05cd5529e fix md format 2022-03-29 17:16:25 +08:00
brave-fox 7002da02e3 添加用于标准化的 电子秤 2022-03-29 16:18:57 +08:00
draem0507 f569f1e188 fix md 2022-03-29 16:17:07 +08:00
draem0507 c518816b6a 麻婆豆腐 2022-03-29 16:11:45 +08:00
Anduin Xue 2b91d37aea Fix #792 2022-03-29 11:42:52 +08:00
Anduin Xue 861b0e676a Update 猪皮冻.md 2022-03-29 11:40:53 +08:00
Anduin Xue 8bd10c4cfd Fix lint issue. 2022-03-29 11:35:52 +08:00
Anduin Xue a652edc2e5 Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-29 10:57:10 +08:00
Anduin Xue 201cab4cda 是【蚝油】不是【耗油】 #730 2022-03-29 10:57:03 +08:00
github-actions[bot] 9cbd579d7b [ci skip] Automatic file changes/fix 2022-03-29 02:55:42 +00:00
Anduin Xue 699ac078bf Fix lint. 2022-03-29 10:54:15 +08:00
Anduin Xue e31ca85b4b Merge pull request #796 from Chen-Luan/错别字更正
错别字更正
2022-03-29 10:52:42 +08:00
Anduin Xue c3f7cf5a3c Merge pull request #797 from Chen-Luan/顺序调整
调整顺序
2022-03-29 10:52:09 +08:00
Anduin Xue 293c2c7b8b Merge pull request #799 from draem0507/braised-white-gourd
红烧冬瓜
2022-03-29 10:51:26 +08:00
Anduin Xue c1d107bb45 Merge pull request #801 from 15026404807/master
猪皮冻
2022-03-29 10:50:47 +08:00
15026404807 d2e87e3e2c Merge branch 'master' into master 2022-03-29 10:37:24 +08:00
draem0507 2892595b16 红烧冬瓜 2022-03-28 19:56:08 +08:00
ChenLuan 5b9953899d 调整顺序
高压锅和微波炉更配哦
2022-03-28 19:26:06 +08:00
ChenLuan c550614b55 错别字更正 2022-03-28 19:24:12 +08:00
draem0507 c2bd69112f fix md problem 2022-03-28 18:52:22 +08:00
draem0507 9ff1b4037d 耗油三鲜菇 2022-03-28 18:37:11 +08:00
liuwx 2fc848be23 Merge branch 'Anduin2017:master' into master 2022-03-28 17:56:09 +08:00
15026404807 c76adc2a93 猪皮冻 2022-03-28 16:23:59 +08:00
15026404807 5488859e49 猪皮冻 2022-03-28 16:20:49 +08:00
github-actions[bot] 42339cbb9a [ci skip] Automatic file changes/fix 2022-03-28 08:02:38 +00:00
Anduin Xue 52c7a13432 Fix line ending. 2022-03-28 16:01:23 +08:00
Anduin Xue d9234f9d40 Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-28 16:01:07 +08:00
Anduin Xue cf4a3620c0 挪动葱烧海参 2022-03-28 16:01:01 +08:00
github-actions[bot] 06111e48fd [ci skip] Automatic file changes/fix 2022-03-28 08:00:46 +00:00
Anduin Xue 42f602479c Merge pull request #789 from OneZe1023/master
葱烧海参做法
2022-03-28 15:59:28 +08:00
Eric Du 1a46af4f3b Merge branch 'master' into master 2022-03-28 15:56:00 +08:00
OneZe1023 3b04e9fe5f rm .idea 2022-03-28 15:51:36 +08:00
OneZe1023 ce06c9c0b9 remove .idea 2022-03-28 15:45:54 +08:00
Anduin Xue cbec4d0df6 Merge pull request #790 from shilapi/patch-1
Update 油温判断技巧.md
2022-03-28 15:41:09 +08:00
shilapi 823d43970c Update 油温判断技巧.md
改善了数据展现格式,更加易读
2022-03-28 15:05:26 +08:00
OneZe1023 c461653a40 修改单位 2022-03-28 15:02:21 +08:00
OneZe1023 f93b7b18e6 Update 葱烧海参.md 2022-03-28 14:57:05 +08:00
OneZe1023 55df368b97 葱烧海参做法
葱烧海参做法
2022-03-28 14:49:17 +08:00
liuwx b83e9ce7c0 Merge branch 'Anduin2017:master' into master 2022-03-28 14:23:56 +08:00
draem0507 29fe591445 add .idea 、*.iml into gitignore 2022-03-28 14:22:44 +08:00
github-actions[bot] 529d40c412 [ci skip] Automatic file changes/fix 2022-03-28 05:58:25 +00:00
Anduin Xue b5aa97938a Update 咕噜肉.md 2022-03-28 13:57:12 +08:00
Anduin Xue b9c01f375d Merge pull request #779 from Chen-Luan/patch-2
Update 微波炉.md
2022-03-28 13:56:54 +08:00
Anduin Xue 352a76368c Merge pull request #780 from rt23456p/patch-3
Update 食品安全.md
2022-03-28 13:56:43 +08:00
Anduin Xue e33e64aab8 Merge pull request #781 from rt23456p/patch-4
Update 咕噜肉.md
2022-03-28 13:56:29 +08:00
github-actions[bot] bc69ab9b2a [ci skip] Automatic file changes/fix 2022-03-28 05:55:30 +00:00
Anduin Xue c5fa3fde74 Merge pull request #784 from draem0507/thickened-mushroom-soup
香菇勾芡汤
2022-03-28 13:54:29 +08:00
Anduin Xue 06f9c2d9c2 Merge pull request #786 from MarySueTeam/fix#785
fix #785
2022-03-28 13:54:10 +08:00
Liona 89fde68ee3 fix #785 2022-03-28 12:11:47 +08:00
draem0507 fba72b5214 md语法处理 2022-03-28 12:04:33 +08:00
draem0507 8d43c54588 修改图片后缀名 2022-03-28 11:55:41 +08:00
draem0507 ece6fe5559 香菇勾芡汤 2022-03-28 11:52:51 +08:00
15026404807 e389bd8c44 猪皮冻 2022-03-28 10:32:16 +08:00
rt23456p 01619436c3 Update 咕噜肉.md 2022-03-28 10:04:24 +08:00
rt23456p 105daa8643 Update 咕噜肉.md 2022-03-28 10:02:13 +08:00
rt23456p 13380d0520 Update 咕噜肉.md
删除重复内容
增加了关于粒的大小的描述
2022-03-28 09:57:04 +08:00
rt23456p f713ca6083 Update 食品安全.md 2022-03-28 09:54:28 +08:00
CL 50b61caacd 修正错别字 2022-03-28 00:18:41 +08:00
CL ab679960fb Update 微波炉.md 2022-03-28 00:14:25 +08:00
Anduin Xue 36ca03cd57 修正蒸卤面中的歧义。 2022-03-27 19:05:53 +08:00
Anduin Xue 0f76638fde 删除版权信息相关的图片。 2022-03-27 19:05:06 +08:00
Anduin Xue 75850d3c1d 调整一些提示语。 2022-03-27 17:18:31 +08:00
Anduin Xue 69c6e64ba8 仍然在修正蒸卤面里带来的错误。 2022-03-27 17:16:07 +08:00
Anduin Xue 5048849856 继续修正蒸卤面中的错误。 2022-03-27 17:15:10 +08:00
Anduin Xue e60e60b6bc 修正蒸卤面里的错误。 2022-03-27 17:14:37 +08:00
Anduin Xue f170b2aaa2 Merge pull request #777 from biangou/dev_lumian
Dev lumian
2022-03-27 17:11:08 +08:00
anderson 3adf346a1b 蒸卤面 2022-03-27 17:07:21 +08:00
anderson dc1be97ebb 蒸卤面添加索引 2022-03-27 17:04:14 +08:00
bianqi 4ec25806ab 蒸卤面 2022-03-27 16:51:45 +08:00
github-actions[bot] 69ee4fcff5 [ci skip] Automatic file changes/fix 2022-03-26 17:58:21 +00:00
Anduin Xue 752acb92ff Merge pull request #774 from Jianjian-18/master
炒年糕
2022-03-27 01:57:02 +08:00
Huajian 675486d30d 炒年糕 2022-03-26 17:32:12 +01:00
Huajian fc491d4788 “炒年糕” 2022-03-26 17:29:00 +01:00
Huajian 0b6007b1a6 add 炒年糕 2022-03-26 17:26:27 +01:00
Huajian 8b4b00608a 炒年糕 2022-03-26 17:20:20 +01:00
Anduin Xue bf89413286 Auto fix issues. 2022-03-26 17:27:03 +08:00
Anduin Xue 81a66adc06 Fix lint issues. 2022-03-26 17:26:47 +08:00
Anduin Xue 2560c3198d Merge pull request #773 from YudongLiu159/master
创建了油温对照表以及换算公式
2022-03-26 17:26:08 +08:00
YudongLiu159 a9feb7d326 Update 油温判断技巧.md 2022-03-26 15:52:32 +08:00
YudongLiu159 ea1fb51e21 Update 油温判断技巧.md 2022-03-26 15:52:00 +08:00
YudongLiu159 39124e79f2 Update 油温判断技巧.md 2022-03-26 15:51:07 +08:00
YudongLiu159 79776c0d03 Update 油温判断技巧.md 2022-03-26 15:50:47 +08:00
YudongLiu159 b6464e3813 Update 油温判断技巧.md 2022-03-26 15:28:05 +08:00
YudongLiu159 0670fa71a9 Update 油温判断技巧.md 2022-03-26 15:27:28 +08:00
YudongLiu159 b1551335af Update 油温判断技巧.md 2022-03-26 15:26:05 +08:00
YudongLiu159 ce4ec270c8 Update 油温判断技巧.md 2022-03-26 15:25:39 +08:00
YudongLiu159 83f1d9a56d Update 油温判断技巧.md 2022-03-26 15:24:25 +08:00
YudongLiu159 30e0802309 Update 油温判断技巧.md 2022-03-26 15:24:03 +08:00
YudongLiu159 f970b538bf Update 油温判断技巧.md 2022-03-26 15:23:32 +08:00
YudongLiu159 349cc609e9 Merge pull request #1 from YudongLiu159/YudongLiu159-patch-1
Update 油温判断技巧.md
2022-03-26 15:20:40 +08:00
YudongLiu159 907b761fef Update 油温判断技巧.md
添加常见温度对照表以及换算公式
2022-03-26 15:19:07 +08:00
Anduin Xue ce99dad1cd Chmod +x build.sh 2022-03-26 13:50:59 +08:00
Anduin Xue e153c4dd68 Update 西红柿炒鸡蛋.md 2022-03-26 11:52:15 +08:00
Anduin Xue fdc363bae4 Fix #765 2022-03-26 11:50:14 +08:00
github-actions[bot] c1b80b4210 [ci skip] Automatic file changes/fix 2022-03-26 03:49:09 +00:00
Anduin Xue 3d455fa58c Merge pull request #768 from fei419881361/master
feat: 增加啤酒鸭的制作过程
2022-03-26 11:47:51 +08:00
zhanglingfei 1baa9c8d6a feat: 增加啤酒鸭的制作过程 2022-03-26 00:25:44 +08:00
github-actions[bot] b0b98794d9 [ci skip] Automatic file changes/fix 2022-03-25 09:22:53 +00:00
Anduin Xue 463ca02acf Merge pull request #763 from wangdebiao/master
陕北熬豆角
2022-03-25 17:21:31 +08:00
DeBiao·Wang 0779ab4040 陕北熬豆角 2022-03-25 16:41:42 +08:00
github-actions[bot] 318b915c4e [ci skip] Automatic file changes/fix 2022-03-24 11:59:20 +00:00
Anduin Xue c6ee5da743 Merge pull request #751 from yangnuowei88/master
添加香煎翘嘴鱼
2022-03-24 19:58:11 +08:00
yangnuowei88 766d8b52af ci:md lint keywords and readme aoto fix 2022-03-24 18:43:07 +08:00
yangnuowei88 bc4c63eb0f ci:md lint fix 2022-03-24 18:28:11 +08:00
15026404807 5c8774b2d0 猪皮冻 2022-03-24 17:38:52 +08:00
yangnuowei88 b88146908a feat:update README CI香煎翘嘴鱼 2022-03-24 17:25:30 +08:00
yangnuowei88 d3e09d0d5a feat:香煎翘嘴鱼 2022-03-24 17:14:17 +08:00
github-actions[bot] 35b0a655df [ci skip] Automatic file changes/fix 2022-03-24 01:36:34 +00:00
Anduin Xue 036745b2ba Merge pull request #745 from layyback/master
feat:添加银耳莲子粥
2022-03-24 09:35:13 +08:00
github-actions[bot] 4acf945513 [ci skip] Automatic file changes/fix 2022-03-24 01:34:47 +00:00
Anduin Xue 7b159c7617 Merge branch 'master' into master 2022-03-24 09:34:26 +08:00
Anduin Xue 8362423822 Merge pull request #746 from Colt-M1873/master
新增 长岛冰茶 的制作方法
2022-03-24 09:33:22 +08:00
VanDeBiao 3d0d9aa023 Merge branch 'master' into master 2022-03-23 21:54:14 +08:00
VanDeBiao 721422d8b6 新增 长岛冰茶 的制作方法 2022-03-23 21:45:28 +08:00
layyback 2ab7b78d6e feat:添加银耳莲子粥 2022-03-23 21:22:00 +08:00
Anduin Xue 9dab9eee28 Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-23 20:21:30 +08:00
Anduin Xue 2ed2b62e97 Update lock. 2022-03-23 20:21:25 +08:00
github-actions[bot] e80ac0e5f8 [ci skip] Automatic file changes/fix 2022-03-23 11:04:53 +00:00
Anduin Xue cd4a0656f8 发布 1.2.0 2022-03-23 19:03:37 +08:00
Anduin Xue eca5d60005 修正一些build问题。 2022-03-23 18:56:14 +08:00
Anduin Xue 0fde0a5dc9 删除所有“少许” 2022-03-23 18:53:00 +08:00
github-actions[bot] 9b517d0c69 [ci skip] Automatic file changes/fix 2022-03-23 10:46:18 +00:00
Anduin Xue 5e8cd16a4e Merge pull request #735 from Ikeltis/patch-1
删掉重复的词
2022-03-23 18:45:15 +08:00
Anduin Xue 3f726ee5d7 Merge pull request #736 from chouchoui/master
feat: 添加雪花酥
2022-03-23 18:45:00 +08:00
github-actions[bot] d0fab5f76d [ci skip] Automatic file changes/fix 2022-03-23 10:43:40 +00:00
Anduin Xue 93567ad97e Merge pull request #740 from AstralLing/master
Fix issue #737
2022-03-23 18:42:26 +08:00
Ling 1a6f243bd4 format 2022-03-23 17:36:07 +08:00
Ling 60a49e3ab0 Update 虎皮青椒.md 2022-03-23 17:27:44 +08:00
chouchoui 373cbcccb3 Merge branch 'Anduin2017:master' into master 2022-03-23 12:12:43 +08:00
chouchoui b472937378 feat: 添加雪花酥 2022-03-23 10:56:50 +08:00
Ikeltis a0ed0f66a9 删掉重复的词 2022-03-23 08:54:07 +08:00
Anduin Xue 321a5382e3 Merge pull request #734 from layyback/master
feat:西葫芦炒鸡蛋
2022-03-23 00:11:34 +08:00
layyback 8bcfb88276 feat:西葫芦炒鸡蛋 2022-03-22 22:38:56 +08:00
Anduin Xue 07ae9400eb 修改 Pull request 模板 2022-03-22 17:26:54 +08:00
Anduin Xue c3d25afb54 Simplify pull request template. 2022-03-22 17:20:05 +08:00
github-actions[bot] abeaa532f0 [ci skip] Automatic file changes/fix 2022-03-22 09:03:18 +00:00
Anduin Xue b40297a380 Merge pull request #725 from allen0125/feat/crayfish
Add: 小龙虾
2022-03-22 17:01:59 +08:00
Anduin Xue 3104fdb2ff Merge pull request #727 from Kyle0816/patch-1
Update 高级专业术语.md
2022-03-22 17:00:54 +08:00
Anduin Xue 0e74a3acdc Fix #726 2022-03-22 17:00:00 +08:00
github-actions[bot] c37b5c3843 [ci skip] Automatic file changes/fix 2022-03-22 08:59:20 +00:00
Anduin Xue cf70ea9f64 Merge pull request #728 from IveTian/master
新增饮料 Mojito(莫吉托)做法
2022-03-22 16:57:59 +08:00
田梓衡 b38d39cb6e Update Mojito莫吉托.md 2022-03-22 16:13:46 +08:00
田梓衡 9a701042a2 Update Mojito莫吉托.md 2022-03-22 16:07:57 +08:00
田梓衡 a397cebff1 update 2022-03-22 16:04:49 +08:00
田梓衡 1d9489bd96 update 2022-03-22 16:02:21 +08:00
田梓衡 d97c4df201 Update Mojito(莫吉托).md 2022-03-22 15:57:06 +08:00
田梓衡 5465cefd1a Update mkdocs.yml 2022-03-22 15:56:09 +08:00
田梓衡 358e8d828a Create Mojito(莫吉托).md 2022-03-22 15:52:47 +08:00
ziyong 99692421df Update 高级专业术语.md 2022-03-22 15:13:27 +08:00
Allen ff5f54b1a0 小龙虾 2022-03-22 00:54:48 +08:00
github-actions[bot] 02c44cb798 [ci skip] Automatic file changes/fix 2022-03-21 09:07:47 +00:00
Anduin Xue dee3d6415c Merge pull request #703 from lizhiqian-chandler/master
Create 蒸水蛋.md
2022-03-21 17:06:28 +08:00
Anduin Xue 8f2526d2cd Merge branch 'master' into master 2022-03-21 17:05:20 +08:00
Anduin Xue ad31b02faa Merge pull request #724 from Marchlie/master
Fix: (B52轰炸机) 修正错别字
2022-03-21 17:04:41 +08:00
Chandler Lee e760c48a27 修改格式 2022-03-21 16:44:16 +08:00
Chandler Lee f05353b85c Update 蒸水蛋.md 2022-03-21 16:35:04 +08:00
Chandler Lee 99349bde70 Update 蒸水蛋.md 2022-03-21 16:29:41 +08:00
Marchlie 705d06ea66 Typo: 修正错别字 2022-03-21 12:20:26 +08:00
Anduin Xue c5ffcc214a Merge pull request #723 from Pacteria/patch-1
Update 酸辣土豆丝.md
2022-03-21 11:44:09 +08:00
Shawn Lin 779eae9dab Update 酸辣土豆丝.md
修正陈醋用量(匹配28行处,原料要求10ml陈醋
2022-03-20 21:04:54 -05:00
github-actions[bot] 8cbc6fd3c2 [ci skip] Automatic file changes/fix 2022-03-20 19:27:53 +00:00
Anduin Xue 1d372f6519 将 min 改成分钟 2022-03-21 03:26:23 +08:00
Anduin Xue 43e2e4df97 Merge branch 'master' into master 2022-03-21 03:22:29 +08:00
Anduin Xue fc670aab17 删除github comment 功能,因为看起来不支持。。。 2022-03-21 03:22:07 +08:00
Anduin Xue f5dada1191 Merge branch 'master' into master 2022-03-21 03:13:43 +08:00
Anduin Xue 8de0c58bf0 Better CI interaction. 2022-03-21 03:13:13 +08:00
Anduin Xue b64cbc5815 More messages. 2022-03-21 03:05:58 +08:00
Anduin Xue d6c3417f36 Fix comment. 2022-03-21 03:04:57 +08:00
Anduin Xue 04e7fed0ea 修正comment信息。 2022-03-21 02:59:51 +08:00
Anduin Xue ba8c293271 Comment failure action. 2022-03-21 02:56:27 +08:00
Anduin Xue c5f017e106 Merge branch 'master' into master 2022-03-21 02:50:12 +08:00
Anduin Xue 0ab04903e3 Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-21 02:49:06 +08:00
Anduin Xue 94ce8a7537 修正所有勺子的问题。 2022-03-21 02:49:02 +08:00
github-actions[bot] dda51cfe4d [ci skip] Automatic file changes/fix 2022-03-20 18:38:05 +00:00
Anduin Xue 6ef74e790b 修正戚风蛋糕里一行太长的问题。 2022-03-21 02:36:57 +08:00
Anduin Xue 71b6f773b5 中文 lint 信息,方便贡献者审查。 2022-03-21 02:35:53 +08:00
Anduin Xue 334ae288b3 删除人称代词 2022-03-21 02:33:39 +08:00
Anduin Xue 1034439fd9 删除所有的左右。 2022-03-21 02:28:18 +08:00
Anduin Xue 6d5668bcbd 删除所有适量。 2022-03-21 02:14:45 +08:00
Anduin Xue b612a19dae 重构西红柿炒鸡蛋使其更可读。 2022-03-21 02:03:49 +08:00
Anduin Xue e8217d0991 Merge branches 'master' and 'master' of github.com:Anduin2017/HowToCook 2022-03-21 01:57:10 +08:00
Anduin Xue 4a1ad9d176 修正鸡蛋羹里的问题。 2022-03-21 01:57:05 +08:00
github-actions[bot] eca3b85575 [ci skip] Automatic file changes/fix 2022-03-20 17:54:39 +00:00
Anduin Xue 59f24037a2 重构戚风蛋糕。删除其中的EUII信息。避免引用GitHub 2022-03-21 01:53:16 +08:00
github-actions[bot] 31f36b069e [ci skip] Automatic file changes/fix 2022-03-20 17:33:13 +00:00
Anduin Xue e402b0fbe9 Merge pull request #702 from maYunLaoXi/master
给戚风蛋糕添加了一些我自己拍的图片
2022-03-21 01:32:19 +08:00
Anduin Xue f1ebff9ba8 Merge pull request #718 from rt23456p/patch-1
Update 鸡蛋羹.md
2022-03-21 01:31:53 +08:00
Anduin Xue 232abe360f Merge pull request #721 from rt23456p/patch-2
Update 西红柿炒鸡蛋.md
2022-03-21 01:31:12 +08:00
maYunLaoXi 2cedac96b1 fix 标题格式与文档统一 2022-03-20 22:49:39 +08:00
maYunLaoXi 8d2f53accb update: mkdocs的配置 2022-03-20 22:40:41 +08:00
maYunLaoXi c7ac521949 Merge branch 'master' of https://github.com/maYunLaoXi/HowToCook 2022-03-20 22:27:02 +08:00
maYunLaoXi d0e9789b21 优化格式 2022-03-20 22:26:56 +08:00
码云老细 0efb2e4422 Merge branch 'master' into master 2022-03-20 17:58:06 +08:00
rt23456p 8227433d41 Update 西红柿炒鸡蛋.md
修复了MD012错误的bug
2022-03-20 16:26:55 +08:00
rt23456p 1d89f6dbe1 Update 西红柿炒鸡蛋.md 2022-03-20 16:24:47 +08:00
rt23456p 43c429838a Update 鸡蛋羹.md 2022-03-20 14:09:37 +08:00
rt23456p ab05db2fce Update 鸡蛋羹.md
提供了一种更快速的做法,同时,增加了在部分中可以运用到的厨具。
2022-03-20 00:11:09 +08:00
Anduin Xue 36cc512125 Merge branch 'master' into master 2022-03-19 22:15:55 +08:00
github-actions[bot] d83d56c2c1 [ci skip] Automatic file changes/fix 2022-03-19 13:50:25 +00:00
Anduin Xue 2190ce46f0 Merge branch 'master' into master 2022-03-19 21:49:46 +08:00
Anduin Xue d21012b7f3 Merge pull request #715 from jeffatoptics/patch-1
Patch 1
2022-03-19 21:49:26 +08:00
Anduin Xue 338e91ec73 Merge branch 'master' into master 2022-03-19 21:49:03 +08:00
Anduin Xue 1a675ecc08 Merge branch 'master' into master 2022-03-19 21:49:01 +08:00
Anduin Xue f9ac0fb795 Merge branch 'master' into patch-1 2022-03-19 21:48:38 +08:00
Anduin Xue 04b4dcf492 Merge pull request #717 from WLHSDXN/add-newDish
ADD 耗油生菜 To HowToCook
2022-03-19 21:48:23 +08:00
Anduin Xue 3fb143d3ed Merge branch 'master' into master 2022-03-19 21:47:09 +08:00
Anduin Xue f494533283 Merge branch 'master' into master 2022-03-19 21:47:06 +08:00
Anduin Xue 24a729f3ac Merge branch 'master' into patch-1 2022-03-19 21:46:58 +08:00
Anduin Xue 5509c06629 Merge branch 'master' into add-newDish 2022-03-19 21:46:54 +08:00
Anduin Xue fda474f508 Fix lint. 2022-03-19 21:46:26 +08:00
WLHSDXN 001cca87d3 ADD 耗油生菜 To HowToCook 2022-03-19 17:58:31 +08:00
jeffatOptics 05b739641a Update 鸡蛋羹.md 2022-03-19 11:23:56 +08:00
jeffatOptics 1ae9b9f096 Update 鸡蛋羹.md
增加下列流程建议:
- 藤椒油(可选)
- 要保持蛋羹滑弹,建议用煤气灶最小火力蒸 30 分钟。小火是制做滑弹无蜂窝蛋羹的关键点。在小火条件下,过滤蛋液及附加保鲜膜步骤可忽略
2022-03-19 11:02:31 +08:00
Anduin Xue 489e968bd6 Update 无骨鸡爪.md 2022-03-18 18:45:28 +08:00
github-actions[bot] c3bd58ea87 [ci skip] Automatic file changes/fix 2022-03-18 08:31:12 +00:00
Anduin Xue 78a3ee2d9b Merge pull request #707 from donghao0210/wugufengzhua
加食谱
2022-03-18 01:30:06 -07:00
donghao0210 7a845b9d8b Update 无骨鸡爪.md 2022-03-18 14:53:07 +08:00
donghao0210 5884db4c8c Update 无骨鸡爪.md 2022-03-18 14:50:41 +08:00
donghao0210 ae12ec7c33 Update 无骨鸡爪.md 2022-03-18 14:48:39 +08:00
donghao0210 424bf40416 Update 无骨鸡爪.md 2022-03-18 14:43:45 +08:00
donghao0210 b8fd79e01f 加食谱 2022-03-18 03:32:49 +08:00
Anduin Xue e799ac1428 Merge pull request #706 from AstralLing/master
fix typo
2022-03-17 09:47:37 -07:00
Anduin Xue 64a10318b1 Merge branch 'master' into master 2022-03-17 09:46:42 -07:00
AstralLing 7e5fb86b90 fix typo 2022-03-17 22:30:23 +08:00
Chandler Lee 791a7d1e00 Create 蒸水蛋.md 2022-03-17 17:14:26 +08:00
maYunLaoXi a3990743b2 更改了图片的位置 2022-03-17 16:13:13 +08:00
maYunLaoXi 8aab6671d5 change 给戚风蛋糕加了配图 2022-03-17 16:04:06 +08:00
Anduin Xue fb9300dae1 Merge pull request #701 from YuAo/patch-1
Fix typo
2022-03-17 00:46:58 -07:00
Anduin Xue 997808ba67 Merge pull request #700 from RanKKI/fix/typo
fix: typo 蚝油
2022-03-17 00:46:44 -07:00
Yu Ao 160fd4752f Fix typo 2022-03-17 14:40:06 +08:00
RanKKI 35f7323815 fix: typo 蚝油 2022-03-17 09:53:22 +08:00
github-actions[bot] ff29fb5350 [ci skip] Automatic file changes/fix 2022-03-15 05:47:42 +00:00
Anduin Xue 7755800047 Upgrade to 1.1.0 2022-03-15 13:46:22 +08:00
Anduin Xue 0aeb4bedaf lint 勺 2022-03-15 13:44:53 +08:00
Anduin Xue 81da84e8d2 Merge pull request #695 from NickDunnew/食品安全-过敏
食品安全-过敏
2022-03-15 00:55:03 +00:00
Nick b3487f684c 食品安全-过敏更新 2022-03-15 00:29:52 +08:00
Nick bdab76eacb 食品安全-过敏 2022-03-15 00:11:03 +08:00
github-actions[bot] 612ce270f7 [ci skip] Automatic file changes/fix 2022-03-13 14:13:19 +00:00
Anduin Xue 9fb1485595 Merge pull request #693 from boababy/mywork
羊排焖面
2022-03-13 14:12:18 +00:00
鄭宝霞 4424f2a4ed replace picture 2022-03-13 23:10:34 +09:00
鄭宝霞 c027edc026 fix 2022-03-13 23:05:51 +09:00
鄭宝霞 6653e8dcf6 fix 2022-03-13 23:03:01 +09:00
鄭宝霞 96955154aa update 2022-03-13 22:57:52 +09:00
鄭宝霞 8502034f2a update 2022-03-13 22:51:13 +09:00
鄭宝霞 14098abb3c 羊排焖面 2022-03-13 22:32:07 +09:00
Anduin Xue ee12db9d71 Fix more lint. 2022-03-13 14:09:46 +08:00
github-actions[bot] 94ffa02717 [ci skip] Automatic file changes/fix 2022-03-13 05:55:36 +00:00
Anduin Xue 06c7884e82 Merge pull request #688 from ryuujo1573/patch-1
🌟Update 食品安全.md
2022-03-13 05:54:31 +00:00
Anduin Xue 74445aede5 Merge pull request #691 from AuroraTea/master
add a picture for semi-finished\炸薯条
2022-03-13 05:54:21 +00:00
Anduin Xue a6121259b8 Merge branch 'master' into master 2022-03-13 05:53:49 +00:00
Anduin Xue 2c2d8fc72a Merge branch 'master' into patch-1 2022-03-13 05:53:43 +00:00
Anduin Xue 7e4faf3e46 Merge pull request #690 from cuohua/master
Update 凉拌黄瓜.md 并 Add 学习凉拌.md
2022-03-13 05:53:34 +00:00
Anduin Xue 70d7c83aa4 Merge branch 'master' into master 2022-03-13 05:52:21 +00:00
Anduin Xue fbb70d10d9 Merge branch 'master' into patch-1 2022-03-13 05:52:18 +00:00
Anduin Xue 569ba54d9b Merge branch 'master' into master 2022-03-13 05:52:10 +00:00
Anduin Xue d960779144 Fix all manual lints. 2022-03-13 13:51:54 +08:00
AuroraTea 593dc5e7fd fix(semi-finished\炸薯条): modify links because of the name change of the dish
呜呜呜早知道我就不加炸这个字了
2022-03-13 12:29:28 +08:00
AuroraTea f4f939c6cf fix(semi-finished\炸薯条): modify links because of the file path change 3fb2729 2022-03-13 12:25:36 +08:00
AuroraTea 570946fbc4 fix(semi-finished\炸薯条): modify links because of the file path change 2022-03-13 12:20:24 +08:00
AuroraTea a35b04e34c style(semi-finished\炸薯条): add a picture 2022-03-13 12:01:32 +08:00
Ryuujo Zhang 2df3e760be Update 食品安全.md
remove inline html
2022-03-12 22:22:11 +08:00
cuohua 99acb181cd Update 学习凉拌.md 2022-03-12 22:05:41 +08:00
cuohua 4d3c3daa5c Rename 学习凉拌 to 学习凉拌.md 2022-03-12 20:25:34 +08:00
cuohua ed09ffb4af Create 学习凉拌 2022-03-12 20:25:12 +08:00
cuohua f151608871 Update 凉拌黄瓜.md 2022-03-12 18:51:38 +08:00
Anduin Xue b1689a871f 修正提拉米苏的格式。 2022-03-12 16:28:58 +08:00
Anduin Xue edc63c04fc 修正更多格式不规范。 2022-03-12 16:25:47 +08:00
github-actions[bot] 385c158da9 [ci skip] Automatic file changes/fix 2022-03-12 07:22:00 +00:00
Anduin Xue d15a406ad4 Fix some lint issues. 2022-03-12 15:20:49 +08:00
Anduin Xue 47c562ede0 Use modern js. 2022-03-12 15:07:08 +08:00
Ryuujo Zhang f630bf4b8a Update 食品安全.md
参考资料:
[wiki-凝集素](https://zh.wikipedia.org/wiki/%E5%87%9D%E9%9B%86%E7%B4%A0)
2022-03-12 15:01:56 +08:00
Anduin Xue b249df296b Better lint js. 2022-03-12 14:42:14 +08:00
Anduin Xue ed25a0820e Run npm install. 2022-03-12 14:38:20 +08:00
Anduin Xue 4654b8c378 Checkout before npm install. 2022-03-12 14:36:27 +08:00
Anduin Xue 62f11a87e7 New lint CI. Fix some issues. 2022-03-12 14:34:23 +08:00
Anduin Xue 064ad1ad1c Fix 炒意大利面的问题 2022-03-12 14:07:48 +08:00
github-actions[bot] 178a4fce9f [ci skip] Automatic file changes/fix 2022-03-12 05:23:27 +00:00
Anduin Xue b235562743 Merge pull request #684 from hanksRang/master
增加菜谱“炒意大利面”
2022-03-12 05:22:16 +00:00
zhanghongke 99e2f02d9e Delete b.jpg 2022-03-11 23:46:07 +08:00
zhanghongke 097d795e64 Update 炒意大利面.md 2022-03-11 23:45:19 +08:00
zhanghongke 8172487c12 Update 炒意大利面.md 2022-03-11 23:44:43 +08:00
zhanghongke 6d196f89b1 Add files via upload 2022-03-11 23:43:34 +08:00
zhanghongke 7d951c1f8a Update 炒意大利面.md 2022-03-11 23:40:48 +08:00
zhanghongke a3658b3111 Create 炒意大利面.md 2022-03-11 23:34:56 +08:00
zhanghongke 0878e4bfd7 Add files via upload
提交图片
2022-03-11 21:49:18 +08:00
zhanghongke 2722461cb0 Update and rename a.md to 炒意大利面.md 2022-03-11 21:48:37 +08:00
zhanghongke e73f2669bc Delete 炒意大利面.md 2022-03-11 21:47:51 +08:00
zhanghongke 85a4a76bd7 Create a.md 2022-03-11 21:46:18 +08:00
zhanghongke ceb130d34d Rename 炒意大利面 to 炒意大利面.md 2022-03-11 21:45:24 +08:00
zhanghongke acfee6e1a7 Create 炒意大利面 2022-03-11 21:38:34 +08:00
Anduin Xue d05a4dada0 Update build.sh 2022-03-11 17:45:16 +08:00
Anduin Xue 3f0838cbfd Update 菠菜炒鸡蛋.md 2022-03-10 18:55:31 +08:00
Anduin Xue 9f0dfdb3fa Update 菠菜炒鸡蛋.md 2022-03-10 18:54:52 +08:00
Anduin Xue 85d1f53525 Fix #677 2022-03-10 18:41:08 +08:00
Anduin Xue 018cb6d542 Fix #678 2022-03-10 18:40:09 +08:00
Anduin Xue f57d720531 Merge pull request #676 from acyza/master
添加煎饺时饺子铺开提示
2022-03-10 09:25:19 +00:00
Anduin Xue d4f450aff8 Merge branch 'master' into master 2022-03-10 09:24:31 +00:00
Anduin Xue 1717cd36be Merge pull request #669 from blackfoxsar/patch-1
Update 食品安全.md
2022-03-10 09:23:24 +00:00
Ycp_123 8813129787 添加煎饺时饺子铺开提示 2022-03-10 14:36:14 +08:00
BlackFoxSAR 952329abc1 Update 食品安全.md 2022-03-09 19:22:01 +09:00
github-actions[bot] 3e60f01007 [ci skip] Automatic file changes/fix 2022-03-09 07:44:28 +00:00
Anduin Xue 74d2215c9f Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-09 15:43:02 +08:00
Anduin Xue e9c02fc2c4 修正 凉拌油麦菜 2022-03-09 15:42:01 +08:00
github-actions[bot] 911b3115b6 [ci skip] Automatic file changes/fix 2022-03-09 07:41:56 +00:00
Anduin Xue e96a82e25e Merge pull request #644 from Beeta/master
添加快手凉拌菜:凉拌油麦菜
2022-03-09 07:40:38 +00:00
A. F. Kay d5ff41a489 Update 凉拌油麦菜.md
Fix lint errors
2022-03-09 14:53:39 +08:00
A. F. Kay 0e42833bf9 Merge branch 'master' into master 2022-03-09 14:51:06 +08:00
github-actions[bot] 3d3a5bfe75 [ci skip] Automatic file changes/fix 2022-03-09 06:45:38 +00:00
Anduin Xue 857366764d 修正目录错误。 2022-03-09 14:44:15 +08:00
Anduin Xue ef9f857efc 修正一些发现的问题。 2022-03-09 14:34:42 +08:00
Anduin Xue 469f261fad Merge pull request #480 from MrZhangCSU/master
增加生汆丸子汤
2022-03-09 06:26:09 +00:00
Anduin Xue a3a3ba43d9 Merge branch 'master' into master 2022-03-09 06:26:02 +00:00
github-actions[bot] b525a47e15 [ci skip] Automatic file changes/fix 2022-03-09 06:25:03 +00:00
Anduin Xue c196297a76 Merge pull request #656 from cpfy/master
Update 戚风蛋糕.md
2022-03-09 06:24:00 +00:00
Anduin Xue 6fb7fce799 Merge pull request #663 from blackfoxsar/patch-1
Update 厨房准备.md
2022-03-09 06:23:30 +00:00
github-actions[bot] cdbd5b2b18 [ci skip] Automatic file changes/fix 2022-03-09 06:22:46 +00:00
Anduin Xue ad6b5cfd7f Merge branch 'master' into master 2022-03-09 06:22:28 +00:00
Anduin Xue 522598b954 Merge branch 'master' into patch-1 2022-03-09 06:22:07 +00:00
Anduin Xue 6013da9049 Merge pull request #664 from blackfoxsar/patch-2
Update 速冻水饺.md
2022-03-09 06:21:43 +00:00
BlackFoxSAR 228cebd2a4 Update 厨房准备.md 2022-03-09 13:54:11 +09:00
BlackFoxSAR 109149d5d4 Update 速冻水饺.md
吃饺子怎么能不吃蒜呢
2022-03-09 13:52:13 +09:00
BlackFoxSAR 037cf817a0 Update 厨房准备.md
添加半成品/预制菜类
2022-03-09 13:43:57 +09:00
MrZhangCSU b3a8b5052e Update 生汆丸子汤.md 2022-03-08 16:44:33 -08:00
cpfy 9b05c9bd87 Update 戚风蛋糕.md
参考Issues(#593)修复了部分问题
2022-03-08 17:26:56 +08:00
Anduin Xue 284768c0fd Merge branch 'master' into master 2022-03-07 08:54:37 +00:00
github-actions[bot] 112873df78 [ci skip] Automatic file changes/fix 2022-03-07 05:11:25 +00:00
Anduin Xue 7fdb5db147 Merge pull request #382 from Aubrey-M-ops/kiwijuice
奇异果菠菜特调
2022-03-07 05:10:02 +00:00
Anduin Xue d8e4f1571b Merge branch 'master' into kiwijuice 2022-03-07 04:47:17 +00:00
Anduin Xue 58fa2e419c Read template from file. 2022-03-07 03:28:45 +08:00
Anduin Xue 9c22d14b38 修正虎皮青椒里的语法问题。 2022-03-07 03:19:46 +08:00
Anduin Xue 45693d9d1d Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-07 03:11:34 +08:00
Anduin Xue 1475e77536 Add code of conduct to website. 2022-03-07 03:11:28 +08:00
github-actions[bot] 4c0a8bc73c [ci skip] Automatic file changes/fix 2022-03-06 17:48:53 +00:00
Anduin Xue 0149d25abe Merge pull request #647 from luvsta/master
虎皮青椒,速成班做法
2022-03-06 17:47:31 +00:00
Jonni c004a7f03e Merge branch 'master' into master 2022-03-06 23:52:30 +08:00
Jonni 533ab92bd6 虎皮青椒,速成班做法 2022-03-06 23:29:53 +08:00
CUN 038a18962b 添加快手凉拌菜:凉拌油麦菜 2022-03-06 21:40:30 +08:00
Anduin Xue c1cb48f1b6 Merge pull request #643 from Azimiao/patch-1
Update 烤鱼.md
2022-03-06 10:57:45 +00:00
Yetu a73bdce589 Update 烤鱼.md
修改错别字
2022-03-06 18:26:44 +08:00
Anduin Xue 961c8701a6 Update 黑椒牛柳.md 2022-03-06 16:00:50 +08:00
github-actions[bot] 4709b2f093 [ci skip] Automatic file changes/fix 2022-03-06 08:00:47 +00:00
Anduin Xue 8ae451ab31 Merge pull request #642 from Chiccccken/炒滑蛋
新增 素菜 炒滑蛋
2022-03-06 07:59:31 +00:00
Anduin Xue 716124f25a Merge pull request #640 from jkkwjk/master
feat: 奥利奥冰淇淋
2022-03-06 07:59:17 +00:00
Anduin Xue 649c52d5bf Merge branch 'master' into master 2022-03-06 07:59:11 +00:00
Anduin Xue 455afdda6a Merge branch 'master' into 炒滑蛋 2022-03-06 07:58:59 +00:00
github-actions[bot] 2325a3496d [ci skip] Automatic file changes/fix 2022-03-06 07:58:52 +00:00
Anduin Xue f612642dbc Merge branch 'master' into 炒滑蛋 2022-03-06 07:58:41 +00:00
Anduin Xue e1c6a69ba5 Merge branch 'master' into master 2022-03-06 07:58:10 +00:00
Anduin Xue f16bd8c63a Merge pull request #641 from lclichen/master
增加菜谱:黑椒牛柳
2022-03-06 07:57:46 +00:00
Chiccccken 7d4c6fbbfb 新增 素菜 炒滑蛋 2022-03-06 14:06:47 +08:00
Chiccccken 3baf339680 增加 炒滑蛋 2022-03-06 14:04:44 +08:00
jkkwjk ac6ffd7295 MD032 2022-03-06 14:03:22 +08:00
lclichen 098c655edb Update 黑椒牛柳.md 2022-03-06 14:01:58 +08:00
lclichen 8a4db836f9 Update 黑椒牛柳.md 2022-03-06 14:00:21 +08:00
lclichen 4bf136f0d4 Update 黑椒牛柳.md 2022-03-06 13:58:50 +08:00
lclichen 3458b0b803 Update 黑椒牛柳.md 2022-03-06 13:57:29 +08:00
lclichen 5b299f1f2c Update 黑椒牛柳.md 2022-03-06 13:50:05 +08:00
lclichen fe009080dc 黑椒牛柳 2022-03-06 13:43:45 +08:00
jkkwjk 16b503c78c feat: 奥利奥冰淇淋 2022-03-06 13:43:38 +08:00
github-actions[bot] ea3af74f93 [ci skip] Automatic file changes/fix 2022-03-05 13:49:48 +00:00
Anduin Xue 2e6d371160 Merge pull request #636 from AuroraTea/master
feat: add 素菜/茄子
2022-03-05 13:48:28 +00:00
AuroraTea d8a2a9d45a fix(素菜/蒲烧茄子): remove multiple consecutive blank lines 2022-03-05 19:41:22 +08:00
AuroraTea b0dafe37ca docs: update 素菜/茄子 2022-03-05 19:31:26 +08:00
AuroraTea 767b9a2074 feat: add 素菜/茄子 2022-03-05 19:29:32 +08:00
Anduin Xue 7961aa9d6c 炒青菜提示加点儿白糖来让菜更绿。 2022-03-05 02:31:51 +08:00
Anduin Xue 7b39847504 Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-05 02:22:37 +08:00
Anduin Xue 7917d5661d 压缩大量图片。 2022-03-05 02:22:26 +08:00
github-actions[bot] bac86daf50 [ci skip] Automatic file changes/fix 2022-03-04 18:07:20 +00:00
Anduin Xue a6e95dff01 Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-05 02:06:00 +08:00
Anduin Xue 9bb4f38092 Add npm. 2022-03-05 01:50:24 +08:00
github-actions[bot] 2d5eb8c58b [ci skip] Automatic file changes/fix 2022-03-04 17:45:24 +00:00
Anduin Xue 271b120cb0 Init npm. 2022-03-05 01:43:56 +08:00
Anduin Xue 2a69831bdf Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-05 01:40:51 +08:00
Anduin Xue 7e9911e4f6 build script. 2022-03-05 01:40:45 +08:00
github-actions[bot] 043bedea1a [ci skip] Automatic file changes/fix 2022-03-04 17:33:13 +00:00
Anduin Xue 9c5940eced Build before lint. 2022-03-05 01:31:49 +08:00
Anduin Xue 31ba22f12c 挪到专业术语。 2022-03-05 01:28:11 +08:00
Anduin Xue a6881a9fff 修正红烧鲤鱼里的问题。 2022-03-05 01:22:27 +08:00
Anduin Xue cdda71949d Lint before npm install. 2022-03-05 01:20:47 +08:00
Anduin Xue 5d922c16fe Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-05 01:18:00 +08:00
Anduin Xue e72d411554 更新更多贡献细节。build时必须lint通过。 2022-03-05 01:17:47 +08:00
Anduin Xue 73d4b66b28 Fix #592 2022-03-05 01:10:16 +08:00
github-actions[bot] 94b9087c38 [ci skip] Automatic file changes/fix 2022-03-04 17:08:38 +00:00
Anduin Xue 1f15169ac4 Fix 茄子炖土豆应归在素菜中 #610 2022-03-05 01:07:43 +08:00
Anduin Xue 1e11ad4a24 Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-05 01:07:14 +08:00
Anduin Xue 941bb26606 Fix 液态的食材和辅料计量标准纠正 #614 2022-03-05 01:07:08 +08:00
github-actions[bot] 474e26bacc [ci skip] Automatic file changes/fix 2022-03-04 17:06:28 +00:00
Anduin Xue cf86370835 修正归类错误。 Fix #609 2022-03-05 01:05:39 +08:00
Anduin Xue 9dc880f01f #615 明确这些盐不会都被你吃下去的。 2022-03-05 01:04:00 +08:00
Anduin Xue 172ed88c01 #623 单位不精准。 2022-03-05 01:00:44 +08:00
Anduin Xue 48af1a1e02 Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-05 00:53:01 +08:00
Anduin Xue f2c5a7438c Try to manually build it with strict. 2022-03-05 00:52:54 +08:00
github-actions[bot] a95ef5feaf [ci skip] Automatic file changes/fix 2022-03-04 16:47:22 +00:00
Anduin Xue c442be3e13 Merge pull request #628 from luvsta/master
椒盐玉米,程序员速成班做法
2022-03-04 16:46:43 +00:00
Anduin Xue e47997ee9d Merge branch 'master' into master 2022-03-04 16:45:19 +00:00
Anduin Xue c4ea9876f6 Fix ci issue. 2022-03-05 00:45:01 +08:00
Anduin Xue 4aab1a04ac Merge branch 'master' into master 2022-03-04 16:43:27 +00:00
Anduin Xue 10dd630101 CI will check mkdocs build. 2022-03-05 00:43:02 +08:00
github-actions[bot] 68c058f01b [ci skip] Automatic file changes/fix 2022-03-04 16:40:36 +00:00
Anduin Xue 67d8c00859 修正一些链接错误。 2022-03-05 00:39:43 +08:00
Anduin Xue 05599cd0d7 Also commit the generated mk file. 2022-03-05 00:36:13 +08:00
Jonni a0e6888328 更新椒盐玉米做法 2022-03-05 00:35:33 +08:00
github-actions[bot] 1d6a55a333 [ci skip] Automatic file changes/fix 2022-03-04 16:31:56 +00:00
Anduin Xue 2b2f662701 Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-05 00:31:08 +08:00
Anduin Xue 8773dd6f67 Display deploy as badge. 2022-03-05 00:31:00 +08:00
github-actions[bot] 6c6211ca3b [ci skip] Automatic file changes/fix 2022-03-04 16:30:03 +00:00
Anduin Xue 3626b6f403 Checkout with PAT. 2022-03-05 00:29:01 +08:00
Anduin Xue 7df89fc78c Merge branch 'master' into kiwijuice 2022-03-04 16:22:10 +00:00
Anduin Xue e18308a735 将水产作为一个独立的分类 2022-03-05 00:19:54 +08:00
Anduin Xue b7efb4a7ca Update README.md 2022-03-05 00:07:52 +08:00
Anduin Xue 5964e52906 Test PR 2 2022-03-05 00:07:37 +08:00
Anduin Xue 0b9669c34c Rename ci job to markdown-lint. 2022-03-05 00:06:56 +08:00
Anduin Xue faa4be73d1 Rename back. 2022-03-05 00:03:12 +08:00
Anduin Xue b133fae817 Rename again. 2022-03-05 00:00:38 +08:00
Anduin Xue 0a0ffa83f3 Change ci yml 2022-03-04 23:58:29 +08:00
Anduin Xue ed4ee8966c Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-04 23:49:14 +08:00
Anduin Xue 1dbaaec6a9 rename actions. 2022-03-04 23:49:00 +08:00
Jonni b9d538eb87 椒盐玉米,程序员速成班做法 2022-03-04 23:16:45 +08:00
github-actions[bot] c77b8cc2e1 [ci skip] Automatic file changes/fix 2022-03-04 14:40:51 +00:00
Anduin Xue 5bfe1fe1f8 Merge pull request #627 from AuroraTea/master
feat: add 半成品加工/薯条
2022-03-04 14:40:06 +00:00
AuroraTea b013af66cf feat: add 半成品加工/薯条 2022-03-04 22:30:06 +08:00
Anduin Xue 5cb20a153c Merge pull request #626 from keidarcy/ci-add-auto-gen-mkdocs-yml
[ci] Auto generation add mkdocs support
2022-03-04 13:34:14 +00:00
Xing Yahao 568a083498 run auto gen localy 2022-03-04 22:28:24 +09:00
Xing Yahao 6503f65a5e [ci] Auto generation add mkdocs support 2022-03-04 22:23:17 +09:00
Anduin Xue 824e8a9914 Merge pull request #620 from kingwangim/master
增加一道菜谱 鸡蛋三明治
2022-03-04 05:15:25 +00:00
Anduin Xue 893680b7b3 Merge pull request #617 from yzxu-hzau/patch-1
Update 炒方便面.md
2022-03-04 05:14:42 +00:00
github-actions[bot] 62b459884a [ci skip] Automatic file changes/fix 2022-03-04 04:13:04 +00:00
lostcat db8693b96d 添加早餐 鸡蛋三明治
添加早餐 鸡蛋三明治.
2022-03-04 12:12:19 +08:00
yzxu_hzau bb82c4b8ee Update 炒方便面.md
delete duplicate “鸡蛋” in section “鸡蛋的预处理”.
2022-03-04 09:35:43 +08:00
github-actions[bot] 536240b7ee [ci skip] Automatic file changes/fix 2022-03-03 17:24:52 +00:00
Anduin Xue ea4a230829 Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-04 01:23:58 +08:00
Anduin Xue a7bd4a6351 删除过时的通知。 2022-03-04 01:23:51 +08:00
github-actions[bot] 53d7b4aac8 [ci skip] Automatic file changes/fix 2022-03-03 17:22:59 +00:00
Anduin Xue 5cba09e023 分裂米饭。 2022-03-04 01:22:00 +08:00
Anduin Xue 6d6ed41ebf Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-04 01:17:58 +08:00
Anduin Xue bc68345918 修正汤面里突破模板的内容。 2022-03-04 01:17:32 +08:00
github-actions[bot] dc82617fac [ci skip] Automatic file changes/fix 2022-03-03 17:17:00 +00:00
Anduin Xue ca1de91d9d 重构汤面。 2022-03-04 01:16:03 +08:00
Anduin Xue 8a76ceb0b0 Merge pull request #440 from tuppt/patch-1
Create 通用汤面
2022-03-03 17:12:25 +00:00
Anduin Xue 3903bd5068 Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-04 01:08:55 +08:00
Anduin Xue be662e1e3e 修复全部剩余的lint问题。。 2022-03-04 01:08:48 +08:00
github-actions[bot] 26b4acbf4d [ci skip] Automatic file changes/fix 2022-03-03 17:06:31 +00:00
Anduin Xue 620185683d 修正更多lint问题。 2022-03-04 01:05:36 +08:00
Anduin Xue a74fb7fe71 Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-04 00:58:56 +08:00
Anduin Xue ef2d51f5fe 修正更多lint问题。 2022-03-04 00:58:51 +08:00
github-actions[bot] 949e9e3791 [ci skip] Automatic file changes/fix 2022-03-03 16:54:29 +00:00
Anduin Xue 6b3f868151 修正更多lint问题。 2022-03-04 00:53:24 +08:00
Anduin Xue 401e0a86a3 修正早餐里的lint问题。 2022-03-04 00:45:03 +08:00
Anduin Xue 55d0083e7a Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-04 00:42:32 +08:00
Anduin Xue 3ddc627997 修正示例菜的lint问题。 2022-03-04 00:42:27 +08:00
github-actions[bot] fddd6e7ccf [ci skip] Automatic file changes/fix 2022-03-03 16:39:51 +00:00
Anduin Xue 0f9eb34fbe Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-04 00:39:12 +08:00
Anduin Xue ea6dbb12eb Change readme generate template. 2022-03-04 00:39:06 +08:00
github-actions[bot] 15738a3b9a [ci skip] Automatic file changes/fix 2022-03-03 16:36:57 +00:00
Anduin Xue 80463f0b22 Real markdown lint. 2022-03-04 00:36:07 +08:00
Anduin Xue f4e6ac940b Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-04 00:22:33 +08:00
Anduin Xue 9e489e50ee 修正一些早餐菜谱的不规范。 2022-03-04 00:22:26 +08:00
github-actions[bot] 6256a9060b [ci skip] Automatic file changes/fix 2022-03-03 16:19:05 +00:00
Anduin Xue eb12e19699 Merge pull request #608 from carrotPeanutButter/master
添加了早餐 *空气炸锅面包片*
2022-03-03 16:18:07 +00:00
github-actions[bot] f3a7d99e1e [ci skip] Automatic file changes/fix 2022-03-03 16:17:43 +00:00
Anduin Xue 7f6cc589a5 Merge pull request #611 from WakiJi/main
根据action日志抓虫子
2022-03-03 16:17:09 +00:00
Waki 1f7aff1ecd 根据action日志抓虫子 2022-03-03 23:40:42 +08:00
YemaoLuo d0d0e5f805 Changes 2022-03-03 21:54:48 +08:00
Anduin Xue 547c7d10ad Merge pull request #605 from WakiJi/main
错字修复
2022-03-03 12:27:32 +00:00
YemaoLuo 24f8f4fa24 添加了早餐 *空气炸锅面包片* 2022-03-03 19:08:54 +08:00
Waki 675849005a Merge branch 'Anduin2017:master' into main 2022-03-03 18:48:20 +08:00
Waki 62416d70c7 Update 示例菜.md 2022-03-03 18:43:24 +08:00
github-actions[bot] ec8e750890 [ci skip] Automatic file changes/fix 2022-03-03 10:02:51 +00:00
Anduin Xue 165175f769 修正一些readme生成的错误。 2022-03-03 18:01:51 +08:00
Anduin Xue 871fa7c19f Fix lint. 2022-03-03 18:01:32 +08:00
Anduin Xue 6183438c4b 修正两个酒里出现html的情况。 2022-03-03 18:00:55 +08:00
github-actions[bot] e9192b56d8 [ci skip] Automatic file changes/fix 2022-03-03 09:58:30 +00:00
Anduin Xue 96da79b126 Merge pull request #606 from imaxct/master
添加凉拌鸡丝制作方法
2022-03-03 09:57:37 +00:00
Hao ec2215ddd2 new line 2022-03-03 17:26:28 +08:00
Hao 0f54f1a108 添加凉拌鸡丝制作方法 2022-03-03 17:21:20 +08:00
Waki 8f553cf654 Update 示例菜.md 2022-03-03 15:02:20 +08:00
Waki 8d54c5352a Merge pull request #3 from WakiJi/patch-1
美化用料表(以后有时间的话,预计会把前面的项目都手动加上去)
2022-03-03 14:59:40 +08:00
Waki 4f2cb0e0a5 美化用料表(以后有时间的话,预计会把前面的项目都手动加上去) 2022-03-03 14:58:10 +08:00
Waki 2380f6c517 错字修复 2022-03-03 14:42:13 +08:00
Anduin Xue 7d03832dd9 Update CODE_OF_CONDUCT.md 2022-03-03 14:07:27 +08:00
github-actions[bot] 0f4d741507 [ci skip] Automatic file changes/fix 2022-03-03 04:43:11 +00:00
Anduin Xue 530a1c66ce Merge pull request #575 from WakiJi/main
分类 顺便测试ci机器人能否运行
2022-03-03 04:42:28 +00:00
Waki cef787475b UPDATE 2022-03-03 09:56:13 +08:00
Anduin Xue 349259cd1d Update CODE_OF_CONDUCT.md 2022-03-03 03:50:29 +08:00
Anduin Xue dde41bd737 Update CONTRIBUTING.md 2022-03-03 03:25:58 +08:00
github-actions[bot] b0d69afa82 [ci skip] Automatic file changes/fix 2022-03-02 19:24:55 +00:00
Anduin Xue 83091eff15 Merge pull request #600 from Anduin2017/add-code-of-conduct-1
Create CODE_OF_CONDUCT.md
2022-03-02 19:24:07 +00:00
Anduin Xue e25247b953 Create CODE_OF_CONDUCT.md 2022-03-03 03:23:58 +08:00
Anduin Xue 4d63d8c065 #568 改成煮5分钟。煮10分钟确实不合理。 2022-03-03 03:00:36 +08:00
Anduin Xue 8e8ee80b36 修正百香果橙子中的问题。 2022-03-03 02:53:11 +08:00
Anduin Xue a2da9cc43f Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-03 02:51:09 +08:00
Anduin Xue 6b85496a71 Fix 香菇滑鸡中盐的单位错了 #591 2022-03-03 02:51:02 +08:00
github-actions[bot] 0174185567 [ci skip] Automatic file changes/fix 2022-03-02 18:32:02 +00:00
Anduin Xue 51eae6a6a3 删除重复的新疆大盘鸡。 2022-03-03 02:31:18 +08:00
github-actions[bot] a6c2b8bcd6 [ci skip] Automatic file changes/fix 2022-03-02 18:26:26 +00:00
Anduin Xue c360755381 Merge pull request #526 from M-Chase/dev
feat:新增新疆大盘鸡做法
2022-03-02 18:25:44 +00:00
Anduin Xue ec16c65296 Merge branch 'master' into dev 2022-03-02 18:25:34 +00:00
github-actions[bot] d51ebf6bf8 [ci skip] Automatic file changes/fix 2022-03-02 18:24:27 +00:00
Anduin Xue 6ca54b71ee Merge pull request #573 from ProjectDimlight/master
增加主食:中式馅饼
2022-03-02 18:23:44 +00:00
github-actions[bot] 891ed55ee9 [ci skip] Automatic file changes/fix 2022-03-02 18:22:56 +00:00
Anduin Xue 8b914716a9 Merge pull request #583 from Tsuj100/master
做菜专业术语
2022-03-02 18:22:13 +00:00
Anduin Xue 5344e3df77 Merge pull request #585 from tangqz/patch-1
Update 鸡蛋羹.md
2022-03-02 18:21:33 +00:00
Anduin Xue 301c8f8fdb Merge pull request #596 from salmanli/mycook
删除混合烤鱼菜谱原料项重复食用盐内容
2022-03-02 18:20:49 +00:00
lisixi e78828582d del cooking salt 2022-03-03 00:07:54 +08:00
qizhi 203a64fc65 Update 鸡蛋羹.md
改正错别字
2022-03-02 15:14:45 +08:00
Tsuj100 a2e934d2d6 新增专业术语 2022-03-02 14:45:06 +08:00
Waki 9dd8def027 Delete File 2022-03-02 08:26:01 +08:00
Waki 6380fc86e6 Delete File 2022-03-02 08:25:47 +08:00
Waki bfd74aa521 分类 2022-03-02 08:24:33 +08:00
Waki 08e79b626b Update readme-generate.js 2022-03-02 08:11:42 +08:00
Waki baadb29d2b Update readme-generate.js 2022-03-02 08:08:33 +08:00
Waki 72baa90f73 Create File 2022-03-02 08:04:54 +08:00
Waki f274a312f7 Create File 2022-03-02 08:04:30 +08:00
SOL 1a7893399c 添加主食:中式馅饼 2022-03-01 21:41:55 +08:00
SOL 5040d07739 添加主食:中式馅饼 2022-03-01 21:38:53 +08:00
M-Chase e98d5bd49a 纠正大盘鸡用量问题 2022-03-01 16:21:57 +08:00
Anduin Xue 0f02a2bfd6 Merge pull request #565 from simingy/master
updating index/navigation and optimizing mkdocs view
2022-03-01 15:38:06 +08:00
Anduin Xue 147cfb7553 Use a new approach to generate cname. 2022-03-01 15:27:58 +08:00
Anduin Xue 0c2894f03c Update build.yml 2022-03-01 15:15:52 +08:00
Anduin Xue 7bff69d2ab Delete CNAME 2022-03-01 15:12:35 +08:00
Anduin Xue 20636687e0 Merge pull request #566 from ziofat/master
增加微波炉使用说明和微波葱姜黑鳕鱼菜谱
2022-03-01 15:12:02 +08:00
ziofat 30c637628e 修改菜谱来源说明 2022-03-01 13:45:32 +08:00
ziofat 6b7e440b67 增加菜谱说明 2022-03-01 13:41:51 +08:00
ziofat 182b4c9e37 修正错别字 2022-03-01 13:38:35 +08:00
ziofat 8431dd376b 增加微波炉关联菜谱 2022-03-01 13:35:37 +08:00
github-actions[bot] 33bfc6a3d1 [ci skip] Automatic file changes/fix 2022-03-01 05:34:28 +00:00
ziofat 21bd175cc7 增加微波葱姜鳕鱼做法 2022-03-01 13:33:55 +08:00
github-actions[bot] dea20ad0bb [ci skip] Automatic file changes/fix 2022-03-01 04:49:05 +00:00
ziofat 42c6d3aafc 增加微波炉章节 2022-03-01 12:48:35 +08:00
github-actions[bot] 244a870c5e [ci skip] Automatic file changes/fix 2022-03-01 04:23:22 +00:00
Siming Yuan f0bcd6f872 updating index/navigation and optimizing mkdocs view 2022-02-28 23:22:02 -05:00
Anduin Xue 502df82938 Merge pull request #563 from xiongyu0523/master
resize姜炒鸡图片
2022-03-01 09:47:22 +08:00
Anduin Xue 5990ec407e Merge pull request #561 from simingy/master
adding more mkdocs customization for beautification
2022-03-01 09:20:09 +08:00
neo ff32ea0121 resize姜炒鸡图片 2022-03-01 09:16:33 +08:00
Siming Yuan f2a329724e adding more mkdocs customization for beautification 2022-02-28 17:58:51 -05:00
github-actions[bot] 1ed00277e2 [ci skip] Automatic file changes/fix 2022-02-28 18:37:11 +00:00
Anduin Xue df9838552f Update 可乐桶.md 2022-03-01 02:36:17 +08:00
Anduin Xue 3da7c1f323 Merge pull request #464 from haoruilee/patch-3
Create 可乐桶.md
2022-03-01 02:35:45 +08:00
github-actions[bot] 68a5ad6e3a [ci skip] Automatic file changes/fix 2022-02-28 18:33:20 +00:00
Anduin Xue 3b9e33bba3 Merge pull request #476 from pickerxxr/patch-2
Create 燕麦鸡蛋饼
2022-03-01 02:32:47 +08:00
Anduin Xue eefb0ca568 Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-01 02:30:41 +08:00
Anduin Xue c616eab951 修正煎饺带来的不精准的问题。 2022-03-01 02:30:35 +08:00
github-actions[bot] 3e3786c6ba [ci skip] Automatic file changes/fix 2022-02-28 18:29:46 +00:00
Anduin Xue c62dbddc45 Merge pull request #535 from Wy620/master
新增煎饺的做法
2022-03-01 02:27:57 +08:00
github-actions[bot] e51f4dbc94 [ci skip] Automatic file changes/fix 2022-02-28 18:24:42 +00:00
Anduin Xue 4d475b42b8 修正烤茄子中的问题。 2022-03-01 02:23:57 +08:00
Anduin Xue b914ee394a Merge pull request #543 from timeance/master
增加烤茄子
2022-03-01 02:21:18 +08:00
Anduin Xue 978e58b863 Try to mitigate a build issue. 2022-03-01 02:16:57 +08:00
Anduin Xue f9754bc67c Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-01 02:12:04 +08:00
Anduin Xue 7d878de97e Better built doc. 2022-03-01 02:11:59 +08:00
Anduin Xue 67d0097aae Merge pull request #558 from simingy/master
updating contributions.md
2022-03-01 02:10:49 +08:00
Anduin Xue ab192ad905 Delete docs. 2022-03-01 02:10:00 +08:00
Anduin Xue d092e1a151 Delete _config.yml 2022-03-01 02:06:10 +08:00
github-actions[bot] d0f600a3c2 [ci skip] Automatic textlint fixes 2022-02-28 17:52:11 +00:00
Siming Yuan 07180cd13c updating contributions.md 2022-02-28 12:51:33 -05:00
Anduin Xue 3113bf948a Create CNAME 2022-03-01 01:49:21 +08:00
Anduin Xue e4e5ad84ce Refactor mkdocs publish. 2022-03-01 01:45:53 +08:00
Anduin Xue ddea4912ad Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-01 01:42:19 +08:00
Anduin Xue cd7fc42114 Unify steps. 2022-03-01 01:42:13 +08:00
github-actions[bot] 78470da9bd [ci skip] Automatic textlint fixes 2022-02-28 17:38:02 +00:00
unknown c1d77f9f46 Merge branch 'master' of https://github.com/timeance/HowToCook 2022-02-28 17:37:11 +00:00
github-actions[bot] 2fdf0272ea [ci skip] Automatic generate readme 2022-02-28 17:36:41 +00:00
Anduin Xue 3967d84e3f Fix a yml issue. 2022-03-01 01:36:11 +08:00
unknown 427263be40 修改步骤,使其更加严谨 2022-02-28 17:35:26 +00:00
Anduin Xue 3399877ba4 Try to auto build pages. 2022-03-01 01:33:48 +08:00
github-actions[bot] 9f99fb0d7f [ci skip] Automatic generate readme 2022-02-28 17:29:52 +00:00
zariba 12e3c754c0 Merge branch 'Anduin2017:master' into master 2022-02-28 17:29:22 +00:00
github-actions[bot] f73c3747c9 [ci skip] Automatic textlint fixes 2022-02-28 17:22:16 +00:00
github-actions[bot] 692c10c482 [ci skip] Automatic generate readme 2022-02-28 17:20:11 +00:00
Anduin Xue c59b0d55f8 Text lint add half and full width bracket. 2022-03-01 01:19:31 +08:00
Anduin Xue ed0b6ba517 Fix lint. 2022-03-01 01:10:17 +08:00
Anduin Xue 79b455f37f Fix lint. 2022-03-01 01:08:09 +08:00
Anduin Xue 7030bced3a Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-01 01:04:13 +08:00
Anduin Xue ce63e712ce Unify jobs as build 2022-03-01 01:04:07 +08:00
github-actions[bot] 2c059d91da [ci skip] Automatic textlint fixes 2022-02-28 17:01:40 +00:00
Anduin Xue e7c73c0eb1 Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-01 00:59:53 +08:00
Anduin Xue 3ad7bf6f16 修正一些markdown排版。 2022-03-01 00:59:17 +08:00
github-actions[bot] f74b97b016 [ci skip] Automatic textlint fixes 2022-02-28 16:58:10 +00:00
Anduin Xue 5b4a7edb5e Merge pull request #556 from simingy/master
从新添加mkdocs-material支持
2022-03-01 00:56:30 +08:00
github-actions[bot] 2c5d29a2ae [ci skip] Automatic generate readme 2022-02-28 16:53:53 +00:00
Anduin Xue 81ed5d179d Merge pull request #511 from hacker-jerry/master
增加芋泥雪媚娘做法
2022-03-01 00:53:31 +08:00
Anduin Xue fc0c3a6b68 Merge branch 'master' into master 2022-03-01 00:53:25 +08:00
Anduin Xue 1fca398817 Update 炒青菜.md 2022-03-01 00:52:33 +08:00
Yao Wang 7285b3f5a8 Update 煎饺.md 2022-02-28 10:47:23 -06:00
github-actions[bot] c658176fad [ci skip] Automatic generate readme 2022-02-28 16:47:19 +00:00
Yao Wang 7950bc4aeb Update 煎饺.md 2022-02-28 10:47:05 -06:00
Anduin Xue f38420696b Merge pull request #488 from Zhoushunshun541/PR-improve-menu
PR 改善油泼辣子的配方
2022-03-01 00:46:58 +08:00
Anduin Xue cb05f0f977 Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-01 00:46:08 +08:00
Anduin Xue e3b97edf0b 修正草莓酱的lint。 2022-03-01 00:46:01 +08:00
Siming Yuan 22a3947226 adding support for mkdocs-material hosting/docs generation 2022-02-28 11:45:05 -05:00
github-actions[bot] b9b256f3b7 [ci skip] Automatic textlint fixes 2022-02-28 16:44:48 +00:00
Anduin Xue eaa88b7ec5 Merge pull request #431 from tokyo2006/caomei_jam
Add Strawberry jam
2022-03-01 00:44:13 +08:00
github-actions[bot] e018c0724d [ci skip] Automatic textlint fixes 2022-02-28 16:42:45 +00:00
Anduin Xue 14323d1aef 修正姜炒鸡里的不精准。 2022-03-01 00:42:07 +08:00
github-actions[bot] 2757491e33 [ci skip] Automatic generate readme 2022-02-28 16:38:51 +00:00
Anduin Xue 2fd0200141 Merge pull request #550 from xiongyu0523/master
增加姜炒鸡
2022-03-01 00:38:25 +08:00
github-actions[bot] 5e97a849fe [ci skip] Automatic textlint fixes 2022-02-28 16:38:10 +00:00
Anduin Xue 6caebfeda3 Merge pull request #552 from ziofat/master
更新压力锅的原理、优点和注意事项
2022-03-01 00:37:31 +08:00
Anduin Xue 8408ee1ebe Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-03-01 00:37:16 +08:00
Anduin Xue ae51390f50 Fix some lint issue. 2022-03-01 00:37:10 +08:00
github-actions[bot] 37c08ee767 [ci skip] Automatic generate readme 2022-02-28 16:35:56 +00:00
Anduin Xue 52a23a02ca Merge pull request #553 from cpfy/master
Create 戚风蛋糕.md
2022-03-01 00:35:30 +08:00
Anduin Xue a2ef18e4e9 Revert some python stuff. 2022-03-01 00:32:46 +08:00
github-actions[bot] ad1b345082 [ci skip] Automatic generate readme 2022-02-28 16:15:04 +00:00
Anduin Xue 9901447ccc Merge pull request #554 from simingy/master
添加mkdoc-material支持
2022-03-01 00:14:41 +08:00
Siming Yuan d4a46c77b1 - fixing doc reference bugs
- added support for mkdocs materia rendering
2022-02-28 10:21:33 -05:00
cpfy 103ae280f7 Create 戚风蛋糕.md 2022-02-28 22:00:37 +08:00
zariba 692631a5f2 Merge branch 'Anduin2017:master' into master 2022-02-28 13:40:14 +00:00
ziofat 12ea6c3a97 更新压力锅的原理、优点和注意事项 2022-02-28 20:50:15 +08:00
neo 9914e78fff Update姜炒鸡图片 2022-02-28 19:58:43 +08:00
neo b2859a7121 新增姜炒鸡 2022-02-28 19:56:45 +08:00
github-actions[bot] 08d5c6aa43 [ci skip] Automatic generate readme 2022-02-28 06:35:36 +00:00
Chen Zeng fcf508c810 Merge branch 'master' into caomei_jam 2022-02-28 14:35:16 +08:00
Zhoushunshun1 bc712ac77d fix pr comment 2022-02-28 13:17:10 +08:00
hacker-jerry 5d476aa576 fix:Readme Conflict 2022-02-28 12:32:27 +08:00
hacker-jerry e135d34b93 fix:将图片传至仓库 2022-02-28 12:27:10 +08:00
github-actions[bot] e986015882 [ci skip] Automatic textlint fixes 2022-02-28 03:58:27 +00:00
Anduin Xue d8117d54d7 Update textlint.yml 2022-02-28 11:58:06 +08:00
github-actions[bot] 5f69a7d903 [ci skip] Automatic generate readme 2022-02-28 03:56:49 +00:00
Anduin Xue 4222d5a0df Rename 酸梅汁.md to 酸梅汤(半成品加工).md 2022-02-28 11:56:34 +08:00
github-actions[bot] e6237e4b12 [ci skip] Automatic generate readme 2022-02-28 03:54:32 +00:00
Anduin Xue 4702d18fd2 Merge pull request #538 from boluo1997/boluo
土豆炖排骨
2022-02-28 11:54:11 +08:00
Anduin Xue 00dac84ba4 Merge branch 'master' into boluo 2022-02-28 11:54:06 +08:00
Anduin Xue 9be8bd47d2 Merge pull request #541 from LHansoon/master
Update 牛奶燕麦.md, 添加快速烹饪燕麦方法
2022-02-28 11:52:37 +08:00
Anduin Xue d2ae5bc519 Merge pull request #544 from WakiJi/main
增加使用普通锅进行“蒸“的方法 优化金针菇0排版
2022-02-28 11:48:46 +08:00
Waki 35a17e0fe9 Merge branch '1' 2022-02-28 09:29:59 +08:00
Waki 7679f6c1ea Update 学习蒸.md 2022-02-28 09:26:05 +08:00
Waki 1ea27c0899 Merge branch 'master' of https://github.com/WakiJi/HowToCook 2022-02-28 09:19:51 +08:00
github-actions[bot] efa3a0d144 [ci skip] Automatic generate readme 2022-02-28 01:19:26 +00:00
Waki d559655bce Merge branch 'master' 2022-02-28 09:19:17 +08:00
Waki 0bfe3d85b4 Merge branch '20220227' 2022-02-28 09:17:16 +08:00
github-actions[bot] d673e3a484 [ci skip] Automatic generate readme 2022-02-28 01:00:50 +00:00
Waki 1cba1c9b1e Merge remote-tracking branch 'upstream/master' 2022-02-28 08:58:28 +08:00
Waki 6b5ac713dd Delete README.md 2022-02-28 08:21:18 +08:00
Waki 57799c483c Delete 蒸.md 2022-02-28 08:21:03 +08:00
unknown a961fa1e20 修改部分描述错误 2022-02-27 21:37:29 +00:00
unknown d1a0867acd 添加烤茄子 2022-02-27 21:34:51 +00:00
LHansoon 0994c9e126 Update 牛奶燕麦.md
add a fast cooking method for the oatmeal
2022-02-27 13:31:41 -04:00
Anduin Xue 96a07deb79 Merge pull request #539 from keidarcy/ci-add-issue-close-bot
CI add pr, issue stale bot and readme alphabetic order
2022-02-27 22:41:10 +08:00
github-actions[bot] 93447a84b7 [ci skip] Automatic textlint fixes 2022-02-27 09:51:12 +00:00
Bobby Rong 5e0dc78764 水煮牛肉: convert to UTF-8 2022-02-27 17:44:38 +08:00
github-actions[bot] acd5bcab54 [ci skip] Automatic generate readme 2022-02-27 06:51:56 +00:00
Xing Yahao 23f01d6ddd [ci] Add stale issue pr close bot 2022-02-27 15:51:37 +09:00
dingc 379477206d 土豆炖排骨 2022-02-27 14:37:03 +08:00
Anduin Xue 659d73d0e7 Update 蛋炒饭.md 2022-02-27 14:22:00 +08:00
Yao Wang 621c3b903b Update README.md 2022-02-27 00:15:55 -06:00
Yao Wang c4713325a4 Update 煎饺.md 2022-02-27 00:10:03 -06:00
Anduin Xue dd629a0641 修正韩式拌饭中的错误。 2022-02-27 14:04:46 +08:00
github-actions[bot] 9be41ca269 [ci skip] Automatic generate readme 2022-02-27 06:00:05 +00:00
Anduin Xue 6dbe1cf617 Update readme-generate.yml 2022-02-27 13:59:48 +08:00
Anduin Xue 21c75d61cb Merge pull request #532 from adaxing/master
add dish
2022-02-27 13:59:23 +08:00
github-actions[bot] cba73a4b2e [ci skip] Automatic generate readme 2022-02-27 05:56:04 +00:00
Anduin Xue 10fad59755 Rename 蒸.md to 学习蒸.md 2022-02-27 13:55:31 +08:00
Anduin Xue 06a4bd66b4 Rename 煮.md to 学习煮.md 2022-02-27 13:55:20 +08:00
Anduin Xue 62c9298b3a Rename 炒与煎.md to 学习炒与煎.md 2022-02-27 13:55:05 +08:00
Anduin Xue 1d83762e32 Rename 焯水.md to 学习焯水.md 2022-02-27 13:54:53 +08:00
github-actions[bot] 02767a908b [ci skip] Automatic generate readme 2022-02-27 05:52:54 +00:00
Anduin Xue 845ab2fc2a Merge pull request #525 from keidarcy/ci-readme-generator
添加自动生成README的CI
2022-02-27 13:52:25 +08:00
Anduin Xue 421c4a85a1 Merge branch 'master' into ci-readme-generator 2022-02-27 13:52:19 +08:00
Anduin Xue 64ddd88ffd Merge pull request #527 from zi6xuan/master
Update 鸡蛋羹.md
2022-02-27 13:50:59 +08:00
Anduin Xue f62bc75571 Update 耙耙柑茶.md 2022-02-27 13:49:03 +08:00
Anduin Xue 777db2a4ee Merge pull request #524 from Bersder/oshino/citrus-tea
feat(drink): 耙耙柑茶
2022-02-27 13:48:29 +08:00
Anduin Xue a997899f7e Merge pull request #498 from ruozhuliufeng/master
早餐新增小米粥
2022-02-27 13:47:55 +08:00
Anduin Xue 330cdcf120 Update 食品安全.md 2022-02-27 13:47:15 +08:00
Anduin Xue a3a8d18d4b Merge pull request #522 from RuikangSun/patch-1
使相关表述科学化,优化了部分科学常识
2022-02-27 13:46:53 +08:00
Anduin Xue 5b1faf9558 Merge pull request #518 from cathyQinQin/add_dish
Add 菜谱《蒜苔炒肉末》
2022-02-27 13:46:12 +08:00
Anduin Xue 5428702f8a Merge pull request #517 from Bersder/oshino/gin-special
feat(drink): 补充金酒特调成品图
2022-02-27 13:45:36 +08:00
Anduin Xue d3a3ee0dee Merge pull request #512 from Whatever-An/master
feat:增加水煮牛肉
2022-02-27 13:44:55 +08:00
Anduin Xue c05caee4d7 Merge pull request #509 from skyquiet/master
麻油拌面
2022-02-27 13:43:14 +08:00
Yao Wang 0dc7f328b9 Rename 煎饺的做法.md to 煎饺.md 2022-02-26 20:20:12 -06:00
Yao Wang 01b6494f57 新建煎饺的做法 2022-02-26 20:19:47 -06:00
Yao Wang 40bc17dc26 Delete 煎饺的做法 2022-02-26 20:18:57 -06:00
Yao Wang ddeca1ca6c 新建煎饺的做法 2022-02-26 20:18:44 -06:00
Yao Wang bdce4a4c40 Delete 煎饺的做法 2022-02-26 20:17:41 -06:00
Yao Wang b3317a1c77 新增早餐煎饺的做法 2022-02-26 20:12:13 -06:00
adaxing 552b3e8043 add dish 2022-02-26 16:58:20 -07:00
Waki 14bc26376d 更正菜的种类 2022-02-27 00:24:57 +08:00
Waki 60cdac84fb 排版更新
依据https://github.com/Anduin2017/HowToCook/issues/528#issuecomment-1052152465更新排版(测试)
2022-02-27 00:20:32 +08:00
Waki 221052162d 更新排序+排版 2022-02-26 23:58:37 +08:00
Waki f2279bbf60 更正路径 2022-02-26 23:45:39 +08:00
Waki ca2fa267d3 Add files via upload 2022-02-26 23:44:15 +08:00
Waki 72d3b3c967 Delete abaaba_1.png 2022-02-26 23:43:24 +08:00
Waki 0c4187a73b Rename dishes/soup/西红柿土豆炖牛肉/西红柿土豆炖牛肉(腩).md to dishes/home-cooking/西红柿土豆炖牛肉/西红柿土豆炖牛肉(腩).md 2022-02-26 23:42:22 +08:00
zi6xuan 5a7e5375b2 Update 鸡蛋羹.md 2022-02-26 23:16:03 +09:00
M-Chase 98bef49fca update README.md 2022-02-26 20:27:02 +08:00
M-Chase 191562d11a 新增新疆大盘鸡做法 2022-02-26 20:16:50 +08:00
github-actions[bot] c704c1b7a3 [ci skip] Automatic generate readme 2022-02-26 11:57:21 +00:00
Xing Yahao e10701dced add new category 2022-02-26 20:56:53 +09:00
github-actions[bot] fc694223df [ci skip] Automatic generate readme 2022-02-26 10:31:54 +00:00
Xing Yahao 0bcb6a3dd7 update ci related 2022-02-26 19:31:36 +09:00
github-actions[bot] c22b550c03 [ci skip] Automatic generate readme 2022-02-26 10:11:59 +00:00
Xing Yahao 8c13d224ec use current branch 2022-02-26 19:11:36 +09:00
Xing Yahao 0b912618e3 fix ci 2022-02-26 19:08:05 +09:00
Xing Yahao 9ce0cac337 [ci] Create readme auto generator 2022-02-26 19:05:53 +09:00
oshino 892a1b02f2 feat(drink): 耙耙柑茶 2022-02-26 17:15:58 +08:00
ruozhuliufeng 5129f309a1 Merge branch 'master' into master 2022-02-26 13:21:26 +08:00
SunRuikang 156882faba 使相关表述科学化,优化了部分科学常识
[先前提交](https://github.com/Anduin2017/HowToCook/commit/59000133cf287fdf0ed22e86c3da073600bfd55b)的各种食物加热温度数据未查到可靠来源,根据食品安全相关要求,食品加热到一定温度后仍需**保持一定的时间**,故删除。
2022-02-26 13:00:33 +08:00
Waki aa5d8a9879 排版+用词 2022-02-26 09:24:16 +08:00
Waki 3b5bdc74df Add files via upload
chrome自动翻译****
2022-02-26 09:22:42 +08:00
Waki 114671ab49 Create file 2022-02-26 09:22:06 +08:00
Waki 82a24e14a6 Delete 提示/学习/pic directory 2022-02-26 09:21:01 +08:00
Waki 5a174aece6 Delete 提示/学习/图片 directory 2022-02-26 09:19:59 +08:00
Waki 10af847a05 2022-02-26 09:19:28 +08:00
Waki 8c4e4d7ed6 Create file 2022-02-26 09:19:10 +08:00
Waki 1bf82d0136 Create file 2022-02-26 09:17:05 +08:00
Waki fffd669ca1 Delete 55af5504Ne745b739.jpg 2022-02-26 09:16:16 +08:00
Waki 506d4273de Delete file 2022-02-26 09:11:16 +08:00
Waki c6f5757853 Add files via upload 2022-02-26 09:10:56 +08:00
Waki c72ea10177 Create file 2022-02-26 09:10:29 +08:00
Waki 658bf83b55 排版 2022-02-26 09:04:07 +08:00
Waki 1b35a229b8 排版 2022-02-26 09:01:33 +08:00
Waki 9826ea73f3 增加铁锅并调整了排版 2022-02-26 08:54:48 +08:00
Cathyqinqin 8d4fa8ccf9 Add 菜谱《蒜苔炒肉末》 2022-02-25 14:59:05 -08:00
oshino a3131d3150 feat(drink): 补充金酒特调成品图 2022-02-26 01:04:42 +08:00
ruozhuliufeng 6ec73bbb42 小米粥目录更新 2022-02-25 20:24:53 +08:00
github-actions[bot] bb8e476c5f [ci skip] Automatic textlint fixes 2022-02-25 12:03:13 +00:00
An 03bc499503 Merge branch 'master' into master 2022-02-25 19:08:27 +08:00
wangxihao aec7c102c6 feat:增加水煮肉片 2022-02-25 19:04:29 +08:00
hacker-jerry f08d78051c 增加芋泥雪媚娘做法 2022-02-25 18:42:31 +08:00
孙立杰 9551329c61 麻油版面 2022-02-25 17:52:18 +08:00
Anduin Xue e2358d3832 Merge pull request #471 from TusiziLy/roastFish
add:烤鱼
2022-02-25 17:38:29 +08:00
Anduin Xue d88863e812 Merge branch 'master' into roastFish 2022-02-25 17:38:21 +08:00
菟丝子 f95f36ba46 fix:修改豆瓣酱用量 2022-02-25 17:20:39 +08:00
Anduin Xue 3a4c39229b Update README.md 2022-02-25 17:15:11 +08:00
Anduin Xue 46c452bc8a Merge pull request #466 from ITdesk01/master
新增酸梅汤
2022-02-25 17:14:05 +08:00
Anduin Xue 9c74b090e0 Merge pull request #470 from ChinaLeng/master
增加菜谱
2022-02-25 17:11:50 +08:00
Anduin Xue a1295c0960 Merge pull request #487 from hellopony/master
Add breakfaset 美式炒蛋
2022-02-25 17:11:18 +08:00
ITdesk a0eee4858b Update 酸梅汤.md 2022-02-25 17:10:56 +08:00
Anduin Xue f4d93ad428 Merge pull request #468 from wz930206/master
create 荤菜/红烧猪蹄
2022-02-25 17:09:32 +08:00
Anduin Xue f41c879da6 Merge branch 'master' into master 2022-02-25 17:09:13 +08:00
hellopony b31cd4d8f5 Update 美式炒蛋.md 2022-02-25 15:23:14 +08:00
hellopony 1d59da8f44 Update 美式炒蛋.md 2022-02-25 15:22:16 +08:00
kuan b7e4f4b29c 修改材料需要毫升数 2022-02-25 14:51:06 +08:00
ruozhuliufeng 83d94fa353 小米粥目录优化 2022-02-25 14:41:59 +08:00
菟丝子 6524a2db26 fix:水产目录修改 2022-02-25 14:41:52 +08:00
Anduin Xue 1679396a24 Update README.md 2022-02-25 14:37:41 +08:00
Anduin Xue 1a5c19d725 Merge pull request #494 from Gentlemeng/master
西红柿牛腩
2022-02-25 14:36:53 +08:00
Anduin Xue 140ac4ae41 Update README.md 2022-02-25 14:33:56 +08:00
Anduin Xue d3b74a2039 Merge pull request #408 from leader402/patch-1
Create 口水鸡.md
2022-02-25 14:33:24 +08:00
Anduin Xue 92da92c17c Merge branch 'master' into patch-1 2022-02-25 14:33:05 +08:00
Anduin Xue 39ac699288 Merge pull request #478 from IcedOtaku/master
fix: 小炒黄牛肉
2022-02-25 14:31:30 +08:00
Anduin Xue cfa7b11648 Merge pull request #482 from liyishuai/patch-1
README: fix hyperlink of shields
2022-02-25 14:30:24 +08:00
Anduin Xue 0ab11d323d Merge pull request #481 from Sherozn/master
添加麻辣减脂荞麦面菜谱
2022-02-25 14:28:59 +08:00
wxh 0e6b4493fc feat: 更新Readme 2022-02-25 14:13:27 +08:00
github-actions[bot] ec49501ae0 [ci skip] Automatic textlint fixes 2022-02-25 06:03:10 +00:00
kuan 7a143baea4 ‘修改菜谱分类 2022-02-25 13:56:16 +08:00
Anduin Xue 28f2ccc9b3 Merge pull request #486 from SamL1n/master
correct the unit of sugar
2022-02-25 13:52:08 +08:00
Anduin Xue a59e137f07 Merge pull request #492 from jiabaogit/zhenghuajuan
add 早餐/蒸花卷
2022-02-25 13:49:19 +08:00
ruozhuliufeng ff67d76c1e 早餐新增小米粥 2022-02-25 13:45:58 +08:00
Bobby Rong 322075d8d8 Merge pull request #491 from houmingjie/patch-1
update
2022-02-25 13:09:27 +08:00
wxh a3ad41ff42 style: 剔除注释 2022-02-25 11:17:26 +08:00
houmingjie 1f66d1fbfc update 2022-02-25 11:08:15 +08:00
jiabaogit b9803db9f7 Update README.md 2022-02-25 11:03:31 +08:00
jiabaogit 744d6b85e2 Merge branch 'Anduin2017:master' into patch-1 2022-02-25 11:00:37 +08:00
kuan bf914952b4 修改用料数量 2022-02-25 09:59:53 +08:00
Zhoushunshun1 7592eea933 Merge branches 'PR-improve-menu' and 'PR-improve-menu' of github.com:Zhoushunshun541/HowToCook into PR-improve-menu 2022-02-25 09:54:04 +08:00
Zhoushunshun1 3e9aa17c9c 改善油泼辣子的配方 2022-02-25 09:53:52 +08:00
ChinaLeng d5f0e9cf91 Merge branch 'master' into master 2022-02-25 09:52:40 +08:00
kuan 5f687cefae 修改用料数量 2022-02-25 09:46:21 +08:00
菟丝子 a09427a11a feat:添加烤鱼做法 2022-02-25 09:39:33 +08:00
hellopony 05340eb4a0 Update 美式炒蛋.md 2022-02-25 09:39:32 +08:00
hellopony 8daa1d0467 Update 美式炒蛋.md 2022-02-25 09:37:24 +08:00
hellopony 9cc238d963 Update 美式炒蛋.md 2022-02-25 09:36:36 +08:00
iuruognil c0c03bf9b4 correct the unit of sugar 2022-02-25 09:36:29 +08:00
wu zhao 098fa4fd82 Update 红烧猪蹄.md
勺精确化
2022-02-25 09:35:09 +08:00
An 99144a9106 Merge pull request #2 from Anduin2017/master
拉取更新
2022-02-25 09:32:50 +08:00
hellopony 7c7bbbd538 Update 美式炒蛋.md 2022-02-25 09:24:49 +08:00
hellopony dcf2aea49e Update README.md 2022-02-25 09:16:12 +08:00
hellopony 45fc7ff145 Add files via upload 2022-02-25 09:14:58 +08:00
github-actions[bot] 49d92d5b14 [ci skip] Automatic textlint fixes 2022-02-25 00:52:35 +00:00
Bobby Rong 20d9b087c0 凉粉: convert to UTF-8 2022-02-25 08:39:06 +08:00
Bobby Rong cf37624661 Revert "[ci skip] Automatic textlint fixes"
This reverts commit d5184a7e6b.
2022-02-25 08:35:14 +08:00
Alan Liu 062ae83251 Rename 燕麦鸡蛋饼 to 燕麦鸡蛋饼.md
change name
2022-02-25 08:17:51 +08:00
Yishuai Li a0f1772841 README: fix hyperlink of shields
Previous: clicking the shield directs to the shield's image
Now: directs to the contents
2022-02-24 14:20:29 -05:00
Sherozn f349f6790b Merge branch 'Anduin2017:master' into master 2022-02-25 02:45:30 +08:00
xzn 490e991117 添加麻辣减脂荞麦面菜谱 2022-02-25 02:40:39 +08:00
MrZhangCSU 0c81e07a78 Update 生汆丸子汤.md 2022-02-24 10:27:00 -08:00
MrZhangCSU 64142a4dbd Update 生汆丸子汤.md 2022-02-24 10:24:17 -08:00
MrZhangCSU 7d5870bbf1 生汆丸子汤 2022-02-24 10:17:21 -08:00
github-actions[bot] 1c0397d20f [ci skip] Automatic textlint fixes 2022-02-24 18:03:16 +00:00
xzn 77c2ab0734 添加麻辣减脂荞麦面菜谱 2022-02-25 01:38:10 +08:00
IcedOtaku ae72f59694 fix: 小炒黄牛肉 2022-02-25 00:19:34 +08:00
leader402 78f72d9baf Update 口水鸡.md
更新附加内容
2022-02-25 00:08:17 +08:00
Anduin Xue 7e3dac006d Merge pull request #448 from liujiang157/master
Add 茶叶蛋.md
2022-02-24 23:59:57 +08:00
Anduin Xue 1b62ec0406 Merge pull request #465 from wentata/master
Added B52 轰炸机
2022-02-24 23:59:11 +08:00
Anduin Xue 8f27ab0872 Merge pull request #463 from Whatever-An/master
feta:增加素菜凉粉
2022-02-24 23:54:52 +08:00
Anduin Xue aa14750570 Merge pull request #477 from SUIBING112233/master
Update:修正宫保鸡丁的错误;新增其川内家常做法
2022-02-24 23:53:44 +08:00
SUIBING112233 96fd9c883a Update:修正宫保鸡丁的错误;新增其川内家常做法 2022-02-24 23:41:51 +08:00
Anduin Xue 346edc5583 Merge pull request #472 from qhduan/master
增加了一个关于压力锅的提示
2022-02-24 22:43:47 +08:00
Alan Liu 9f71e8bc68 Create 燕麦鸡蛋饼 2022-02-24 21:59:34 +08:00
qhduan ea190a6279 add: 增加一个压力锅的安全提示 2022-02-24 19:15:52 +08:00
qhduan ad2e44f453 add: 增加一个压力锅的安全提示 2022-02-24 19:15:48 +08:00
Bobby Rong 286c618067 Merge pull request #461 from HeZean/master
fix: unified full angle symbols
2022-02-24 19:08:17 +08:00
Chen Zeng b91512d019 Merge branch 'master' into caomei_jam 2022-02-24 19:05:10 +08:00
xinta c45695dcc1 reformat 2022-02-24 19:03:19 +08:00
菟丝子 b7640ea694 feat:烤鱼 2022-02-24 18:46:46 +08:00
An 3c466f02f0 Merge branch 'master' into master 2022-02-24 18:23:08 +08:00
kuan d2ac0c8b12 修改README 2022-02-24 18:04:56 +08:00
kuan e0a95e9c21 鳊鱼炖豆腐 2022-02-24 17:41:23 +08:00
wuzhao 52db01e904 create 汤与粥/菌菇炖乳鸽 2022-02-24 17:41:04 +08:00
wuzhao 7bf4885cab create 荤菜/红烧猪蹄 2022-02-24 17:08:32 +08:00
ITdesk01 11c654f2a1 新增酸梅汤
Signed-off-by: ITdesk01 <ITdesk01>
2022-02-24 16:39:56 +08:00
haorui aae9d67664 Create 可乐桶.md
增加了可乐桶的做法
2022-02-24 16:30:50 +08:00
wentata 58eadb20d9 Added B52 轰炸机 2022-02-24 16:29:05 +08:00
wangxihao 179e5fe751 feat:增加素菜凉粉 2022-02-24 15:51:56 +08:00
Chris bb25b6aa2b fix: uniform full angle symbols 2022-02-24 15:16:42 +08:00
Anduin Xue ce959372c8 Update README.md 2022-02-24 14:51:42 +08:00
github-actions[bot] f9340ce4a3 [ci skip] Automatic textlint fixes 2022-02-24 06:50:49 +00:00
leader402 8bac2d9bf0 Delete 口水鸡.md
删除多余口水鸡.md
2022-02-24 14:40:07 +08:00
Anduin Xue 310db704e4 Merge pull request #433 from yongxinz/master
add 榄菜肉末四季豆
2022-02-24 14:39:06 +08:00
Anduin Xue 2ef4f65a7e Merge pull request #446 from WangShayne/master
增加炸串酱料
2022-02-24 14:37:54 +08:00
leader402 a946b30bcb Update 口水鸡.md
修改重量
2022-02-24 14:30:17 +08:00
Shayne Wang b13803190d 1.修改错别字;2.修改为中文标点;3.细化操作; 2022-02-24 14:12:26 +08:00
liujiang157 2415f1b4d8 Merge branch 'master' into master 2022-02-24 14:12:02 +08:00
github-actions[bot] 3b97caef6f [ci skip] Automatic textlint fixes 2022-02-24 06:02:51 +00:00
yongxinz f0bbae4f66 Merge branch 'master' into master 2022-02-24 14:00:49 +08:00
liujiang157 3443d3f63a Fix 质量以及参考量优化 2022-02-24 13:32:34 +08:00
liujiang157 28c1a7fe19 Fix 质量歧义优化 2022-02-24 13:30:25 +08:00
Anduin Xue 675635be98 Update README.md 2022-02-24 13:27:51 +08:00
Anduin Xue 2225ed8229 Merge pull request #354 from MartinMxn/MartinDev
增加孜然羊肉。
2022-02-24 13:27:21 +08:00
Anduin Xue bd3af674fe Merge pull request #456 from InGramViking/patch-1
Update 速冻水饺.md
2022-02-24 13:22:49 +08:00
InGramViking e7cfcdfa61 Update 速冻水饺.md
修改蘸料描述
2022-02-24 13:01:46 +08:00
liujiang157 903afa18e2 Fix 茶叶蛋.md内容优化 2022-02-24 12:35:07 +08:00
Martin c689047589 Merge branch 'master' into MartinDev 2022-02-23 20:27:07 -08:00
Anduin Xue dd3e242cea Merge pull request #436 from wq-peng/master
dishes/staple/米饭:添加使用普通锅蒸米饭的方法
2022-02-24 12:22:54 +08:00
Anduin Xue a6cbecb524 Merge pull request #432 from leo220yuyaodog/master
update  油泼辣子.md
2022-02-24 12:19:33 +08:00
Anduin Xue 438eab9606 Merge pull request #332 from zer0fire/develop
feat: 新增懒人蛋挞的做法
2022-02-24 12:15:45 +08:00
Anduin Xue 45b90c75ec Merge pull request #437 from ljcucc/patch-1
需要因為人數增加而增加食鹽之量
2022-02-24 12:13:54 +08:00
Anduin Xue 8823aca812 Merge pull request #452 from yulimchen/add-dish
Update readme菜品归类
2022-02-24 12:12:34 +08:00
Anduin Xue 8040fc8fe2 Merge branch 'master' into add-dish 2022-02-24 12:12:22 +08:00
Anduin Xue 554d74c023 Merge pull request #419 from lcomplete/master
feature: 微波炉腊肠煲仔饭
2022-02-24 12:11:32 +08:00
Anduin Xue 6919b7caa4 Merge pull request #450 from anyanf/master
新增茶叶蛋食谱,Update readme菜品归类
2022-02-24 12:11:10 +08:00
Anduin Xue b88ceac57c Merge pull request #453 from ForgedTurbo/patch-1
Update 食品安全.md
2022-02-24 12:07:12 +08:00
Anduin Xue 59b04ed442 Merge pull request #457 from Anduin2017/revert-455-patch-1
Revert "Update README.md"
2022-02-24 12:06:36 +08:00
Anduin Xue 7ebdb25a6d Revert "Update README.md" 2022-02-24 12:06:27 +08:00
Anduin Xue bbff18a544 Merge pull request #455 from mobei12/patch-1
Update README.md
2022-02-24 12:06:13 +08:00
InGramViking b64cf28054 Update 速冻水饺.md
增加煮饺子夹生情况下的处理方式;
增加更多蘸料选择;
增加刷锅过程;
精确计算中的水用量描述
2022-02-24 11:24:46 +08:00
漠北哥哥 2772f11155 Update README.md 2022-02-24 11:15:47 +08:00
liujiang157 77ce9f9899 Fix茶叶蛋标题错误 2022-02-24 11:09:29 +08:00
ForgedTurbo 6f1bba0c21 Update 食品安全.md
增加 食物安全温度章节
2022-02-23 20:09:11 -07:00
leader402 39d30faadd Update README.md
更新readme
2022-02-24 11:08:34 +08:00
leader402 6c7e55b1fa Update 口水鸡.md
修改路径
2022-02-24 11:06:44 +08:00
leader402 6ae2957989 Create 口水鸡.md 2022-02-24 11:03:20 +08:00
leader402 02cb6b258a Update 口水鸡.md
更新图片地址
2022-02-24 11:02:02 +08:00
leader402 206ef5b63c Delete 口水鸡.png 2022-02-24 11:00:42 +08:00
安彦风 4834e24e7c Update readme菜品归类 2022-02-24 10:59:40 +08:00
安彦风 2589b60748 Merge branch 'Anduin2017:master' into master 2022-02-24 10:57:44 +08:00
lcomplete d210853f31 fix(微波炉腊肠煲仔饭): 修改原料描述,使其单位更精确 2022-02-24 10:57:02 +08:00
leader402 bc7faca1cb Add files via upload
添加口水鸡图片
2022-02-24 10:56:06 +08:00
leader402 79995022ef Create 口水鸡.png
新建口水鸡文件夹
2022-02-24 10:55:10 +08:00
yulimchen a31eecbf65 Update readme菜品归类 2022-02-24 10:55:03 +08:00
wxh a63bcec7d1 feat: 西红柿牛腩 2022-02-24 10:53:34 +08:00
wxh 888f514c8a feat: 西红柿牛腩 2022-02-24 10:52:11 +08:00
liujiang157 51f5be9d3d 提交 2022-02-24 10:34:25 +08:00
liujiang157 82ca98a255 茶叶蛋.md 2022-02-24 10:33:00 +08:00
安彦风 416c262cf0 Update README.md
更新茶叶蛋
2022-02-24 10:30:02 +08:00
安彦风 9037f659ca Update README.md
更新茶叶蛋链接
2022-02-24 10:28:26 +08:00
AnKang d04fa535ac 增加茶叶蛋 2022-02-24 10:24:14 +08:00
An 2fd9f47c0f Merge pull request #1 from Anduin2017/master
拉取合并主仓库代码
2022-02-24 10:00:54 +08:00
Shayne Wang e62b0ff1dd 增加模板必须的计算列 2022-02-24 09:59:35 +08:00
zer0fire cdb9ddca73 fix: 修改菜单名为懒人蛋挞 2022-02-24 09:53:37 +08:00
Shayne Wang c1f03aed4c 添加炸串酱料 2022-02-24 09:51:49 +08:00
yongxinz 998a4f1476 去掉适量用词,换成了更准确的描述 2022-02-24 09:23:28 +08:00
leoshine 9e50ee9489 Update 油泼辣子.md
附加内容啊补充 五香粉 的作用说明
2022-02-24 09:22:17 +08:00
leoshine 9a9d5da531 Update 油泼辣子.md
新增原料
2022-02-24 09:06:31 +08:00
tuppt 761c415695 Create 通用汤面
通用汤面的做法
2022-02-24 09:02:19 +08:00
xinta dd62b1d600 Add Strawberry jam
- Add strawberry jam

- Change to condiment folder
2022-02-24 08:58:41 +08:00
the IT.Wolf (Jason Lin) f3f7123dba 是否需要因為人數增加而增加食鹽之量
是否需要因為人數增加而增加食鹽之量?如果今天煮100人的菜時,如果食鹽只有5g,成品口味可能會太淡,而無法下嚥。
2022-02-24 03:30:02 +08:00
Wenqing Peng 271233a63a dishes/staple/米饭/米饭:更新对锅盖的描述 2022-02-23 20:27:55 +01:00
Wenqing Peng eb1e8d643a README:更新README中到<米饭>的引用 2022-02-23 20:14:52 +01:00
Wenqing Peng 1baceb85cd dishes/staple/米饭: 添加使用普通煮锅煮米饭的方法 2022-02-23 20:11:38 +01:00
Martin 844900752d Merge branch 'master' into MartinDev 2022-02-23 10:59:11 -08:00
MartinMxn 1b99739211 Update重量参考 2022-02-23 10:58:08 -08:00
Anduin Xue 0e157e6b80 Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-02-24 02:19:53 +08:00
Anduin Xue db8e2ada9f 正确归类鱼香肉丝。 2022-02-24 02:19:47 +08:00
github-actions[bot] 48e9b16481 [ci skip] Automatic textlint fixes 2022-02-23 18:08:44 +00:00
Anduin Xue 24c47db3d9 Merge pull request #338 from Bersder/oshino/gin-special
feat(drink): 金酒特调
2022-02-24 02:06:23 +08:00
Anduin Xue d9467ff31d Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-02-24 02:03:41 +08:00
Anduin Xue 7370846036 修正readme中错误的归类。 2022-02-24 02:03:35 +08:00
github-actions[bot] ebc95209cf [ci skip] Automatic textlint fixes 2022-02-23 18:02:49 +00:00
Anduin Xue 6bea862bfd 增加炒方便面的描述语。 2022-02-24 02:00:57 +08:00
忍野 喵 f53295731a Merge branch 'master' into oshino/gin-special 2022-02-24 01:57:53 +08:00
Anduin Xue e20d0f5848 将红烧肉合并到荤菜里。 2022-02-24 01:57:40 +08:00
jojojian eb0865dac1 feat(drink): 金酒特调 2022-02-24 01:56:35 +08:00
Anduin Xue 824123eb36 重构Readme菜谱。挪动了两个菜。 2022-02-24 01:54:13 +08:00
Anduin Xue 83d168985e Merge pull request #403 from JasonFeng02/patch-2
Update 手工水饺.md
2022-02-24 01:38:08 +08:00
Anduin Xue 94317e25a8 Merge pull request #417 from mowangblog/master
Update 糖醋里脊.md
2022-02-24 01:37:37 +08:00
Anduin Xue a9812b7fa1 Update 萝卜炖羊排.md 2022-02-24 01:32:32 +08:00
Anduin Xue f1cba42ab9 Merge pull request #416 from lb553024300/master
萝卜炖羊排:增加一道菜谱
2022-02-24 01:31:39 +08:00
Anduin Xue 2dd4912c63 Merge branch 'master' into master 2022-02-24 01:31:23 +08:00
Anduin Xue 530716ab8c Merge pull request #413 from lb553024300/lb553024300-patch-1
Update README.md
2022-02-24 01:30:47 +08:00
Anduin Xue 5021015af4 Merge branch 'master' into lb553024300-patch-1 2022-02-24 01:30:29 +08:00
Anduin Xue 54ef9b5ab6 Merge pull request #429 from umuoy1/patch-3
Update 酸辣土豆丝.md
2022-02-24 01:26:50 +08:00
Anduin Xue a8fa6df061 Merge pull request #404 from infinnie/patch-1
新增奶茶的做法
2022-02-24 01:26:21 +08:00
Anduin Xue 184cfc5e25 Merge pull request #434 from anois/master
style: format markdown
2022-02-24 01:18:02 +08:00
Anduin Xue ac2c5ca351 Merge pull request #401 from PeopleWhoListenToStories/master
feat: 添加家常菜:火山飘雪
2022-02-24 01:17:10 +08:00
Connor Zhao fe780f6fce style: format markdown 2022-02-24 00:19:05 +08:00
zhangyongxin 731ff09fcb add 榄菜肉末四季豆 2022-02-23 23:25:22 +08:00
leoshine 18488cc092 Update 油泼辣子.md
辣椒面原本15克,油40克,在一次制作中过于少,原不足一次制作耗费精力。一般家用的做一次油泼辣子,酌情100克-200左右。
必备原料和工具中,白芝麻 强调为 熟白芝麻
新增附加内容,油泼辣子可选的提升香味的做法
2022-02-23 22:23:14 +08:00
sulei 4b32f7e66e updade: update 火山飘雪.md 2022-02-23 21:04:58 +08:00
A. F. Kay 49b4ba6eb2 Merge pull request #427 from shiemi-lsp/patch-5
Update 可乐鸡翅.md
2022-02-23 20:53:20 +08:00
Umuoy ad9324eb1c Update 酸辣土豆丝.md 2022-02-23 20:53:16 +08:00
ShayminP 9f2b7cff5d Update 可乐鸡翅.md 2022-02-23 20:46:30 +08:00
A. F. Kay f8805b7bc6 Merge pull request #329 from Whatever-An/master
feat:增加鱼香茄子的做法
2022-02-23 20:24:10 +08:00
A. F. Kay 920ba09aa0 Merge branch 'master' into master 2022-02-23 20:23:28 +08:00
github-actions[bot] 7a2c9bdb06 [ci skip] Automatic textlint fixes 2022-02-23 12:04:10 +00:00
wangxihao b9285b0f60 feat:去除readme.md文件多余空行 2022-02-23 19:56:53 +08:00
leader402 3aa89208d4 Update 口水鸡.md 2022-02-23 19:42:19 +08:00
lcomplete c6bdaa552d feature:微波炉腊肠煲仔饭 2022-02-23 19:16:06 +08:00
Xuan Li 6de1734ab8 Update 糖醋里脊.md
精确调料的分量
2022-02-23 18:42:28 +08:00
lb553024300 7718e96964 Update README.md 2022-02-23 18:24:53 +08:00
lb553024300 cb1959914e Merge pull request #1 from lb553024300/lb553024300-patch-2
Add files via upload
2022-02-23 18:14:30 +08:00
lb553024300 471c959e38 Add files via upload 2022-02-23 18:12:44 +08:00
lb553024300 63017a139f Update README.md 2022-02-23 17:58:06 +08:00
Bobby Rong a157561711 README: make linter happy
README.md:78: MD012 Multiple consecutive blank lines
2022-02-23 17:13:19 +08:00
joan xie 864b231d64 Update 奶茶.md 2022-02-23 17:02:12 +08:00
wangxihao 3bc5409d58 feat:调整鱼香茄子的文案 2022-02-23 16:48:13 +08:00
leader402 21df4dc1e7 Create 口水鸡.md 2022-02-23 16:47:21 +08:00
joan xie 74faee2da4 Update README.md 2022-02-23 16:38:54 +08:00
joan xie 2b7c2f1ae1 Update 奶茶.md 2022-02-23 16:36:25 +08:00
JasonFeng 93f8402853 Update 手工水饺.md
火力大小调整
2022-02-23 16:34:18 +08:00
joan xie 502d5f6e30 Create 奶茶.md 2022-02-23 16:32:52 +08:00
sulei 4aedd6f9c7 feat: 添加家常菜:火山飘雪 2022-02-23 16:01:56 +08:00
mohan de94341a9c 标明添加糖的范围 2022-02-23 15:21:39 +08:00
Anduin Xue 5466402f3d Merge pull request #393 from pyio/patch-1
Update 高压力锅.md
2022-02-23 15:18:00 +08:00
Anduin Xue a6d05fada4 Update pull_request_template.md 2022-02-23 15:16:04 +08:00
Anduin Xue 034a5892dd Update CONTRIBUTING.md 2022-02-23 15:14:36 +08:00
Anduin Xue 9caabc88b0 Update CONTRIBUTING.md 2022-02-23 15:13:22 +08:00
Anduin Xue 6a8c25af6b Update CONTRIBUTING.md 2022-02-23 15:12:24 +08:00
github-actions[bot] 3f8293dfcf [ci skip] Automatic textlint fixes 2022-02-23 07:11:32 +00:00
Anduin Xue b127f870c2 修正回锅肉中一些不精准的描述 2022-02-23 15:10:59 +08:00
mohan 8f373ba930 白砂糖精准单位 2022-02-23 15:10:49 +08:00
Anduin Xue 0b0c827d35 Merge pull request #309 from imaxing/wawacai
create: 上汤娃娃菜
2022-02-23 15:08:35 +08:00
Anduin Xue 484851d999 Merge pull request #365 from laoliang/master
增加老式锅包肉
2022-02-23 15:06:06 +08:00
Anduin Xue 7cea9a8f2e Merge branch 'master' into master 2022-02-23 15:05:58 +08:00
pyio d325046e81 Update 高压力锅.md
Add tips and notice for 高压力锅.md.
2022-02-23 15:05:43 +08:00
Anduin Xue d64957dfa1 降低茄子炖土豆中茄子的用量 #361 2022-02-23 15:04:38 +08:00
laoliang 01670e8af3 Delete 老式锅包肉图片1.jpeg 2022-02-23 15:02:12 +08:00
葛星 c4d216e396 Merge branch 'master' into wawacai 2022-02-23 15:01:05 +08:00
GeXing 37b08e3dcc upt: 更新菜谱 2022-02-23 14:59:49 +08:00
XuZhi 89515e3944 去掉图片 2022-02-23 14:58:21 +08:00
XuZhi 17592906b2 暂时没找到合规图片 2022-02-23 14:56:40 +08:00
mohan c3c39b3721 原生markdown插入图片 2022-02-23 14:56:35 +08:00
mohan 9a365f1686 修改插入图片行 2022-02-23 14:53:30 +08:00
laoliang 17ea729144 Delete .DS_Store 2022-02-23 14:51:42 +08:00
Anduin Xue 6f641268df Merge pull request #344 from miyukoarc/kong_pao_chicken
feat: 宫保鸡丁
2022-02-23 14:51:27 +08:00
Anduin Xue 0af58fb830 Merge branch 'master' into kong_pao_chicken 2022-02-23 14:51:21 +08:00
Anduin Xue c2f7e8d319 Merge pull request #345 from TjFish/master
错别字修正
2022-02-23 14:50:22 +08:00
XuZhi 610d8d1ab0 修正单位和标点符号 2022-02-23 14:49:41 +08:00
Anduin Xue 8445969afc Update dishes/staple/醪糟小汤圆.md
Co-authored-by: Shaw Yu <shawyu.nz@gmail.com>
2022-02-23 14:49:35 +08:00
Anduin Xue 04812ecb74 Update dishes/home-cooking/白灼虾/白灼虾.md
Co-authored-by: Shaw Yu <shawyu.nz@gmail.com>
2022-02-23 14:49:01 +08:00
Anduin Xue a756ac670e Merge pull request #348 from IcedOtaku/master
feat: 小炒黄牛肉
2022-02-23 14:48:00 +08:00
Anduin Xue ac124792d9 Merge branch 'master' into master 2022-02-23 14:47:55 +08:00
Anduin Xue 3388e4ce6f Merge pull request #349 from yulimchen/add-dish
Add 黄油煎虾
2022-02-23 14:47:05 +08:00
Anduin Xue 240649e317 Merge pull request #351 from mapgm/master
更新糖醋汁的做法
2022-02-23 14:46:25 +08:00
Anduin Xue 58d06dca36 Merge pull request #355 from ZhangGaoxing/egg
Add 鸡蛋羹/水蒸蛋
2022-02-23 14:43:59 +08:00
Anduin Xue 6b702aa493 Merge pull request #381 from yanghuanrong/master
没有冷饭增加提示.md
2022-02-23 14:41:37 +08:00
Anduin Xue f0e4055aa4 Update 辅料技巧.md 2022-02-23 14:40:38 +08:00
Anduin Xue 1c5ab811bf Merge pull request #384 from LiuZixu-aurelio/master
补充调料计量技巧-盐的使用
2022-02-23 14:39:29 +08:00
Anduin Xue ef2a7415be Merge pull request #387 from terence-chu/patch-1
Update 南派红烧肉.md
2022-02-23 14:39:06 +08:00
Anduin Xue e1cf22e4eb Merge pull request #388 from niuyi1017/红烧鲤鱼
增加 红烧鲤鱼
2022-02-23 14:38:51 +08:00
Anduin Xue f6a7c1c9e6 Merge pull request #389 from caoxiemeihao/patch-1
十成油温 300&deg;C
2022-02-23 14:38:25 +08:00
XuZhi cb4076ff75 修正readme链接错误 2022-02-23 14:33:39 +08:00
草鞋没号 98e4f34b71 十成油温 300&deg;C 2022-02-23 14:32:35 +08:00
XuZhi c145a9627d 修正标点符号 2022-02-23 14:21:40 +08:00
Terence Chu f58440c1c1 Update 南派红烧肉.md
修复错别字:有人->诱人
2022-02-23 14:16:44 +08:00
XuZhi dc5aa2b2ab solve the conflict 2022-02-23 14:16:36 +08:00
laoliang afff20bedf Delete .DS_Store 2022-02-23 14:13:40 +08:00
laoliang 8168d0c7b3 Delete .DS_Store 2022-02-23 14:13:28 +08:00
laoliang 5252fdcc3d Delete .DS_Store 2022-02-23 14:13:17 +08:00
yulimchen af32ee07a8 Merge branch 'master' of github.com:yulimchen/HowToCook into add-dish 2022-02-23 14:09:19 +08:00
yulimchen 7f29ab6ffa Update 黄油煎虾 2022-02-23 14:08:18 +08:00
github-actions[bot] 9cbc522b0a [ci skip] Automatic textlint fixes 2022-02-23 06:02:52 +00:00
niuyi1017 96663aea69 update readme 2022-02-23 13:52:52 +08:00
Liu Zixu b7796ff1f4 Update 辅料技巧.md 2022-02-23 13:50:39 +08:00
Liu Zixu 136b8db94a Update 辅料技巧.md 2022-02-23 13:47:44 +08:00
mohan 7048cfe176 奇异果菠菜特调 2022-02-23 13:07:48 +08:00
杨焕荣 ab0b11a3f6 Update 蛋炒饭.md 2022-02-23 13:07:31 +08:00
A. F. Kay 0ab3cd08e7 Merge pull request #372 from zhuweiyou/patch-1
修复错别字
2022-02-23 13:05:22 +08:00
Anduin Xue 1eb803cd83 Merge pull request #342 from Castleeee/xihongshiniurou
添加西红柿土豆炖牛肉
2022-02-23 12:57:44 +08:00
Anduin Xue 104b77f11b Merge pull request #374 from StarGrin/master
增加菜谱
2022-02-23 12:51:54 +08:00
Anduin Xue b8b1fce8c5 Merge branch 'master' into master 2022-02-23 12:51:49 +08:00
Anduin Xue 92b9c3863e Merge pull request #377 from hhhh-arch/patch-1
添加用不可控火候微波炉烹饪太阳蛋的方式
2022-02-23 12:49:27 +08:00
Anduin Xue a482a44fc0 Merge pull request #378 from 994AK/增加老友猪肉粉的做法
增加老友猪肉粉的做法
2022-02-23 12:47:57 +08:00
994AK 57dea7c9d1 '增加老友猪肉粉的做法' 2022-02-23 11:47:05 +08:00
hhhh-arch c113b33ea4 添加用不可控火候微波炉烹饪太阳蛋的方式
注意到许多老款微波炉不具备小,中, 大火的控制选项, 因此加入以控制时间来达到控制火候的方式
2022-02-23 11:43:34 +08:00
jiabaogit 5a6f7ad21c Create 蒸花卷.md 2022-02-23 11:22:59 +08:00
xing.gong 3280040cf5 添加主食:煮泡面加蛋 2022-02-23 11:16:43 +08:00
xing.gong 656cadd083 添加主食:煮泡面加蛋 2022-02-23 11:14:45 +08:00
xing.gong f97afe62e6 添加主食:煮泡面加蛋 2022-02-23 11:12:59 +08:00
zhuweiyou 675eb124b8 修复错别字 2022-02-23 11:10:25 +08:00
牛鑫语 e1df6f2f4c 红烧鲤鱼 2022-02-23 11:09:22 +08:00
XuZhi fe65145701 新增老式锅包肉 2022-02-23 11:04:29 +08:00
zer0fire f7390517a0 feat: 添加懒人蛋挞路径 2022-02-23 10:57:27 +08:00
zer0fire cc5ab53dd8 fix: 修改路径到懒人蛋挞 2022-02-23 10:56:33 +08:00
zer0fire 8e46819242 feat: 修改文件名为懒人蛋挞,删除空行 2022-02-23 10:55:16 +08:00
Bobby Rong 6aca3fb897 gitignore: add .DS_Store
The file is used in macOS to stores custom attributes of its containing folder and should not be committed to this repository.

- https://github.com/github/gitignore/search?q=DS_Store
- https://en.wikipedia.org/wiki/.DS_Store
2022-02-23 10:49:18 +08:00
Bobby Rong f7d58288cd Merge pull request #362 from wuzhim/master
修复错别字
2022-02-23 10:42:23 +08:00
XuZhi aafa80815a 增加老式锅包肉 2022-02-23 10:29:26 +08:00
XuZhi 43c231f432 增加老师锅包肉 2022-02-23 10:27:12 +08:00
Zhimin Wu 9eeb61284d 修复错别字 2022-02-23 10:18:22 +08:00
yulimchen 0fb8e29886 Merge branch 'master' into add-dish 2022-02-23 10:01:38 +08:00
菜鸡菜鸡一只小菜鸡 afd72a6e26 Merge branch 'master' into xihongshiniurou 2022-02-23 09:54:05 +08:00
MartinMxn e76df80bb5 update README.md 2022-02-22 16:50:05 -08:00
Zhang Yuexin 501b49449c move 微波炉鸡蛋羹 to 鸡蛋羹 2022-02-23 08:49:48 +08:00
Zhang Yuexin ba3035a4a6 add 鸡蛋羹 2022-02-23 08:47:11 +08:00
MartinMxn e11b9cfdfe Add 孜然牛肉 2022-02-22 16:44:13 -08:00
github-actions[bot] 13ae62ae43 [ci skip] Automatic textlint fixes 2022-02-22 18:03:19 +00:00
mapgm 7596713a9c 更新糖醋汁的做法
1. 重构了糖醋汁的做法,改用更经典的1:2:3:4:5比例调制
2. 将淀粉从必需调料更改为可选调料
3. 更改了糖醋汁的操作,糖醋汁应在做菜途中直接加入锅中,不必提前烧制
4. 修改了一些小文字bug
2022-02-23 01:09:39 +08:00
yulimchen 5276aff188 Add 黄油煎虾 2022-02-23 00:43:12 +08:00
IcedOtaku 2e4c6422aa Merge branch 'master' of https://github.com/IcedOtaku/HowToCook 2022-02-23 00:34:48 +08:00
IcedOtaku 50881baf21 feat: 小炒黄牛肉 2022-02-23 00:34:23 +08:00
TjFish 2ec06a28b8 错别字修正 2022-02-23 00:18:11 +08:00
oscar b729c0440e feat: 宫保鸡丁 2022-02-23 00:17:34 +08:00
Anduin Xue 48e6eec781 修复 #337 引入的错误。 2022-02-23 00:16:42 +08:00
Anduin Xue 9d6363101e 修复 #337 引入的错误。 2022-02-23 00:16:15 +08:00
Anduin Xue cc553a575a Merge pull request #337 from LiaoNiNoKing/master
添加烤蛋挞
2022-02-23 00:15:19 +08:00
Anduin Xue 79dd955111 Merge pull request #340 from anois/format-markdown
style: format markdown
2022-02-23 00:13:54 +08:00
LiaoNiNoKing e1cd5bc856 细节完善 2022-02-23 00:10:47 +08:00
LiaoNiNoKing c1ee7df6e3 细节修改 2022-02-23 00:09:42 +08:00
jack 82205932f7 删除.DS_Store,修复图片路径 2022-02-23 00:07:06 +08:00
Connor Zhao 0407b8bf46 style: format markdown 2022-02-22 23:59:31 +08:00
jack fbb406e493 add 西红柿土豆炖牛肉 2022-02-22 23:51:50 +08:00
jack 9c77c7a639 add 西红柿土豆炖牛肉 2022-02-22 23:42:37 +08:00
LiaoNiNoKing fa6edc8e2b 提交图片相对路径
修改配方计算公式
2022-02-22 23:41:48 +08:00
GeXing 6e33bca35a upt: Update Readme 2022-02-22 23:35:33 +08:00
GeXing 8ddbb7f599 Merge branch 'wawacai' of https://github.com/imaxing/HowToCook into wawacai 2022-02-22 23:34:03 +08:00
GeXing e48b799a91 upt: 上汤娃娃菜成品图更新 2022-02-22 23:33:58 +08:00
葛星 7824614223 Merge branch 'master' into wawacai 2022-02-22 23:20:30 +08:00
Anduin Xue 54c883d3bb Merge pull request #334 from lyc8503/master
增加炒青菜的做法
2022-02-22 23:19:38 +08:00
Anduin Xue 2ac8c22ebe Merge pull request #335 from Maples7/master
feat 新增速冻馄饨的做法
2022-02-22 23:18:11 +08:00
LiaoNiNoKing 7dd3e4e638 添加烤蛋挞 2022-02-22 22:56:39 +08:00
GeXing f4902ecf18 upt: update readme 2022-02-22 22:55:07 +08:00
Maples7 2033885f15 fix 水量 2022-02-22 22:51:03 +08:00
Maples7 584bf3cbdf fix typo 2022-02-22 22:42:28 +08:00
lyc8503 365f06be79 Update 炒青菜.md 2022-02-22 22:42:02 +08:00
Maples7 bff980e9c0 update 速冻馄饨 2022-02-22 22:39:21 +08:00
Maples7 e130ca7650 add ./dishes/semi-finished/速冻馄饨.md 2022-02-22 22:29:58 +08:00
lyc8503 ad8d8680ae 多了一个空行. 2022-02-22 22:29:31 +08:00
lyc8503 e76f51c333 炒青菜的做法 2022-02-22 22:28:01 +08:00
zer0fire cec8a4e17f feat:新增蛋挞的入口 2022-02-22 22:15:31 +08:00
zer0fire b6ffd98c37 feat: 新增懒人蛋挞的做法 2022-02-22 22:10:42 +08:00
Anduin Xue d0d833a196 Merge pull request #327 from Anduin2017/Anduin2017-patch-1
对发出PR的人提出警告:这个菜谱使用了Unlicense协议,避免签入有版权的内容。
2022-02-22 21:24:44 +08:00
GeXing 126e0c8aed upt: 上汤娃娃菜更新 2022-02-22 21:17:25 +08:00
wangxihao 37e4fdc706 feat:增加鱼香茄子的做法 2022-02-22 21:08:39 +08:00
Anduin Xue 94235dc521 Merge pull request #319 from he1237596/master
新增炒馍
2022-02-22 21:03:49 +08:00
Chris 1871075628 update 去掉作者信息注释 2022-02-22 21:00:51 +08:00
Chris 56c5ac8482 updae 更新步骤 2022-02-22 20:51:50 +08:00
Anduin Xue 8a6d789f5a Update pull_request_template.md 2022-02-22 20:50:51 +08:00
Chris 753495c041 update 更新计算 2022-02-22 20:50:16 +08:00
Anduin Xue cf2c036d2c 对发出PR的人提出警告:菜谱使用了Unlicense协议,避免签入有版权的内容。 2022-02-22 20:48:17 +08:00
Anduin Xue f24b655c89 定义 指尖量水法 2022-02-22 20:39:58 +08:00
Anduin Xue 9c2d725858 Update pull_request_template.md 2022-02-22 20:28:04 +08:00
Anduin Xue 57915ff194 Merge pull request #326 from RockChinQ/dev2
pref(手工水饺.md): 详细叙述拌馅,格式优化
2022-02-22 20:20:36 +08:00
Rock Chin d7d90595ac Merge branch 'master' into dev2 2022-02-22 20:20:24 +08:00
Rock Chin c935f71448 pref(手工水饺.md): 详细叙述拌馅,格式优化 2022-02-22 20:17:21 +08:00
Anduin Xue dd861d5961 Merge pull request #325 from RockChinQ/dev
pref(手工水饺.md): 详细拌馅,格式优化
2022-02-22 20:15:20 +08:00
Anduin Xue b88373df0b Merge branch 'master' into dev 2022-02-22 20:15:14 +08:00
github-actions[bot] b80f6c65bb [ci skip] Automatic textlint fixes 2022-02-22 12:04:06 +00:00
Rock Chin ba92213cdb pref(手工水饺.md): 详细拌馅,格式优化 2022-02-22 19:57:55 +08:00
Anduin Xue c33d4976a7 Update 糖色.md 2022-02-22 19:38:22 +08:00
Anduin Xue e3a3a62e30 Update 糖色.md 2022-02-22 19:36:58 +08:00
Anduin Xue baf0a4f4e7 修正 #310 引入的错误。 2022-02-22 19:35:36 +08:00
Anduin Xue 654bb010e8 Merge pull request #310 from Akitemoon/master
增加了一个关于炒糖色的文档
2022-02-22 19:34:35 +08:00
akitemoon@gmail.com fed5f22163 update 南派红烧肉.md 2022-02-22 19:32:08 +08:00
Anduin Xue fa8a0b71f5 删除无意义的空行。 2022-02-22 19:32:01 +08:00
Anduin Xue c2ea0cc9da Merge pull request #267 from doubleliu007/master
Create 咖喱炒蟹.md
2022-02-22 19:31:31 +08:00
Anduin Xue 27aefbc83c Merge pull request #317 from LuminolT/master
Create: 罗宋汤
2022-02-22 19:24:05 +08:00
Chris 0e98c8e39e Update README.md 2022-02-22 19:22:12 +08:00
akitemoon@gmail.com a258d9c48f move 糖色 to condiment && update readme.md 2022-02-22 19:21:27 +08:00
LuminolT 436e5a25e9 Add 罗宋汤 2022-02-22 19:15:59 +08:00
Anduin Xue 6a4d9f1bb6 Merge pull request #220 from liby/master
docs: add dish *香干芹菜炒肉* to the recipe
2022-02-22 19:13:21 +08:00
Chris c8dcedfd05 新增炒馍 2022-02-22 19:12:29 +08:00
LuminolT 87219d72ec Merge branch 'master' of github.com:LuminolT/HowToCook into master 2022-02-22 19:11:33 +08:00
akitemoon@gmail.com 90aae9be64 update 糖色 2022-02-22 19:05:40 +08:00
akitemoon@gmail.com 61b46d0269 update 糖色 2022-02-22 19:04:51 +08:00
akitemoon@gmail.com 5ec770ed64 update readme.md 2022-02-22 18:58:22 +08:00
akitemoon@gmail.com 5448197037 move 糖色to Advanced 2022-02-22 18:57:04 +08:00
akitemoon@gmail.com 6a09694386 update readme.md 2022-02-22 18:52:45 +08:00
akitemoon@gmail.com e7a578b3ca update 2022-02-22 18:52:34 +08:00
akitemoon@gmail.com 8faf3019c9 update readme.md 2022-02-22 18:49:48 +08:00
akitemoon@gmail.com 5c2d3b9782 增加菜谱南派红烧肉 2022-02-22 18:46:57 +08:00
Anduin Xue ec16805e59 Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-02-22 18:46:27 +08:00
Anduin Xue 4c1d30a9e8 使用 g 来代替 克 2022-02-22 18:46:22 +08:00
doubleliu007 cb58f6984f Update 咖喱炒蟹.md 2022-02-22 18:44:44 +08:00
LuminolT 778f35a17c Add 罗宋汤 2022-02-22 18:40:38 +08:00
Anduin Xue beffe38c2d Merge pull request #312 from LeePui/master
新增清蒸鲈鱼改刀摆盘方式
2022-02-22 18:38:34 +08:00
LuminolT ab7a51f122 Add 罗宋汤 2022-02-22 18:37:59 +08:00
Anduin Xue 6b0b0818d2 Merge pull request #270 from wz930206/master
Create 家常菜/菠菜炒鸡蛋 汤与粥/昂刺鱼豆腐汤
2022-02-22 18:37:04 +08:00
LeePui c25a501fbe Update 清蒸鲈鱼.md
新增改刀,摆盘图片
2022-02-22 18:35:19 +08:00
wu zhao 00133eca8d Merge branch 'master' into master 2022-02-22 18:32:58 +08:00
LeePui e018cfcaf5 清蒸鲈鱼改刀 2022-02-22 18:32:48 +08:00
wu zhao fd49688847 Update 昂刺鱼豆腐汤.md 2022-02-22 18:27:00 +08:00
wu zhao bac7393e2a Update 昂刺鱼豆腐汤.md 2022-02-22 18:23:15 +08:00
Anduin Xue 3b141b40f4 Update 示例菜.md 2022-02-22 18:22:16 +08:00
akitemoon@gmail.com e39b19eed0 Update 红烧肉 && Rename红烧肉to简易红烧肉 && add 焯水去腥味步骤 2022-02-22 18:17:55 +08:00
wu zhao 0c1915dc98 Create 菠菜炒鸡蛋.md 2022-02-22 18:16:24 +08:00
wu zhao 30854c39a5 Update 菠菜炒鸡蛋.md 2022-02-22 18:16:12 +08:00
akitemoon@gmail.com d01836be45 update炒糖色 2022-02-22 18:12:27 +08:00
akitemoon@gmail.com b7cf463cf7 新增炒糖色 2022-02-22 18:08:23 +08:00
Anduin Xue 2a254aecca Merge pull request #290 from Sayyiku/master
增加紫菜蛋花汤
2022-02-22 18:08:15 +08:00
Anduin Xue 374a48ce2c 修正血浆鸭中不精准的描述。 2022-02-22 18:04:40 +08:00
Anduin Xue f776432d00 Merge pull request #279 from jamiescou/master
Create 家常菜/血浆鸭
2022-02-22 18:03:36 +08:00
GeXing d95524de27 feat: 上汤娃娃菜 2022-02-22 17:59:08 +08:00
Emilia tan 7414f55ee2 修改紫菜量 2022-02-22 17:57:19 +08:00
chenmy 625311653f fixed 明确开水数量 2022-02-22 17:54:24 +08:00
Emilia tan 8ba5edfb3e 更新用量 2022-02-22 17:54:09 +08:00
goo1016 2d3b294484 Update README.md 2022-02-22 17:53:34 +08:00
goo1016 9c6627333a Update README.md 2022-02-22 17:53:02 +08:00
goo1016 1dde5da758 Create 调料计量技巧.md 2022-02-22 17:51:50 +08:00
Anduin Xue 4d73264fb0 将自制水饺重命名为手工水饺。 2022-02-22 17:48:24 +08:00
Anduin Xue 7320933957 Merge pull request #256 from JasonFeng02/patch-1
Create 自制水饺.md
2022-02-22 17:46:04 +08:00
wu zhao a08eb657a5 Merge branch 'Anduin2017:master' into master 2022-02-22 17:45:14 +08:00
Anduin Xue 99854a32c3 Merge pull request #291 from Chilly712/master
增加提拉米苏的做法并增加dessert directory
2022-02-22 17:43:14 +08:00
wu zhao 452ad1a95e Update 昂刺鱼豆腐汤.md 2022-02-22 17:41:19 +08:00
chenmy ec22b42bc2 fixed 删除适量字样 2022-02-22 17:30:53 +08:00
CubeSAT_GS ca35b472e2 新增原料说明 2022-02-22 03:30:00 -06:00
CubeSAT_GS 0a1d6796f5 新增蛋白打发教程 2022-02-22 03:16:43 -06:00
Emilia tan aac9643dd5 更新调料使用量 2022-02-22 17:14:04 +08:00
JasonFeng 4150fac40e Update 自制水饺.md 2022-02-22 17:11:23 +08:00
chenmy da5aa1df9e fixed 修改为精准的描述 2022-02-22 17:09:14 +08:00
JasonFeng eced7dcf2a Update 自制水饺.md 2022-02-22 17:08:52 +08:00
Anduin Xue 882fb121f9 Merge pull request #289 from twosugar/master
feat: 新增冷吃兔做法
2022-02-22 17:06:12 +08:00
Anduin Xue 7a97abed87 Merge branch 'master' into master 2022-02-22 17:06:07 +08:00
Anduin Xue 8a20f4e320 Merge pull request #283 from asmjmp0/master
增加热干面
2022-02-22 17:04:23 +08:00
goo1016 c6c5555697 Update 红烧可乐鸡翅.md 2022-02-22 17:02:33 +08:00
goo1016 a2b37df200 Update 红烧可乐鸡翅.md 2022-02-22 17:01:39 +08:00
goo1016 aa8442ace5 Update 红烧可乐鸡翅.md 2022-02-22 17:01:02 +08:00
jmp0 072ad9eada 修改热干面制作操作 2022-02-22 16:58:24 +08:00
CubeSAT_GS 4381e74ea4 增加提拉米苏做法及dessert directory 2022-02-22 02:57:33 -06:00
ytang5 563be12a17 feat: 新增Readme对冷吃兔菜谱的引用 2022-02-22 16:56:56 +08:00
CubeSAT_GS 58542b6b9d 增加提拉米苏做法及dessert directory 2022-02-22 02:52:07 -06:00
ytang5 9ff2e089e2 feat: 新增冷吃兔做法 2022-02-22 16:51:09 +08:00
Emilia tan 9133e030c5 紫菜蛋花汤 2022-02-22 16:50:37 +08:00
Anduin Xue adc20f175a 简化PR模板 2022-02-22 16:50:13 +08:00
Emilia tan d5d738b3e6 增加紫菜蛋花汤做法 2022-02-22 02:49:49 -06:00
Anduin Xue 54d2755f55 Merge pull request #285 from yisiliu/master
feat: add pull request template
2022-02-22 16:46:37 +08:00
goo1016 505f2c4b56 Merge branch 'Anduin2017:master' into master 2022-02-22 16:40:52 +08:00
wangmeng08 80b1dfec4d feat: 新增简易烤蛋挞的方法 2022-02-22 16:40:07 +08:00
jmp0 d74d13f771 修改热干面描述 2022-02-22 16:38:17 +08:00
Anduin Xue db30d9169b Update CONTRIBUTING.md 2022-02-22 16:37:48 +08:00
wangmeng08 2121416c0b feat: 增加半成品蛋挞的做法 2022-02-22 16:37:21 +08:00
Anduin Xue 7172c0c655 Merge pull request #274 from parse-code/patch-1
Update 麻油拌面.md
2022-02-22 16:28:38 +08:00
Anduin Xue 2f53d54fae Merge pull request #280 from whughw/patch-1
fix a typo: 土司 -> 吐司
2022-02-22 16:24:41 +08:00
jmp0 6fb196b4d0 增加热干面 2022-02-22 16:24:29 +08:00
Anduin Xue 1c387a6bea Merge pull request #281 from cubesky/master
Create 家常菜/微波炉鸡蛋羹
2022-02-22 16:24:00 +08:00
Anduin Xue 12f6eed26d Merge branch 'master' into master 2022-02-22 16:23:53 +08:00
Anduin Xue 0285f6ca69 Merge pull request #264 from caoyanfei94/master
Create 香菇滑鸡
2022-02-22 16:21:51 +08:00
cubesky 5adae1ad7b 微波炉鸡蛋羹: 增加做法 2022-02-22 16:17:15 +08:00
Anduin Xue 0132530e80 Merge pull request #278 from liby/feature/fix-typos
将耗油更正为蚝油
2022-02-22 16:16:44 +08:00
whughw 566e030930 fix a typo: 土司 -> 吐司
find a typo.
2022-02-22 16:14:54 +08:00
chenmy e87601082c Create 家常菜/血浆鸭 2022-02-22 16:14:01 +08:00
Bryan Lee 364f20721b chore: fix typos 2022-02-22 16:07:33 +08:00
goo1016 45d28c2e86 Update 红烧可乐鸡翅.md 2022-02-22 16:05:04 +08:00
goo1016 7180f1a380 Update README.md 2022-02-22 16:04:36 +08:00
goo1016 35014af391 Create 红烧可乐鸡翅.md 2022-02-22 16:03:42 +08:00
Bobby Rong 488f9f227a 水煮肉片: 6 层热 -> 6 成热
Fix typo.
2022-02-22 15:47:20 +08:00
Bobby Rong 968d66c149 Merge pull request #272 from Foustdg/patch-1
Update 水煮肉片.md
2022-02-22 01:46:14 -06:00
Parse 7b803bc6f0 Update 麻油拌面.md
typo
2022-02-22 15:45:32 +08:00
caoyanfei94 de52ca124e Update 香菇滑鸡 2022-02-22 15:41:30 +08:00
YD-SUN baeffddedb Update 水煮肉片.md
错别字
2022-02-22 15:40:50 +08:00
JasonFeng 415f191d95 Update 自制水饺.md 2022-02-22 15:40:17 +08:00
wu zhao 31873aefb0 Merge branch 'master' into master 2022-02-22 15:34:19 +08:00
Anduin Xue d863cb8798 Update 水煮肉片.md 2022-02-22 15:33:20 +08:00
Anduin Xue 1ebf8c8896 Merge pull request #166 from QYDIY/水煮肉片
水煮肉片;
2022-02-22 15:30:26 +08:00
wuzhao bc986de392 Add 家常菜/菠菜炒鸡蛋 汤与粥/昂刺鱼豆腐汤 2022-02-22 15:28:43 +08:00
doubleliu007 a689e69304 Merge branch 'master' into master 2022-02-22 15:26:09 +08:00
Anduin Xue 4cebdfce4b Merge pull request #266 from Orakur/patch-1
Update 焯水.md
2022-02-22 15:25:01 +08:00
doubleliu007 f31fd944ff Rename 咖喱炒蟹 to 咖喱炒蟹.md 2022-02-22 15:23:45 +08:00
Orakur c590a2c29f Update 焯水.md
修改一些标点符号
2022-02-22 15:21:20 +08:00
Anduin Xue dded6cc1a9 Merge pull request #263 from znsoftm/patch-2
Update 回锅肉.md
2022-02-22 15:17:35 +08:00
Anduin Xue 1e1bff12c7 Update 速冻水饺.md 2022-02-22 15:17:07 +08:00
Daniel 547a73ab36 Update 回锅肉.md 2022-02-22 15:16:46 +08:00
JasonFeng 7f29ed8b41 Update 自制水饺.md 2022-02-22 15:16:37 +08:00
doubleliu007 8f0337995b Update README.md 2022-02-22 15:16:17 +08:00
Y2Qiu f423528bc9 处理菜谱中不精准、模糊的词语; 2022-02-22 15:15:59 +08:00
Brayn Lee 2adeb952fc docs: add dish *香干芹菜炒肉* to the recipe 2022-02-22 15:15:55 +08:00
Anduin Xue 0b144a2d71 Merge pull request #261 from goo1016/master
Update 厨房准备.md
2022-02-22 15:15:11 +08:00
caoyanfei94 ce7bc4d312 update README.md 2022-02-22 15:13:40 +08:00
caoyanfei94 ed5844dcd2 Create 香菇滑鸡 2022-02-22 15:11:28 +08:00
doubleliu007 04853ac753 Merge pull request #1 from doubleliu007/doubleliu007-patch-1
Create 咖喱炒蟹
2022-02-22 15:11:13 +08:00
goo1016 147e4d7938 Update 厨房准备.md
增加常用工具和调味品
2022-02-22 15:10:35 +08:00
doubleliu007 3e15cb441a Create 咖喱炒蟹
第一次吃咖喱炒蟹是在泰国的建兴酒家中餐厅,爆肉的螃蟹挂满有蟹黄味道的咖喱,味道真的绝,喜欢吃海鲜的程序员绝对不能错过。操作简单,对沿海的程序员非常友好。
2022-02-22 15:07:18 +08:00
A. F. Kay e9d98ab418 Merge pull request #258 from littzhch/master
添加油温单位
2022-02-22 14:56:57 +08:00
littzhch 248c7bd344 Update 油温判断技巧.md 2022-02-22 14:47:46 +08:00
JasonFeng 1678145f66 Create 自制水饺.md 2022-02-22 14:44:11 +08:00
Yisi Liu 2a95e1dbaa feat: add pull request template 2022-02-22 14:34:00 +08:00
Anduin Xue fecf72dd55 Update README.md 2022-02-22 14:06:21 +08:00
github-actions[bot] 6900620b4f [ci skip] Automatic textlint fixes 2022-02-22 06:02:56 +00:00
Anduin Xue 4525e118cb Merge pull request #251 from i6u/patch-1
Update 厨房准备.md
2022-02-22 14:01:01 +08:00
Anduin Xue 2b01a9bab8 Fix #250 2022-02-22 13:59:58 +08:00
witt a803a81457 Update 厨房准备.md
修改错别字
2022-02-22 13:59:37 +08:00
Anduin Xue 8314794cbb Merge pull request #247 from xumingkuan/patch-1
添加煮速冻水饺的时间
2022-02-22 13:53:15 +08:00
Mingkuan Xu eed734dbc9 添加煮速冻水饺的时间
我觉得煮饺子应该明确一下煮多长时间,这样就不用一直盯着锅了。8分钟是个人经验,如果有其他数据点的话欢迎扩充区间(如其他人经验为10分钟则可改为“8~10分钟”)
2022-02-22 00:51:06 -05:00
Anduin Xue 4547a80602 Merge pull request #245 from i6u/master
修改示例图片说明 & 修改错别字
2022-02-22 13:48:11 +08:00
Anduin Xue df5f55dc8a Merge pull request #246 from 2096779623/patch-1
Update 糖醋里脊.md
2022-02-22 13:47:34 +08:00
Anduin Xue 470cfed3c6 Fix #176. 2022-02-22 13:46:23 +08:00
2096779623 f8105972f0 Update 糖醋里脊.md 2022-02-22 13:45:38 +08:00
witt dcd7091314 修改示例图片说明 & 修改错别字 2022-02-22 13:43:02 +08:00
Anduin Xue 0f3eb375d8 Update CONTRIBUTING.md 2022-02-22 13:30:21 +08:00
Anduin Xue 0e144d2950 Merge pull request #244 from SF-Zhou/patch-1
Update 炒与煎.md
2022-02-22 13:20:13 +08:00
SF-Zhou 97494dacfb Update 炒与煎.md
Remove duplicate sentences
2022-02-22 13:19:07 +08:00
Anduin Xue e3fb9745f1 Merge pull request #226 from chaojiaha/master
上传白菜猪肉炖粉条的做法
2022-02-22 13:03:43 +08:00
Anduin Xue df244ca6c8 Merge pull request #231 from falconchen/patch-1
Update 蛋炒饭.md
2022-02-22 13:02:28 +08:00
Anduin Xue cc1106322d Merge pull request #232 from jerry153fish/chore/油温控制技巧
chore: 添加油温判断技巧
2022-02-22 13:00:49 +08:00
Anduin Xue 109ff87490 Merge pull request #234 from wentata/master
Added 杨枝甘露
2022-02-22 12:57:56 +08:00
Anduin Xue b71c3d3d32 Merge pull request #237 from m8282823/patch-1
Update 焯水.md
2022-02-22 12:57:18 +08:00
wentata 7c06b2f2b3 Update 杨枝甘露.md 2022-02-22 12:53:22 +08:00
chaojiaha 052d290411 Add files via upload 2022-02-22 12:05:59 +08:00
m8282823 25a265b30b Update 焯水.md 2022-02-22 11:51:10 +08:00
wentata 9fe142aad8 Update 杨枝甘露.md
Format
2022-02-22 11:26:09 +08:00
wentata d3740f55ee Update 杨枝甘露.md 2022-02-22 11:22:44 +08:00
wentata 0b34e633cc Update 杨枝甘露.md 2022-02-22 11:22:04 +08:00
wentata 19209a1b9d Added 杨枝甘露 2022-02-22 11:09:16 +08:00
Jerry Chen 27afafe7e6 chore: 添加油温判断技巧 2022-02-22 13:51:03 +11:00
Y2Qiu 827b198bbd 修改操作步骤中不明确语句; 2022-02-22 10:23:46 +08:00
Falcon e78cfccab7 Update 蛋炒饭.md
鸡蛋数目应该是整除而非取模
2022-02-22 10:20:10 +08:00
Y2Qiu f937ad9ac4 修改配料不精准定量、添加操作步骤结束标准; 2022-02-22 10:16:38 +08:00
github-actions[bot] 5d56d18ba3 [ci skip] Automatic textlint fixes 2022-02-21 18:02:58 +00:00
Anduin Xue 927f5f2589 Update 白灼虾.md 2022-02-21 23:50:37 +08:00
Anduin Xue 4a260b907b Update README.md 2022-02-21 23:49:58 +08:00
Anduin Xue 7376659a29 Merge pull request #219 from wey-gu/master
白灼虾 added
2022-02-21 23:49:32 +08:00
wey-gu d20e339a46 白灼虾 added 2022-02-21 23:45:33 +08:00
Bobby Rong 4d0c523529 treewide: Readme.md -> README.md
File names are case-sensitive in Linux :-)
2022-02-21 22:49:55 +08:00
Anduin Xue 953a692d4f Merge pull request #208 from dannis999/master
Update 食品安全.md
2022-02-21 22:47:30 +08:00
Anduin Xue cc65848f83 Merge pull request #209 from SSadamune/master
Update 西红柿炒鸡蛋.md
2022-02-21 22:45:25 +08:00
Sadamune 29ae37c7ff 补充必要操作 2022-02-21 23:42:09 +09:00
Sadamune 9e3916a4a4 修改操作描述 2022-02-21 23:36:42 +09:00
Bobby Rong cd72348d6a README: fix markdownlint
Note that markdownlint does not lint markdown files other than README.md currently, see
https://github.com/Anduin2017/HowToCook/pull/20#issuecomment-1046168077 for more details.
2022-02-21 22:25:15 +08:00
Sadamune 230d9977e5 删除食材用量的变量命名中的“用量” 2022-02-21 23:07:33 +09:00
Sadamune 205eb43693 将非操作步骤的列表改为无序列表 2022-02-21 23:04:16 +09:00
Sadamune 399d50ea4c 修改食材用量的描述方法 2022-02-21 23:01:22 +09:00
Bobby Rong 2cdbd1863b Merge pull request #205 from renqiang06/小炒肉
小炒肉debug
2022-02-21 21:53:40 +08:00
Sadamune dd01a4c475 Update 西红柿炒鸡蛋.md 2022-02-21 22:51:14 +09:00
dannis999 79f56deb43 Update 食品安全.md 2022-02-21 13:45:57 +00:00
renqiang06 6749846eb9 小炒肉debug 2022-02-21 21:30:39 +08:00
Anduin Xue 4a0919079f Merge pull request #179 from charlie-captain/master
Added 黄瓜炒肉.md
2022-02-21 20:33:15 +08:00
charlie-captain 693a1b72d6 Added 黄瓜炒肉.md 2022-02-21 20:08:36 +08:00
github-actions[bot] efcb3b11d3 [ci skip] Automatic textlint fixes 2022-02-21 11:18:24 +00:00
Anduin Xue 392703f014 Update 示例菜.md 2022-02-21 19:17:53 +08:00
Anduin Xue 75bfb40b82 Update README.md 2022-02-21 19:15:37 +08:00
Anduin Xue e63b0ac011 移动披萨饼皮。 2022-02-21 19:13:39 +08:00
Anduin Xue ac7b118c73 Merge pull request #198 from i6u/master
披萨饼皮制作
2022-02-21 19:10:40 +08:00
Anduin Xue 267c378533 Mitigate #97 2022-02-21 19:09:27 +08:00
Anduin Xue 2ced89984e 重命名麻油拌面。 2022-02-21 19:07:59 +08:00
Anduin Xue 04839fd2d9 Merge pull request #197 from wentata/Change
Add Seasame oil noodle
2022-02-21 19:04:34 +08:00
wentata 238f18bdd1 Add Sesame oil noodle 1 2022-02-21 18:52:54 +08:00
Anduin Xue f74e7df097 Merge pull request #196 from OneMoreSecond/pork
Update 小炒肉.md
2022-02-21 18:49:13 +08:00
wentata 0225c7d247 Add Seasame oil noodle 2022-02-21 18:47:00 +08:00
唐翔昊 2b9f39e470 Update 小炒肉.md
操作步骤中的“生抽”与原料中的“老抽”不符。
2022-02-21 18:44:34 +08:00
witt b92348800a 披萨饼皮制作 2022-02-21 18:43:47 +08:00
Anduin Xue 3a792d9b98 Update 水油焖蔬菜.md 2022-02-21 18:33:59 +08:00
Anduin Xue 8b6e8a2253 Update 水油焖蔬菜.md 2022-02-21 18:30:39 +08:00
Anduin Xue 9fb41d0fb8 Merge pull request #190 from helloxiaoyong/master
Add 水油焖蔬菜
2022-02-21 18:27:30 +08:00
Anduin Xue 3f2142fa45 修正水饺的内容格式问题。 2022-02-21 18:25:30 +08:00
Anduin Xue a503230dc9 Merge pull request #189 from wentata/master
Edited Dip Sauce for dumpling
2022-02-21 18:24:23 +08:00
wentata e2de674494 Update 速冻水饺.md 2022-02-21 18:16:51 +08:00
xiaoyong d389d77f1d 修改样式 2022-02-21 18:16:31 +08:00
Anduin Xue cdaffc69f1 Merge pull request #192 from luowencai/patch-1
Update 食品安全.md
2022-02-21 18:13:16 +08:00
wentata 1e87feb480 Update 速冻水饺.md 2022-02-21 18:12:03 +08:00
luowencai 62c35f58bc Update 食品安全.md 2022-02-21 18:11:28 +08:00
xiaoyong 38740e08dc 修改油的定量 2022-02-21 18:04:47 +08:00
xiaoyong f28daac6cb Add 水油焖蔬菜 2022-02-21 17:51:06 +08:00
wentata 8a8fe6f2f3 Edited Dip Sauce for dumpling 2022-02-21 17:47:07 +08:00
Anduin Xue 3fb33548de Update 示例菜.md 2022-02-21 17:36:25 +08:00
github-actions[bot] c535a2f2ca [ci skip] Automatic textlint fixes 2022-02-21 09:31:34 +00:00
Anduin Xue 5c96c2a94c Update 食品安全.md 2022-02-21 17:30:39 +08:00
Anduin Xue ab3935c35e Merge pull request #181 from Emily-0616/dev
修正了一些蒸鱼过程中的问题
2022-02-21 17:22:30 +08:00
492 e41755791a 修改蒸鱼过程 2022-02-21 17:20:40 +08:00
Anduin Xue ec85f99f78 Merge pull request #183 from PureWhiteWu/patch-1
修复西红柿炒鸡蛋的步骤顺序错误
2022-02-21 17:06:57 +08:00
Pure White b8862faea3 修复西红柿炒鸡蛋的步骤顺序错误
焯水和去皮应该在洗净之后、切之前完成
2022-02-21 17:06:28 +08:00
492 819d50efc1 蒸鱼要点 2022-02-21 17:00:02 +08:00
Anduin Xue fbba738feb Merge pull request #175 from Emily-0616/dev
大家炒饭都能炒到粒粒分明
2022-02-21 16:33:01 +08:00
wu zhao dd9f902aab Delete 菠菜炒鸡蛋 2022-02-21 16:29:24 +08:00
wu zhao 3ef60a4ec0 Create 菠菜炒鸡蛋 2022-02-21 16:28:56 +08:00
492 b359e16364 炒饭炒到粒粒分明 2022-02-21 16:26:33 +08:00
Anduin Xue a96fa6821b Update 红烧肉.md 2022-02-21 16:23:03 +08:00
github-actions[bot] ce4c21ea3e [ci skip] Automatic textlint fixes 2022-02-21 08:18:17 +00:00
Anduin Xue 1cd61a02af Update 红烧肉.md 2022-02-21 16:17:24 +08:00
Anduin Xue 654b712202 Update README.md 2022-02-21 16:12:59 +08:00
Anduin Xue 96dde4421d Merge pull request #163 from 109677436/master
添加红烧肉的做法
2022-02-21 16:12:40 +08:00
Anduin Xue bd61dae785 Merge pull request #173 from Emily-0616/dev
加强南方米水量为一半的一半!!
2022-02-21 16:07:02 +08:00
Anduin Xue 0a8904d716 Merge branch 'master' into dev 2022-02-21 16:06:55 +08:00
Anduin Xue 4580596782 Update 米饭.md 2022-02-21 16:05:38 +08:00
492 f79424772e 加强南方米水量为一半的一半!! 2022-02-21 16:04:04 +08:00
Anduin Xue 98ae3bb217 Merge pull request #171 from Emily-0616/dev
关于煮饭量水这件事
2022-02-21 16:03:45 +08:00
Anduin Xue 026ed01c37 Update 厨房准备.md 2022-02-21 16:02:50 +08:00
Anduin Xue bd7474d66d Update 厨房准备.md 2022-02-21 16:02:17 +08:00
492 1adc9383db 关于煮饭量水这件事 2022-02-21 15:59:44 +08:00
Anduin Xue 677d92de86 Update 咕噜肉.md 2022-02-21 15:56:17 +08:00
Anduin Xue 47f446d0e3 Merge pull request #169 from AlliotTech/patch-1
bug fix
2022-02-21 15:54:14 +08:00
github-actions[bot] 5e186fd0e9 [ci skip] Automatic textlint fixes 2022-02-21 07:54:05 +00:00
Alliot e633e1d838 Merge branch 'master' into patch-1 2022-02-21 15:53:19 +08:00
Anduin Xue fbb3e64ae5 Fix #83 2022-02-21 15:49:37 +08:00
Alliot 3e8c86fd21 bug fix
修复了已申明但未使用的原材料: 葱
2022-02-21 15:48:37 +08:00
Anduin Xue 300967d5bf Fix #165 2022-02-21 15:48:04 +08:00
Anduin Xue 57583f897e Merge pull request #161 from whsir/patch-1
Update 炒与煎.md
2022-02-21 15:40:01 +08:00
Anduin Xue 464d4fba09 Merge pull request #167 from wentata/master
Added 咕噜肉
2022-02-21 15:36:57 +08:00
wentata a1ba866799 Added 咕噜肉 2022-02-21 15:28:15 +08:00
Y2Qiu e21e5eb6c3 水煮肉片; 2022-02-21 15:16:38 +08:00
Anduin Xue d77d755724 Merge pull request #155 from cubegao/master
Add 清蒸鲈鱼
2022-02-21 14:55:11 +08:00
whsir 558cd3782e Update 炒与煎.md
更新详细不粘锅方法
2022-02-21 14:17:36 +08:00
LOVEtwelve 8525f0f06d 添加红烧肉的做法 2022-02-21 14:16:38 +08:00
github-actions[bot] 690a8d51f2 [ci skip] Automatic textlint fixes 2022-02-21 06:03:22 +00:00
whsir 8e90e3b7ed Update 炒与煎.md
普通锅不粘方法
2022-02-21 13:56:51 +08:00
cubegao a32a0a59e1 Update README.md 2022-02-21 13:56:31 +08:00
cubegao d016eb546c Update 清蒸鲈鱼.md 2022-02-21 13:52:47 +08:00
Anduin Xue e3b695e820 Merge pull request #159 from Lonor/cola-chicken-wings
Add 可乐鸡翅
2022-02-21 13:21:15 +08:00
Anduin Xue 176938c116 Merge branch 'master' into cola-chicken-wings 2022-02-21 13:21:08 +08:00
Lawrence d65ab574de cook: update unit for details 2022-02-21 13:19:40 +08:00
Lawrence 5f25ce62d6 docs: linking readme 2022-02-21 13:15:17 +08:00
Anduin Xue 497ff06fc5 Update README.md 2022-02-21 13:15:00 +08:00
Lawrence e6129ddd7f Add 可乐鸡翅 2022-02-21 13:11:33 +08:00
Anduin Xue 9871fd9a03 Merge pull request #158 from 2096779623/master
Add 糖醋里脊
2022-02-21 13:08:47 +08:00
2096779623 09bd1517c6 Update README.md 2022-02-21 12:54:23 +08:00
2096779623 3ebf1ea605 Create 糖醋里脊.md 2022-02-21 12:52:12 +08:00
cubegao 07456e4d70 Add 清蒸鲈鱼.jpg 2022-02-21 12:32:29 +08:00
cubegao fe3c91675a Create 清蒸鲈鱼.md 2022-02-21 12:31:55 +08:00
Anduin Xue 7d31f8c84d Update 厨房准备.md 2022-02-21 12:13:09 +08:00
Anduin Xue 7b51f8a754 Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-02-21 12:12:00 +08:00
Anduin Xue 8da88c9071 将Porridge与soup合并。 2022-02-21 12:11:53 +08:00
github-actions[bot] 7577936da9 [ci skip] Automatic textlint fixes 2022-02-21 04:03:32 +00:00
Anduin Xue 8cd1b73993 移动并索引酱牛肉。 2022-02-21 11:53:10 +08:00
Anduin Xue 7ec69691bc Merge pull request #153 from drkaen/master
增加酱牛肉
2022-02-21 11:42:47 +08:00
Kaen 7e8a3222b9 Update and rename 酱牛肉.md to 示例菜.md 2022-02-21 11:22:23 +08:00
Kaen 71bf0669e3 Add files via upload 2022-02-21 11:20:21 +08:00
Kaen 03f382aa02 Create 酱牛肉.md 2022-02-21 11:19:58 +08:00
Kaen a0bd69b8ad Update and rename 示例菜.md to 酱牛肉.md 2022-02-21 11:19:02 +08:00
Anduin Xue 0df398cece Update 微波炉蛋糕.md 2022-02-21 10:41:41 +08:00
Anduin Xue 2009977294 Merge pull request #141 from yanyuan404/master
Add 家常菜-酸辣土豆丝
2022-02-21 10:20:52 +08:00
Anduin Xue 879e16eb93 Merge pull request #142 from chirsz-ever/patch-1
fix: 将「焯水.md」中「餚」字改为「肴」字
2022-02-21 10:20:25 +08:00
Anduin Xue b136dfb127 Merge pull request #143 from RoManInv/master
增加腌(肉)的教程
2022-02-21 10:20:04 +08:00
Anduin Xue 1d966b8133 Merge pull request #147 from clearcodecn/master
更新蛋炒饭更美味的做法
2022-02-21 10:17:31 +08:00
Anduin Xue 9791ca5506 Merge pull request #125 from WyattJia/master
Create 水煮玉米.md
2022-02-21 10:09:40 +08:00
bitstring 4023e42a9c Merge branch 'master' into master 2022-02-21 09:55:23 +08:00
bitstring 56f290b71a Update 水煮玉米,resolve template issue. 2022-02-21 09:54:43 +08:00
clearcode 13c5b8e9c6 Update 蛋炒饭.md 2022-02-21 09:35:07 +08:00
clearcode 4908d8d358 更新蛋炒饭做法 2022-02-21 09:34:37 +08:00
Dakai "Steven" Men 0bad0d74e3 Update README.md 2022-02-20 17:54:48 +01:00
Dakai "Steven" Men ea0992cf23 Rename 学习腌(肉).md to 学习腌.md 2022-02-20 17:54:32 +01:00
Dakai "Steven" Men 0b70935562 update README.md, add preserving meat 2022-02-20 17:53:59 +01:00
Dakai "Steven" Men 8e58315744 Update 学习腌(肉).md 2022-02-20 17:52:16 +01:00
chirsz bd41b74cf1 fix: 将「焯水.md」中「餚」字改为「肴」字 2022-02-20 23:51:29 +08:00
Dakai "Steven" Men e3cd9e41a9 Merge branch 'Anduin2017:master' into master 2022-02-20 16:47:02 +01:00
yuan ca368dea90 Add 家常菜-酸辣土豆丝 2022-02-20 23:44:53 +08:00
Anduin Xue b6439560eb Merge pull request #138 from elvisw/patch-1
Update 烙饼.md
2022-02-20 22:42:36 +08:00
Elvis Wang 21ab8adc17 Update 烙饼.md
修改错别字:`档`->`铛`
2022-02-20 21:18:38 +08:00
github-actions[bot] 828f317154 [ci skip] Automatic textlint fixes 2022-02-20 12:04:23 +00:00
Anduin Xue 805f77aba4 Merge pull request #133 from palmchou/master
炒、蒸 tips 更新
2022-02-20 20:02:08 +08:00
Anduin Xue 6e45c4a416 Merge branch 'master' into master 2022-02-20 20:02:03 +08:00
Anduin Xue a02eb01141 Merge pull request #134 from WakiJi/master
更新了部分制作时的注意事项
2022-02-20 19:59:57 +08:00
Waki 74cd4add4c Update 高压力锅.md
添加手动放气可能存在的问题
2022-02-20 19:43:15 +08:00
Waki 880a327bca Merge branch 'Anduin2017:master' into master 2022-02-20 19:21:08 +08:00
Waki 9e67a986f1 Merge pull request #1 from WakiJi/patch-1
Patch 1
2022-02-20 19:20:47 +08:00
Palm ce6290d83a Merge branch 'Anduin2017:master' into master 2022-02-20 03:20:13 -08:00
Palm cdae8ebffd 炒、蒸 tips 更新
* 增加硅胶铲作为配合不粘锅的选型
* 提醒 蒸菜时 注意不要将水煮干
2022-02-20 03:19:26 -08:00
Recolic 2ef54798e3 Merge pull request #115 from Cha-Shao/master
微波炉蛋糕的做法
2022-02-20 19:17:38 +08:00
Waki d1d1757f51 Update 蒸.md
增加干锅注意事项
2022-02-20 19:17:14 +08:00
Recolic Keghart 9d4e14bc04 revert a comment 2022-02-20 19:16:17 +08:00
Cha_Shao fbcccc4213 勺子大小标准化 2022-02-20 19:04:29 +08:00
Anduin Xue c10e49179f Update 高压力锅.md 2022-02-20 17:29:02 +08:00
github-actions[bot] 50a248bf73 [ci skip] Automatic textlint fixes 2022-02-20 09:25:58 +00:00
Anduin Xue f2af2df876 Merge pull request #130 from WakiJi/master
菜谱增加
2022-02-20 17:24:02 +08:00
Waki 8a4abb1f43 Update 金针菇汤.md
去了趟市场以更新金针菇具体的量
2022-02-20 17:22:19 +08:00
Anduin Xue f5385bf5e0 Merge pull request #104 from recolic/master
[Contributing Rule Change] 贡献指南规范化
2022-02-20 17:20:34 +08:00
Recolic Keghart 3a9862cb01 fix 2022-02-20 17:07:54 +08:00
Waki d971b65fa4 Update README.md
添加了金针菇汤
2022-02-20 17:07:17 +08:00
Waki b2227f6eaf Update 金针菇汤.md 2022-02-20 17:05:54 +08:00
Waki 5d04e6af90 Delete 金针菇汤.md 2022-02-20 17:05:42 +08:00
Recolic Keghart a5d5e54951 fix 2022-02-20 16:59:52 +08:00
Recolic Keghart c349f1b98f unnecessary material/tools allowed 2022-02-20 16:57:13 +08:00
Waki b835b893ab Update 金针菇汤.md 2022-02-20 16:57:01 +08:00
Recolic Keghart 92d56a0d86 merge 2022-02-20 16:56:42 +08:00
Waki 3f8be5aad2 Rename dishes/porridge/西红柿鸡蛋汤.md to dishes/soup/西红柿鸡蛋汤.md 2022-02-20 16:55:16 +08:00
Waki 8b5880bec5 Create 金针菇汤.md 2022-02-20 16:54:21 +08:00
Recolic 7c2e7790f9 Update CONTRIBUTING.md 2022-02-20 16:39:09 +08:00
Waki fd93f9873c Update and rename 金针菇汤 to 金针菇汤.md 2022-02-20 16:07:30 +08:00
Cha_Shao 938c655631 忘记更新README了 2022-02-20 16:03:03 +08:00
Waki 6a0e5a448c Create 金针菇汤 2022-02-20 15:57:17 +08:00
Anduin Xue ccaf8b6b54 新增门类:半成品加工。 2022-02-20 15:28:16 +08:00
Anduin Xue fe3a8aef41 修正一个语法错误。 2022-02-20 15:25:46 +08:00
Anduin Xue 26d9aa1926 Update 洋葱炒猪肉.md 2022-02-20 15:23:53 +08:00
github-actions[bot] 1a101b3cc6 [ci skip] Automatic textlint fixes 2022-02-20 07:18:43 +00:00
Anduin Xue a9c8467547 Merge pull request #118 from mis101247/master
Create 洋葱炒猪肉.md
2022-02-20 15:17:19 +08:00
Cha_Shao 41c926d5bd Merge remote-tracking branch 'upstream/master' 2022-02-20 15:17:18 +08:00
Anduin Xue 10903968f7 Merge branch 'master' into master 2022-02-20 15:17:14 +08:00
Anduin Xue f8f05b19ef Merge pull request #117 from wuyudi/master
Create 速冻汤圆.md
2022-02-20 15:13:50 +08:00
Anduin Xue 5f64273d86 Merge branch 'master' into master 2022-02-20 15:13:42 +08:00
Anduin Xue e2f665175e Merge pull request #123 from LJea/master
[U] 优化了对油温,辣度控制
2022-02-20 15:08:53 +08:00
Anduin Xue 6a845f55e4 Merge pull request #122 from yihuaxiang/master
chore: 优化"速冻水饺"操作步骤
2022-02-20 15:08:43 +08:00
bitstring dfdbe4c7c9 Create 水煮玉米.md 2022-02-20 14:57:05 +08:00
LJea 346d21ffc5 Merge pull request #1 from LJea/patch-1
[U] 优化了对油温,辣度控制
2022-02-20 12:53:34 +08:00
敖武 6a658030ed chore: 优化"速冻水饺"操作步骤 2022-02-20 12:33:02 +08:00
Anduin Xue ca4410264f Update README.md 2022-02-20 12:29:17 +08:00
Anduin Xue ce69094d05 Merge pull request #121 from 368573607/fix_specification
修复一些菜谱没有加“的做法”的bug
2022-02-20 12:19:21 +08:00
LJea 87e51ab12d [U] 优化了对油温,辣度控制 2022-02-20 11:11:54 +08:00
sun 8ec6d10802 修复一些菜谱没有加“的做法”的bug 2022-02-20 11:07:43 +08:00
Dakai "Steven" Men e2fc717439 Create 学习腌(肉).md 2022-02-19 22:07:43 +01:00
Keyo aeed158e90 add 洋葱炒猪肉 in readme 2022-02-19 20:14:12 +01:00
Keyo 85c3c01a36 Create 洋葱炒猪肉.md 2022-02-19 19:53:12 +01:00
AsukaMinato 409e52d711 add 速冻汤圆 in readme 2022-02-20 02:41:20 +08:00
AsukaMinato 45e86d5975 fix typo 2022-02-20 02:39:02 +08:00
AsukaMinato 157c463489 add img 2022-02-20 02:37:03 +08:00
AsukaMinato 6847cd7e61 Create 速冻汤圆.md 2022-02-20 02:35:33 +08:00
Cha_Shao c47420820f 注释没删干净 2022-02-20 02:34:43 +08:00
Cha_Shao f885119af2 微波炉蛋糕的做法 2022-02-20 02:29:43 +08:00
github-actions[bot] a581c68ea6 [ci skip] Automatic textlint fixes 2022-02-19 18:03:08 +00:00
Anduin Xue cdabd9ebaf Merge pull request #80 from 368573607/master
优化一些形式化描述
2022-02-20 01:44:57 +08:00
Anduin Xue 3cb7dc7eec Merge pull request #114 from Bersder/oshino/special-drink
feature(drink): 百香果橙子特调
2022-02-20 01:43:49 +08:00
oshino 3da36dad72 feature(drink): 百香果橙子特调 2022-02-20 01:21:29 +08:00
sun 62a4f2be43 Merge branch 'master' of https://github.com/Anduin2017/HowToCook 2022-02-20 01:16:40 +08:00
github-actions[bot] c8c9e287c9 [ci skip] Automatic textlint fixes 2022-02-19 16:37:18 +00:00
Anduin Xue 674eef823a Create CONTRIBUTING.md 2022-02-20 00:28:37 +08:00
Anduin Xue 63076fcbf9 Create CNAME 2022-02-20 00:24:03 +08:00
Anduin Xue 62b9560de8 Merge branch 'master' of github.com:Anduin2017/HowToCook 2022-02-20 00:22:51 +08:00
Anduin Xue 70fa5ac983 说明模板文件需要点击 Raw 2022-02-20 00:22:46 +08:00
Anduin Xue db3178852d Update 西红柿炒鸡蛋.md 2022-02-20 00:19:56 +08:00
Anduin Xue 39d38814d7 让贡献者删除模板中的注释。 2022-02-20 00:14:42 +08:00
Anduin Xue 6d0c7ed7d4 修正了模板可能的不准确的问题。 2022-02-20 00:13:08 +08:00
sun 3db853e34b 优化太阳蛋的一些描述的严谨性
* 不能为了程序而将描述程序化
* 伪代码并不要求完全符合某种语法,重点是看得懂
** 微波炉分钟+=1 只是增加了总时间,但并没有命令微波炉再打1分钟,此句存在一定的歧义
2022-02-20 00:07:41 +08:00
Anduin Xue 32f5f2b5b4 重构大米粥。 2022-02-20 00:06:15 +08:00
Anduin Xue 5edddee214 重构速冻水饺和西红柿炒鸡蛋。 2022-02-20 00:01:23 +08:00
Anduin Xue 613a24725c Merge pull request #85 from iceBear67/master
Add: 速冻水饺
2022-02-19 23:55:20 +08:00
Anduin Xue 26ddbfb792 重构西红柿炒鸡蛋。 2022-02-19 23:53:28 +08:00
Anduin Xue 1ab2434764 添加对小炒肉的引用。 2022-02-19 23:38:47 +08:00
Anduin Xue 5818595f40 Merge pull request #106 from renqiang06/小炒肉
小炒肉
2022-02-19 23:33:33 +08:00
Anduin Xue 3fef9b0011 Merge branch 'master' into 小炒肉 2022-02-19 23:33:20 +08:00
Anduin Xue 913b1afa5e 将半熟水煮蛋重命名为溏心蛋,并移动到早餐。 2022-02-19 23:31:55 +08:00
Anduin Xue d45c78c95b Merge pull request #112 from minhonglolz/half-cooked-egg
添加半熟鸡蛋的做法
2022-02-19 23:18:28 +08:00
Anduin Xue 301badad9e 添加焯水教程。 2022-02-19 23:18:09 +08:00
Anduin Xue 8e48355f8c 引用模板。 2022-02-19 23:07:01 +08:00
Anduin Xue f178a4f8ae 添加示例菜模板。 2022-02-19 23:00:51 +08:00
黃閔弘 0a28599dea 添加半熟鸡蛋的做法 2022-02-19 22:51:06 +08:00
Anduin Xue 3dc2f9dac0 修改一下日式咖喱饭的格式。 2022-02-19 22:43:46 +08:00
Anduin Xue a72ff53250 Merge pull request #107 from amomorning/master
日式咖喱饭的做法
2022-02-19 22:41:30 +08:00
Anduin Xue ee4cae84a7 添加对 果酱土司 的引用。 2022-02-19 22:40:23 +08:00
Anduin Xue d2fd531e55 Merge pull request #111 from wuweijian1997/master
add:吐司+果酱
2022-02-19 22:38:13 +08:00
Anduin Xue 239fc29911 重构厨房操作注意事项 2022-02-19 22:37:44 +08:00
Yichen Mo adb5c34350 重构目录结构 2022-02-19 22:35:44 +08:00
luoji f5d145cc86 add:吐司+果酱 2022-02-19 22:34:14 +08:00
Yichen Mo b429eff188 Merge branch 'Anduin2017:master' into master 2022-02-19 22:32:27 +08:00
Anduin Xue c459f32ca8 Merge pull request #72 from raysarl/master
Add 厨房基本操作注意事项
2022-02-19 22:30:29 +08:00
Anduin Xue 940fe4fe18 重构红烧技巧。 2022-02-19 22:29:49 +08:00
Anduin Xue eee942819b 将油酥设置为一个单独的菜。 2022-02-19 22:26:16 +08:00
Yichen Mo f6d77d2c4f Merge branch 'Anduin2017:master' into master 2022-02-19 22:15:57 +08:00
Anduin Xue 9815e8bf0f 将糖醋汁挪动为一道单独的菜。 2022-02-19 22:15:41 +08:00
Yichen Mo c8443488b8 Merge branch 'master' into master 2022-02-19 22:13:52 +08:00
Anduin Xue 9cf9389dbf 重构目录结构。 2022-02-19 22:11:25 +08:00
Anduin Xue b322acfb45 Merge pull request #108 from Kou-awa/master
add 蒜香酱油
2022-02-19 21:51:28 +08:00
Kou-awa 066a54e2e0 Update README.md 2022-02-19 21:21:57 +08:00
Yichen Mo 52f000258e Fix format 2022-02-19 21:11:27 +08:00
Yichen Mo e5b9ad9f31 Merge branch 'master' of github.com:amomorning/HowToCook 2022-02-19 20:51:50 +08:00
Yichen Mo b1f5fd7493 Fix format 2022-02-19 20:51:43 +08:00
Kou-awa 462fdc5c93 再次更新 2022-02-19 20:47:37 +08:00
renqiang06 b09cc306a0 update process 2022-02-19 20:47:21 +08:00
Kou-awa 6d43186ae1 更新单位
把单位从勺改为了毫升
2022-02-19 20:47:09 +08:00
Kou-awa 8535ff111b add 蒜香酱油 2022-02-19 20:34:47 +08:00
Yichen Mo 83d9e5bf22 Merge branch 'Anduin2017:master' into master 2022-02-19 20:22:01 +08:00
Yichen Mo bb43a119ec 添加日式咖喱饭的做法 2022-02-19 20:21:31 +08:00
Cyandev 347c8b1105 fix lint issues
(cherry picked from commit d33cf3cc72638e36b3da89cbd0dae98d97c052aa)
2022-02-19 20:21:07 +08:00
Yichen Mo 1f20c5151c 添加流程、图解和照片 2022-02-19 20:19:48 +08:00
renqiang06 c298e00791 update 2022-02-19 20:18:18 +08:00
github-actions[bot] 2905b1b0cc [ci skip] Automatic textlint fixes 2022-02-19 12:03:17 +00:00
Yichen Mo 9546a2554e Create 日式咖喱饭.md 2022-02-19 19:22:43 +08:00
Recolic Keghart fae5a2010a Enhance contributing guide. "& 2022-02-19 18:59:08 +08:00
任强 f647bd96ef 新增小炒肉 2022-02-19 18:51:58 +08:00
Anduin Xue bcad1e7df4 Merge pull request #100 from MrWnn/master
添加皮蛋瘦肉粥操作
2022-02-19 18:44:11 +08:00
Nick Wnn daaf8b5ee8 fix format issue 2022-02-19 17:38:39 +08:00
Anduin Xue f0dbb35e4d Merge pull request #96 from ZhengDaoWang/master
尖椒炒牛肉
2022-02-19 16:56:00 +08:00
Nick Wnn a495986a1a 更新附加描述 2022-02-19 15:08:37 +08:00
Bobby Rong fabd741cbb Merge pull request #91 from Anduin2017/Anduin2017-patch-1
Suppress MD024
2022-02-19 14:42:05 +08:00
Nick Wnn 2d2d2b370d 添加皮蛋瘦肉粥操作
* [皮蛋瘦肉粥](./皮蛋瘦肉粥.md)
2022-02-19 14:37:38 +08:00
王政道 ddf952a78d Update 尖椒炒牛肉.md
去除多余空行
2022-02-19 14:36:32 +08:00
Anduin Xue 40a7d02a0d Update ci.yml 2022-02-19 14:32:15 +08:00
Anduin Xue c4d93b4c56 Merge pull request #99 from bobby285271/textlint
CI: add textlint
2022-02-19 14:31:52 +08:00
Bobby Rong 5647b5421b CI: add textlint
Instead of requesting changes in every pull requests and block them from merging,
we are trying to automate the process of adding missing spaces between half and
full-width characters using GitHub Actions.

The main idea is:

- Only run the workflow in the main repository (instead of other forks).
- Try to fix all files using textlint.
- Only commit files with .md extension.
- Directly push the change to the master branch.

Related projects:

- https://github.com/textlint/textlint
- https://github.com/textlint-ja/textlint-rule-preset-ja-spacing
- https://github.com/sparanoid/chinese-copywriting-guidelines

Related discussions:

- https://github.com/Anduin2017/HowToCook/pull/88
2022-02-19 14:21:45 +08:00
Bobby Rong 56755edc21 Merge pull request #88: add textlintrc 2022-02-19 14:05:32 +08:00
wangzhengdao 6eb7bdc5cf readme更新链接 2022-02-19 13:31:21 +08:00
wangzhengdao f7fd044c3c 修改错别字和加上附加内容 2022-02-19 12:57:26 +08:00
Cyandev 45afc0c8ab add textlintrc 2022-02-19 12:54:41 +08:00
wangzhengdao dc3c7dfedc 尖椒炒牛肉 2022-02-19 12:51:12 +08:00
wangzhengdao b9d08e8ff7 删除错别字 2022-02-19 12:37:56 +08:00
wangzhengdao a21f29daeb 修改段落 2022-02-19 12:34:15 +08:00
wangzhengdao 0e87aab7c3 修改空格 2022-02-19 12:32:53 +08:00
wangzhengdao 9c52a79283 尖椒炒牛肉 2022-02-19 12:28:58 +08:00
Anduin Xue 2ce9f9a307 Merge pull request #95 from scturtle/zhajiandmian
Add 炸酱面
2022-02-19 12:23:42 +08:00
scturtle 393dc11162 Fix CI 2022-02-19 12:22:02 +08:00
scturtle 2548131c93 Add 炸酱面 2022-02-19 11:34:28 +08:00
iceBear67 0a48d3d055 Removed step for adding water 2022-02-19 09:40:13 +08:00
Anduin Xue a01d004810 Update 牛奶燕麦.md 2022-02-19 01:43:47 +08:00
Anduin Xue 193e10bf13 Update README.md 2022-02-19 01:40:45 +08:00
Anduin Xue f6cdcf4374 采纳建议 #84 2022-02-19 00:45:57 +08:00
Anduin Xue af0fce0944 修正一些格式问题 2022-02-19 00:43:53 +08:00
Anduin Xue 6e694f241b Update README.md 2022-02-19 00:39:33 +08:00
Anduin Xue bdcf1c993a Update README.md 2022-02-19 00:39:02 +08:00
Anduin Xue e7b10cfef6 添加 香干肉丝 2022-02-19 00:37:46 +08:00
Anduin Xue 1eb5b2e2c6 添加炒河粉 2022-02-19 00:37:00 +08:00
Anduin Xue ff179af65d 将炒河粉扩展名重命名为小写 2022-02-19 00:36:40 +08:00
Anduin Xue 71f2cf0e35 修正lint错误。 2022-02-19 00:36:00 +08:00
Anduin Xue d835a7c1d1 Merge pull request #90 from xixilifans/master
Add 香干肉丝
2022-02-19 00:35:34 +08:00
Anduin Xue 7c695155bf Suppress MD024 2022-02-19 00:33:25 +08:00
Anduin Xue ff2953e2d6 Merge pull request #82 from JingqiDuan/patch-1
Update 米饭.md
2022-02-19 00:31:39 +08:00
Anduin Xue 82b4beec3f #78 修正了一个茄子炖土豆里,辣椒没有被正确引用的错误 2022-02-19 00:28:36 +08:00
Anduin Xue 12520a410f #89 删除鸡精。降低料酒的优先级。 2022-02-19 00:25:23 +08:00
Anduin Xue 4620cc3627 添加菜刀。 2022-02-19 00:21:40 +08:00
xixilifans 9b65b6d169 Update 香干肉丝.md 2022-02-19 00:08:56 +08:00
xixilifans 869d8d3eff 香干肉丝 2022-02-19 00:07:15 +08:00
xixilifans 05269ddecd feng 2022-02-19 00:05:12 +08:00
Bobby Rong fc56cb45e2 Merge pull request #87 from ocfox/patch-1
修复了 盐量中符号 * 不会显示的问题
2022-02-18 22:50:59 +08:00
ocfox 6f7d7db505 修复了 盐量中符号 * 不会显示的问题
`盐(人数*4g - 人数*6g)`会使 (*4g - 人数*) 变为斜体 而没有 符号 '*'
修复了这个问题
2022-02-18 22:46:26 +08:00
iceBear67 c76e67f36a Add: 速冻水饺 2022-02-18 22:04:35 +08:00
Jingqi Duan 7f6041c3d9 Update 米饭.md
Enhanced the punctuation marks for the text.
2022-02-18 20:39:00 +08:00
sun 2878f4dd3e 优化如何选择现在吃什么的形式化描述 2022-02-18 19:41:05 +08:00
Anduin Xue 3e17070c7e Update 蛋炒饭.md 2022-02-18 18:02:56 +08:00
Anduin Xue 2acae76d1b 修正了蛋炒饭盐可能盐过多的问题。 #59 2022-02-18 18:01:52 +08:00
Anduin Xue 585cf98720 Update README.md 2022-02-18 17:59:16 +08:00
Anduin Xue 69e2b11271 修正CI的报错。 2022-02-18 17:56:43 +08:00
raysarl d1dde97c31 Update 厨房基本操作注意事项.md 2022-02-18 17:55:55 +08:00
Anduin Xue 8ffc54ba7b 添加对牛奶燕麦的链接。 2022-02-18 17:54:10 +08:00
Anduin Xue 0dfb04afff 修正了一个大小写问题。 2022-02-18 17:50:20 +08:00
Anduin Xue 2319cea6f1 Merge pull request #69 from GT-ZhangAcer/master
README中增加炒河粉
2022-02-18 17:49:53 +08:00
Anduin Xue b0fbddaff0 修正了一个有人说炒肉份量太少的问题. Fix #73 2022-02-18 17:47:49 +08:00
raysarl 24c6e35460 Add files via upload
Update 厨房基本操作注意事项
2022-02-18 17:28:58 +08:00
GT-Zhang d331f4ddd7 README中增加炒河粉
在README中增加炒河粉。
2022-02-18 17:02:34 +08:00
Anduin Xue 92d12e1597 Merge pull request #68 from GT-ZhangAcer/master
增加炒河粉做法
2022-02-18 16:58:55 +08:00
Anduin Xue ce19a3e14d Merge pull request #67 from dickyPro/master
Feat:增加清蒸生蚝的做法
2022-02-18 16:55:05 +08:00
Anduin Xue f255a60639 Merge pull request #66 from 3lang3/feat-breakfast-quick
Add 快速早餐 牛奶燕麦.md
2022-02-18 16:54:34 +08:00
GT-Zhang 31f4948a10 Update 炒河粉.MD
增加一点配料比例。
2022-02-18 16:44:30 +08:00
GT-Zhang 865766f492 Update 炒河粉.MD 2022-02-18 16:37:51 +08:00
GT-Zhang a5aa150439 Create 炒河粉.MD 2022-02-18 16:37:22 +08:00
3lang 62a1af1b0b Add 快速早餐 牛奶燕麦.md 2022-02-18 16:15:43 +08:00
hetao3 989080e5b6 feat:add shenghao cook 2022-02-18 15:55:20 +08:00
Anduin Xue 16bb9b5b67 Update README.md 2022-02-18 15:52:41 +08:00
Anduin Xue d111e194b5 Merge pull request #62 from livepo/master
Update 凉拌黄瓜.md
2022-02-18 15:51:43 +08:00
livepo 88cc5ebd1f Update 凉拌黄瓜.md 2022-02-18 15:22:46 +08:00
Anduin Xue 6fd52f88e5 Merge pull request #56 from Mivinci/master
添加老干妈拌面和醪糟小汤圆
2022-02-18 13:00:26 +08:00
XJJ 7efb927a32 Update 醪糟小汤圆.md 2022-02-18 12:48:58 +08:00
XJJ 4ae3f4dd81 Update 老干妈拌面.md 2022-02-18 12:48:21 +08:00
XJJ 5006b631f2 Update 醪糟小汤圆.md 2022-02-18 12:45:39 +08:00
XJJ 1a8343ec50 Update 醪糟小汤圆.md 2022-02-18 12:04:21 +08:00
XJJ ad83d5143c Update 醪糟小汤圆.md 2022-02-18 12:01:46 +08:00
XJJ 3862307bfa Update 老干妈拌面.md 2022-02-18 11:58:00 +08:00
Mivinci d712b4a546 添加老干妈拌面和醪糟小汤圆 2022-02-18 11:45:39 +08:00
Anduin Xue 74bc8c8fde Update README.md 2022-02-17 15:35:55 +08:00
Anduin Xue 13fa302594 Update 辣椒炒肉.md 2022-02-17 15:32:01 +08:00
Anduin Xue 41f8907c18 Update README.md 2022-02-17 15:16:36 +08:00
Anduin Xue 1a82fe0e0a Update and rename T-油泼辣子.md to 油泼辣子.md 2022-02-17 15:15:02 +08:00
Anduin Xue 6306223339 新增辣椒炒肉 2022-02-17 15:01:24 +08:00
Anduin Xue 14b52e655d Update 西红柿鸡蛋.md 2022-02-17 14:54:38 +08:00
Anduin Xue c53da589ef Merge pull request #43 from asmcpluss/patch-1
Update T-油泼辣子.md
2022-02-17 14:50:09 +08:00
Anduin Xue 5e292ee9c3 Add badges. 2022-02-17 14:49:41 +08:00
Anduin Xue 16fe1af1e6 Set theme jekyll-theme-cayman 2022-02-17 14:40:24 +08:00
Li Lingqi 632a1731ee Update T-油泼辣子.md 2022-02-17 14:35:11 +08:00
Anduin Xue 2e13464aac Update 太阳蛋.md 2022-02-17 14:29:16 +08:00
Anduin Xue 771d416441 Update 太阳蛋.md 2022-02-17 14:28:11 +08:00
Anduin Xue 10aabefe6b Merge pull request #24 from wuyudi/master
增加太阳蛋做法
2022-02-17 14:26:30 +08:00
Anduin Xue 137d250ecb Merge pull request #38 from yliugen/update_huiguorou
肉的一段处理第3步不严谨,需加入水
2022-02-17 14:25:50 +08:00
Anduin Xue 9981b9c857 Merge pull request #39 from bobby285271/lint
Fix various lint errors
2022-02-17 14:24:53 +08:00
Anduin Xue 70a9f20876 Merge pull request #40 from waterrr/patch-1
Create 辣椒炒肉.md
2022-02-17 14:24:32 +08:00
AsukaMinato 695cf3fa35 Rename 荷包蛋.md to 太阳蛋.md 2022-02-17 14:20:49 +08:00
AsukaMinato 9850a475da rename to 太阳蛋 2022-02-17 14:20:29 +08:00
AsukaMinato 5766a17367 rename && accurate time 2022-02-17 14:19:03 +08:00
W4ter fe889c8d14 Create 辣椒炒肉.md 2022-02-17 12:27:13 +08:00
Bobby Rong 3a47ae8c8a lint: skip MD029 and MD036
Skipping:

* MD029 Ordered list item prefix
* MD036 Emphasis used instead of a header

These rules are not fully applied to this repository yet and
further discussion is probably needed on how to deal with them.

Example markdownlint run:

* https://github.com/Anduin2017/HowToCook/runs/5226805159
2022-02-17 12:09:19 +08:00
Bobby Rong d57038870b lint: fix MD024
Multiple headers with the same content
2022-02-17 12:08:51 +08:00
Bobby Rong 055576ac59 lint: fix MD004
Unordered list style
2022-02-17 12:05:20 +08:00
Bobby Rong c0c5c79ba2 lint: fix MD032
Lists should be surrounded by blank lines
2022-02-17 12:04:48 +08:00
Bobby Rong 56b9ff254e lint: fix MD001
Header levels should only increment by one level at a time
2022-02-17 12:03:11 +08:00
Bobby Rong 9998a009a6 lint: fix MD025
Multiple top level headers in the same document
2022-02-17 12:02:33 +08:00
Bobby Rong dfc7001dc5 lint: fix MD012
Multiple consecutive blank lines
2022-02-17 12:01:40 +08:00
Bobby Rong b25822c492 lint: fix MD030
Spaces after list markers
2022-02-17 12:00:40 +08:00
Bobby Rong c057df9dea lint: fix MD009
Trailing spaces
2022-02-17 11:59:53 +08:00
Anduin Xue 033f04ea9f Update 鱼香肉丝.md 2022-02-17 11:44:57 +08:00
Anduin Xue bdc9c0da7e 修正了一个把葱切成了沫沫的bug。 2022-02-17 11:41:58 +08:00
Anduin Xue 4c7cab6e0e 重构鱼香肉丝和材料。 2022-02-17 11:38:11 +08:00
yangguang 4b737db475 肉的一段处理第3步不严谨,需加入水 2022-02-17 10:55:21 +08:00
Anduin Xue 70b5813df4 为英文单词增加空格。 2022-02-17 10:44:56 +08:00
Anduin Xue 2ceddc69ab Update 地三鲜.md 2022-02-17 10:13:53 +08:00
Anduin Xue 8e4cf83b3b Update README.md 2022-02-17 10:13:02 +08:00
Anduin Xue a22d76467e Update 米饭.md 2022-02-17 10:12:31 +08:00
Anduin Xue 58c221b2e5 Merge pull request #31 from ev11ccaatt/patch-1
添加一些制作细节
2022-02-16 09:27:16 -08:00
Anduin Xue 5974f5c635 Merge pull request #29 from jiangzhongshi/patch-1
Update 如何选择现在吃什么.md
2022-02-16 09:24:56 -08:00
Anduin Xue 3e5f322df3 Merge pull request #34 from niwtr/patch-1
优先级歧义导致西红柿数量溢出
2022-02-16 09:24:12 -08:00
M-x bunny 0cc4d03ccc 菜谱歧义导致西红柿数量溢出
原菜谱中写道:“西红柿的数量 = 人数 * 0.9 向上取整。”
这条语句是有歧义的,我的编译器把它理解成了人数 *(0.9 向上取整)也就是人数 * 1 = 人数
所以,我那天给10个人做饭的时候,用了10个西红柿,导致大量西红柿从锅里面溢出。
后来经老婆指点,应该理解成(人数 * 0.9) 向上取整,也就是只要9个西红柿就行了。

于是,我决定提交此commit,fix掉潜在的歧义bug。
2022-02-16 17:33:02 +08:00
ev11ccaat ef3fca8f73 添加一些制作细节 2022-02-16 16:59:20 +08:00
Zhongshi bae85d8ef7 Update 如何选择现在吃什么.md
提供解析解
2022-02-16 15:09:36 +08:00
wuyudi fca2082a08 📝 update readme 2022-02-15 17:28:24 +08:00
wuyudi f51849b4e4 📝 增加荷包蛋做法 2022-02-15 17:14:03 +08:00
Anduin Xue 3f80da0dae Update README.md 2022-01-04 15:31:57 +08:00
Anduin Xue 13ca00705a Update README.md 2022-01-04 15:31:12 +08:00
Anduin Xue e2e1376aae Merge pull request #20 from bsdelf/Add-CI
Create ci.yml
2022-01-04 15:23:30 +08:00
bsdelf 3a9e7d70c5 Create ci.yml 2022-01-04 12:18:41 +08:00
Anduin Xue 400b612e72 Update 如何选择现在吃什么.md 2021-09-18 01:26:13 +08:00
Anduin Xue 97926a1a19 Merge pull request #18 from Perlistan/master
TAGOST ADD #油泼辣子
2021-06-03 16:01:18 +08:00
Anduin Xue f0f464e71b Update 炒方便面.md 2021-05-07 17:17:57 +08:00
Perlistan 474bc4d5fd #修改配方 2021-05-05 14:01:06 +08:00
Perlistan 3eb5df418d #修改配方 2021-05-05 13:58:33 +08:00
Perlistan 6a455c366e TAGOST ADD #油泼辣子 2021-04-30 15:33:50 +08:00
Anduin Xue e631d762dd Update README.md 2021-02-16 19:31:28 +08:00
Anduin Xue 1f43924761 Merge pull request #17 from Erosion2020/master
新增烙饼
2021-02-16 19:28:04 +08:00
erosion 911d922a7d Merge branch 'master' of github.com:Erosion2020/HowToCook 2021-02-16 11:49:59 +08:00
erosion 39e7d7cad6 Update menu 2021-02-16 11:49:39 +08:00
erosion 00a2dc07f5 Add 烙饼做法 rename and add 小技巧 2021-02-16 11:25:41 +08:00
Anduin Xue f5bd8e4be8 Merge pull request #16 from Erosion2020/master
新增糖醋鲤鱼
2021-02-15 13:48:01 +08:00
Erosion2020 5d966bb4ae Update 糖醋鲤鱼.md
更改细节
2021-02-15 10:51:08 +08:00
Erosion2020 0954a8ca1e Update README.md
change menu
2021-02-15 10:49:55 +08:00
erosion b308ad917b Add 糖醋鲤鱼 2021-02-15 10:45:07 +08:00
Anduin Xue aa78ce4060 Update README.md 2020-12-04 18:09:34 +08:00
Anduin Xue 7b3d36e5cc Merge pull request #15 from GhostNoc/master
新增回锅肉的做法
2020-12-04 18:08:51 +08:00
张件呈 afa607b021 新增回锅肉的做法 2020-12-04 17:30:11 +08:00
Anduin Xue f8b3f34fca Merge pull request #14 from Erosionying/master
Add 红烧茄子
2020-07-06 11:51:57 +08:00
Erosion c277f69f13 Add 红烧茄子 2020-07-06 11:50:44 +08:00
Anduin Xue 6c1df895e8 Merge pull request #13 from Rivalsa/master
我又来给大家新增菜谱啦~
2020-05-12 18:13:27 +08:00
Rivalsa(HPPC) 76e5507e7d 1.新增“西红柿鸡蛋汤”,2.将“西红柿鸡蛋”更名为“西红柿炒鸡蛋”,3.补充了“麻辣香锅”中提供材料为几人量。 2020-05-12 18:09:13 +08:00
Anduin Xue 24faf35ade Merge pull request #12 from Rivalsa/master
增加一道新菜:麻辣香锅
2020-05-09 22:12:35 +08:00
Rivalsa(HPPC) 1dc850bbf7 增加一道新菜:麻辣香锅 2020-05-09 22:09:48 +08:00
Anduin Xue 75c35d9d21 Merge pull request #11 from Rivalsa/master
新增饮料酸梅汁的做法并修改了茄子炖土豆的做法
2020-05-08 21:42:55 +08:00
Rivalsa(HPPC) 4d8eed67b3 酸梅汁新增两个图片 2020-05-08 21:19:50 +08:00
Rivalsa(HPPC) ee22022a89 修改了茄子炖土豆的方案,新增酸梅汁的做法 2020-05-08 21:01:48 +08:00
Anduin Xue 8961671bed Merge pull request #10 from Rivalsa/master
Add 茄子炖土豆 and Update Menu List.
2020-05-07 19:30:46 +08:00
Rivalsa(HPPC) c584fee8f9 Update 茄子炖土豆 2020-05-07 19:26:20 +08:00
Rivalsa(HPPC) 9db051402d Add 茄子炖土豆 and Update Menu List 2020-05-07 19:22:07 +08:00
Anduin Xue 12bc81097d Merge pull request #8 from Erosionying/master
Add 红烧鱼头 and Update Menu list
2020-03-25 02:51:21 +08:00
Erosion 5e11922945 Add 红烧鱼头 and Update Menu list 2020-03-25 01:36:08 +08:00
Anduin Xue 857a0e81ad Merge pull request #7 from Erosionying/master
增加凉皮做法
2020-03-24 21:07:20 +08:00
Erosion dcc46ecea5 增加凉皮 2020-03-24 20:58:02 +08:00
Anduin Xue e791708268 Update README.md 2020-03-18 21:09:09 +08:00
Anduin Xue 24d167f36b Add 鱼香肉丝。 2020-03-18 21:08:53 +08:00
Anduin Xue a59c49bd1d Merge pull request #6 from ShenJimei/master
鱼香肉丝 by Jimei
2020-03-18 21:07:20 +08:00
ShenJimei 21907710a0 鱼香肉丝 by Jimei 2020-03-18 21:02:42 +08:00
Anduin Xue 1733686a7a Merge pull request #5 from Anduin2017/add-license-1
Create LICENSE
2020-03-16 00:25:36 +08:00
Anduin Xue 5cd6be078d Create LICENSE 2020-03-16 00:25:24 +08:00
Anduin Xue 6b95610e87 Update README.md 2020-03-16 00:22:04 +08:00
Anduin Xue 42c3712d48 Merge pull request #4 from AlliotTech/master
add 葱煎豆腐 by AlliotTech
2020-03-16 00:19:59 +08:00
Alliot 5302174a5e add 葱煎豆腐 by AlliotTech 2020-03-16 00:11:44 +08:00
Anduin Xue f6d2560aa0 Update 蛋炒饭.md 2020-02-29 22:57:22 +08:00
Anduin Xue 270166b5dc Update 米粥.md 2020-02-29 22:56:04 +08:00
Anduin Xue 0106a22320 Update README.md 2020-02-29 22:55:43 +08:00
Anduin2017 796563b9c0 Fix order. 2020-02-29 21:08:55 +08:00
Anduin2017 b0bd04f9cc Add more meal. 2020-02-29 19:41:32 +08:00
Anduin2017 3eb039e02b Add 地三鲜 2020-02-29 19:25:57 +08:00
Anduin2017 06d5a1f02b Better choice part. 2020-02-29 19:11:40 +08:00
Anduin2017 9748f54a72 Add more details about 西红柿鸡蛋 2020-02-29 19:06:40 +08:00
Anduin2017 bc74c955c2 Better readme file. 2020-02-29 18:47:12 +08:00
Anduin2017 ce2a7f7ccc Add 米粥 炒方便面 2020-02-29 18:43:15 +08:00
Anduin2017 32e2282944 First two meal 2020-02-29 18:32:47 +08:00
451 changed files with 5342 additions and 1446 deletions
+5
View File
@@ -0,0 +1,5 @@
*.jpg filter=lfs diff=lfs merge=lfs -text
*.jpeg filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.bmp filter=lfs diff=lfs merge=lfs -text
*.webp filter=lfs diff=lfs merge=lfs -text
+230 -86
View File
@@ -2,98 +2,242 @@ const util = require("util");
const glob = util.promisify(require('glob'));
const fs = require("fs").promises;
const path = require('path');
const fsSyncAccess = require("fs");
const MAX_FILE_SIZE = 1024 * 1024; // 1MB
// glob 模式,定位菜谱 Markdown 文件和所有文件
const DISHES_GLOB = path.resolve(__dirname, '../dishes/**/*.md');
const ALL_FILES_GLOB = path.resolve(__dirname, '../dishes/**/*');
// 工具函数:获取文件状态,包括大小
async function getFileStats(filePath) {
try {
const stats = await fs.stat(filePath);
return stats;
} catch (err) {
console.error(`检查文件状态时出错: ${filePath} -> ${err.message}`);
return null;
}
}
// 工具函数:读取文件内容并按行返回
async function readLines(filePath) {
const content = await fs.readFile(filePath, 'utf8');
return content.split('\n').map(line => line.trim());
}
// 校验函数集合
const validators = [
async (filePath, lines, errors) => {
const filenameWithoutExt = path.parse(filePath).name; // .name 是不带扩展名的文件名
if (filenameWithoutExt.includes(' ')) {
errors.push(`文件 ${filePath} 不符合仓库的规范!文件名不能包含空格! (当前文件名: ${filenameWithoutExt})`);
}
},
async (filePath, lines, errors) => {
const filenameWithoutExt = path.parse(filePath).name;
const expectedMainTitle = `# ${filenameWithoutExt}的做法`;
const titles = lines.filter(l => l.startsWith('#'));
if (!titles.length || titles[0] !== expectedMainTitle) {
errors.push(`文件 ${filePath} 不符合仓库的规范!它的大标题应该是: "${expectedMainTitle}"! 而它现在是 "${titles[0] || '未找到主标题'}"!`);
return;
}
const sections = lines.filter(l => l.startsWith('## '));
const requiredSections = ['## 必备原料和工具', '## 计算', '## 操作', '## 附加内容'];
if (sections.length !== requiredSections.length) {
errors.push(`文件 ${filePath} 不符合仓库的规范!它并不是四个二级标题的格式 (应为 ${requiredSections.length} 个,实际 ${sections.length} 个)。请从示例菜模板中创建菜谱!请不要破坏模板的格式!`);
return;
}
requiredSections.forEach((sec, idx) => {
if (sections[idx] !== sec) {
let titleName = "";
if (idx === 0) titleName = "第一个";
else if (idx === 1) titleName = "第二个";
else if (idx === 2) titleName = "第三个";
else if (idx === 3) titleName = "第四个";
errors.push(`文件 ${filePath} 不符合仓库的规范!${titleName}标题不是 ${sec}! (当前为: "${sections[idx] || '未找到'}")`);
}
});
// 检查烹饪难度
const mainTitleIndex = titles.length > 0 ? lines.indexOf(titles[0]) : -1;
const firstSecondTitleIndex = sections.length > 0 ? lines.indexOf(sections[0]) : -1;
if (mainTitleIndex >= 0 && firstSecondTitleIndex >= 0 && mainTitleIndex < firstSecondTitleIndex) {
const contentBetweenTitles = lines.slice(mainTitleIndex + 1, firstSecondTitleIndex);
let hasDifficultyLine = false;
const difficultyPatternGeneral = /^预估烹饪难度:(★*)$/;
const difficultyPatternStrict = /^预估烹饪难度:★{1,5}$/;
for (const line of contentBetweenTitles) {
if (difficultyPatternGeneral.test(line)) {
hasDifficultyLine = true;
if (!difficultyPatternStrict.test(line)) {
const starMatch = line.match(/★/g);
const starCount = starMatch ? starMatch.length : 0;
errors.push(`文件 ${filePath} 不符合仓库的规范!烹饪难度的星星数量必须在1-5颗之间!(当前为 ${starCount} 颗)`);
}
break;
}
}
if (!hasDifficultyLine) {
errors.push(`文件 ${filePath} 不符合仓库的规范!在大标题和第一个二级标题之间必须包含"预估烹饪难度:★★"格式的难度评级,星星数量必须在1-5颗之间!`);
}
} else if (mainTitleIndex === -1 || firstSecondTitleIndex === -1) {
errors.push(`文件 ${filePath} 结构错误,无法定位烹饪难度区域。`);
}
},
async (filePath, lines, errors) => {
const count = keyword => lines.filter(l => l.includes(keyword)).length;
if (count('勺') > count('勺子') + count('炒勺') + count('漏勺') + count('吧勺') + count('挂勺')) {
errors.push(`文件 ${filePath} 不符合仓库的规范!勺 不是一个精准的单位!`);
}
if (count(' 杯') > count('杯子')) {
errors.push(`文件 ${filePath} 不符合仓库的规范!杯 不是一个精准的单位!`);
}
['适量', '少许'].forEach(w => {
if (count(w) > 0) {
errors.push(`文件 ${filePath} 不符合仓库的规范!${w} 不是一个精准的描述!请给出克 g 或毫升 ml。`);
}
});
if (count('min') > 0) {
errors.push(`文件 ${filePath} 不符合仓库的规范!min 这个词汇有多重含义。建议改成中文"分钟"。`);
}
if (count('左右') > 0) {
errors.push(`文件 ${filePath} 不符合仓库的规范!左右 不是一个能够明确定量的标准! 如果是在描述一个模糊物体的特征,请使用 '大约'。例如:鸡(大约1kg)`);
}
['你', '我'].forEach(pronoun => {
if (count(pronoun) > 0) {
errors.push(`文件 ${filePath} 不符合仓库的规范!请不要出现人称代词。`);
}
});
},
async (filePath, lines, errors) => {
const hasPortion = lines.some(l => l.includes('份数'));
const hasTotal = lines.some(l => l.includes('总量'));
const hasTemplateLine = lines.some(l => l.includes('每次制作前需要确定计划做几份。一份正好够'));
if (hasPortion && (!hasTotal || !hasTemplateLine)) {
errors.push(`文件 ${filePath} 不符合仓库的规范!它使用份数作为基础,这种情况下一般是一次制作,制作多份的情况。请标明:总量 并写明 '每次制作前需要确定计划做几份。一份正好够 几 个人食用。'。`);
}
if (lines.some(l => l.includes('每人') || l.includes('人数'))) {
errors.push(`文件 ${filePath} 不符合仓库的规范!请基于每道菜\\每份为基准。不要基于人数。人数是一个可能会导致在应用中发生问题的单位。如果需要面向大量的人食用,请标明一个人需要几份。`);
}
},
async (filePath, lines, errors) => {
const footer = '如果您遵循本指南的制作流程而发现有问题或可以改进的流程,请提出 Issue 或 Pull request 。';
if (!lines.includes(footer)) {
errors.push(`文件 ${filePath} 不符合仓库的规范! 它没有包含必需的附加内容!,需要在最后一行添加模板中的【${footer}`);
}
},
// 检查图片引用是否存在
async (filePath, lines, errors) => {
const fileDir = path.dirname(filePath);
const content = lines.join('\n');
// 匹配 ![alt](path) 和 [text](path) 的图片引用
// 支持相对路径和 URL
const imageRegex = /\[([^\]]*)\]\(([^)]+\.(?:jpg|jpeg|png|gif|webp|svg))\)/gi;
let match;
const imageRefs = new Set();
while ((match = imageRegex.exec(content)) !== null) {
imageRefs.add(match[2]);
}
// 检查每个引用的图片是否存在
for (const imagePath of imageRefs) {
// 跳过 URLhttp/https/ftp
if (imagePath.startsWith('http://') || imagePath.startsWith('https://') || imagePath.startsWith('ftp://')) {
continue;
}
// 解析相对路径
let fullImagePath;
if (imagePath.startsWith('/')) {
// 绝对路径(相对于repo根目录)
fullImagePath = path.resolve(__dirname, '../../', imagePath);
} else if (imagePath.includes('..')) {
// 相对路径(包含 ..
fullImagePath = path.resolve(fileDir, imagePath);
} else {
// 相对路径(同目录或子目录)
fullImagePath = path.resolve(fileDir, imagePath);
}
try {
fsSyncAccess.accessSync(fullImagePath);
} catch (err) {
errors.push(`文件 ${filePath} 引用了不存在的图片: ${imagePath}`);
}
}
}
];
async function main() {
var errors = [];
var directories = await glob(__dirname + '../../dishes/**/*.md');
const errors = [];
// 获取所有文件和 Markdown 文件路径
const allPaths = await glob(ALL_FILES_GLOB);
const mdPaths = await glob(DISHES_GLOB);
for (var filePath of directories) {
var data = await fs.readFile(filePath, 'utf8');
var filename = path.parse(filePath).base.replace(".md","");
if (filename.includes(' ')) {
errors.push(`文件 ${filePath} 不符合仓库的规范!文件名不能包含空格!`);
}
dataLines = data.split('\n').map(t => t.trim());
titles = dataLines.filter(t => t.startsWith('#'));
secondTitles = titles.filter(t => t.startsWith('## '));
if (dataLines.filter(line => line.includes('勺')).length >
dataLines.filter(line => line.includes('勺子')).length +
dataLines.filter(line => line.includes('炒勺')).length +
dataLines.filter(line => line.includes('漏勺')).length +
dataLines.filter(line => line.includes('吧勺')).length) {
errors.push(`文件 ${filePath} 不符合仓库的规范!勺 不是一个精准的单位!`);
}
if (dataLines.filter(line => line.includes(' 杯')).length >
dataLines.filter(line => line.includes('杯子')).length) {
errors.push(`文件 ${filePath} 不符合仓库的规范!杯 不是一个精准的单位!`);
}
if (dataLines.filter(line => line.includes('适量')).length > 0) {
errors.push(`文件 ${filePath} 不符合仓库的规范!适量 不是一个精准的描述!请给出克 g 或毫升 ml。`);
}
if (dataLines.filter(line => line.includes('每人')).length + dataLines.filter(line => line.includes('人数')).length > 0) {
errors.push(`文件 ${filePath} 不符合仓库的规范!请基于每道菜\\每份为基准。不要基于人数。人数是一个可能会导致在应用中发生问题的单位。如果需要面向大量的人食用,请标明一个人需要几份。`);
}
if (
dataLines.filter(line => line.includes('份数')).length > 0 &&
(
dataLines.filter(line => line.includes('总量')).length == 0 ||
dataLines.filter(line => line.includes('每次制作前需要确定计划做几份。一份正好够')).length == 0
)
) {
errors.push(`文件 ${filePath} 不符合仓库的规范!它使用份数作为基础,这种情况下一般是一次制作,制作多份的情况。请标明:总量 并写明 '每次制作前需要确定计划做几份。一份正好够 几 个人食用。'。`);
}
if (dataLines.filter(line => line.includes('min')).length > 0) {
errors.push(`文件 ${filePath} 不符合仓库的规范!min 这个词汇有多重含义。建议改成中文"分钟"。`);
}
if (dataLines.filter(line => line.includes('左右')).length > 0) {
errors.push(`文件 ${filePath} 不符合仓库的规范!左右 不是一个能够明确定量的标准! 如果是在描述一个模糊物体的特征,请使用 '大约'。例如:鸡(大约1kg)`);
}
if (dataLines.filter(line => line.includes('少许')).length > 0) {
errors.push(`文件 ${filePath} 不符合仓库的规范!少许 不是一个精准的描述!请给出克 g 或毫升 ml。`);
}
if (dataLines.filter(line => line.includes('你')).length + dataLines.filter(line => line.includes('我')).length > 0) {
errors.push(`文件 ${filePath} 不符合仓库的规范!请不要出现人称代词。`);
}
if (titles[0].trim() != "# " + filename + "的做法") {
errors.push(`文件 ${filePath} 不符合仓库的规范!它的大标题应该是: ${"# " + filename + "的做法"}! 而它现在是 ${titles[0].trim()}!`);
continue;
}
if (secondTitles.length != 4) {
errors.push(`文件 ${filePath} 不符合仓库的规范!它并不是四个标题的格式。请从示例菜模板中创建菜谱!请不要破坏模板的格式!`);
continue;
}
if (secondTitles[0].trim() != "## 必备原料和工具") {
errors.push(`文件 ${filePath} 不符合仓库的规范!第一个标题不是 必备原料和工具!`);
}
if (secondTitles[1].trim() != "## 计算") {
errors.push(`文件 ${filePath} 不符合仓库的规范!第二个标题不是 计算!`);
}
if (secondTitles[2].trim() != "## 操作") {
errors.push(`文件 ${filePath} 不符合仓库的规范!第三个标题不是 操作`);
}
if (secondTitles[3].trim() != "## 附加内容") {
errors.push(`文件 ${filePath} 不符合仓库的规范!第四个标题不是 附加内容`);
}
var mustHave = '如果您遵循本指南的制作流程而发现有问题或可以改进的流程,请提出 Issue 或 Pull request 。';
var mustHaveIndex = dataLines.indexOf(mustHave);
if (mustHaveIndex < 0) {
errors.push(`文件 ${filePath} 不符合仓库的规范! 它没有包含必需的附加内容!,需要在最后一行添加模板中的【如果您遵循本指南的制作流程而发现有……】`);
}
// 检查文件大小和扩展名
for (const p of allPaths) {
const stats = await getFileStats(p);
if (!stats) { // 如果获取状态失败,跳过后续检查
errors.push(`无法获取文件状态: ${p},跳过此文件的检查。`);
continue;
}
if (errors.length > 0) {
for (var error of errors) {
console.error(error + "\n");
}
var message = `Found ${errors.length} errors! Please fix!`;
throw new Error(message);
if (stats.size > MAX_FILE_SIZE) {
errors.push(`文件 ${p} 超过了1MB大小限制 (${(stats.size/1048576).toFixed(2)}MB)! 请压缩图片或分割文件。`);
}
// 检查扩展名
if (stats.isFile()) {
const ext = path.extname(p);
if (!ext) {
errors.push(`文件 ${p} 不符合仓库的规范!文件必须有扩展名!`);
}
}
}
// 对 Markdown 文件逐项校验内容
for (const p of mdPaths) {
const lines = await readLines(p);
for (const validate of validators) {
await validate(p, lines, errors);
}
}
// 输出错误并退出
if (errors.length) {
errors.forEach(e => console.error(e + "\n"));
const message = `Found ${errors.length} errors! Please fix!`;
throw new Error(message);
} else {
console.log("所有检查已通过!没有发现错误。");
}
}
main();
main().catch(err => {
console.error("\n" + err.message);
process.exit(1);
});
+1 -121
View File
@@ -3,174 +3,79 @@ const fs = require('fs').promises;
const path = require('path');
const README_PATH = './README.md';
const MKDOCS_PATH = 'mkdocs.yml';
const dishesFolder = 'dishes';
const starsystemFolder = 'starsystem';
const ignorePaths = ['.git', 'README.md', 'node_modules', 'CONTRIBUTING.md', '.github'];
const ignorePaths = ['.git', 'README.md', 'node_modules', 'CONTRIBUTING.md', '.github', 'en', 'site'];
const categories = {
vegetable_dish: {
title: '素菜',
readme: '',
mkdocs: '',
},
meat_dish: {
title: '荤菜',
readme: '',
mkdocs: '',
},
aquatic: {
title: '水产',
readme: '',
mkdocs: '',
},
breakfast: {
title: '早餐',
readme: '',
mkdocs: '',
},
staple: {
title: '主食',
readme: '',
mkdocs: '',
},
'semi-finished': {
title: '半成品加工',
readme: '',
mkdocs: '',
},
soup: {
title: '汤与粥',
readme: '',
mkdocs: '',
},
drink: {
title: '饮料',
readme: '',
mkdocs: '',
},
condiment: {
title: '酱料和其它材料',
readme: '',
mkdocs: '',
},
dessert: {
title: '甜品',
readme: '',
mkdocs: '',
},
};
async function countStars(filename) {
const data = await fs.readFile(filename, 'utf-8');
let stars = 0;
const lines = data.split('\n');
lines.forEach(line => {
stars += (line.match(/★/g) || []).length;
});
return stars;
}
async function organizeByStars(dishesFolder, starsystemFolder) {
const dishes = {};
async function processFolder(folderPath) {
const files = await readdir(folderPath);
for (const filename of files) {
const filepath = path.join(folderPath, filename);
const fileStat = await stat(filepath);
if (fileStat.isFile() && filename.endsWith('.md')) {
const stars = await countStars(filepath);
dishes[filepath] = stars;
} else if (fileStat.isDirectory()) {
await processFolder(filepath);
}
}
}
const dishesFolderAbs = path.resolve(dishesFolder);
const starsystemFolderAbs = path.resolve(starsystemFolder);
if (!await fs.access(starsystemFolderAbs).then(() => true).catch(() => false)) {
await fs.mkdir(starsystemFolderAbs, { recursive: true });
}
if (!await fs.access(dishesFolderAbs).then(() => true).catch(() => false)) {
console.log(`Directory not found: ${dishesFolderAbs}, creating directory...`);
await fs.mkdir(dishesFolderAbs, { recursive: true });
}
await processFolder(dishesFolderAbs);
const starRatings = Array.from(new Set(Object.values(dishes))).sort((a, b) => a - b);
const navigationLinks = [];
for (const stars of starRatings) {
const starsFile = path.join(starsystemFolderAbs, `${stars}Star.md`);
const content = [`# ${stars} 星难度菜品`, ''];
for (const [filepath, starCount] of Object.entries(dishes)) {
if (starCount === stars) {
const relativePath = path.relative(starsystemFolderAbs, filepath).replace(/\\/g, '/');
content.push(`* [${path.basename(filepath, '.md')}](./${relativePath})`);
}
}
await writeFile(starsFile, content.join('\n'), 'utf-8');
navigationLinks.push(`- [${stars} 星难度](${path.relative(path.dirname(README_PATH), starsFile).replace(/\\/g, '/')})`);
}
return navigationLinks;
}
async function main() {
try {
let README_BEFORE = '', README_MAIN = '', README_AFTER = '';
let MKDOCS_BEFORE = '', MKDOCS_MAIN = '', MKDOCS_AFTER = '';
const markdownObj = await getAllMarkdown('.');
// Debug logging to understand the structure of markdownObj
console.log("Markdown Object Structure:", JSON.stringify(markdownObj, null, 2));
for (const markdown of markdownObj) {
console.log("Processing markdown:", markdown);
if (markdown.path.includes('tips/advanced')) {
README_AFTER += inlineReadmeTemplate(markdown.file, markdown.path);
MKDOCS_AFTER += inlineMkdocsTemplate(markdown.file, markdown.path);
continue;
}
if (markdown.path.includes('tips')) {
README_BEFORE += inlineReadmeTemplate(markdown.file, markdown.path);
MKDOCS_BEFORE += inlineMkdocsTemplate(markdown.file, markdown.path);
continue;
}
for (const category of Object.keys(categories)) {
if (!markdown.path.includes(category)) continue;
categories[category].readme += inlineReadmeTemplate(markdown.file, markdown.path);
categories[category].mkdocs += inlineMkdocsTemplate(
markdown.file,
markdown.path,
true,
);
}
}
for (const category of Object.values(categories)) {
README_MAIN += categoryReadmeTemplate(category.title, category.readme);
MKDOCS_MAIN += categoryMkdocsTemplate(category.title, category.mkdocs);
}
let MKDOCS_TEMPLATE;
let README_TEMPLATE;
try {
MKDOCS_TEMPLATE = await fs.readFile("./.github/templates/mkdocs_template.yml", "utf-8");
} catch (error) {
MKDOCS_TEMPLATE = `site_name: My Docs\nnav:\n {{main}}\n`;
console.warn("mkdocs_template.yml not found, using default template");
}
try {
README_TEMPLATE = await fs.readFile("./.github/templates/readme_template.md", "utf-8");
} catch (error) {
@@ -178,30 +83,13 @@ async function main() {
console.warn("readme_template.md not found, using default template");
}
const navigationLinks = await organizeByStars(dishesFolder, starsystemFolder);
// Debug logging to ensure navigationLinks is defined and contains data
console.log("难度索引", navigationLinks);
const navigationSection = `\n### 按难度索引\n\n${navigationLinks.join('\n')}`;
await writeFile(
README_PATH,
README_TEMPLATE
.replace('{{before}}', README_BEFORE.trim())
.replace('{{index_stars}}', navigationSection.trim())
.replace('{{main}}', README_MAIN.trim())
.replace('{{after}}', README_AFTER.trim()),
);
await writeFile(
MKDOCS_PATH,
MKDOCS_TEMPLATE
.replace('{{before}}', MKDOCS_BEFORE)
.replace('{{main}}', MKDOCS_MAIN)
.replace('{{after}}', MKDOCS_AFTER),
);
// Organize files by star rating
//await organizeByStars(dishesFolder, starsystemFolder);
} catch (error) {
console.error(error);
}
@@ -234,12 +122,4 @@ function categoryReadmeTemplate(title, inlineStr) {
return `\n### ${title}\n\n${inlineStr}`;
}
function inlineMkdocsTemplate(file, path, isDish = false) {
return `${' '.repeat(isDish ? 10 : 6)}- ${file.replace('.md', '')}: ${path}/${file}\n`;
}
function categoryMkdocsTemplate(title, inlineStr) {
return `\n${' '.repeat(6)}- ${title}:\n${inlineStr}`;
}
main();
-93
View File
@@ -1,93 +0,0 @@
site_name: How To Cook
# Repository
repo_name: Anduin2017/HowToCook
repo_url: https://github.com/Anduin2017/HowToCook
edit_uri: ""
use_directory_urls: true
docs_dir: .
theme:
font: false
name: material
language: zh
features:
- content.code.annotate
# - content.tabs.link
# - header.autohide
# - navigation.expand
# - navigation.indexes
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.footer
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
search_index_only: true
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material//weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
icon:
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- abbr
- pymdownx.snippets
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- attr_list
plugins:
- same-dir
- search
- with-pdf:
author: GitHub Community
copyright: The Unlicense
cover_title: How To Cook
cover_subtitle: 程序员做饭指南
output_path: document.pdf
- minify:
minify_html: true
nav:
- README.md
- 做菜之前:
{{before}}
- 菜谱:
- 按种类: # 只有两层section以上才能出现navigation expansion https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-sections
{{main}}
- 进阶知识学习:
{{after}}
- CONTRIBUTING.md
- CODE_OF_CONDUCT.md
+11 -14
View File
@@ -1,11 +1,10 @@
# 程序员做饭指南
[![build](https://github.com/Anduin2017/HowToCook/actions/workflows/build.yml/badge.svg)](https://github.com/Anduin2017/HowToCook/actions/workflows/build.yml)
[![License](https://img.shields.io/github/license/Anduin2017/HowToCook)](./LICENSE)
[![GitHub contributors](https://img.shields.io/github/contributors/Anduin2017/HowToCook)](https://github.com/Anduin2017/HowToCook/graphs/contributors)
[![npm](https://img.shields.io/npm/v/how-to-cook)](https://www.npmjs.com/package/how-to-cook)
![Man hours](https://manhours.aiursoft.cn/r/github.com/anduin2017/howtocook.svg)
[![Docker](https://img.shields.io/badge/docker-latest-blue?logo=docker)](https://github.com/Anduin2017/HowToCook/pkgs/container/how-to-cook)
[![Man hours](https://manhours.aiursoft.com/r/github.com/Anduin2017/HowToCook.svg)](https://manhours.aiursoft.com/r/github.com/Anduin2017/HowToCook.html)
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fhowtocook.aiursoft.com)](https://howtocook.aiursoft.com)
[![Docker](https://img.shields.io/docker/pulls/aiursoft/howtocookviewer.svg)](https://hub.docker.com/r/aiursoft/howtocookviewer)
最近宅在家做饭,作为程序员,我偶尔在网上找找菜谱和做法。但是这些菜谱往往写法千奇百怪,经常中间莫名出来一些材料。对于习惯了形式语言的程序员来说极其不友好。
@@ -18,12 +17,10 @@
如果需要在本地部署菜谱 Web 服务,可以在安装 Docker 后运行下面命令:
```bash
docker pull ghcr.io/anduin2017/how-to-cook:latest
docker run -d -p 5000:5000 ghcr.io/anduin2017/how-to-cook:latest
docker pull aiursoft/howtocookviewer
docker run -d -p 5000:5000 aiursoft/howtocookviewer
```
如需下载 PDF 版本,可以在浏览器中访问 [/document.pdf](https://cook.aiursoft.cn/document.pdf)
## 如何贡献
针对发现的问题,直接修改并提交 Pull request 即可。
@@ -36,8 +33,6 @@ docker run -d -p 5000:5000 ghcr.io/anduin2017/how-to-cook:latest
## 菜谱
{{index_stars}}
{{main}}
## 进阶知识学习
@@ -46,8 +41,10 @@ docker run -d -p 5000:5000 ghcr.io/anduin2017/how-to-cook:latest
{{after}}
## 鸣谢
## 衍生作品推荐
对这份菜谱的下列作者表示感谢!
[![contributors](https://contrib.rocks/image?repo=Anduin2017/HowToCook&max=999&column=20)](https://github.com/Anduin2017/HowToCook/graphs/contributors)
- [图像化菜谱:支持在线预览与 PDF 导出](https://king-jingxiang.github.io/HowToCook/)
- [HowToCook-mcp 让 AI 助手变身私人大厨,为你的一日三餐出谋划策](https://github.com/worryzyy/HowToCook-mcp)
- [HowToCook-py-mcp 让 AI 助手变身私人大厨,为你的一日三餐出谋划策 (Python)](https://github.com/DusKing1/howtocook-py-mcp)
- [whatToEat 今天吃什么?的决策工具,帮助你快速选择合适的菜谱。](https://github.com/ryanuo/whatToEat)
- [厨房计划:开源中文菜谱 API - 由社区贡献,人人可用](https://proj.kitchen)
+3 -21
View File
@@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checkout, install tools..
- uses: actions/checkout@v2
- uses: actions/checkout@v6
with:
token: ${{ secrets.PAT }}
- uses: actions/setup-node@v4
- uses: actions/setup-node@v6
with:
node-version: '22'
cache: 'npm'
@@ -20,7 +20,7 @@ jobs:
- run: npm run build
- run: npm run lint
# Save files.
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v7
with:
commit_message: '[ci skip] Automatic file changes/fix'
branch: 'master'
@@ -29,21 +29,3 @@ jobs:
commit_user_email: github-actions[bot]@users.noreply.github.com
commit_author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
build-docker-image:
needs: build-readme-file
runs-on: ubuntu-latest
steps:
# Checkout, install tools..
- uses: actions/checkout@v2
# Use docker to build current directory ./Dockfile
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push the Docker image
run: |
docker build . --tag ghcr.io/anduin2017/how-to-cook:latest
docker push ghcr.io/anduin2017/how-to-cook:latest
+2 -2
View File
@@ -8,8 +8,8 @@ jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '22'
cache: 'npm'
+3 -2
View File
@@ -3,7 +3,8 @@ node_modules/
.history
.DS_Store
site/
starsystem/
properdocs.yml
.idea
*.iml
mkdocs.yml
*.iml
-24
View File
@@ -1,24 +0,0 @@
# ============================
# Prepare lint Environment
FROM node:22-alpine as lint-env
WORKDIR /app
COPY . .
RUN npm install --loglevel verbose
RUN npm run build
RUN npm run lint
# ============================
# Prepare Build Environment
FROM python:3.11 as python-env
WORKDIR /app
COPY --from=lint-env /app .
RUN apt-get update && apt-get install -y weasyprint fonts-noto-cjk wget unzip
RUN rm node_modules -rf && pip install -r requirements.txt
RUN mkdocs build
# ============================
# Prepare Runtime Environment
FROM aiursoft/static
COPY --from=python-env /app/site /data
LABEL org.opencontainers.image.source="https://github.com/Anduin2017/HowToCook"
+72 -22
View File
@@ -1,11 +1,10 @@
# 程序员做饭指南
[![build](https://github.com/Anduin2017/HowToCook/actions/workflows/build.yml/badge.svg)](https://github.com/Anduin2017/HowToCook/actions/workflows/build.yml)
[![License](https://img.shields.io/github/license/Anduin2017/HowToCook)](./LICENSE)
[![GitHub contributors](https://img.shields.io/github/contributors/Anduin2017/HowToCook)](https://github.com/Anduin2017/HowToCook/graphs/contributors)
[![npm](https://img.shields.io/npm/v/how-to-cook)](https://www.npmjs.com/package/how-to-cook)
![Man hours](https://manhours.aiursoft.cn/r/github.com/anduin2017/howtocook.svg)
[![Docker](https://img.shields.io/badge/docker-latest-blue?logo=docker)](https://github.com/Anduin2017/HowToCook/pkgs/container/how-to-cook)
[![Man hours](https://manhours.aiursoft.com/r/github.com/Anduin2017/HowToCook.svg)](https://manhours.aiursoft.com/r/github.com/Anduin2017/HowToCook.html)
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fhowtocook.aiursoft.com)](https://howtocook.aiursoft.com)
[![Docker](https://img.shields.io/docker/pulls/aiursoft/howtocookviewer.svg)](https://hub.docker.com/r/aiursoft/howtocookviewer)
最近宅在家做饭,作为程序员,我偶尔在网上找找菜谱和做法。但是这些菜谱往往写法千奇百怪,经常中间莫名出来一些材料。对于习惯了形式语言的程序员来说极其不友好。
@@ -18,12 +17,10 @@
如果需要在本地部署菜谱 Web 服务,可以在安装 Docker 后运行下面命令:
```bash
docker pull ghcr.io/anduin2017/how-to-cook:latest
docker run -d -p 5000:5000 ghcr.io/anduin2017/how-to-cook:latest
docker pull aiursoft/howtocookviewer
docker run -d -p 5000:5000 aiursoft/howtocookviewer
```
如需下载 PDF 版本,可以在浏览器中访问 [/document.pdf](https://cook.aiursoft.cn/document.pdf)
## 如何贡献
针对发现的问题,直接修改并提交 Pull request 即可。
@@ -34,6 +31,7 @@ docker run -d -p 5000:5000 ghcr.io/anduin2017/how-to-cook:latest
- [厨房准备](tips/厨房准备.md)
- [如何选择现在吃什么](tips/如何选择现在吃什么.md)
- [食材相克与禁忌](tips/食材相克与禁忌.md)
- [高压力锅](tips/learn/高压力锅.md)
- [空气炸锅](tips/learn/空气炸锅.md)
- [去腥](tips/learn/去腥.md)
@@ -48,14 +46,6 @@ docker run -d -p 5000:5000 ghcr.io/anduin2017/how-to-cook:latest
## 菜谱
### 按难度索引
- [1 星难度](starsystem/1Star.md)
- [2 星难度](starsystem/2Star.md)
- [3 星难度](starsystem/3Star.md)
- [4 星难度](starsystem/4Star.md)
- [5 星难度](starsystem/5Star.md)
### 素菜
- [拔丝土豆](dishes/vegetable_dish/拔丝土豆/拔丝土豆.md)
@@ -78,26 +68,36 @@ docker run -d -p 5000:5000 ghcr.io/anduin2017/how-to-cook:latest
- [鸡蛋羹](dishes/vegetable_dish/鸡蛋羹/鸡蛋羹.md)
- [微波炉鸡蛋羹](dishes/vegetable_dish/鸡蛋羹/微波炉鸡蛋羹.md)
- [蒸箱鸡蛋羹](dishes/vegetable_dish/鸡蛋羹/蒸箱鸡蛋羹.md)
- [鸡蛋花](dishes/vegetable_dish/鸡蛋花/鸡蛋花.md)
- [鸡蛋火腿炒黄瓜](dishes/vegetable_dish/鸡蛋火腿炒黄瓜.md)
- [茄子炖土豆](dishes/vegetable_dish/茄子炖土豆.md)
- [茭白炒肉](dishes/vegetable_dish/茭白炒肉/茭白炒肉.md)
- [家常日本豆腐](dishes/vegetable_dish/家常日本豆腐.md)
- [椒盐玉米](dishes/vegetable_dish/椒盐玉米/椒盐玉米.md)
- [金钱蛋](dishes/vegetable_dish/金钱蛋.md)
- [金针菇日本豆腐煲](dishes/vegetable_dish/金针菇日本豆腐煲.md)
- [烤茄子](dishes/vegetable_dish/烤茄子/烤茄子.md)
- [榄菜肉末四季豆](dishes/vegetable_dish/榄菜肉末四季豆/榄菜肉末四季豆.md)
- [雷椒皮蛋](dishes/vegetable_dish/雷椒皮蛋.md)
- [凉拌豆腐](dishes/vegetable_dish/凉拌豆腐.md)
- [凉拌黄瓜](dishes/vegetable_dish/凉拌黄瓜.md)
- [凉拌金针菇](dishes/vegetable_dish/凉拌金针菇.md)
- [凉拌木耳](dishes/vegetable_dish/凉拌木耳/凉拌木耳.md)
- [凉拌莴笋](dishes/vegetable_dish/凉拌莴笋/凉拌莴笋.md)
- [凉拌油麦菜](dishes/vegetable_dish/凉拌油麦菜.md)
- [皮蛋豆腐](dishes/vegetable_dish/皮蛋豆腐.md)
- [蒲烧茄子](dishes/vegetable_dish/蒲烧茄子.md)
- [芹菜拌茶树菇](dishes/vegetable_dish/芹菜拌茶树菇/芹菜拌茶树菇.md)
- [清炒花菜](dishes/vegetable_dish/清炒花菜.md)
- [清蒸南瓜](dishes/vegetable_dish/清蒸南瓜.md)
- [陕北熬豆角](dishes/vegetable_dish/陕北熬豆角.md)
- [上汤娃娃菜](dishes/vegetable_dish/上汤娃娃菜/上汤娃娃菜.md)
- [手撕包菜](dishes/vegetable_dish/手撕包菜/手撕包菜.md)
- [水油焖蔬菜](dishes/vegetable_dish/水油焖蔬菜.md)
- [松仁玉米](dishes/vegetable_dish/松仁玉米.md)
- [素炒豆角](dishes/vegetable_dish/素炒豆角.md)
- [酸辣土豆丝](dishes/vegetable_dish/酸辣土豆丝.md)
- [蒜蓉空心菜](dishes/vegetable_dish/蒜蓉空心菜/蒜蓉空心菜.md)
- [蒜蓉西兰花](dishes/vegetable_dish/蒜蓉西兰花.md)
- [糖拌西红柿](dishes/vegetable_dish/糖拌西红柿/糖拌西红柿.md)
- [莴笋叶煎饼](dishes/vegetable_dish/莴笋叶煎饼/莴笋叶煎饼.md)
- [西红柿炒鸡蛋](dishes/vegetable_dish/西红柿炒鸡蛋.md)
@@ -105,14 +105,23 @@ docker run -d -p 5000:5000 ghcr.io/anduin2017/how-to-cook:latest
- [西葫芦炒鸡蛋](dishes/vegetable_dish/西葫芦炒鸡蛋/西葫芦炒鸡蛋.md)
- [小炒藕丁](dishes/vegetable_dish/小炒藕丁/小炒藕丁.md)
- [洋葱炒鸡蛋](dishes/vegetable_dish/洋葱炒鸡蛋/洋葱炒鸡蛋.md)
- [印度葫芦丸子](dishes/vegetable_dish/印度葫芦丸子.md)
- [印度土豆花菜](dishes/vegetable_dish/印度土豆花菜.md)
- [油醋爆蛋](dishes/vegetable_dish/油醋爆蛋.md)
### 荤菜
- [澳门湿版免治牛肉饭](dishes/meat_dish/澳门湿版免治牛肉饭.md)
- [巴基斯坦牛肉咖喱](dishes/meat_dish/巴基斯坦牛肉咖喱/巴基斯坦牛肉咖喱.md)
- [白菜猪肉炖粉条](dishes/meat_dish/白菜猪肉炖粉条.md)
- [豉汁排骨](dishes/meat_dish/豉汁排骨.md)
- [豉汁蒸白鱔](dishes/meat_dish/豉汁蒸白鱔/豉汁蒸白鱔.md)
- [带把肘子](dishes/meat_dish/带把肘子.md)
- [冬瓜酿肉](dishes/meat_dish/冬瓜酿肉/冬瓜酿肉.md)
- [豆豉鲮鱼油麦菜](dishes/meat_dish/豆豉鲮鱼油麦菜/豆豉鲮鱼油麦菜.md)
- [番茄红酱](dishes/meat_dish/番茄红酱.md)
- [粉蒸肉](dishes/meat_dish/粉蒸肉.md)
- [腐乳肉](dishes/meat_dish/腐乳肉.md)
- [干煸仔鸡](dishes/meat_dish/干煸仔鸡/干煸仔鸡.md)
- [宫保鸡丁](dishes/meat_dish/宫保鸡丁/宫保鸡丁.md)
- [咕噜肉](dishes/meat_dish/咕噜肉.md)
@@ -120,21 +129,27 @@ docker run -d -p 5000:5000 ghcr.io/anduin2017/how-to-cook:latest
- [贵州辣子鸡](dishes/meat_dish/贵州辣子鸡/贵州辣子鸡.md)
- [荷兰豆炒腊肠](dishes/meat_dish/荷兰豆炒腊肠/荷兰豆炒腊肠.md)
- [黑椒牛柳](dishes/meat_dish/黑椒牛柳/黑椒牛柳.md)
- [红烧鸡翅](dishes/meat_dish/红烧鸡翅.md)
- [简易红烧肉](dishes/meat_dish/红烧肉/简易红烧肉.md)
- [南派红烧肉](dishes/meat_dish/红烧肉/南派红烧肉.md)
- [红烧猪蹄](dishes/meat_dish/红烧猪蹄/红烧猪蹄.md)
- [湖南家常红烧肉](dishes/meat_dish/湖南家常红烧肉/湖南家常红烧肉.md)
- [虎皮肘子](dishes/meat_dish/虎皮肘子.md)
- [黄瓜炒肉](dishes/meat_dish/黄瓜炒肉.md)
- [黄焖鸡](dishes/meat_dish/黄焖鸡.md)
- [黄油鸡](dishes/meat_dish/黄油鸡.md)
- [徽派红烧肉](dishes/meat_dish/徽派红烧肉/徽派红烧肉.md)
- [回锅肉](dishes/meat_dish/回锅肉/回锅肉.md)
- [尖椒炒牛肉](dishes/meat_dish/尖椒炒牛肉.md)
- [尖叫牛蛙](dishes/meat_dish/尖叫牛蛙/尖叫牛蛙.md)
- [煎烤羊排](dishes/meat_dish/煎烤羊排/煎烤羊排.md)
- [姜炒鸡](dishes/meat_dish/姜炒鸡/姜炒鸡.md)
- [姜葱捞鸡](dishes/meat_dish/姜葱捞鸡/姜葱捞鸡.md)
- [酱牛肉](dishes/meat_dish/酱牛肉/酱牛肉.md)
- [酱排骨](dishes/meat_dish/酱排骨/酱排骨.md)
- [茭白炒肉](dishes/meat_dish/茭白炒肉/茭白炒肉.md)
- [椒盐排条](dishes/meat_dish/椒盐排条.md)
- [芥末罗氏虾](dishes/meat_dish/芥末罗氏虾/芥末罗氏虾.md)
- [咖喱肥牛](dishes/meat_dish/咖喱肥牛/咖喱肥牛.md)
- [烤鸡翅](dishes/meat_dish/烤鸡翅.md)
- [可乐鸡翅](dishes/meat_dish/可乐鸡翅.md)
@@ -157,6 +172,7 @@ docker run -d -p 5000:5000 ghcr.io/anduin2017/how-to-cook:latest
- [啤酒鸭](dishes/meat_dish/啤酒鸭/啤酒鸭.md)
- [黔式腊肠娃娃菜](dishes/meat_dish/黔式腊肠娃娃菜/黔式腊肠娃娃菜.md)
- [青椒土豆炒肉](dishes/meat_dish/青椒土豆炒肉/青椒土豆炒肉.md)
- [清蒸鳜鱼](dishes/meat_dish/清蒸鳜鱼/清蒸鳜鱼.md)
- [肉饼炖蛋](dishes/meat_dish/肉饼炖蛋.md)
- [杀猪菜](dishes/meat_dish/杀猪菜.md)
- [山西过油肉](dishes/meat_dish/山西过油肉.md)
@@ -212,17 +228,20 @@ docker run -d -p 5000:5000 ghcr.io/anduin2017/how-to-cook:latest
- [红烧鱼头](dishes/aquatic/红烧鱼头.md)
- [黄油煎虾](dishes/aquatic/黄油煎虾/黄油煎虾.md)
- [烤鱼](dishes/aquatic/混合烤鱼/烤鱼.md)
- [酱炖蟹](dishes/aquatic/酱炖蟹.md)
- [芥末黄油罗氏虾](dishes/aquatic/芥末黄油罗氏虾/芥末黄油罗氏虾.md)
- [咖喱炒蟹](dishes/aquatic/咖喱炒蟹.md)
- [鲤鱼炖白菜](dishes/aquatic/鲤鱼炖白菜/鲤鱼炖白菜.md)
- [清蒸鲈鱼](dishes/aquatic/清蒸鲈鱼/清蒸鲈鱼.md)
- [清蒸生蚝](dishes/aquatic/清蒸生蚝.md)
- [肉蟹煲](dishes/aquatic/肉蟹煲.md)
- [水煮鱼](dishes/aquatic/水煮鱼.md)
- [蒜蓉虾](dishes/aquatic/蒜蓉虾/蒜蓉虾.md)
- [蒜香黄油虾](dishes/aquatic/蒜香黄油虾/蒜香黄油虾.md)
- [糖醋鲤鱼](dishes/aquatic/糖醋鲤鱼/糖醋鲤鱼.md)
- [微波葱姜黑鳕鱼](dishes/aquatic/微波葱姜黑鳕鱼.md)
- [香煎翘嘴鱼](dishes/aquatic/香煎翘嘴鱼/香煎翘嘴鱼.md)
- [响油鳝丝](dishes/aquatic/响油鳝丝.md)
- [小龙虾](dishes/aquatic/小龙虾/小龙虾.md)
- [油焖大虾](dishes/aquatic/油焖大虾/油焖大虾.md)
@@ -231,6 +250,7 @@ docker run -d -p 5000:5000 ghcr.io/anduin2017/how-to-cook:latest
- [茶叶蛋](dishes/breakfast/茶叶蛋.md)
- [蛋煎糍粑](dishes/breakfast/蛋煎糍粑.md)
- [桂圆红枣粥](dishes/breakfast/桂圆红枣粥.md)
- [韩国麻药鸡蛋](dishes/breakfast/韩国麻药鸡蛋.md)
- [鸡蛋三明治](dishes/breakfast/鸡蛋三明治.md)
- [煎饺](dishes/breakfast/煎饺.md)
- [金枪鱼酱三明治](dishes/breakfast/金枪鱼酱三明治.md)
@@ -246,8 +266,10 @@ docker run -d -p 5000:5000 ghcr.io/anduin2017/how-to-cook:latest
- [完美水煮蛋](dishes/breakfast/完美水煮蛋.md)
- [微波炉蛋糕](dishes/breakfast/微波炉蛋糕.md)
- [微波炉荷包蛋](dishes/breakfast/微波炉荷包蛋.md)
- [微波炉蒸蛋](dishes/breakfast/微波炉蒸蛋.md)
- [温泉蛋](dishes/breakfast/温泉蛋/温泉蛋.md)
- [燕麦鸡蛋饼](dishes/breakfast/燕麦鸡蛋饼.md)
- [意式香肠北非蛋](dishes/breakfast/意式香肠北非蛋.md)
- [蒸花卷](dishes/breakfast/蒸花卷.md)
- [蒸水蛋](dishes/breakfast/蒸水蛋.md)
@@ -259,23 +281,29 @@ docker run -d -p 5000:5000 ghcr.io/anduin2017/how-to-cook:latest
- [炒馍](dishes/staple/炒馍.md)
- [炒年糕](dishes/staple/炒年糕.md)
- [炒意大利面](dishes/staple/炒意大利面/炒意大利面.md)
- [葱油拌面](dishes/staple/葱油拌面.md)
- [蛋包饭](dishes/staple/蛋包饭.md)
- [蛋炒饭](dishes/staple/蛋炒饭.md)
- [电饭煲三文鱼炊饭](dishes/staple/电饭煲三文鱼炊饭/电饭煲三文鱼炊饭.md)
- [豆角焖面](dishes/staple/豆角焖面/豆角焖面.md)
- [韩式拌饭](dishes/staple/韩式拌饭/韩式拌饭.md)
- [河南蒸面条](dishes/staple/河南蒸面条/河南蒸面条.md)
- [红芸豆拌饭](dishes/staple/红芸豆拌饭.md)
- [火腿饭团](dishes/staple/火腿饭团/火腿饭团.md)
- [基础牛奶面包](dishes/staple/基础牛奶面包/基础牛奶面包.md)
- [茄子肉煎饼](dishes/staple/茄子肉煎饼/茄子肉煎饼.md)
- [鲣鱼海苔玉米饭](dishes/staple/鲣鱼海苔玉米饭/鲣鱼海苔玉米饭.md)
- [酱拌荞麦面](dishes/staple/酱拌荞麦面/酱拌荞麦面.md)
- [韭菜盒子](dishes/staple/韭菜盒子.md)
- [可乐炒饭](dishes/staple/可乐炒饭.md)
- [空气炸锅照烧鸡饭](dishes/staple/空气炸锅照烧鸡饭/空气炸锅照烧鸡饭.md)
- [醪糟小汤圆](dishes/staple/醪糟小汤圆.md)
- [老干妈拌面](dishes/staple/老干妈拌面.md)
- [老友猪肉粉](dishes/staple/老友猪肉粉/老友猪肉粉.md)
- [烙饼](dishes/staple/烙饼/烙饼.md)
- [利提巧卡](dishes/staple/利提巧卡.md)
- [凉粉](dishes/staple/凉粉/凉粉.md)
- [螺蛳粉](dishes/staple/螺蛳粉.md)
- [麻辣减脂荞麦面](dishes/staple/麻辣减脂荞麦面.md)
- [麻油拌面](dishes/staple/麻油拌面.md)
- [电饭煲蒸米饭](dishes/staple/米饭/电饭煲蒸米饭.md)
@@ -285,16 +313,25 @@ docker run -d -p 5000:5000 ghcr.io/anduin2017/how-to-cook:latest
- [日式肥牛丼饭](dishes/staple/日式肥牛丼饭/日式肥牛丼饭.md)
- [日式咖喱饭](dishes/staple/日式咖喱饭/日式咖喱饭.md)
- [肉蛋盖饭](dishes/staple/肉蛋盖饭.md)
- [陕西油泼面](dishes/staple/陕西油泼面/陕西油泼面.md)
- [芝麻烧饼](dishes/staple/烧饼/芝麻烧饼.md)
- [手工水饺](dishes/staple/手工水饺.md)
- [酸辣蕨根粉](dishes/staple/酸辣蕨根粉.md)
- [汤面](dishes/staple/汤面.md)
- [微波炉腊肠煲仔饭](dishes/staple/微波炉腊肠煲仔饭/微波炉腊肠煲仔饭.md)
- [西红柿鸡蛋挂面](dishes/staple/西红柿鸡蛋挂面/西红柿鸡蛋挂面.md)
- [鲜肉烧卖](dishes/staple/鲜肉烧卖.md)
- [咸肉菜饭](dishes/staple/咸肉菜饭.md)
- [扬州炒饭](dishes/staple/扬州炒饭/扬州炒饭.md)
- [意式肉酱面](dishes/staple/意式肉酱面/意式肉酱面.md)
- [印度烤饼](dishes/staple/印度烤饼.md)
- [印度焖饭](dishes/staple/印度焖饭.md)
- [鹰嘴豆炸饼](dishes/staple/鹰嘴豆炸饼.md)
- [炸酱面](dishes/staple/炸酱面.md)
- [照烧鸡腿饭](dishes/staple/照烧鸡腿饭.md)
- [蒸卤面](dishes/staple/蒸卤面.md)
- [中式馅饼](dishes/staple/中式馅饼/中式馅饼.md)
- [猪油拌饭](dishes/staple/猪油拌饭.md)
- [煮泡面加蛋](dishes/staple/煮泡面加蛋.md)
### 半成品加工
@@ -317,6 +354,7 @@ docker run -d -p 5000:5000 ghcr.io/anduin2017/how-to-cook:latest
- [陈皮排骨汤](dishes/soup/陈皮排骨汤.md)
- [番茄牛肉蛋花汤](dishes/soup/番茄牛肉蛋花汤.md)
- [勾芡香菇汤](dishes/soup/勾芡香菇汤/勾芡香菇汤.md)
- [黄瓜皮蛋汤](dishes/soup/黄瓜皮蛋汤.md)
- [金针菇汤](dishes/soup/金针菇汤.md)
- [菌菇炖乳鸽](dishes/soup/菌菇炖乳鸽/菌菇炖乳鸽.md)
- [腊八粥](dishes/soup/腊八粥.md)
@@ -324,6 +362,7 @@ docker run -d -p 5000:5000 ghcr.io/anduin2017/how-to-cook:latest
- [米粥](dishes/soup/米粥.md)
- [奶油蘑菇汤](dishes/soup/奶油蘑菇汤.md)
- [排骨苦瓜汤](dishes/soup/排骨苦瓜汤/排骨苦瓜汤.md)
- [排骨山药玉米汤](dishes/soup/排骨山药玉米汤/排骨山药玉米汤.md)
- [皮蛋瘦肉粥](dishes/soup/皮蛋瘦肉粥.md)
- [生汆丸子汤](dishes/soup/生汆丸子汤.md)
- [西红柿鸡蛋汤](dishes/soup/西红柿鸡蛋汤.md)
@@ -331,6 +370,7 @@ docker run -d -p 5000:5000 ghcr.io/anduin2017/how-to-cook:latest
- [羊肉汤](dishes/soup/羊肉汤/羊肉汤.md)
- [银耳莲子粥](dishes/soup/银耳莲子粥/银耳莲子粥.md)
- [玉米排骨汤](dishes/soup/玉米排骨汤/玉米排骨汤.md)
- [朱雀汤](dishes/soup/朱雀汤/朱雀汤.md)
- [紫菜蛋花汤](dishes/soup/紫菜蛋花汤.md)
### 饮料
@@ -343,14 +383,18 @@ docker run -d -p 5000:5000 ghcr.io/anduin2017/how-to-cook:latest
- [海边落日](dishes/drink/海边落日/海边落日.md)
- [金菲士](dishes/drink/金菲士/金菲士.md)
- [金汤力](dishes/drink/金汤力/金汤力.md)
- [酒酿醪糟](dishes/drink/酒酿醪糟/酒酿醪糟.md)
- [可乐桶](dishes/drink/可乐桶.md)
- [奶茶](dishes/drink/奶茶.md)
- [柠檬水](dishes/drink/柠檬水/柠檬水.md)
- [牛油果拉西](dishes/drink/牛油果拉西.md)
- [奇异果菠菜特调](dishes/drink/奇异果菠菜特调/奇异果菠菜特调.md)
- [砂糖椰子冰沙](dishes/drink/砂糖椰子冰沙/砂糖椰子冰沙.md)
- [酸梅汤](dishes/drink/酸梅汤/酸梅汤.md)
- [酸梅汤(半成品加工)](dishes/drink/酸梅汤(半成品加工).md)
- [泰国手标红茶](dishes/drink/泰国手标红茶/泰国手标红茶.md)
- [杨枝甘露](dishes/drink/杨枝甘露.md)
- [印度奶茶](dishes/drink/印度奶茶.md)
- [长岛冰茶](dishes/drink/长岛冰茶.md)
- [B52轰炸机](dishes/drink/B52轰炸机.md)
- [Mojito莫吉托](dishes/drink/Mojito莫吉托.md)
@@ -359,9 +403,9 @@ docker run -d -p 5000:5000 ghcr.io/anduin2017/how-to-cook:latest
- [草莓酱](dishes/condiment/草莓酱/草莓酱.md)
- [葱油](dishes/condiment/葱油.md)
- [简易版炒糖色](dishes/condiment/简易版炒糖色.md)
- [蒜香酱油](dishes/condiment/蒜香酱油.md)
- [糖醋汁](dishes/condiment/糖醋汁.md)
- [糖色](dishes/condiment/糖色.md)
- [油泼辣子](dishes/condiment/油泼辣子/油泼辣子.md)
- [油酥](dishes/condiment/油酥.md)
- [炸串酱料](dishes/condiment/炸串酱料.md)
@@ -374,13 +418,16 @@ docker run -d -p 5000:5000 ghcr.io/anduin2017/how-to-cook:latest
- [反沙芋头](dishes/dessert/反沙芋头/反沙芋头.md)
- [龟苓膏](dishes/dessert/龟苓膏/龟苓膏.md)
- [红柚蛋糕](dishes/dessert/红柚蛋糕/红柚蛋糕.md)
- [胡萝卜甜糕](dishes/dessert/胡萝卜甜糕.md)
- [咖啡椰奶冻](dishes/dessert/咖啡椰奶冻/咖啡椰奶冻.md)
- [烤蛋挞](dishes/dessert/烤蛋挞/烤蛋挞.md)
- [烤箱版巴斯克芝士蛋糕](dishes/dessert/烤箱版巴斯克芝士蛋糕/烤箱版巴斯克芝士蛋糕.md)
- [玛格丽特饼干](dishes/dessert/玛格丽特饼干/玛格丽特饼干.md)
- [魔芋蛋糕](dishes/dessert/魔芋蛋糕/魔芋蛋糕.md)
- [戚风蛋糕](dishes/dessert/戚风蛋糕/戚风蛋糕.md)
- [酸奶意式奶冻](dishes/dessert/酸奶意式奶冻/酸奶意式奶冻.md)
- [提拉米苏](dishes/dessert/提拉米苏/提拉米苏.md)
- [无厨师机蜂蜜面包](dishes/dessert/无厨师机蜂蜜面包/无厨师机蜂蜜面包.md)
- [雪花酥](dishes/dessert/雪花酥/雪花酥.md)
- [英式司康](dishes/dessert/英式司康/英式司康.md)
- [芋泥雪媚娘](dishes/dessert/芋泥雪媚娘/芋泥雪媚娘.md)
@@ -392,10 +439,13 @@ docker run -d -p 5000:5000 ghcr.io/anduin2017/how-to-cook:latest
- [辅料技巧](tips/advanced/辅料技巧.md)
- [高级专业术语](tips/advanced/高级专业术语.md)
- [糖色的炒制](tips/advanced/糖色的炒制.md)
- [油温判断技巧](tips/advanced/油温判断技巧.md)
## 鸣谢
## 衍生作品推荐
对这份菜谱的下列作者表示感谢!
[![contributors](https://contrib.rocks/image?repo=Anduin2017/HowToCook&max=999&column=20)](https://github.com/Anduin2017/HowToCook/graphs/contributors)
- [图像化菜谱:支持在线预览与 PDF 导出](https://king-jingxiang.github.io/HowToCook/)
- [HowToCook-mcp 让 AI 助手变身私人大厨,为你的一日三餐出谋划策](https://github.com/worryzyy/HowToCook-mcp)
- [HowToCook-py-mcp 让 AI 助手变身私人大厨,为你的一日三餐出谋划策 (Python)](https://github.com/DusKing1/howtocook-py-mcp)
- [whatToEat 今天吃什么?的决策工具,帮助你快速选择合适的菜谱。](https://github.com/ryanuo/whatToEat)
- [厨房计划:开源中文菜谱 API - 由社区贡献,人人可用](https://proj.kitchen)
+69
View File
@@ -0,0 +1,69 @@
# 响油鳝丝的做法
响油鳝丝一道经典的江浙沪风味菜,鳝丝鲜嫩滑爽,以蒜香、姜末和酱汁调味,淋热猪油后香气扑鼻,口感浓郁微甜,超下饭~
预估烹饪难度:★★★
## 必备原料和工具
- 鳝丝
- 大蒜
- 姜末
- 料酒
- 生抽
- 蚝油
- 老抽
- 食用盐
- 白糖
- 胡椒粉
- 淀粉
- 蒜末
- 葱花
- 猪油
## 计算
每次制作前需要确定计划做几份。一份够 2 个人吃。
每份:
- 鳝丝 400 g
- 大蒜 40 g
- 姜末 20 g
- 料酒 13 g
- 生抽 3 g
- 蚝油 2 g
- 老抽 2 g
- 食用盐 2 g
- 白糖 6-15 g
- 胡椒粉 3.5-8 g
- 淀粉 10 g
- 水 50 g
- 蒜末 40 g
- 葱花 15 g
- 猪油 20 g
## 操作
- 将鳝鱼切成三段后切成细丝
- 加入 0.5 g 胡椒粉、3 g 料酒搅拌均匀,再加入 5 g 香油腌制
- 热油滑锅
- 加入植物油,烧到 6 成热
- 加入一半蒜末和全部姜末,翻炒几下
- 加入鳝丝,中火爆炒 30 秒
- 边缘淋入 10 g 料酒,翻炒几下
- 加入生抽,炒匀
- 加入蚝油、老抽,翻炒几下
- 加入食用盐、白糖、3 g 胡椒粉,炒匀
- 淀粉和水混合为水淀粉,倒入锅中,收汁至浓稠
- 装盘,撒上蒜蓉、葱花
- 另起锅烧热,加入猪油,烧至七成热,浇在鳝丝上
## 附加内容
- 不能将鳝鱼的血洗得太干净,否则鳝鱼很容易发黑发臭
- 鳝鱼可以让摊主帮忙宰杀
- 可以多加一些胡椒粉和白糖,有利于去腥增香
- 参考资料:[“响油鳝丝”的家常做法,味道很赞,先收藏了 - YouTube](https://www.youtube.com/watch?v=X2DvbhnWcN4)
如果您遵循本指南的制作流程而发现有问题或可以改进的流程,请提出 Issue 或 Pull request 。
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 130 B

@@ -12,8 +12,8 @@
## 必备原料和工具
- 阿根廷红虾(选用了 Costco 的速冻虾)
- 地中海海盐(研磨装)
- 阿根廷红虾(选用了速冻虾)
- 海盐(研磨装)
- 黑胡椒(研磨装)
- 白葡萄酒
- 生抽
@@ -26,7 +26,7 @@
## 计算
- 阿根廷红虾 2-3 只
- 地中海海盐 5g
- 海盐 5g
- 黑胡椒(研磨装)
- 白葡萄酒 20ml
- 生抽 1ml
@@ -38,11 +38,11 @@
## 操作
- 阿根廷红虾解冻,最好是提前天从速冻取出放到冷藏里自然解冻,能更好保持风味和口感。Costco 买的是已经开背去虾线的,节省了不少时间
- 阿根廷红虾解冻,最好是提前 1 天从速冻取出放到冷藏里自然解冻,能更好保持风味和口感。可买已经开背去虾线的,节省了不少时间
- 解冻好的红虾洗净擦干备用,注意这里一定要沥干水分,赶时间可以用厨房用纸吸干水分
- 生姜切片,洋葱切小方块,香菜洗干净后,叶茎分离,把香菜叶切碎,大蒜压碎切成小块碎末
- 大火热锅,热锅后倒入两调羹橄榄油,等油温升高后,放入生姜片,洋葱块和香菜茎煸炒
-分钟后取出生姜,洋葱和香菜茎,弃用
- 1 分钟后取出生姜,洋葱和香菜茎,弃用
- 调中大火,放入红虾开始煎,注意所有虾需要单面都完整接触平底锅,煎约 2 分钟,同时给每只虾刷上一层油
- 待底面虾壳有微微焦黄时翻面,并撒入大蒜碎末,轻微晃动平底锅使得受热均匀
- 约 1 分钟后添加 20ml 白葡萄酒
Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 183 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 332 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 258 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 192 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 KiB

After

Width:  |  Height:  |  Size: 131 B

+87
View File
@@ -0,0 +1,87 @@
# 肉蟹煲的做法
肉蟹煲是一道酱香浓郁的煲类菜品,以鲜活肉蟹为主角,搭配炖至软糯的土豆和 Q 弹年糕。秘制酱汁慢火炖煮,让蟹肉充分吸收汤汁精华,口感鲜甜微辣,汤汁拌饭更是一绝~富含优质蛋白和微量元素,适合朋友聚餐分享!
预估烹饪难度:★★★★
## 必备原料和工具
- 肉蟹(推荐优先级从高到低:缅甸黑蟹、青蟹、梭子蟹、大闸蟹)
- 虾(可选)
- 土豆
- 年糕(推荐硬年糕,新鲜年糕亦可)
- 洋葱
- 大蒜
- 生姜
- 干辣椒
- 青椒
- 红椒
- 蚝油
- 海鲜酱(可选)
- 黄豆酱(可选)
- 甜面酱(或烧烤酱,可选)
- 番茄酱(没有就挤半颗番茄碾碎)
- 淀粉(玉米淀粉或土豆淀粉)
- 冰糖
- 鸡精
- 白胡椒粉
- 料酒(可使用黄酒替代)
- 生抽
- 老抽
- 啤酒
- 清水
## 计算
每次制作前需要确定计划做几份。一份够 3-4 个人吃。
每份:
- 肉蟹 500 g
- 虾 200 g
- 土豆 450 g
- 年糕 200 g
- 洋葱 100 g
- 大蒜 20 g(如果放了虾,追加 10 g)
- 生姜 15 g
- 干辣椒 5 g
- 青椒 30 g
- 红椒 30 g
- 蚝油 20 g
- 食用油 30-50 ml(如果放了虾,追加 10 ml;油炸另需 500 mL
- 海鲜酱 15 g(替代:蚝油 12 g + 白砂糖 3 g)
- 黄豆酱 15 g(替代:生抽 12 ml + 老抽 2 ml + 白糖 1 g
- 甜面酱 10 g(替代:白糖 5.5 g + 生抽 4 ml + 老抽 0.5 ml
- 番茄酱 10 g
- 淀粉 40 g
- 冰糖 10 g
- 鸡精 3 g
- 白胡椒粉 2 g(如果放了虾,追加 1 g)
- 料酒 15 ml
- 生抽 20 ml
- 老抽 5 ml
- 啤酒 200 ml(如果放了虾,追加 50-100 ml)
- 清水 800 ml(如果放了虾,追加 200 ml)
## 操作
- 土豆切块为各边均为 3 cm 的立方体,青/红椒切成边长 4 cm 的菱形片,洋葱切成 3 cm 宽的月牙瓣,年糕切成 1 cm 厚片
- 螃蟹切成 50-80 g 的块,裹薄淀粉,180 °C 油温炸 1 分钟捞出
- 锅中放油,蒜姜干辣椒爆香,放所有酱料 + 冰糖小火炒出红油,注意别糊底
- 加螃蟹、土豆、啤酒和清水,烧开转小火炖 12 分钟
- 放年糕和青红椒,开大火收汁到汤汁可以附着在物品表面,最后撒白胡椒粉
## 附加内容
- 建议冷冻 20 分钟让螃蟹昏迷(别冻硬!),或用筷子从口器插入破坏神经
- 如果使用的是冷冻蟹,完全解冻蟹脚容易掉,并且容易造成肉质流失。建议半解冻后裹粉油炸,并将油炸时间延长至 2 分钟
- 如果灶具功率较小,食材下油锅后容易迅速降温,建议油温预热到 200 °C,并且分多批次油炸
- 务必去掉蟹胃(三角包)、蟹腮、蟹心(六角形白片)
- 裹淀粉的螃蟹下锅前务必擦干,热油遇水容易飞溅
- 死蟹绝对不能用(买来的就是冷冻的除外,但是解冻后未及时使用的也不行)
- 不与柿子、浓茶同食
- 痛风患者慎食
- 年糕切片后泡冷水,下锅前冲洗不容易粘锅,下锅后放在表面,沉入锅底容易糊锅
- 要是被螃蟹夹了或者烫伤了,先用冷水冲 15 分钟,严重的话及时就医,如果伤口比较深务必就医
如果您遵循本指南的制作流程而发现有问题或可以改进的流程,请提出 Issue 或 Pull request 。
Binary file not shown.

Before

Width:  |  Height:  |  Size: 326 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 268 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 457 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 MiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 MiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 202 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 MiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 MiB

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 180 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 873 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 KiB

After

Width:  |  Height:  |  Size: 131 B

+54
View File
@@ -0,0 +1,54 @@
# 酱炖蟹的做法
酱炖蟹,秋日限定咸鲜风味!蟹黄绵润裹着酱香,蟹肉清甜入味,汤汁浓郁拌饭一绝。
预估烹饪难度:★★★
## 必备原料和工具
- 螃蟹(首选河蟹,次选梭子蟹)
- 豆瓣酱
- 冰糖(可选)
- 老抽
- 菜油(未脱色的菜籽油,俗称“毛菜油”或“土菜油”,备选花生油)
- 番茄酱
- 料酒
- 老姜
- 小葱
- 鸡蛋(可选)
- 猪肉末(可选)
## 计算
每次制作前需要确定计划做几份。一份正好够 2 个人吃。
每份:
- 螃蟹 500 g(约 3-4 只中等河蟹)
- 豆瓣酱 30-50 g
- 冰糖 0-15 g
- 老抽 15 ml
- 菜油 20 ml
- 番茄酱 15 ml
- 料酒 5 ml
- 老姜 10 g
- 葱 10 g
- 鸡蛋 1 个(约 50 g
- 猪肉末 50 g
- 水 500 mL
## 操作
- 把螃蟹刷洗干净,然后在砧板上对半劈开
- 锅里下菜油,放入姜末和豆瓣酱爆香,加入冰糖炒化,直到冒小气泡就盛出
- 在盘子里铺上一层酱,然后把切好的螃蟹切开面朝下,整齐排放在酱上
- 放点葱段和姜片,建议敲个鸡蛋或在盘底铺肉末
- 上锅蒸 10-12 分钟
## 附加内容
- 咸口放 50 g 豆瓣酱,甜口减少豆瓣酱的用量并加入冰糖和番茄酱
- 出锅后再撒上一点葱花会更香也更好看
- 参考资料:[秋风起,平湖这道美味很下饭_潮新闻官网](https://tidenews.com.cn/news.html?id=2925971)
如果您遵循本指南的制作流程而发现有问题或可以改进的流程,请提出 Issue 或 Pull request 。
Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 KiB

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 232 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 792 KiB

After

Width:  |  Height:  |  Size: 131 B

+21 -21
View File
@@ -2,44 +2,44 @@
![完美水煮蛋](https://img-s-msn-com.akamaized.net/tenant/amp/entityid/AA1yBdnK.img?w=768&h=512&m=6)
家研的循水煮法,可同時達到蛋黃綿密、蛋白均凝固且保留最多營養素的效果。需精控制溫度與時間,難度較高。
家研的循水煮法,可同时达到蛋黄绵密、蛋白均凝固且保留最多营养素的效果。需精控制温度与时间,难度较高。
预估烹饪难度:★★★★★
## 必备原料和工具
-鮮雞蛋(推 AA
- 100°C 沸水(直徑≥15cm
- 30°C 溫水鍋(直徑≥15cm
- 計時
-鲜鸡蛋(推 AA
- 100°C 沸水(直径≥ 15cm
- 30°C 温水锅(直径≥ 15cm
- 定时
- 漏勺
## 计算
每份:
- 蛋 1 個(約 60g
- 蛋 1 个(约 60g
- 100°C 沸水 1500ml
- 30°C 水 1500ml
- 30°C 水 1500ml
## 操作
- 準備兩鍋水:A 鍋維持 100°C 沸水,B 鍋維持 30°C
- 用漏勺將雞蛋放入 A 鍋,啟動計時
- **精準每 2 分**將雞蛋轉移至另一
-複轉移操作共 16 次(總時長 32 分
-一次轉移後,在 B 鍋靜置 30 秒
- 立即放入冰水終止加熱(維持 30 秒)
- 剝殼時從鈍端氣室處開始,沿縱軸剝離蛋膜
- 准备两锅水: A 锅维持 100°C 沸水, B 锅维持 30°C
- 用漏勺将鸡蛋放入 A 锅,启动定时
- 精准**每 2 分**将鸡蛋转移至另一
-复转移操作共 16 次(总时长 32 分
-一次转移后,在 B 锅静置 30 秒
- 立即放入冰水 0 摄氏度)终止加热(维持 30 秒)
- 剥壳时从钝端气室处开始,沿纵轴剥离蛋膜
## 附加内容
- 關鍵參數
-中心度:67±1°C
- 蛋白分層溫度:
-100°C→87°C
-87°C→55°C
- 內層55°C→30°C
- 營養優勢:多酚含量比傳統煮法高 23%
- 关键参数
-中心度:67±1°C
- 蛋白分层温度:
-100°C→87°C
-87°C→55°C
- 内层55°C→30°C
- 营养优势:多酚含量比传统煮法高 23%
如果您遵循本指南的制作流程而发现有问题或可以改进的流程,请提出 Issue 或 Pull request 。
+49
View File
@@ -0,0 +1,49 @@
# 微波炉蒸蛋的做法
嫩滑细腻、快速上桌的高蛋白早餐,用微波炉即可完成,约 10 分钟完成,适合 1-2 人食用。
预估烹饪难度:★
## 必备原料和工具
- 鸡蛋
- 温水或高汤
- 食盐
- 生抽(可选)
- 香油
- 耐热碗
- 保鲜膜或微波炉专用盖
## 计算
- 鸡蛋 2 个(约 100g 蛋液)
- 温水或高汤 100-120ml(蛋液体积的 1.0-1.2 倍)
- 食盐 1g
- 生抽 2ml(可选)
- 香油 几滴(出锅用)
使用上述条件,计算出计划使用的原材料比例。
## 操作
- 将鸡蛋打散,加入温水/高汤、盐、生抽,轻轻搅匀,尽量不要起泡。
- 将蛋液过筛倒入耐热碗中,表面若有气泡可用牙签轻戳。
- 覆盖保鲜膜并扎 8-10 个小孔,或使用微波炉专用盖(留缝隙)。
- 放入微波炉中加热:
- 700W:1 分 30 秒 → 视情况再加热 20-30 秒至表面刚凝。
- 600W:约 1 分 40 秒–2 分 10 秒。
- 800W:约 1 分 10 秒–1 分 40 秒。
- 加热完成后取出静置 1 分钟,让余温使中心完全熟化。
- 淋上香油,撒葱花即可食用。
> 不同功率和容器会影响时间,建议第一次尝试时少量多次加热,找到适合自己设备的最佳时长。
## 附加内容
- 水温应在 40–50℃ ,不宜过热。
- 蛋液与水比例控制在 1:1 至 1:1.2 之间口感最佳。
- 覆盖保鲜膜并扎孔能防止表面爆开或出现蜂窝。
- 过筛可显著提升细腻度。
- 若表面鼓泡或出水,说明加热过头,下次缩短时间即可。
如果您遵循本指南的制作流程而发现有问题或可以改进的流程,请提出 Issue 或 Pull request 。
+2 -1
View File
@@ -1,6 +1,6 @@
# 微波炉蛋糕的做法
微波炉"叮"蛋糕,大约需要 2 分钟 就能搞定!
微波炉"叮"蛋糕,大约需要 2 分钟 就能搞定!初学者所需时间预计延长至 20 分钟。
预估烹饪难度:★
@@ -53,6 +53,7 @@
- 在夸赞自己之前的操作可以重复多遍做出更大的蛋糕
- 泡打粉用来让蛋糕更蓬松 大多不含铝 几块钱一包 可以买了在家备着
-**加入任何喜欢的口味食材!** 这一步骤中 若加入**液体**(如牛奶) 请务必确保下一步可以搅和成**稠酸奶状** 建议少量多次加入以防止水分过量而导致成品湿瘪
- **食材不要超过容器的3/4!!**
如果您遵循本指南的制作流程而发现有问题或可以改进的流程,请提出 Issue 或 Pull request 。
+54
View File
@@ -0,0 +1,54 @@
# 意式香肠北非蛋的做法
意式香肠北非蛋是一道充满地中海风情的经典料理,鸡蛋卧在浓郁的番茄肉酱中,搭配烤得香脆的面包,营养丰富又令人满足。准备大约需要 10 分钟,烹饪 15-20 分钟即可完成。
预估烹饪难度:★★★
## 必备原料和工具
- 意式猪肉香肠(去肠衣)、辣香肠 (Chorizo) 或切块的午餐肉
- 百味来 (Barilla) 拿坡里意面酱 (Napoletana Sauce)
- 鸡蛋
- 甜椒(青椒或红椒皆可)
- 洋葱
- 橄榄油
- 帕马森干酪(可选)
- 新鲜欧芹(可选)
- 干辣椒碎(可选)
- 面包(推荐酸面团面包 Sourdough、恰巴塔 Ciabatta 或厚切吐司)
- 宽口平底锅(带锅盖)
## 计算
每次制作前需要确定计划做几份。一份正好够 2 个人吃。
每份:
- 肉类(香肠/午餐肉):100g - 150g
- 百味来拿坡里意面酱:1 罐(400g,提供基本的番茄、洋葱和香草风味)
- 鸡蛋:3 - 4 个
- 甜椒:半个(切细丝)
- 洋葱:半个(切小丁)
- 橄榄油:10ml - 15ml(用于炒菜)
## 操作
- 将意式猪肉香肠去肠衣备用;洋葱切小丁;甜椒切细丝。
- 在宽口平底锅中倒入 10ml - 15ml 橄榄油,中火加热。
- 放入处理好的香肠或午餐肉,翻炒至边缘金黄酥脆(如果使用生香肠,翻炒时用勺子将其捣碎变色)。
- 将洋葱丁和甜椒丝加入锅中与肉一起翻炒,持续翻炒 4 - 5 分钟,直到蔬菜变软,洋葱呈半透明状。
- 倒入百味来拿坡里意面酱,搅拌均匀。将火调至中低火,保持微沸炖煮 2 - 3 分钟。(如果酱汁看起来太稠,可以加入 15ml 水)。
- 用勺子的背面在锅内的酱汁中挖出 3 - 4 个小“坑”。
- 依次小心地将鸡蛋打入每个坑中。
- 盖上平底锅的盖子,利用蒸汽焖熟蛋白。等待 3 - 5 分钟。**注意:请频繁检查状态**。当蛋白变得不透明且凝固,但轻轻摇晃平底锅时蛋黄仍能晃动(溏心状态)时即可结束这一步。
- 关火。根据个人喜好撒上磨碎的帕马森干酪、新鲜欧芹或干辣椒碎。
- 将平底锅直接端上桌,配以硬壳面包蘸取蛋黄与酱汁食用。
## 附加内容
- **肉类选择建议:**
- **意式香肠**:最能体现正宗风味(推荐寻找配料中含有小茴香籽/Fennel seeds 的香肠)。
- **午餐肉**:带来咸香、怀旧的口感,并且表面能煎得微脆。
- **辣香肠 (Chorizo)**:若喜欢烟熏、辛辣的口感,并且能将底油染成诱人的红色,这是最好的选择。
如果您遵循本指南的制作流程而发现有问题或可以改进的流程,请提出 Issue 或 Pull request 。
+1
View File
@@ -6,6 +6,7 @@
## 必备原料和工具
- 饺子(速冻水饺)
- 芝麻、葱花(切段)或其他配料
## 计算
Binary file not shown.

Before

Width:  |  Height:  |  Size: 238 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 131 B

+1 -1
View File
@@ -1,6 +1,6 @@
# 蒸水蛋的做法
蒸水蛋都是饭店的好吃,如何自己做水滑嫩香的蒸水蛋,本教程包教包会!
蒸水蛋(北方有些地区叫鸡蛋糕儿)都是饭店的好吃,如何自己做水滑嫩香的蒸水蛋,本教程包教包会!
预估烹饪难度:★★
+47
View File
@@ -0,0 +1,47 @@
# 韩国麻药鸡蛋的做法
这道被称为“麻药鸡蛋”的韩式小菜,因为其甜辣浓郁的酱汁和让人上瘾的味道而得名。做法极其简单,非常适合搭配米饭食用。
预估烹饪难度:★
## 必备原料和工具
- 鸡蛋
- 韩式酱油(或生抽)
- 日式味淋
- 白糖
- 芝麻油
- 青葱
- 辣椒(小米辣或青红椒)
## 计算
每次制作前需要确定计划做几份。以下为一份酱汁的量,足以腌制 5 - 8 个鸡蛋。
每份:
- 鸡蛋 5 - 8 个
- 酱油(或生抽) 4 汤匙
- 清水 4 汤匙
- 味淋 2 汤匙
- 白糖 2 汤匙
- 芝麻油 5ml
- 青葱 15g(切葱花)
- 辣椒 15g(切圈)
## 操作
- 烧一锅开水,水沸腾后放入鸡蛋,**煮 7 分钟**(得到完美的溏心蛋状态)。
- 煮鸡蛋的期间调制酱汁:将 4 汤匙酱油、4 汤匙清水、2 汤匙味淋、2 汤匙白糖倒入小锅中。
- 加热酱汁至沸腾,煮开以挥发掉味淋中的酒精味,随后关火放凉备用。
- 将切好的辣椒圈加入放凉的酱汁中。
- 将煮好的鸡蛋捞出,放入冰水中冷却后剥去蛋壳。
- 将剥好的鸡蛋放入调好的酱汁中,表面淋上 5ml 芝麻油并撒上葱花。
- 放入冰箱**冷藏等待 1 - 2 小时**,让鸡蛋充分入味。
## 附加内容
- 酱汁的比例可以根据个人口味微调。如果喜欢更甜,可以增加糖的用量。
- 剩余的酱汁非常美味,可以直接用来拌饭。
如果您遵循本指南的制作流程而发现有问题或可以改进的流程,请提出 Issue 或 Pull request 。
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 131 B

@@ -1,4 +1,6 @@
# 糖色的做法
# 简易版炒糖色的做法
这是简易的糖色的做法。对于更为进阶的技巧和糖色更为进阶的用法,请学习[糖色的炒制](../../tips/advanced/糖色的炒制.md)。
预估烹饪难度:★★★★
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 KiB

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 771 KiB

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 507 KiB

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 332 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 544 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 572 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 516 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 452 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 520 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 534 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 973 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 367 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 131 B

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d08b1b805bceb9ece6c3adb2f6721171dfc1b1547a2b0a3b39aa876c0983ae3
size 234668
@@ -0,0 +1,58 @@
# 无厨师机蜂蜜面包的做法
![自家成品](./无厨师机蜂蜜面包.jpg)
这个菜谱不需要厨师机,只需要等待!可以晚上的时候准备好放入冰箱,第二天再烤。口感虽然不如使用厨师机的但是还行,冰箱保存要吃的时候微波炉叮一下更好。花费时间大多在发面。
预估烹饪难度:★★★★★
## 必备原料和工具
面包本体
- 高筋面粉:400g
- 牛奶: 200g
- 酵母:4g
- 鸡蛋:1 个
- 白砂糖:70g
- 盐: 2g
- 黄油: 30g
蜂蜜水(涂在顶部)
- 蜂蜜:20g
- 水: 20g
可选(洒在顶部)
- 芝麻
## 计算
以下用料烤制时使用一个长方形烤盘(10 x 15 英寸(约 25 x 38 厘米)) + 一个正方形烤盘(9 × 9 英寸(约 23 × 23 厘米)) + 油纸。建议按照需求减少用量,每顿早餐吃大概可以吃两周(冰箱储存), 冰箱储存会变硬, 微波炉加热 10 - 20s 即可。
## 操作
- 制作面团:将面粉,牛奶(建议加热到 40°,本人使用微波炉 15 - 20s),酵母,鸡蛋,面粉,糖和盐混合起来。
- 搅拌面团,将原料混合均匀成团。
- 加入黄油混合。
- 继续搅拌 + 手揉,均匀混合。
- 开始发面,使用保鲜膜覆盖容器,普通气温(10 - 20°)放置 1 - 2 小时,稍长时间对效果影响不大。
- 明显看到面团发酵变大(2 倍)即可开始切分面团, 此时面团应该不再十分黏手。
- 切分面团:理想状态每一份 60g(美观),可根据喜好适当调整大小。
- 将每一份小面团使用擀面杖擀成舌状后卷起, 再次醒面 10。
- 再次使用擀面杖擀成舌状后卷起, 从中间切开(一个变成两个)。
- 再次使用擀面杖擀成舌状后卷起, 从中间切开(两个变成四个)。(此步骤可以按照自己的时间多擀/卷几次, 把握一份的大小就行)
- 烤盘放入油纸并倒入花生油, (每份卷好的)底部蘸水 + 面粉后放入烤盘。
- 再次醒发(盖上保鲜膜), 这一步可以放入冰箱, 第二天再烤。
- 刷上蛋液。
- 烤箱 180°(355°F), 18 - 20 分钟。
- 出炉后, 刷上蜂蜜水, 撒上芝麻。
## 附加内容
- 发面时间并不固定, 每 1 小时看一下确认就可以, 明显发酵变大即可, 建议发酵 2 - 2.5 倍大。
- 面团大小不会显著影响口感和烘烤效果,可根据喜好调整。
- 参考资料:下厨房 - 脆底蜂蜜小面包
如果您遵循本指南的制作流程而发现有问题或可以改进的流程,请提出 Issue 或 Pull request 。
Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 MiB

After

Width:  |  Height:  |  Size: 131 B

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c22fb6b12029bc33d3a98c9eccd818e16be501ae9e5947381be9bb552bfc54d
size 269121
@@ -0,0 +1,41 @@
# 烤箱版巴斯克芝士蛋糕的做法
![自家成品](./烤箱版巴斯克芝士蛋糕.jpg)
成品不像网上的图片是黑顶是因为烤箱没有热风/仅上管加热等功能,有这些功能的话可以使用热风上色。
预估烹饪难度:★★
## 必备原料和工具
- 奶油奶酪:212g (这是一块的质量,比较方便,原教程是 250g)
- 白砂糖:60g
- 鸡蛋:2 个
- 鸡蛋黄:1 个
- 淡奶油:120g
- 低筋面粉:10g
可选(巧克力味)
- 巧克力:38g(只尝试过将普通巧克力融化,在淡奶油那一步加入搅拌均匀即可)
## 计算
以下用料使用烤制时使用一个 7 寸圆形模具,原教程使用 6 寸圆形模具。
## 操作
- 奶油奶酪软化,微波炉 10s + 10s。
- 奶油奶酪加入白砂糖,打蛋器打至顺滑。
- 加入 2 个全蛋 + 1 个蛋黄,搅拌均匀。
- 加入淡奶油,搅拌均匀。
- 加入低筋面粉,搅拌均匀。
- 烤箱 220°(425°F)20 - 25 分钟(本人一般 20 或者 22 分钟)。
- 放凉之后放入冰箱,最好过夜。
## 附加内容
- 烤箱出来成品抖动是正常的,放凉后口感还不是最好的,一定要冷藏才好吃!
- 参考资料:下厨房 - 巴斯克芝士蛋糕『最简单的蛋糕』零失败🔥芝士控
如果您遵循本指南的制作流程而发现有问题或可以改进的流程,请提出 Issue 或 Pull request 。
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 780 KiB

After

Width:  |  Height:  |  Size: 131 B

+60
View File
@@ -0,0 +1,60 @@
# 胡萝卜甜糕的做法
> Gajar Ka Halwa(गाजर का हलवा)— 印度胡萝卜布丁
胡萝卜甜糕是印度最经典的甜品之一,尤其在冬季和节日(如排灯节 Diwali)期间备受喜爱。将新鲜胡萝卜刨丝后用牛奶慢炖,再加入酥油、糖和坚果,最终浓缩成一份色泽金红、香甜浓郁的甜品。制作过程简单但需要耐心,约 45 分钟完成。
预估烹饪难度:★★★
## 必备原料和工具
- 胡萝卜(建议选用红色胡萝卜)
- 全脂牛奶
-
- 酥油(Ghee)— 可用黄油替代
- 小豆蔻粉(Cardamom Powder)
- 腰果
- 杏仁
- 葡萄干
- 刨丝器
- 厚底锅
## 计算
每次制作前需要确定计划做几份。一份正好够 3-4 个人食用。
每份:
- 胡萝卜 500g(约 5-6 根中等大小)
- 全脂牛奶 500ml
- 糖 80g(可根据个人口味调整至 60g-100g)
- 酥油 40g
- 小豆蔻粉 3g
- 腰果 15g
- 杏仁 15g
- 葡萄干 15g
## 操作
- 将胡萝卜去皮,用刨丝器刨成细丝
- 在厚底锅中倒入酥油 20g(一半量),中火加热融化
- 放入胡萝卜丝,翻炒 **3-5 分钟**,直至*胡萝卜丝变软且散发香味*
- 倒入全脂牛奶 500ml,搅拌均匀
- 大火煮沸后转中小火,保持*缓慢沸腾*状态
- **持续翻搅 25-30 分钟**,直至*牛奶几乎完全被胡萝卜吸收蒸发*(这是最关键的步骤,需要耐心且不断搅拌防止糊底)
- 当锅中几乎没有液体时,加入糖 80g,搅拌均匀
- 加糖后会重新出水,继续中小火翻炒 **5-8 分钟**,直至*水分再次蒸发*
- 加入剩余的酥油 20g 和小豆蔻粉 3g,翻炒 2 分钟
- 在另一个小锅中,用少量酥油将腰果、杏仁片和葡萄干分别炸至*金黄*(约 1 分钟),注意葡萄干会膨胀
- 将炸好的坚果和葡萄干的一半拌入胡萝卜甜糕中
- 盛盘,将剩余坚果和葡萄干撒在表面作为装饰
## 附加内容
- 胡萝卜甜糕可以热吃也可以冷吃,两种风味各有特色。
- 使用红色胡萝卜比橙色胡萝卜做出来的色泽更好看。
- 如果想要更浓郁的口感,可以用淡奶油替代部分牛奶。
- 密封冷藏可保存 4-5 天。食用前可用微波炉加热 1 分钟。
- 这道甜品在印度几乎每个家庭都会做,是排灯节(Diwali)和婚礼上必不可少的甜品。
如果您遵循本指南的制作流程而发现有问题或可以改进的流程,请提出 Issue 或 Pull request 。
Binary file not shown.

Before

Width:  |  Height:  |  Size: 287 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 741 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 616 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 MiB

After

Width:  |  Height:  |  Size: 131 B

+1 -1
View File
@@ -20,7 +20,7 @@
## 计算
每次制作约可获得 3~4 小碗成品,适合 2~4 人食用。
每次制作约可获得 3-4 小碗成品,适合 2-4 人食用。
---
Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 MiB

After

Width:  |  Height:  |  Size: 131 B

+63
View File
@@ -0,0 +1,63 @@
# 印度奶茶的做法
> Masala Chai(मसाला चाय)— 印度香料奶茶
印度奶茶是印度国民饮品,几乎每个印度人每天都会喝 2-3 份。"Masala"意为"混合香料""Chai"意为"茶"。将红茶与牛奶、生姜、小豆蔻、肉桂等香料一起煮沸,口感浓郁醇厚,带有独特的辛香暖意。在印度的街头,到处都能看到"Chai Wala"(茶摊小贩)在现煮奶茶。大约 10 分钟完成。
预估烹饪难度:★★
## 必备原料和工具
- 红茶(CTC 红茶最佳,或阿萨姆红茶)
- 全脂牛奶
- 生姜
- 小豆蔻(绿色)
- 肉桂棒
- 丁香
- 黑胡椒粒
-
- 小奶锅
## 计算
每次制作前需要确定计划做几份。
每份(大约 200ml):
- 水 120ml
- 全脂牛奶 120ml
- 红茶 8g(约 2 茶匙)
- 生姜 5g(约 1cm 一块),拍碎
- 绿色小豆蔻 2 颗,拍开
- 肉桂棒 1 小段(约 2cm
- 丁香 2 颗
- 黑胡椒粒 2 颗,拍碎
- 糖 10-15g(根据个人口味调整)
## 操作
- 将生姜拍碎(不用切太碎,拍开即可释放姜汁)
- 将小豆蔻用刀背拍开,露出里面的籽
- 将黑胡椒粒拍碎
- 在小奶锅中倒入 120ml 水
- 放入拍碎的生姜、小豆蔻、肉桂棒、丁香、黑胡椒粒
- 大火煮沸后转小火,**煮 2 分钟**,让香料的味道充分释出
- 加入红茶 8g,继续小火**煮 2 分钟**,直至*茶汤颜色变深*
- 倒入全脂牛奶 120ml
- 中火加热,**注意观察**,当奶茶开始*冒泡上升*时立即转小火(牛奶极易溢出)
- 小火**煮 2-3 分钟**,期间可以将锅提起倒回(反复提拉 3-4 次),使茶汤与牛奶充分融合
- 加入糖,搅拌溶解
- 关火
- 用滤网过滤到茶盏中,去除茶叶和香料残渣
- 趁热饮用
## 附加内容
- CTC 红茶(Crush, Tear, Curl 工艺制成)是印度奶茶的最佳选择,因为其颗粒细碎,能在短时间内释放浓厚的茶味。中国的祁门红茶或滇红也可以替代。
- 牛奶和水的比例可以根据个人喜好调整。更浓的奶茶用牛奶多水少,更清爽的用水多牛奶少。
- 生姜是印度奶茶的灵魂,不建议省略。
- 印度人喜欢将奶茶煮得很甜,如果不习惯可以减少糖量。
- 在印度,Chai 不仅是饮品,更是一种社交文化。朋友聚会、商务谈判、甚至初次见面,都从一份 Chai 开始。据统计印度每天消耗超过 10 亿份茶。
- 印度街头奶茶摊(Chai Wala)通常使用陶土杯(Kulhad)盛茶,赋予茶汤一种独特的泥土芬芳。
如果您遵循本指南的制作流程而发现有问题或可以改进的流程,请提出 Issue 或 Pull request 。
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 131 B

+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:12dd16d866a01e8a94280f0276534716ebcd5055205223e944491bef3db2b0f1
size 317111
+37
View File
@@ -0,0 +1,37 @@
# 柠檬水的做法
![柠檬水成品](./柠檬水.jpg)
预估烹饪难度:★
## 必备原料和工具
- 原料
- 柠檬
- 果蜜
- 冰(可选)
- 工具
- 雪克杯
## 计算
一杯分量,约 500 毫升
- 柠檬 40~45 克
- 果蜜 40~45 克
- 冰几块(可选)
## 操作
- 称 40~45 克柠檬,放入雪克杯中
- 雪克杯盖盖子锤大约 10 次
- 加入果蜜 40~45 克
- 补水
- 摇晃均匀
- 最后根据喜好加冰
## 附加内容
- 参考资料:[柠檬水教程](https://v.douyin.com/TVNTcXDi46I)
如果您遵循本指南的制作流程而发现有问题或可以改进的流程,请提出 Issue 或 Pull request 。
Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

After

Width:  |  Height:  |  Size: 131 B

+43
View File
@@ -0,0 +1,43 @@
# 牛油果拉西的做法
牛油果拉西 (Avocado Lassi) 是一款结合了印度传统酸奶饮品“拉西”与绵密牛油果的健康饮品,口感顺滑、清甜,非常适合作为早餐或下午茶。
预估烹饪难度:★
## 必备原料和工具
- 原味酸奶 (Plain yogurt)
- 熟透的牛油果
- 蜂蜜
- 冷牛奶
- 小豆蔻粉(可选)
- 薄荷叶或坚果碎(可选,用于装饰)
- 搅拌机(破壁机/榨汁机)
## 计算
每次制作前需要确定计划做几份。一份正好够 1 个人饮用。
每份:
- 原味酸奶 120 ml
- 熟透的牛油果 1 个
- 蜂蜜 1 汤匙(可根据口味增减)
- 冷牛奶 60 ml
- 小豆蔻粉 1 撮(可选)
## 操作
- 将牛油果对半切开,去核,剥去外皮,将果肉切成小块备用。
- 在搅拌机中加入 120ml 原味酸奶、切好的牛油果块、1 汤匙蜂蜜以及 60ml 冷牛奶。
- (可选)加入一小撮小豆蔻粉以增加独特风味。
- 启动搅拌机,**搅拌大约 1 分钟**直至液体变得完全顺滑和浓郁。
- 将打好的饮品倒入杯中。
- (可选)在表面放上几片薄荷叶或撒上 5g 切碎的坚果作为装饰。
## 附加内容
- 牛油果必须选择熟透的,这样才能保证饮品的绵密口感和颜色。
- 如果喜欢更冰凉的口感,可以适当减少一点牛奶,加入几块冰块一起搅拌。
如果您遵循本指南的制作流程而发现有问题或可以改进的流程,请提出 Issue 或 Pull request 。
Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 375 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 300 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 416 KiB

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 468 KiB

After

Width:  |  Height:  |  Size: 131 B

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