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
@@ -19,11 +19,11 @@ test('align_shop_data_grid_normal_variant_input', () => {
})
test('align_shop_data_grid_boundary_empty_input', () => {
// 卡片区下方有翻页组件(prev/next),与店铺分页并存。
// 卡片区下方有翻页组件(prev/next),与店铺分页并存(均为旧式分页)
const src = readSource(PAGE)
const count = (src.match(/el-pagination/g) || []).length
assert.ok(count >= 2, '页面应含店铺分页 + 卡片分页两处 el-pagination')
assert.match(src, /layout="prev, pager, next, jumper"/, '卡片分页含上一页/下一页')
const count = (src.match(/class="pagination"/g) || []).length + (src.match(/sd-shop-pager/g) || []).length
assert.ok(count >= 2, '页面应含店铺分页 + 卡片分页两处分页')
assert.match(src, /cardPage/, '卡片分页状态')
})
test('align_shop_data_grid_boundary_single_item', () => {