This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
panel_schinese_v1.8.1_005.zip
翼龙面板前端 V1.8.1 汉化补丁 005 版本
- 改进了一汉化不佳处
如何汉化请参照 用户手册-重新构建面板资源项
可能阁下在使用此补丁时候中文用户手册仍未完成构建,无法使用,
那么阁下可将补丁文件对面板前端文件进行覆盖操作。
并重新构建面板
重新构建面板
此部分引用于 https://pterodactyl.io/community/customization/panel.html
Panel 的前端是用 React 构建的。 对源文件的任何更改都需要重新编译。
以下部分说明了如何执行此操作。
1.安装依赖项
以下命令将安装构建面板所需的依赖项。 构建工具需要 NodeJS,yarn 用作包管理器。
# Ubuntu/Debian 系统
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
apt install -y nodejs
# CentOS 系统
curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash -
sudo yum install -y nodejs yarn # CentOS 7 系统
sudo dnf install -y nodejs yarn # CentOS 8 系统
接下来安装所需的 javascript 包
npm i -g yarn # 安装yarn
cd /var/www/pterodactyl #进入面板前端目录,请按您的运行环境进行调整
yarn # 安装面板构建依赖项
2.开始构建面板
以下命令将重新构建 翼龙面板前端。
cd /var/www/pterodactyl #进入面板前端目录,请按您的运行环境进行调整
yarn build:production # 开始构建面板
您可以使用命令 yarn run watch 几乎实时地查看构建的进度
汉化补丁原文件可在此仓库 sc_translation 分支中找到
汉化补丁上游仓库地址 (请勿使用上游仓库进行覆盖汉化)