Skip to content

本人计划分区整理一些中国地方特色菜谱,因无法另区分种类,所以约调整了一下RE的种类名文本大小。之后我的内容单独分区,不影响其他。 #1207

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Feb 17, 2023

Conversation

YOGEMOW
Copy link
Contributor

@YOGEMOW YOGEMOW commented Feb 14, 2023

注意

Pull Request 提交后,预计 1 分钟内将会得到自动化格式检查的结果。只有通过自动化检查的 Pull Request 才会被人工审核。

  • 请确保此 Pull Request 能够通过自动化代码检查。

签署

必须签署下面的对话框才能开始审核。

HowToCook 仓库采用了 The Unlicense 协议

菜谱在签入前,必须确保其可以直接声明进入 "公共领域"(public domain)。这意味着一旦合并后,任何人都可以自由复制,修改,发布,使用,编译,出售或以菜谱的形式或菜的形式分发,无论是出于商业目的还是非商目的,以及任何手段。

  • 我确保了我的内容不涉及版权内容,并且授权它 The Unlicense 协议。

Sorry, something went wrong.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@YOGEMOW
Copy link
Contributor Author

YOGEMOW commented Feb 14, 2023

对计量单位的判断能否更精确些,“勺”字是在“用汤勺搅匀”中被判断为计量单位错误。

@bobby285271
Copy link
Collaborator

对计量单位的判断能否更精确些,“勺”字是在“用汤勺搅匀”中被判断为计量单位错误。

Emmm 目前似乎只能用勺子、炒勺、漏勺、吧勺 🙃

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} 不符合仓库的规范!勺 不是一个精准的单位!`);
}

这个 README.md 我印象中是由模板生成的(参考这里),加分类如果不改生成器的话我怀疑合并之后会被自动 revert,看看 @Anduin2017 怎么处理 🙈

@YOGEMOW
Copy link
Contributor Author

YOGEMOW commented Feb 14, 2023

对计量单位的判断能否更精确些,"勺"字是在"用汤勺搅匀"中被判断为计量单位错误。

Emmm 目前似乎只能用勺子、炒勺、漏勺、吧勺🙃

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} 不符合仓库的规范!勺 不是一个精准的单位!`);
}

这个 我印象中是由模板生成的(参考这里),加分类如果不改生成器的话我怀疑合并之后会被自动 revert,看看 怎么处理README.md``@Anduin2017🙈

这应该过滤掉在厨房准备.md中提及的物品。目前我只能用“搅匀”概括,当然这样也对。

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@Anduin2017 Anduin2017 merged commit f15a4a5 into Anduin2017:master Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants