task-276(验收反馈): 分页组件全站统一(jumper+按钮高亮样式)+MenusPage补分页+最低价筛选同排+视频筛选加固+移除侧边栏收起按钮+gitignore战役脚本规则

This commit is contained in:
2026-09-06 02:16:47 +08:00
parent 6e2e4bf8e7
commit 3b5adff2e3
14 changed files with 87 additions and 64 deletions
@@ -23,7 +23,7 @@ test('align_shop_data_grid_boundary_empty_input', () => {
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"/, '卡片分页含上一页/下一页')
assert.match(src, /layout="prev, pager, next, jumper"/, '卡片分页含上一页/下一页')
})
test('align_shop_data_grid_boundary_single_item', () => {