Main/Config/PartialConfigs/PlayerPropertyConfig.cs
@@ -81,6 +81,7 @@ return GetFullDescription(property.x, property.y); } // 获取属性全描述,包括属性名和属性值 参考格式 string format = "{0}" + UIHelper.AppendColor(TextColType.Green, "+{1}"); public static string GetFullDescription(int id, long value, string format="{0}+{1}") { var config = Get(id);