Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lieyanqzu/shiqidi
十七地 - 你的万智牌:竞技场坐牢小助手
https://github.com/lieyanqzu/shiqidi
17lands magic-the-gathering magic-the-gathering-arena website
Last synced: 26 days ago
JSON representation
十七地 - 你的万智牌:竞技场坐牢小助手
- Host: GitHub
- URL: https://github.com/lieyanqzu/shiqidi
- Owner: lieyanqzu
- License: mit
- Created: 2024-12-01T07:39:22.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-10T05:53:53.000Z (about 1 month ago)
- Last Synced: 2024-12-10T06:20:37.455Z (about 1 month ago)
- Topics: 17lands, magic-the-gathering, magic-the-gathering-arena, website
- Language: TypeScript
- Homepage: https://shiqidi.lenitatis.com/
- Size: 725 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 十七地
十七地是一个专注于万智牌:竞技场的工具平台,旨在帮助玩家提升游玩体验。本站的轮抽数据功能基于17Lands提供的数据,同时也整合了一些实用工具以提升游戏体验。
## 功能特点
- **轮抽数据**
- 卡牌数据:查看各系列轮抽中卡牌的表现数据,包括胜率、选取率等详细统计
- 赛制速度:了解各个系列限制赛的速度和先手胜率
- 色组数据:分析不同色组组合的胜率和选用率(跳转至17Lands)- **万智日程**
- MTGA活动日历:查看MTGA活动日程,包括周中万智牌、轮抽、资格赛等赛事安排
- 标准轮替日程:了解标准赛制的系列轮替时间表,掌握当前可用系列和即将轮替的系列
- MTGA服务状态:查看MTGA的服务器状态、维护信息和各平台运行情况- **其他工具**
- MTGA汉化MOD:下载并安装MTGA游戏界面汉化MOD
- Scryfall汉化脚本:为Scryfall卡牌数据库添加中文翻译支持
- 抽卡概率计算器:计算万智牌抽卡概率,基于超几何分布
- 精研通行证计算器:计算精研通行证等级进度## 技术栈
- [Next.js](https://nextjs.org) - React框架,提供了服务端渲染、路由等功能
- [React](https://react.dev) - 用于构建用户界面的JavaScript库
- [Tailwind CSS](https://tailwindcss.com) - CSS框架,提供了现代化的样式系统
- [Radix UI](https://www.radix-ui.com) - 无样式的UI组件库,提供了基础的交互组件
- [Zustand](https://github.com/pmndrs/zustand) - 轻量级状态管理库
- [Recharts](https://recharts.org) - 基于React的图表库
- [date-fns](https://date-fns.org) - 现代JavaScript日期工具库
- [React DatePicker](https://reactdatepicker.com) - 灵活的日期选择器组件
- [Lucide Icons](https://lucide.dev) - 图标库,提供了界面中使用的各种图标
- [Keyrune](https://keyrune.andrewgioia.com) - 提供万智牌系列图标的字体库## 数据来源
- [17Lands](https://www.17lands.com) - 提供轮抽数据分析的核心数据
- [大学院废墟](https://www.sbwsz.com) - 提供万智牌的中文翻译数据
- [What's in Standard](https://github.com/glacials/whatsinstandard) - 提供标准赛制轮替数据## 开发
```bash
# 安装依赖
pnpm install# 启动开发服务器
pnpm dev# 构建生产版本
pnpm build
```## 改进本站
本项目代码采用 MIT 协议开源,欢迎提交 Issue 或 Pull Request 来帮助改进本站。