Merge remote-tracking branch 'soybean/main' into dev

# Conflicts:
#	src/layouts/modules/global-header/index.vue
This commit is contained in:
xlsea
2025-06-05 21:48:46 +08:00
7 changed files with 36 additions and 11 deletions

View File

@ -58,6 +58,10 @@ declare namespace App {
/** Whether to show the multilingual */
visible: boolean;
};
globalSearch: {
/** Whether to show the GlobalSearch */
visible: boolean;
};
};
/** Tab */
tab: {
@ -415,6 +419,9 @@ declare namespace App {
multilingual: {
visible: string;
};
globalSearch: {
visible: string;
};
};
tab: {
visible: string;