对选择器检测结果生成完整诊断报告
选择器配置对象
检测选项
诊断报告数组
const diagnostics = diagnoseSelectors({ toolbar: '.bar-top', table: '.art-table'})// diagnostics: [{ name: 'toolbar', matched: true, suggestion: '', ... }, ...] Copy
const diagnostics = diagnoseSelectors({ toolbar: '.bar-top', table: '.art-table'})// diagnostics: [{ name: 'toolbar', matched: true, suggestion: '', ... }, ...]
对选择器检测结果生成完整诊断报告