HistoryContent.ts 236 B

1234567891011
  1. import { CommonContentApi } from '../CommonContent';
  2. export class HistoryContentApi extends CommonContentApi {
  3. constructor() {
  4. super(14, "闽南文化-历史和地理背景", 233);
  5. }
  6. }
  7. export default new HistoryContentApi();