10 lines
399 B
JSON
10 lines
399 B
JSON
[
|
|
{
|
|
"level": "info",
|
|
"role": "Zara",
|
|
"location": "app/gitea.js:L20-L21",
|
|
"suggestion": "將 `filterDiff` 中的正規表達式比對 (`RegExp.match`) 替換為 `String.startsWith` 是一個重要的效能改進。`startsWith` 是一個更輕量且高效的字串操作,尤其在處理大型 Git Diff 內容時,此修改已顯著提升過濾效率。",
|
|
"is_new": true
|
|
}
|
|
]
|