维护通知中心多语言

This commit is contained in:
linxd
2025-06-30 19:00:57 +08:00
parent 3a69b8922e
commit 29f08b3657
7 changed files with 332 additions and 89 deletions

View File

@ -7,6 +7,7 @@ import policyManage from './zh-CN/policyManage';
import userQuestion from './zh-CN/userQuestion';
import friendLink from './zh-CN/friendLink';
import downloadManage from './zh-CN/downloadManage';
import noticeManage from './zh-CN/noticeManage';
export default {
...common,
@ -18,4 +19,5 @@ export default {
...userQuestion,
...friendLink,
...downloadManage,
...noticeManage,
};