VictualsContent.ts 239 B

1234567891011
  1. import { CommonContentApi } from '../CommonContent';
  2. export class VictualsContentApi extends CommonContentApi {
  3. constructor() {
  4. super(undefined, 3, "闽南文化-饮食文化", 253);
  5. }
  6. }
  7. export default new VictualsContentApi();