+ {t('subtitle')} +
++ {t(`layers.${item.key}.body` as never)} +
+ > + ) + const style = { + border: `0.5px solid ${item.tone === 'steady' ? '#cfe2d8' : item.tone === 'warn' ? '#e6c8b8' : '#dad7ce'}`, + borderRadius: 8, + background: '#fff', + padding: 11, + minHeight: 126, + minWidth: 0, + color: '#141413', + textDecoration: 'none', + display: 'block', + } + + return item.href ? ( + + {content} + + ) : ( +
+ {item}
+
+ ))}
+