recover
This commit is contained in:
@@ -128,6 +128,7 @@ export const useIssueEnv = () => {
|
||||
const issueState = useKey("CNB_ISSUE_STATE");
|
||||
const issueIsResolved = useKey("CNB_ISSUE_IS_RESOLVED");
|
||||
const issueAssignees = useKey("CNB_ISSUE_ASSIGNEES");
|
||||
const issueLabels = useKey("CNB_ISSUE_LABELS");
|
||||
const issuePriority = useKey("CNB_ISSUE_PRIORITY");
|
||||
|
||||
return {
|
||||
@@ -179,6 +180,12 @@ export const useIssueEnv = () => {
|
||||
*/
|
||||
issueAssignees,
|
||||
issueAssigneesLabel: "Issue 处理人列表",
|
||||
/**
|
||||
* @key CNB_ISSUE_LABELS
|
||||
* @description:Issue 标签列表, 多个以 , 分隔。
|
||||
*/
|
||||
issueLabels,
|
||||
issueLabelsLabel: "Issue 标签列表, 多个以 , 分隔。",
|
||||
/**
|
||||
* @key CNB_ISSUE_PRIORITY
|
||||
* @description:Issue 优先级
|
||||
|
||||
Reference in New Issue
Block a user