update: 头部搜索能力补全
This commit is contained in:
@@ -16,7 +16,7 @@ export const useGlobalInfoStore = defineStore('globalInfo', () => {
|
||||
const globalTheme = ref('light'); // 网站主题
|
||||
const headerSearch = ref({
|
||||
searchType: '软件',
|
||||
searchWord: ''
|
||||
softwareName: ''
|
||||
})
|
||||
|
||||
const menuInfo = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user