Anduin2017 / Anduin2017/HowToCook
这才是做饭的正确方法
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 102k
- Forks
- 11.1k
- Avg merge
- 14h 21m
- Merged PRs (30d)
- 2
Description
米粥的做法Demo
const 米 = 60ml
const 水 = 米*9
func Do() {
米 -> 水
if (米 > xxx) {
}
}
每人可以食用60ml-110ml的米。
水的体积是米饭的体积的9-12倍。
一碗容量是500ml。
中断大火加热的最晚时间T1:1.5 min/500ml * 水体积。
米粥能够食用的最早时间Tr:10 min/500ml * 水体积。
使用上述条件,计算出计划使用的原材料比例。
操作
将米和水加入锅中。
开大火,加热到T1。
在T1之前将火关小。如果忘记此步骤,水可能会漫出而熄灭火焰。非常危险!
加热到Tr。在Tr时关闭火源。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is mentioned. First inspect the repository's existing recipe structure and contribution conventions, then determine where this rice porridge recipe belongs; done means the Chinese cooking steps, ingredient ratios, timing formulas, and safety warning are added in the project's established format.
Written by the indexing model from the issue text.
Assessment
- Domain
- content
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100