您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

14 行
384 B

  1. 'use strict';
  2. /**
  3. * An asynchronous bootstrap function that runs before
  4. * your application gets started.
  5. *
  6. * This gives you an opportunity to set up your data model,
  7. * run jobs, or perform some special logic.
  8. *
  9. * See more details here: https://strapi.io/documentation/developer-docs/latest/setup-deployment-guides/configurations.html#bootstrap
  10. */
  11. module.exports = () => {};