feat: add transaction logs and custom bank inputs

Adds configurable fees, transaction history, chat amount input, and v1.1.0 release documentation.
This commit is contained in:
Purpur Build
2026-06-30 10:20:52 +08:00
parent a70fc0a77d
commit d5bc819684
18 changed files with 709 additions and 40 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ plugins {
}
group = "com.craftbank"
version = "1.0.0"
version = "1.1.0"
// 用当前 JDK25)编译,通过 --release 21 产出兼容 Java 21 的字节码,
// 避免 toolchain 触发额外的 JDK 下载。Folia 要求运行时为 Java 21+。