ShowPlaceContent.ts 230 B

1234567891011
  1. import { CommonContentApi } from '../CommonContent';
  2. export class ShowPlaceContentApi extends CommonContentApi {
  3. constructor() {
  4. super(17, "闽南文化展示场所", 280);
  5. }
  6. }
  7. export default new ShowPlaceContentApi();