mcpehelper-server
镜像
简介
这是 mcpehelper 网站的代码,提供镜像服务。
快速开始
安装
git clone https://github.com/username/mcpehelper-server.git
cd mcpehelper-server
npm install
配置
创建配置文件 config.js
:
module.exports = {
port: 3000,
// 其他配置项...
}
启动服务
npm start
服务将在 http://localhost:3000
启动
主要功能
- 提供 Minecraft PE 资源镜像
- 支持资源下载和更新
- 网站界面访问
贡献代码
欢迎提交 Pull Request 或提出 Issue
完整文档请参考项目仓库