修复bug

This commit is contained in:
Ember 2024-07-03 20:09:16 +08:00
parent 6210236452
commit 5acf49bbe5

View File

@ -214,12 +214,12 @@ markdown 基本语法教程 空格与换行 markdown 语法对于空格与换行
<div class="post-content">
<script>
async function fetchNoCache(url) {
const timestamp = new Date().getTime();
const noCacheUrl = `${url}?timestamp=${timestamp}`;
return fetch(noCacheUrl);
}
</script>
<div id="login">
<h1>投稿者中心</h1>