修复目录bug

This commit is contained in:
Ember 2024-07-02 01:53:17 +08:00
parent 37ddc58c6a
commit c61e9acb08
3 changed files with 9 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<meta name="robots" content="index, follow">
<title>更新日志 | NEU小站</title>
<meta name="keywords" content="">
<meta name="description" content="2024.06 06.30 优化了资源密码验证机制 06.29 增加资源密码保护功能 06.27 新增 $LaTeX$ 数学公式支持 新增投稿者头像 06.24 优化首页新生指南样式 为网站配置资源防盗链 优化评论区表情稳定性 06.23 新增新生指南板块 06.22 优化主页背景图片稳定性 06.20 更新主页LOGO 更新404页面样式 06.19 更新网站主页样式电脑端和手机端 更新主页按钮样式 06.18 更新网站图标
<meta name="description" content="2024.07 07.02 新增资源投稿系统 2024.06 06.30 优化了资源密码验证机制 06.29 增加资源密码保护功能 06.27 新增 $LaTeX$ 数学公式支持 新增投稿者头像 06.24 优化首页新生指南样式 为网站配置资源防盗链 优化评论区表情稳定性 06.23 新增新生指南板块 06.22 优化主页背景图片稳定性 06.20 更新主页LOGO 更新404页面样式 06.19 更新网站主页样式电脑端和手机端 更新主页按钮样式 06.18 更新网站图标
评论区启用贴吧表情。
优化投稿作者样式。
优化网站夜间模式样式。
@ -209,7 +209,12 @@
<div class="post-content">
<h2 id="202406">2024.06<a hidden class="anchor" aria-hidden="true" href="#202406">#</a></h2>
<h2 id="202407">2024.07<a hidden class="anchor" aria-hidden="true" href="#202407">#</a></h2>
<h3 id="0702">07.02<a hidden class="anchor" aria-hidden="true" href="#0702">#</a></h3>
<ul>
<li>新增资源投稿系统。</li>
</ul>
<h2 id="202406">2024.06<a hidden class="anchor" aria-hidden="true" href="#202406">#</a></h2>
<h3 id="0630">06.30<a hidden class="anchor" aria-hidden="true" href="#0630">#</a></h3>
<ul>
<li>优化了资源密码验证机制。</li>

View File

@ -684,7 +684,7 @@ markdown 基本语法教程 空格与换行 markdown 语法对于空格与换行
}
// 跳转到投稿成功页
window.location.href = '/submissionSuccess/';
window.location.href = '/submissionsuccess/';
} catch (error) {
console.error("上传失败:", error);
alert("投稿失败,请重试!");

View File

@ -214,6 +214,7 @@
font-size: 36px;
margin-top: 10px;
}
</style>