| | |
| | |
|
| | | try
|
| | | {
|
| | | contain = Regex.IsMatch(package.name, StringUtility.Contact(".*(", filterNetPkgStr.Replace(" ", "|"), ").*"));
|
| | | contain = Regex.IsMatch(package.name, StringUtility.Concat(".*(", filterNetPkgStr.Replace(" ", "|"), ").*"));
|
| | | }
|
| | | catch (System.Exception ex)
|
| | | {
|
| | |
| | | }
|
| | |
|
| | | GUI.skin.button.normal.textColor = professionalSkin ? Color.white : Color.black;
|
| | | var showName = StringUtility.Contact(package.time, " ", package.name);
|
| | | var showName = StringUtility.Concat(package.time, " ", package.name);
|
| | | EditorGUILayout.LabelField(package.socketType == ServerType.B430 ? new GUIContent($"<color=#119911>{showName}</color>") :
|
| | | (package.socketType == ServerType.MainFight ? new GUIContent($"<color=#9C5E13>{showName}</color>") : new GUIContent(showName)),
|
| | | new GUIStyle(EditorStyles.label) { richText = true }, GUILayout.Width(260));
|