/** * 自动定位题数据结构 */ interface CFPDLocationNode extends CFPDRegionNode { /** * 定位失败后是否可以跳过该题 */ failedSkip?: boolean; }