feat: 梦境门、热力图、身体模块与终端 UI 全流程逻辑

Made-with: Cursor
This commit is contained in:
2026-03-28 19:37:52 +08:00
parent 215725d2a0
commit fc03cfdd4a
5 changed files with 86 additions and 20 deletions
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
@@ -180,7 +180,7 @@ namespace AibisDream.FixSystem
{
HeatValue = targetHeatValue;
heatMapController.SetTemptureDirect(HeatValue);
heatMapController?.SetTemptureDirect(HeatValue);
}
public void ShowHeatMap()