2025-06-18 16:37:25 +08:00
|
|
|
import common from './zh-CN/common';
|
2025-06-18 15:21:40 +08:00
|
|
|
import login from './zh-CN/login';
|
2025-06-18 16:37:25 +08:00
|
|
|
import register from './zh-CN/register';
|
|
|
|
import helpManage from './zh-CN/helpManage';
|
|
|
|
import aboutManage from './zh-CN/aboutManage';
|
|
|
|
import policyManage from './zh-CN/policyManage';
|
|
|
|
import userQuestion from './zh-CN/userQuestion';
|
2025-06-18 15:21:40 +08:00
|
|
|
import friendLink from './zh-CN/friendLink';
|
2025-06-17 14:20:06 +08:00
|
|
|
|
2025-06-18 15:21:40 +08:00
|
|
|
export default {
|
|
|
|
...common,
|
|
|
|
...login,
|
2025-06-18 16:37:25 +08:00
|
|
|
...register,
|
|
|
|
...helpManage,
|
|
|
|
...aboutManage,
|
|
|
|
...policyManage,
|
|
|
|
...userQuestion,
|
2025-06-18 15:21:40 +08:00
|
|
|
...friendLink,
|
2025-06-17 14:20:06 +08:00
|
|
|
};
|