_entry-policy-cards.ts 304 B

12345678
  1. /** esbuild 入口:卡片聚合相关的纯逻辑(「更多」→ 政策列表 侧边栏) */
  2. export {
  3. collectPolicyCardsFromMessages,
  4. buildPolicyCardDedupKey,
  5. dedupePolicyItems,
  6. sortPolicyCardsByMatchScore,
  7. matchesPolicyCardKeyword,
  8. } from '../../src/components/Chat/policy-match-utils';