From 19de28aeeaad89756065991f62c32cb57d4eb459 Mon Sep 17 00:00:00 2001 From: Joel Date: Tue, 2 Dec 2025 22:09:31 +0800 Subject: [PATCH] chore: remove chinese comment --- web/calculate-complexity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/calculate-complexity.js b/web/calculate-complexity.js index 3b95254edb..1b10428e66 100644 --- a/web/calculate-complexity.js +++ b/web/calculate-complexity.js @@ -49,7 +49,7 @@ function getFileComplexity(filePath) { functionComplexities.push({ line: msg.line, - // functionName: extractFunctionName(code, msg.line), // 可选:尝试获取函数名 + // functionName: extractFunctionName(code, msg.line), score: score, // message: msg.message });