# XinT原神抽卡模拟器
**Repository Path**: nbxintian/genshin-impact-wish-simulator
## Basic Information
- **Project Name**: XinT原神抽卡模拟器
- **Description**: 一个关于原神的抽卡模拟器
- **Primary Language**: NodeJS
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 10
- **Forks**: 4
- **Created**: 2022-01-15
- **Last Updated**: 2026-03-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# XinT原神抽卡模拟器
一个关于原神的抽卡模拟器
## 介绍
XinT原神抽卡模拟器
这是一个关于原神的抽卡模拟器
源码是在国外大佬的基础上进行修改和汉化,并且加入了许多元素,修改了国内的素材,目前已经取得原作者本人的授权。
这不是真实游戏,只是一个模拟器
## 体验
体验地址 暂无
## 图片
- 首页
- 记录页
- 规则页
## 需求
#### 系统要求
- Ubuntu/CentOS/Debian 等主流LInux操作系统
- 包含Node.js环境的Windows操作系统(不建议)
#### 环境要求
- NPM 6 或更高
- Node 10 或更高
#### 安装教程(Linux)
1. 克隆git仓库
```shell
git clone https://gitee.com/cjx9/genshin-impact-wish-simulator.git
cd genshin-impact-wish-simulator
```
1. 用NPM加载
```shell
npm install
```
1. 运行测试
```shell
npm run test
```
**对于部分系统需要**
运行
```shell
npm start
```
单元测试
```shell
npm run test:mocha
```
集成测试
```shell
npm run cypress
```
1. 运行抽卡模拟器系统
```shell
npm start
```
1. 首次会在 http://localhost:3000 运行
#### 测试
1. 每次运行请检查 `test/` 和 `cypress/` 目录
1. 运行测试
```shell
npm run test
```
#### 声明
仅为开发学习使用,不进行任何商业行为。
如有侵犯,请联系我删除!