feat: 菜单右上角加一个搜索图标

This commit is contained in:
Marvin
2023-11-25 03:52:59 +08:00
parent 1744c6ec6f
commit b95b8008f7
3 changed files with 38 additions and 1 deletions

View File

@ -16,6 +16,7 @@ interface AppState {
uniqueOpened: boolean
hamburger: boolean
screenfull: boolean
search: boolean
size: boolean
locale: boolean
message: boolean
@ -52,6 +53,7 @@ export const useAppStore = defineStore('app', {
uniqueOpened: true, // 是否只保持一个子菜单的展开
hamburger: true, // 折叠图标
screenfull: true, // 全屏图标
search: true, // 搜索图标
size: true, // 尺寸图标
locale: true, // 多语言图标
message: true, // 消息图标