catalog/repos/aclinia--torchlight-of-building.md

26 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 火炬之光角色构建规划
`游戏工具` `伤害计算` `角色构建` `火炬之光无限`
# 建筑火炬
火炬之光:无限 角色构建规划器与DPS计算器。
## 快速开始
```bash
pnpm install
pnpm lingui:compile
pnpm dev
```
在浏览器中打开 [http://localhost:3000](http://localhost:3000)。
## 想参与贡献?
* 在 Discord 上联系我,我在火炬之光:无限社区的 ID 是 aclinia。
* 目前接受贡献,但未来几周我用于引导新贡献者的精力有限,所以大部分情况下你需要自行摸索。
* 贡献基本规则:
* 所有代码贡献**必须由作者手动验证其正确性**。不管你是手写还是用AI生成代码质量和正确性都必须有保障。
* 不接受影响核心系统基础设施的代码贡献,例如计算框架,因为这部分非常重要,我需要对其保持清晰的理解。
* 目前最容易上手的贡献方向大概是:创建更多词缀模板、在现有计算框架中支持新词条、为 tlidb 数据有误时添加数据覆盖、添加英雄特性和技能。