case "新增作者", "刪除作者":
        re := regexp.MustCompile("^(新增作者|刪除作者)\\s+([^,,][\\w-_,,\\.]*[^,,:\\s]):?\\s+(\\*|[\\s,\\w]+)$")
        matched := re.MatchString(text)
        if !matched {
            errorTips := inputErrorTips