import type { DataType } from '@/types/data'; export const DataTypeTextMap: Record = { QA: '问答拆分', abstract: '摘要总结' };