trpg-java-dice
trpg-java-dice copied to clipboard
用Java编写的TRPG骰子核心逻辑处理项目。该项目继承了常用的指令处理,例如coc7的属性检测,骰子默认数值设置等等。
为了提供spring的版本,即提供容器注入反射功能,因此需要额外开辟一个 spring 的依赖包。
## 2021/04/19 1. InstructHandle.trackInstructCases的方法中出现了 String.substring(0,1) 但是在此之前没有先判断传入字符串的长度,而导致的数组越界。
Bumps org.apache.commons:commons-lang3 from 3.12.0 to 3.18.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...