Home
Softono
OpenCore-Document-zh_Hans

OpenCore-Document-zh_Hans

Open source JavaScript
307
Stars
51
Forks
3
Issues
8
Watchers
1 year
Last Commit

About OpenCore-Document-zh_Hans

OpenCore-Document-zhHans is an unofficial Simplified Chinese translation of the OpenCore Bootloader reference manual. OpenCore is a bootloader used primarily for Hackintosh setups, allowing users to run macOS on non-Apple hardware. This repository hosts the source code for the website oc.skk.moe and provides a continuously updated Chinese translation of the official OpenCore configuration documentation. The project is independently maintained by the community and is not affiliated with the OpenCore development team or the original documentation authors. It uses Hexo with the hexo-theme-doku theme for static site generation, requiring Node.js, Git, and pnpm for building. The site is automatically built and deployed to GitHub Pages via GitHub Actions whenever commits are pushed to the master branch. Contributions from Chinese-speaking Hackintosh enthusiasts are welcomed through the project contributing guide. The repository also includes legal notices clarifying its unofficial status and the permitted use of Op

Platforms

Web Self-hosted

Languages

JavaScript

OpenCore 简体中文参考手册

非官方 维护的 OpenCore 参考手册的简体中文翻译

简介

这个仓库存放的是 https://oc.skk.moe 的源码。

由于 OpenCore 仍然在积极地开发和迭代,OpenCore 参考手册 仍然在高频率更新,我们需要更多黑苹果爱好者参与到翻译工作中。

法律说明

本仓库以及 https://oc.skk.moe 网站和 OpenCore 的开发团队 acidanthera 以及 OpenCore 官方参考手册的版权所有者 vit9696 没有任何关系。OpenCore 官方参考手册使用 BSD-3 协议开源。https://oc.skk.moe 对 OpenCore 的 Logo(商标)的使用已经过 acidanthera 的授权。

构建

「OpenCore 简体中文参考手册」使用 Hexohexo-theme-doku 进行构建。Hexo 的安装和使用依赖 Node.js、Git、pnpm,请参考 Hexo 的文档

如果你仅在本项目使用 Hexo,无需全局安装 Hexo:

git clone https://github.com/SukkaW/OpenCore-Document-zh_Hans.git && cd OpenCore-Document-zh_Hans
pnpm install
# 清理编译缓存和输出目录
pnpm run clean
# 编译页面并输出到 public 目录
pnpm run build
# 运行一个 Server 并 watch 所有改动
pnpm run server

发布

项目使用 GitHub Action 对提交到 master 的每一条 Commit 进行构建、并推送至 gh-pages 分支、自动部署到 https://oc.skk.moe 上。

贡献

请阅读 贡献指南