{"id":13436554,"url":"https://github.com/YunYouJun/cook","last_synced_at":"2025-03-18T21:30:36.203Z","repository":{"id":37012359,"uuid":"481217412","full_name":"YunYouJun/cook","owner":"YunYouJun","description":"🍲 好的，今天我们来做菜！OK, Let's Cook!","archived":false,"fork":false,"pushed_at":"2024-09-15T10:27:35.000Z","size":1452,"stargazers_count":5048,"open_issues_count":20,"forks_count":316,"subscribers_count":23,"default_branch":"dev","last_synced_at":"2024-10-29T12:35:39.123Z","etag":null,"topics":["cook","food","recipe"],"latest_commit_sha":null,"homepage":"https://cook.yunyoujun.cn","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YunYouJun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["YunYouJun"]}},"created_at":"2022-04-13T12:58:15.000Z","updated_at":"2024-10-29T06:55:45.000Z","dependencies_parsed_at":"2022-06-29T07:44:48.340Z","dependency_job_id":"73aa537f-4093-4338-a07d-7115d49192e9","html_url":"https://github.com/YunYouJun/cook","commit_stats":{"total_commits":220,"total_committers":8,"mean_commits":27.5,"dds":"0.036363636363636376","last_synced_commit":"7fe1f95d9d6cfeb583a17f047a1697538c031990"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunYouJun%2Fcook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunYouJun%2Fcook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunYouJun%2Fcook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunYouJun%2Fcook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YunYouJun","download_url":"https://codeload.github.com/YunYouJun/cook/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244124290,"owners_count":20401702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cook","food","recipe"],"created_at":"2024-07-31T03:00:49.966Z","updated_at":"2025-03-18T21:30:36.198Z","avatar_url":"https://github.com/YunYouJun.png","language":"Vue","funding_links":["https://github.com/sponsors/YunYouJun"],"categories":["HarmonyOS","Vue","TypeScript","置顶","Collections"],"sub_categories":["Windows Manager","1、AI应用生态"],"readme":"# Cook\n\n\u003e 好的，今天我们来做菜 🥬\n\u003e Note: This is primarily a Chinese project and we do not intend to translate to English due to the fact that all the ingredients we are familiar with are in Chinese.\n\n## 版本\n\n[![Release](https://github.com/YunYouJun/cook/actions/workflows/release.yml/badge.svg)](https://github.com/YunYouJun/cook/actions/workflows/release.yml)\n\n### 网页版本\n\n- 网站链接（Cloudflare）：[cook.yunyoujun.cn](https://cook.yunyoujun.cn)\n  - 国内加速（腾讯云）：[cook.yunle.fun](https://cook.yunle.fun)\n- 备用（Netlify）：[cook.yyj.moe](https://cook.yyj.moe)\n- 开发版（Vercel）：[cook.yunle.app](https://cook.yunle.app)\n\n### 小程序版本\n\n~~本仓库为网页版本，小程序版本请在微信搜索「来做菜」。~~\n\n因不可抗力，小程序因跳转 B 站视频而被判定为导流违规下架。\n将不再提供小程序版本。\n\n\u003c!-- ![微信小程序版本](./public/search-cook.png) --\u003e\n\n## 说明\n\n本项目初衷是方便特殊时期隔离在家而材料有限的小伙伴，因此菜谱材料会尽量限制在特定范围内。\n\n更多可参见 [来做菜 | 关于](https://cook.yunyoujun.cn/about)。\n\n欢迎反馈更多菜谱数据：\n\n- 相关链接\n  - [居家菜谱投稿](https://docs.qq.com/form/page/DWk9GWW9oTmlXZU9V)\n  - [反馈建议分享-兔小巢](https://support.qq.com/products/507827)\n\n### Features\n\n本项目支持 PWA，使用浏览器打开时，可将其添加到主屏幕以获得近原生 APP 的体验。\n\n## 开发\n\n```bash\n# install dependencies\npnpm install\n\n# convert csv to json\n# automatically executed when postinstall\npnpm convert\n\n# start\npnpm dev\n# http://localhost:3333\n```\n\n## 部署\n\n### Docker\n\n```bash\n# 从 Docker Hub 拉取最新的镜像\ndocker pull yunyoujun/cook:latest\n# 新建并启动容器，然后打开 http://localhost:3333\ndocker run -it -d --name cook -p 8080:80 yunyoujun/cook:latest\n\n# 启动与停止\ndocker start cook\ndocker stop cook\n```\n\n## 致谢\n\n感谢以下小伙伴为本项目提供的数据支持和 QA ！\n\n- [Runny](https://weibo.com/runny)\n- 麒麟\n- 晴方啾\n- 课代表阿伟\n\n## [Sponsors](https://sponsors.yunyoujun.cn)\n\n感谢至今以来的所有赞助者们！因为你们的支持让我更有动力去做各种尝试。\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://cdn.jsdelivr.net/gh/YunYouJun/sponsors/public/sponsors.svg\"\u003e\n    \u003cimg src='https://cdn.jsdelivr.net/gh/YunYouJun/sponsors/public/sponsors.svg'/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYunYouJun%2Fcook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FYunYouJun%2Fcook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYunYouJun%2Fcook/lists"}