Skip to content

Commit

Permalink
【优化】浏览器缓存
Browse files Browse the repository at this point in the history
  • Loading branch information
PJ-568 authored Aug 19, 2024
1 parent 6397390 commit 34a056e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"body h1",
"fake-window",
".pjax-reload"
]
],
cacheBust: false
});
} catch (e) {
console.log('PJAX 初始化出错:' + e);
Expand Down Expand Up @@ -96,4 +97,4 @@
handleCollapsibleElements();
endLoad();
});
})();
})();

0 comments on commit 34a056e

Please sign in to comment.