import { StandardDataSource } from 'pont-engine'; // 根据 Mod.name进行过滤 export default function transform(data: StandardDataSource) { return data; }