This commit is contained in:
parent
0f709aab83
commit
4a2d5a8ed4
@ -48,7 +48,7 @@ export const baseSuccessCard = {
|
||||
},
|
||||
commonNote,
|
||||
],
|
||||
successHeader,
|
||||
header: successHeader,
|
||||
}
|
||||
|
||||
// 基础错误卡片,包含markdown内容、水平分割线和通用备注信息
|
||||
@ -63,7 +63,7 @@ export const baseErrorCard = {
|
||||
},
|
||||
commonNote,
|
||||
],
|
||||
errorHeader,
|
||||
header: errorHeader,
|
||||
}
|
||||
|
||||
// 基础待处理卡片,包含markdown内容、水平分割线和通用备注信息
|
||||
@ -78,5 +78,5 @@ export const basePendingCard = {
|
||||
},
|
||||
commonNote,
|
||||
],
|
||||
pendingHeader,
|
||||
}
|
||||
header: pendingHeader,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user