添加日志
This commit is contained in:
parent
172bd1c100
commit
16425e06d0
@ -7,7 +7,7 @@
|
||||
<meta name="robots" content="index, follow">
|
||||
<title>更新日志 | NEU小站</title>
|
||||
<meta name="keywords" content="">
|
||||
<meta name="description" content="2024.07 07.28 搜索页新增热门关键词。 07.26 修复部分情况下加载草稿不展示最新草稿内容的Bug。 07.25 修复了内容详情页面不展示最新头像的Bug。 配置并优化资源存储子域名。 07.03 升级资源内容系统,接入投稿用户系统。 升级投稿系统为投稿者中心,引入投稿用户系统。 07.02 新增资源投稿系统。 投稿系统优化CORS安全机制以保护文件。 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.08 08.04 优化投稿Markdown编辑器样式。 2024.07 07.28 搜索页新增热门关键词。 07.26 修复部分情况下加载草稿不展示最新草稿内容的Bug。 07.25 修复了内容详情页面不展示最新头像的Bug。 配置并优化资源存储子域名。 07.03 升级资源内容系统,接入投稿用户系统。 升级投稿系统为投稿者中心,引入投稿用户系统。 07.02 新增资源投稿系统。 投稿系统优化CORS安全机制以保护文件。 2024.06 06.30 优化了资源密码验证机制。 06.29 增加资源密码保护功能。 06.27 新增 $LaTeX$ 数学公式支持。 新增投稿者头像。 06.24 优化首页“新生指南”样式。 为网站配置资源防盗链。 优化评论区表情稳定性。 06.23 新增“新生指南”板块。 06.22 优化主页背景图片稳定性。 06.20 更新主页LOGO。 更新404页面样式。 06.19 更新网站主页样式(电脑端和手机端)。 更新主页按钮样式。 06.18 更新网站图标。
|
||||
评论区启用贴吧表情。
|
||||
优化投稿作者样式。
|
||||
优化网站夜间模式样式。
|
||||
@ -237,7 +237,12 @@
|
||||
|
||||
<div class="post-content">
|
||||
|
||||
<h2 id="202407">2024.07<a hidden class="anchor" aria-hidden="true" href="#202407">#</a></h2>
|
||||
<h2 id="202408">2024.08<a hidden class="anchor" aria-hidden="true" href="#202408">#</a></h2>
|
||||
<h3 id="0804">08.04<a hidden class="anchor" aria-hidden="true" href="#0804">#</a></h3>
|
||||
<ul>
|
||||
<li>优化投稿Markdown编辑器样式。</li>
|
||||
</ul>
|
||||
<h2 id="202407">2024.07<a hidden class="anchor" aria-hidden="true" href="#202407">#</a></h2>
|
||||
<h3 id="0728">07.28<a hidden class="anchor" aria-hidden="true" href="#0728">#</a></h3>
|
||||
<ul>
|
||||
<li>搜索页新增热门关键词。</li>
|
||||
|
@ -807,7 +807,7 @@ async function fetchNoCache(url) {
|
||||
.simpleInput {
|
||||
width: 400px;
|
||||
}
|
||||
#input {
|
||||
/* #input {
|
||||
font-family: Arial, sans-serif;
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
@ -817,14 +817,18 @@ async function fetchNoCache(url) {
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
resize: none; /* 禁止调整大小 */
|
||||
}
|
||||
#preview {
|
||||
/* } */
|
||||
/* #preview {
|
||||
padding: 10px;
|
||||
font-family: Arial, sans-serif;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
} */
|
||||
/* .CodeMirror, .CodeMirror-scroll {
|
||||
max-height: 100%; /* 设置最大高度为500px,可以根据需要调整 */
|
||||
overflow-y: auto; /* 超出最大高度时显示滚动条 */
|
||||
/* } */
|
||||
.Button {
|
||||
background-color: #4CAF50; /* 绿色背景 */
|
||||
border: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user