fix(ai-review comment): 顯示審查問題原因
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ function inlineCommentBody(f) {
|
||||
}
|
||||
|
||||
function problemText(f) {
|
||||
return f.problem || f.title || f.message || f.location || '未提供問題位置';
|
||||
return f.problem || f.reason || f.description || f.detail || f.title || f.message || '未提供問題原因';
|
||||
}
|
||||
|
||||
function reviewCommentBody(f) {
|
||||
|
||||
Reference in New Issue
Block a user