Refactor project pages and update related docs

This commit is contained in:
wkc
2026-05-28 16:37:51 +08:00
parent 000e8698a5
commit 7ce721ef93
40 changed files with 730 additions and 785 deletions

View File

@@ -23,4 +23,14 @@ assert(
"组件脚本中应提供“最晚可选日期”为昨天的统一 helper"
);
assert(
/getPullBankInfoMinSelectableDate\(\)[\s\S]*?getPullBankInfoMaxSelectableDate\(\)[\s\S]*?setFullYear\([^)]*getFullYear\(\) - 1\)/.test(source),
"拉取本行信息最早可选日期应跟随最晚可选日期滚动到近一年内"
);
assert(
!/return new Date\(2025, 0, 1\)/.test(source),
"拉取本行信息日期范围不应再固定从 2025-01-01 开始"
);
console.log("upload-data-pull-bank-info-date-limit test passed");