少年修仙传客户端代码仓库
hch
2020-10-27 57a05b7f8c94d07556cdd9cd67fc0fc2890e745b
0312 【主干】【BT】【长尾】物品叠加数量9999显示1万
1个文件已修改
2 ■■■ 已修改文件
Utility/UIHelper.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Utility/UIHelper.cs
@@ -352,7 +352,7 @@
            _textBuilder.Append(Language.Get("L1071"));
            return _textBuilder.ToString();
        }
        else if (tt >= 1)
        else if (tt >= 1 && num >= 10000)
        {
            _textBuilder.Append(tt);
            _textBuilder.Append(Language.Get("L1071"));