From 55b5c6f68edd373400efb35ec7af5e44d14dadc6 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 26 Jun 2026 14:41:41 +0800 Subject: [PATCH] =?UTF-8?q?docs(comments):=20=E7=A7=BB=E9=99=A4=E8=88=87?= =?UTF-8?q?=20isUnclassified=20JSDoc=20=E9=87=8D=E8=A4=87=E7=9A=84?= =?UTF-8?q?=E5=86=97=E9=A4=98=E8=A1=8C=E5=85=A7=E8=A8=BB=E8=A7=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- app/comments.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/comments.js b/app/comments.js index 97371ae..f3c21c1 100644 --- a/app/comments.js +++ b/app/comments.js @@ -127,7 +127,6 @@ function newFindingsOnly(findings) { return findings.filter(f => f.is_new !== false); } -// 等級無法歸入 critical/warning/info(例如缺漏或無法辨識)時,歸入「無法標示」 /** * 判斷 finding 等級是否無法歸入 critical/warning/info(無法標示)。 *