From d0f6cb6c2eb076f679b1d0bcead27895d5e41764 Mon Sep 17 00:00:00 2001 From: milimoe Date: Tue, 12 Aug 2025 01:10:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=8C=BA=E6=98=BE=E7=A4=BA=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Entity/Explore/Region.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Entity/Explore/Region.cs b/Entity/Explore/Region.cs index f1d2fbc..e6d005b 100644 --- a/Entity/Explore/Region.cs +++ b/Entity/Explore/Region.cs @@ -51,7 +51,7 @@ namespace Milimoe.FunGame.Core.Entity builder.AppendLine($"☆--- {Name} ---☆"); builder.AppendLine($"编号:{Id}"); builder.AppendLine($"天气:{Weather}"); - builder.AppendLine($"温度:{Temperature} °C"); + builder.AppendLine($"温度:{Temperature} ℃"); builder.AppendLine($"{Description}"); if (Characters.Count > 0)