feat(M08-B): 补微信转账预检拦截

This commit is contained in:
Codex
2026-07-05 15:27:50 +08:00
parent 52fb508e03
commit 44af0ee155
7 changed files with 81 additions and 13 deletions
+4
View File
@@ -130,6 +130,9 @@ for (const pattern of [
'导出预检',
'exportPreflight',
'cleaning-transfer-preflight',
'transferPreflightTitle',
'transferCanSubmit',
'preflightLoading',
'listCleaningSettlementCandidates',
'candidateDialog',
'useCandidateFilters',
@@ -190,6 +193,7 @@ assert.match(styles, /\.filter-select/);
assert.match(styles, /\.narrow-input/);
assert.match(styles, /\.action-board/);
assert.match(styles, /\.action-tile/);
assert.match(styles, /\.transfer-preflight-alert/);
assert.match(styles, /@media \(max-width: 980px\)/);
assert.match(styles, /@media \(max-width: 560px\)/);