feat(projects): multi language buttons support hiding. (#683)

This commit is contained in:
青菜白玉汤
2024-12-16 23:39:19 +08:00
committed by GitHub
parent 214341ee0b
commit d7aebb7dfa
6 changed files with 26 additions and 1 deletions

View File

@ -53,6 +53,11 @@ declare namespace App {
/** Whether to show the breadcrumb icon */
showIcon: boolean;
};
/** Multilingual */
multilingual: {
/** Whether to show the multilingual */
visible: boolean;
};
};
/** Tab */
tab: {
@ -363,6 +368,9 @@ declare namespace App {
visible: string;
showIcon: string;
};
multilingual: {
visible: string;
};
};
tab: {
visible: string;