fix(ai-review comment): 顯示審查問題原因

This commit is contained in:
2026-06-22 10:27:33 +00:00
parent bbd7570a5b
commit f83a2034a8
7 changed files with 23 additions and 6 deletions
+1 -1
View File
@@ -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) {