import { CommonContentApi } from '../CommonContent'; export class FeatureContentApi extends CommonContentApi { constructor() { super(3, "闽南文化-艺术特色"); } } export default new FeatureContentApi();