修改样式

This commit is contained in:
2026-04-11 11:55:03 +08:00
parent ef9210a567
commit ec9282a64f
59 changed files with 8708 additions and 2558 deletions
+4
View File
@@ -34,10 +34,14 @@ export const useSearchStore = defineStore(
historyList.value = historyListCopy
}
function clearHistory() {
historyList.value = []
}
return {
historyList,
setHistoryList,
clearHistory,
}
},
{