forked from Anduin2017/HowToCook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17896f4
commit ef19ad4
Showing
3 changed files
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# 油酥 | ||
|
||
油酥是由面粉与热油混合调制的,通常在烙饼时涂点油酥,可以使得饼子层层分明,外酥里软,口感更佳。 | ||
|
||
## 准备 | ||
|
||
* 面粉 | ||
* 油 | ||
* 盐 | ||
|
||
## 计算 | ||
|
||
* 油 = 要烙饼的张数 * 10ml | ||
* 盐 = (油 / 20ml)g | ||
* 面粉 = (要烙饼的张数 / 0.13)g | ||
|
||
## 操作 | ||
|
||
* 面粉盛小碗里,加入盐 | ||
* 加入 200 度左右的热油 | ||
* 用筷子将其搅拌成无固状物体的糊状。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters