mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-12-05 00:06:02 +00:00
地区显示优化
This commit is contained in:
parent
32f8dfa43d
commit
d0f6cb6c2e
@ -51,7 +51,7 @@ namespace Milimoe.FunGame.Core.Entity
|
|||||||
builder.AppendLine($"☆--- {Name} ---☆");
|
builder.AppendLine($"☆--- {Name} ---☆");
|
||||||
builder.AppendLine($"编号:{Id}");
|
builder.AppendLine($"编号:{Id}");
|
||||||
builder.AppendLine($"天气:{Weather}");
|
builder.AppendLine($"天气:{Weather}");
|
||||||
builder.AppendLine($"温度:{Temperature} °C");
|
builder.AppendLine($"温度:{Temperature} ℃");
|
||||||
builder.AppendLine($"{Description}");
|
builder.AppendLine($"{Description}");
|
||||||
|
|
||||||
if (Characters.Count > 0)
|
if (Characters.Count > 0)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user