Skip to content

VTeam-Studio/account-copier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

由于本人回归了 所以维护吧。

关于

本项目为Milk编写, Fork 或者二次创作请备注原作者仓库地址! 感谢您的使用和理解! 方便的解析黑卡,小白立刻上路。

使用方式

网页部署

  1. 在服务器上Clone本项目
git clone https://github.com/Michaelwucoc/account-copier.git
  1. 设置index.html为默认文档

代理服务器部署

由于MoJang对其API进行CORS相关限制,您需要安装Node并部署代理服务器。

  1. 在服务器上Clone本项目
git clone https://github.com/Michaelwucoc/account-copier.git
  1. 修改server.js文件
app.use(cors({
    origin: ['https://你自己的API域名', 'http://localhost:3000'],
    methods: ['GET'],
    allowedHeaders: ['Content-Type', 'Accept']
}));
  1. 输入npm start启动服务器

有任何问题可以Issue哦~

About

Account Copier Via Provided Account Key

Resources

License

Stars

Watchers

Forks

Contributors