修复:根据图片字段选择前台列表布局

This commit is contained in:
王鹏
2026-07-15 14:44:02 +08:00
parent 79dea897bc
commit 8247c86862
8 changed files with 92 additions and 53 deletions

View File

@@ -411,6 +411,8 @@ test('generate page presents style presets as visual themes with previews', () =
assert.match(source, /navigationLabel\(solutionNavigation\(solution\.shell, 'frontend'\), '前台'\)/)
assert.match(source, /navigationLabel\(solutionNavigation\(solution\.shell, 'admin'\), '后台'\)/)
assert.match(source, /scope === 'admin' \? 'adminNavigation' : 'frontendNavigation'/)
assert.match(source, /列表按图片自适应/)
assert.match(source, /'preview-layout-adaptive'/)
})
test('generate page shows one managed-theme error and never falls back to local presets', () => {