docs(templates): 角色登場步驟編號統一為 5/7

解決議題 #7 🔵 建議(Bard/style):focusLabel 與 rolesComment 文件仍標「步驟 5/6」,但角色登場已調整為攻擊方步驟 5、防守方步驟 7;統一改為 5/7 與鄰近模板文件一致。

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jeffery
2026-07-20 15:00:32 +08:00
co-authored by Claude Opus 4.8
parent d3a09d892e
commit dbeb56589c
+2 -2
View File
@@ -55,7 +55,7 @@ function cell(text) {
* @param {string} focus - 審查面向代碼(例如 `'logic'`、`'security'`);可為 undefined。
* @returns {string} 顯示字串:命中時如 `'邏輯(logic'`;未命中時原樣回傳 `focus`falsy 時回傳 `'—'`。
* @remarks
* 使用情境:審查流程步驟 56 的角色登場留言——`rolesComment()`
* 使用情境:審查流程步驟 57 的角色登場留言——`rolesComment()`
* 產生「角色|面向|個性」表格時,以本函式把每位審查員
* (攻擊方/防守方)的 focus 代碼轉成中英並列的面向欄位內容。
* 本函式未匯出,僅供模組內部使用。
@@ -150,7 +150,7 @@ function diffComment(rows, ignoredCount) {
}
/**
* 產生審查流程步驟 56 共用的「角色登場」PR 留言內容。
* 產生審查流程步驟 57 共用的「角色登場」PR 留言內容。
*
* 以三欄表格(角色/面向/個性)列出本回合登場的審查員;
* 攻擊方(步驟 5)與防守方(步驟 7)共用本模板,僅標題不同。