ProjectsContent.ts 255 B

1234567891011
  1. import { CommonContentApi } from '../CommonContent';
  2. export class ProjectsContentApi extends CommonContentApi {
  3. constructor() {
  4. super(2, "非遗保护名录-非遗代表性项目"/* , [295,317] */);
  5. }
  6. }
  7. export default new ProjectsContentApi();