diff --git a/js/submission.js b/js/submission.js index 58901c9..a4686d4 100644 --- a/js/submission.js +++ b/js/submission.js @@ -661,7 +661,7 @@ document.getElementById('LoadDraft').addEventListener('click', async () => { const draftURL = `https://download.xn--xhq44jb2fzpc.com/upload/${curemail}/${currentPostId}/draft.json`; try { - const response = await fetch(draftURL); + const response = await fetchNoCache(draftURL); if (!response.ok) { if (response.status === 404) { alert("没有草稿记录!"); diff --git a/log/index.html b/log/index.html index 54ba46a..320b323 100644 --- a/log/index.html +++ b/log/index.html @@ -7,7 +7,7 @@ 更新日志 | NEU小站 -

2024.07

+

07.26

+

07.25