{"id":13679043,"url":"https://github.com/SukkaW/OpenCore-Document-zh_Hans","last_synced_at":"2025-04-29T16:30:44.047Z","repository":{"id":44829673,"uuid":"239432504","full_name":"SukkaW/OpenCore-Document-zh_Hans","owner":"SukkaW","description":"[非官方/Unofficial] OpenCore Bootloader 参考手册简体中文翻译","archived":false,"fork":false,"pushed_at":"2025-03-31T03:03:28.000Z","size":4250,"stargazers_count":298,"open_issues_count":3,"forks_count":51,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-24T23:48:55.375Z","etag":null,"topics":["documentation","hackintosh","opencore","opencore-efi","zh-cn"],"latest_commit_sha":null,"homepage":"https://oc.skk.moe","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SukkaW.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2020-02-10T05:10:18.000Z","updated_at":"2025-03-31T03:03:17.000Z","dependencies_parsed_at":"2024-01-14T15:22:03.743Z","dependency_job_id":"cb999dae-7553-4e4b-9e17-ef3edc93a675","html_url":"https://github.com/SukkaW/OpenCore-Document-zh_Hans","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SukkaW%2FOpenCore-Document-zh_Hans","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SukkaW%2FOpenCore-Document-zh_Hans/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SukkaW%2FOpenCore-Document-zh_Hans/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SukkaW%2FOpenCore-Document-zh_Hans/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SukkaW","download_url":"https://codeload.github.com/SukkaW/OpenCore-Document-zh_Hans/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251540046,"owners_count":21605834,"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":["documentation","hackintosh","opencore","opencore-efi","zh-cn"],"created_at":"2024-08-02T13:01:01.311Z","updated_at":"2025-04-29T16:30:44.037Z","avatar_url":"https://github.com/SukkaW.png","language":"JavaScript","funding_links":["https://github.com/sponsors/SukkaW/"],"categories":["JavaScript"],"sub_categories":[],"readme":"# OpenCore 简体中文参考手册\n\n\u003e **非官方** 维护的 OpenCore 参考手册的简体中文翻译\n\n## 简介\n\n这个仓库存放的是 https://oc.skk.moe 的源码。\n\n由于 OpenCore 仍然在积极地开发和迭代，OpenCore 参考手册 仍然在高频率更新，我们需要更多黑苹果爱好者参与到翻译工作中。\n\n- [OpenCore 官方参考手册](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/Configuration.pdf)\n- [OpenCore 官方参考手册迭代说明](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/Differences/Differences.pdf)\n\n## 法律说明\n\n**本仓库以及 `https://oc.skk.moe` 网站和 OpenCore 的开发团队 `acidanthera` 以及 OpenCore 官方参考手册的版权所有者 `vit9696` 没有任何关系**。OpenCore 官方参考手册使用 BSD-3 协议开源。`https://oc.skk.moe` 对 OpenCore 的 Logo（商标）的使用已经过 `acidanthera` 的授权。\n\n## 构建\n\n「OpenCore 简体中文参考手册」使用 [Hexo](https://hexo.io) 和 [hexo-theme-doku](https://doku.skk.moe) 进行构建。Hexo 的安装和使用依赖 [Node.js](https://nodejs.org)、Git、[pnpm](https://pnpm.io)，请参考 [Hexo 的文档](https://hexo.io/zh-cn/docs/)。\n\n如果你仅在本项目使用 Hexo，无需全局安装 Hexo：\n\n```bash\ngit clone https://github.com/SukkaW/OpenCore-Document-zh_Hans.git \u0026\u0026 cd OpenCore-Document-zh_Hans\npnpm install\n# 清理编译缓存和输出目录\npnpm run clean\n# 编译页面并输出到 public 目录\npnpm run build\n# 运行一个 Server 并 watch 所有改动\npnpm run server\n```\n\n## 发布\n\n项目使用 GitHub Action 对提交到 `master` 的每一条 Commit 进行构建、并推送至 `gh-pages` 分支、自动部署到 https://oc.skk.moe 上。\n\n## 贡献\n\n请阅读 [贡献指南](https://oc.skk.moe/about/contributing.html)。\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/sponsors/SukkaW/\"\u003e\n    \u003cimg src=\"https://sponsor.cdn.skk.moe/sponsors.svg\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSukkaW%2FOpenCore-Document-zh_Hans","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSukkaW%2FOpenCore-Document-zh_Hans","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSukkaW%2FOpenCore-Document-zh_Hans/lists"}