少年修仙传客户端代码仓库
client_linchunjie
2019-06-10 97c753d8e6014aeefd6d6a47d01f7fcda3e4fbf7
Utility/UIHelper.cs
@@ -382,19 +382,6 @@
        }
    }
    public static int GetPropertyDecimalCount(int property)
    {
        switch (property)
        {
            case 73:
                return 2;
            case 29:
                return 2;
            default:
                return 1;
        }
    }
    static Regex s_SpecialCharacterRegex = new Regex("[ ()()@!#$%^&*[]|_]");
    static Regex s_AsciiCharacterRegex = new Regex("[\x00-\x2F]|[\x3A-\x40]|[\x5B-\x60]|[\x7B-\x7E]");
    public static bool HasSpecialCharac(string str)