FeatureContent.ts 221 B

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