align(tasks·像素复刻): 视频任务记录/店铺数据记录 两页自绘复刻旧版(panel-image-video-tasks/shop-data-crawl-tasks)——form-box筛选[用户名/提交起止]+panel-box toolbar[全选/批量下载/权限配置/汇总]+任务/店铺卡片网格+旧版状态徽章映射+原生confirm删除+旧式分页(店铺级+卡片9/页);空态/调试链接复制对齐旧版

This commit is contained in:
2026-09-06 23:15:07 +08:00
parent b0c461d347
commit 3ef7cefe07
8 changed files with 997 additions and 325 deletions
@@ -64,7 +64,7 @@ test('test_datetime_sweep_boundary_single_item', () => {
// 含时间展示的页:时间标签仍存在(列还在),只是改成走格式化;无时间列页面豁免。
for (const page of PAGES) {
const src = readSource(page)
if (TIME_CONTENT.test(src)) assert.match(src, /时间/, `${page} 仍应含“时间”列/文案`)
if (TIME_CONTENT.test(src)) assert.match(src, /时间|最新/, `${page} 仍应含“时间/最新”列/文案`)
}
})