Compare commits

..

2 Commits

Author SHA1 Message Date
jiantw83 154f486c43 Merge pull request '整理程式碼' (#93) from 整理程式碼 into develop
Reviewed-on: #93
2026-05-13 02:42:39 +00:00
AI Review Bot 79506eb905 chore: update ai-review findings [skip ci] 2026-05-13 02:24:36 +00:00
+1 -9
View File
@@ -1,9 +1 @@
[
{
"level": "info",
"role": "Zara",
"location": "app/gitea.js:L20-L21",
"suggestion": "將 `filterDiff` 中的正規表達式比對 (`RegExp.match`) 替換為 `String.startsWith` 是一個重要的效能改進。`startsWith` 是一個更輕量且高效的字串操作,尤其在處理大型 Git Diff 內容時,此修改已顯著提升過濾效率。",
"is_new": true
}
]
[]