fix(app): lower threshold for diff hiding

This commit is contained in:
Adam
2026-02-18 08:40:01 -06:00
parent 00c238777a
commit 2611c35acc
17 changed files with 24 additions and 44 deletions

View File

@@ -15,7 +15,7 @@ export const dict = {
"ui.sessionReview.image.loading": "加载中...",
"ui.sessionReview.image.placeholder": "图片",
"ui.sessionReview.largeDiff.title": "差异过大,无法渲染",
"ui.sessionReview.largeDiff.meta": "限制:{{lines}} 行 / {{limit}}。当前:{{current}}。",
"ui.sessionReview.largeDiff.meta": "限制:{{limit}} 行变更。当前:{{current}} 行变更。",
"ui.sessionReview.largeDiff.renderAnyway": "仍然渲染",
"ui.lineComment.label.prefix": "评论 ",