不存在重大问题,但温度采样相关逻辑需要后需添加

This commit is contained in:
2024-12-21 20:52:39 +08:00
parent dba16e99c2
commit 4b41c6470c
11 changed files with 36 additions and 20 deletions

View File

@@ -20,6 +20,6 @@ public class CustomCommandTemplate {
return "command: " + command + "\r\n" +
"modelTemplateIndex: " + modelTemplateIndex + "\r\n" +
"customModel: " + customModel + "\r\n" +
"customPromotion: " + customPromotion + "\r\n";
"customPromotion: " + customPromotion;
}
}