Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
chore(types): remove 'hidden' properties
Browse files Browse the repository at this point in the history
  • Loading branch information
likui628 committed Nov 1, 2023
1 parent 4ee5793 commit 4934305
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions apps/admin/src/setting/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ export const projectSetting: ProjectConfig = {
canDrag: false,
// Whether to show no dom
show: true,
// Whether to show dom
hidden: false,
// Menu width
menuWidth: 210,
// Menu mode
Expand Down
5 changes: 0 additions & 5 deletions packages/types/src/setting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ import {
RouterTransitionEnum,
} from '@vben/constants'
import { LocaleType } from './config'
// export type LocaleType = 'zh_CN' | 'en' | 'ru' | 'ja' | 'ko'

export interface MenuSetting {
bgColor: string
fixed: boolean
collapsed: boolean
canDrag: boolean
show: boolean
hidden: boolean
split: boolean
menuWidth: number
mode: MenuModeEnum
Expand All @@ -39,7 +37,6 @@ export interface MenuSetting {
export interface MultiTabsSetting {
cache: boolean
show: boolean
hidden: boolean
showQuick: boolean
canDrag: boolean
showRedo: boolean
Expand All @@ -51,7 +48,6 @@ export interface HeaderSetting {
bgColor: string
fixed: boolean
show: boolean
hidden: boolean
theme: ThemeEnum
// Turn on full screen
showFullScreen: boolean
Expand Down Expand Up @@ -135,7 +131,6 @@ export interface SporadicSetting {
showLogo: boolean
// Whether to show the global footer
showFooter: boolean
hiddenFooter: boolean
readonly footerHeight: number
}

Expand Down

0 comments on commit 4934305

Please sign in to comment.