| 12345678910111213141516 |
- // 设置管理模块 - 统一导出
- import applet from './applet/zh_CN';
- import ai from './ai/zh_CN';
- import agreement from './agreement/zh_CN';
- import carousel from './carousel/zh_CN';
- import keyword from './keyword/zh_CN';
- import textin from './textin/zh_CN';
- export default {
- applet,
- ai,
- agreement,
- carousel,
- keyword,
- textin
- };
|