update: 头部搜索能力补全

This commit is contained in:
@user8949
2025-03-19 20:47:53 +08:00
parent fc486e9488
commit 56edefdfa5
4 changed files with 20 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ export const useGlobalInfoStore = defineStore('globalInfo', () => {
const globalTheme = ref('light'); // 网站主题
const headerSearch = ref({
searchType: '软件',
searchWord: ''
softwareName: ''
})
const menuInfo = computed(() => {