feat: menus support for multiple languages (#299)

This commit is contained in:
Fine0830
2023-07-12 18:07:34 +08:00
committed by GitHub
parent 5367af47c4
commit 077b68ebbd
23 changed files with 402 additions and 129 deletions

2
src/types/app.d.ts vendored
View File

@@ -63,4 +63,6 @@ export interface SubItem {
id?: string;
description: string;
documentLink: string;
descKey: string;
i18nKey: string;
}