index.ts 345 B

12345678910111213141516
  1. // 设置管理模块 - 统一导出
  2. import applet from './applet/zh_CN';
  3. import ai from './ai/zh_CN';
  4. import agreement from './agreement/zh_CN';
  5. import carousel from './carousel/zh_CN';
  6. import keyword from './keyword/zh_CN';
  7. import textin from './textin/zh_CN';
  8. export default {
  9. applet,
  10. ai,
  11. agreement,
  12. carousel,
  13. keyword,
  14. textin
  15. };