From bb6a27fe5375094bd1d8ce1980a652dcfe8a67c9 Mon Sep 17 00:00:00 2001 From: Ember Date: Fri, 26 Jul 2024 08:39:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86=E6=83=85?= =?UTF-8?q?=E5=86=B5=E4=B8=8B=E5=8A=A0=E8=BD=BD=E8=8D=89=E7=A8=BF=E4=B8=8D?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E6=9C=80=E6=96=B0=E8=8D=89=E7=A8=BF=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E7=9A=84Bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/submission.js | 2 +- log/index.html | 6 +++++- submission/index.html | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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