feat(M08-B): 补联调批量标记

This commit is contained in:
Codex
2026-07-05 16:00:17 +08:00
parent 273e429d9e
commit 8e4264589d
7 changed files with 75 additions and 9 deletions
+5
View File
@@ -210,6 +210,10 @@ for (const pattern of [
'statusFilter',
'handoff-status-select',
'全部状态',
'批量标记',
'bulkForm',
'applyBulkMark',
'应用到当前筛选',
'exportChecklist',
'cleaning-field-handoff',
'localStorage',
@@ -228,6 +232,7 @@ assert.match(styles, /\.action-tile/);
assert.match(styles, /\.handoff-summary/);
assert.match(styles, /\.handoff-body/);
assert.match(styles, /\.handoff-status-select/);
assert.match(styles, /\.handoff-bulk-form/);
assert.match(styles, /\.transfer-preflight-alert/);
assert.match(styles, /@media \(max-width: 980px\)/);
assert.match(styles, /@media \(max-width: 560px\)/);