9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-30 20:39:21 +00:00

Added region based comment (#165)

* Region based comment helper functions

* (Region based comment) Dont save entity

* (Region based comment) Pufferfish DAB

* (Region based comment) Cache EntityType

* (Region based comment) Cache EntityType

* (Region based comment) Pufferfish EntityTTL

* (Region based comment) Faster sequence

* (Region based comment) FastRNG

* (Region based comment) 0042

* (Region based comment) 0721

* (Region based comment) 0009

* (Region based comment) V1rtUal tHReaD

* (Region based comment) ZSSM

* [ci skip] (Region based comment) 0079

* [ci skip] (Region based comment) 0089 0090

* [ci skip] (Region based comment) 0049 0118 0138

* [ci skip] (Region based comment) 0006 0017 0018 0080 0081

* [ci skip] (Region based comment) 0019 0038 0059 0108 0117 0127

* ALL PATCHES ARE DONE

* [ci skip] NZDD
This commit is contained in:
Kobe ⑧
2024-11-14 19:40:57 +08:00
committed by GitHub
parent 7eaacd480e
commit fa9c4a78a7
35 changed files with 328 additions and 171 deletions

View File

@@ -19,10 +19,10 @@ index a6d6e3ad434420223178f813953d9c53db26034a..2445d549fbf972620f2cc13860f82656
public ChatDecorator getChatDecorator() {
diff --git a/src/main/java/org/dreeam/leaf/config/modules/opt/VT4ChatExecutor.java b/src/main/java/org/dreeam/leaf/config/modules/opt/VT4ChatExecutor.java
new file mode 100644
index 0000000000000000000000000000000000000000..a00f559076f5efbaf72217c4a889f246fc5f60d4
index 0000000000000000000000000000000000000000..964c20331661774b4d8866f9eef50e60dbf3069b
--- /dev/null
+++ b/src/main/java/org/dreeam/leaf/config/modules/opt/VT4ChatExecutor.java
@@ -0,0 +1,19 @@
@@ -0,0 +1,21 @@
+package org.dreeam.leaf.config.modules.opt;
+
+import org.dreeam.leaf.config.ConfigModules;
@@ -39,6 +39,8 @@ index 0000000000000000000000000000000000000000..a00f559076f5efbaf72217c4a889f246
+ @Override
+ public void onLoaded() {
+ enabled = config.getBoolean(getBasePath() + ".use-virtual-thread-for-async-chat-executor", enabled,
+ "Use the new Virtual Thread introduced in JDK 21 for Async Chat Executor.");
+ config.pickStringRegionBased(
+ "Use the new Virtual Thread introduced in JDK 21 for Async Chat Executor.",
+ "是否为异步聊天线程使用虚拟线程."));
+ }
+}