修改bug

This commit is contained in:
田岩
2025-09-02 09:33:49 +08:00
parent d9ab54a642
commit 1896cbc655
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -88,7 +88,7 @@
});
const del_all = () => {
common.show('', '历史搜索记录清除后无法恢复,确认删除吗').then((res) => {
common.show('', '确认删除全部搜索历史?').then((res) => {
if (res) {
common.setValue(storageKey, []);
historyList.value = [];