地区显示优化

This commit is contained in:
milimoe 2025-08-12 01:10:42 +08:00
parent 32f8dfa43d
commit d0f6cb6c2e
Signed by: milimoe
GPG Key ID: 9554D37E4B8991D0

View File

@ -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)