feat: 完善 TPA 并整理插件配置

This commit is contained in:
2026-07-31 19:07:50 +08:00
parent 2cad93de9a
commit 5c760b26c6
23 changed files with 1289 additions and 882 deletions
@@ -89,7 +89,7 @@ public final class MineSkinGateway implements SkinBridgeGateway {
}
Thread.sleep(POLL_INTERVAL_MILLIS);
}
throw new IllegalStateException("MineSkin 生成任务超时,请增大 skin-bridge.mineskin.request-timeout-seconds。");
throw new IllegalStateException("MineSkin 生成任务超时,请增大 skin-bridge.yml 中的 mineskin.request-timeout-seconds。");
}
private HttpResponse<String> send(HttpRequest.Builder builder) throws Exception {