feat: 增加管理端多语言与多模块界面国际化支持

This commit is contained in:
2026-05-19 09:11:55 +08:00
parent 49a4caf01e
commit 1b1dfc92ab
110 changed files with 4053 additions and 1308 deletions

View File

@@ -1,5 +1,5 @@
export const authModuleMeta = {
segment: "login",
title: "登录",
title: "Login",
description: "",
} as const;