添加日志

This commit is contained in:
Ember 2024-08-04 03:53:08 +08:00
parent 172bd1c100
commit 16425e06d0
2 changed files with 15 additions and 6 deletions

View File

@ -7,7 +7,7 @@
<meta name="robots" content="index, follow"> <meta name="robots" content="index, follow">
<title>更新日志 | NEU小站</title> <title>更新日志 | NEU小站</title>
<meta name="keywords" content=""> <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,6 +237,11 @@
<div class="post-content"> <div class="post-content">
<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> <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> <h3 id="0728">07.28<a hidden class="anchor" aria-hidden="true" href="#0728">#</a></h3>
<ul> <ul>

View File

@ -807,7 +807,7 @@ async function fetchNoCache(url) {
.simpleInput { .simpleInput {
width: 400px; width: 400px;
} }
#input { /* #input {
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
width: 100%; width: 100%;
height: 400px; height: 400px;
@ -817,14 +817,18 @@ async function fetchNoCache(url) {
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 4px; border-radius: 4px;
resize: none; /* 禁止调整大小 */ resize: none; /* 禁止调整大小 */
} /* } */
#preview { /* #preview {
padding: 10px; padding: 10px;
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 4px; border-radius: 4px;
background-color: #f9f9f9; background-color: #f9f9f9;
} } */
/* .CodeMirror, .CodeMirror-scroll {
max-height: 100%; /* 设置最大高度为500px可以根据需要调整 */
overflow-y: auto; /* 超出最大高度时显示滚动条 */
/* } */
.Button { .Button {
background-color: #4CAF50; /* 绿色背景 */ background-color: #4CAF50; /* 绿色背景 */
border: none; border: none;